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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnDomain.SingleSignOnProperty
static final class
An implementation forCfnDomain.SingleSignOnProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getType
The type of single sign-on in Amazon DataZone.- See Also:
-
getUserAssignment
The single sign-on user assignment in Amazon DataZone.- See Also:
-
builder
-