Interface CfnDomain.SingleSignOnProperty

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

@Stability(Stable) public static interface CfnDomain.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.services.datazone.*;
 SingleSignOnProperty singleSignOnProperty = SingleSignOnProperty.builder()
         .type("type")
         .userAssignment("userAssignment")
         .build();
 

See Also: