Interface CfnDomain.IdpProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDomain.IdpProperty.Jsii$Proxy
Enclosing class:
CfnDomain

@Stability(Stable) public static interface CfnDomain.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.services.opensearchservice.*;
 IdpProperty idpProperty = IdpProperty.builder()
         .entityId("entityId")
         .metadataContent("metadataContent")
         .build();