Interface CfnDomainPropsMixin.IdpProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDomainPropsMixin.IdpProperty.Jsii$Proxy
- Enclosing class:
CfnDomainPropsMixin
@Stability(Stable)
public static interface CfnDomainPropsMixin.IdpProperty
extends software.amazon.jsii.JsiiSerializable
The SAML Identity Provider's information.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.opensearchservice.*;
IdpProperty idpProperty = IdpProperty.builder()
.entityId("entityId")
.metadataContent("metadataContent")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDomainPropsMixin.IdpPropertystatic final classAn implementation forCfnDomainPropsMixin.IdpProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEntityId
The unique entity ID of the application in the SAML identity provider.- See Also:
-
getMetadataContent
The metadata of the SAML application, in XML format.- See Also:
-
builder
-