Interface CfnIdentitySourcePropsMixin.IdentitySourceParametersProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnIdentitySourcePropsMixin.IdentitySourceParametersProperty.Jsii$Proxy
- Enclosing class:
CfnIdentitySourcePropsMixin
@Stability(Stable)
public static interface CfnIdentitySourcePropsMixin.IdentitySourceParametersProperty
extends software.amazon.jsii.JsiiSerializable
Contains details for the resource that provides identities to the identity source.
For example, an IAM Identity Center instance.
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.mpa.*;
IdentitySourceParametersProperty identitySourceParametersProperty = IdentitySourceParametersProperty.builder()
.iamIdentityCenter(IamIdentityCenterProperty.builder()
.approvalPortalUrl("approvalPortalUrl")
.instanceArn("instanceArn")
.region("region")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnIdentitySourcePropsMixin.IdentitySourceParametersProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIamIdentityCenter
SSOlong credentials.Returns union: either
IResolvableorCfnIdentitySourcePropsMixin.IamIdentityCenterProperty- See Also:
-
builder
@Stability(Stable) static CfnIdentitySourcePropsMixin.IdentitySourceParametersProperty.Builder builder()
-