Interface CfnIdentitySource.IamIdentityCenterProperty

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

@Stability(Stable) public static interface CfnIdentitySource.IamIdentityCenterProperty extends software.amazon.jsii.JsiiSerializable
AWS IAM Identity Center credentials.

For more information see, AWS IAM Identity Center .

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.mpa.*;
 IamIdentityCenterProperty iamIdentityCenterProperty = IamIdentityCenterProperty.builder()
         .instanceArn("instanceArn")
         .region("region")
         // the properties below are optional
         .approvalPortalUrl("approvalPortalUrl")
         .build();
 

See Also: