interface IdentityCenterProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.AccountAccess.CfnApplicationPropsMixin.IdentityCenterProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsaccountaccess#CfnApplicationPropsMixin_IdentityCenterProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.accountaccess.CfnApplicationPropsMixin.IdentityCenterProperty |
Python | aws_cdk.cfn_property_mixins.aws_accountaccess.CfnApplicationPropsMixin.IdentityCenterProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_accountaccess » CfnApplicationPropsMixin » IdentityCenterProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_accountaccess as accountaccess } from '@aws-cdk/cfn-property-mixins';
const identityCenterProperty: accountaccess.CfnApplicationPropsMixin.IdentityCenterProperty = {
applicationArn: 'applicationArn',
instanceArn: 'instanceArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| application | string | The ARN of the associated Identity Center application. |
| instance | string | The ARN of the Identity Center instance. |
applicationArn?
Type:
string
(optional)
The ARN of the associated Identity Center application.
instanceArn?
Type:
string
(optional)
The ARN of the Identity Center instance.

.NET
Go
Java
Python
TypeScript