interface IamIdentityCenterProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.MPA.CfnIdentitySourcePropsMixin.IamIdentityCenterProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsmpa#CfnIdentitySourcePropsMixin_IamIdentityCenterProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.mpa.CfnIdentitySourcePropsMixin.IamIdentityCenterProperty |
Python | aws_cdk.cfn_property_mixins.aws_mpa.CfnIdentitySourcePropsMixin.IamIdentityCenterProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_mpa » CfnIdentitySourcePropsMixin » IamIdentityCenterProperty |
SSOlong credentials.
For more information see, SSOlong .
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/cfn-property-mixins';
const iamIdentityCenterProperty: mpa.CfnIdentitySourcePropsMixin.IamIdentityCenterProperty = {
approvalPortalUrl: 'approvalPortalUrl',
instanceArn: 'instanceArn',
region: 'region',
};
Properties
| Name | Type | Description |
|---|---|---|
| approval | string | URL for the approval portal associated with the IAM Identity Center instance. |
| instance | string | Amazon Resource Name (ARN) for the IAM Identity Center instance. |
| region? | 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.
instanceArn?
Type:
string
(optional)
Amazon Resource Name (ARN) for the IAM Identity Center instance.
region?
Type:
string
(optional)
AWS Region where the IAM Identity Center instance is located.

.NET
Go
Java
Python
TypeScript