Interface CfnDomainPropsMixin.SingleSignOnProperty

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

@Stability(Stable) public static interface CfnDomainPropsMixin.SingleSignOnProperty extends software.amazon.jsii.JsiiSerializable
The single sign-on details in Amazon DataZone.

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.datazone.*;
 SingleSignOnProperty singleSignOnProperty = SingleSignOnProperty.builder()
         .idcInstanceArn("idcInstanceArn")
         .type("type")
         .userAssignment("userAssignment")
         .build();
 

See Also: