interface IamIdentityCenterProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_mpa.CfnIdentitySource.IamIdentityCenterProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmpa#CfnIdentitySource_IamIdentityCenterProperty |
![]() | software.amazon.awscdk.services.mpa.CfnIdentitySource.IamIdentityCenterProperty |
![]() | aws_cdk.aws_mpa.CfnIdentitySource.IamIdentityCenterProperty |
![]() | aws-cdk-lib » aws_mpa » CfnIdentitySource » IamIdentityCenterProperty |
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 { aws_mpa as mpa } from 'aws-cdk-lib';
const iamIdentityCenterProperty: mpa.CfnIdentitySource.IamIdentityCenterProperty = {
instanceArn: 'instanceArn',
region: 'region',
// the properties below are optional
approvalPortalUrl: 'approvalPortalUrl',
};
Properties
Name | Type | Description |
---|---|---|
instance | string | Amazon Resource Name (ARN) for the IAM Identity Center instance. |
region | string | AWS Region where the IAM Identity Center instance is located. |
approval | string | URL for the approval portal associated with the IAM Identity Center instance. |
instanceArn
Type:
string
Amazon Resource Name (ARN) for the IAM Identity Center instance.
region
Type:
string
AWS Region where the IAM Identity Center instance is located.
approvalPortalUrl?
Type:
string
(optional)
URL for the approval portal associated with the IAM Identity Center instance.