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()
.idcInstanceArn("idcInstanceArn")
.type("type")
.userAssignment("userAssignment")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDomain.SingleSignOnPropertystatic final classAn implementation forCfnDomain.SingleSignOnProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIdcInstanceArn
The ARN of the IDC instance.- See Also:
-
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
-