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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnIdentitySource.IamIdentityCenterProperty
static final class
An implementation forCfnIdentitySource.IamIdentityCenterProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInstanceArn
Amazon Resource Name (ARN) for the IAM Identity Center instance.- See Also:
-
getRegion
AWS Region where the IAM Identity Center instance is located.- See Also:
-
getApprovalPortalUrl
URL for the approval portal associated with the IAM Identity Center instance.- See Also:
-
builder
-