aws-cdk-lib.aws_sso.CfnInstanceAccessControlAttributeConfiguration.AccessControlAttributeValueProperty

interface AccessControlAttributeValueProperty

LanguageType name
.NETAmazon.CDK.AWS.SSO.CfnInstanceAccessControlAttributeConfiguration.AccessControlAttributeValueProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssso#CfnInstanceAccessControlAttributeConfiguration_AccessControlAttributeValueProperty
Javasoftware.amazon.awscdk.services.sso.CfnInstanceAccessControlAttributeConfiguration.AccessControlAttributeValueProperty
Pythonaws_cdk.aws_sso.CfnInstanceAccessControlAttributeConfiguration.AccessControlAttributeValueProperty
TypeScript aws-cdk-lib » aws_sso » CfnInstanceAccessControlAttributeConfiguration » AccessControlAttributeValueProperty

The value used for mapping a specified attribute to an identity source.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sso as sso } from 'aws-cdk-lib';
const accessControlAttributeValueProperty: sso.CfnInstanceAccessControlAttributeConfiguration.AccessControlAttributeValueProperty = {
  source: ['source'],
};

Properties

NameTypeDescription
sourcestring[]The identity source to use when mapping a specified attribute to IAM Identity Center .

source

Type: string[]

The identity source to use when mapping a specified attribute to IAM Identity Center .