aws-cdk-lib.aws_sso.CfnInstanceAccessControlAttributeConfigurationProps

interface CfnInstanceAccessControlAttributeConfigurationProps

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

Properties for defining a CfnInstanceAccessControlAttributeConfiguration.

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 cfnInstanceAccessControlAttributeConfigurationProps: sso.CfnInstanceAccessControlAttributeConfigurationProps = {
  instanceArn: 'instanceArn',

  // the properties below are optional
  accessControlAttributes: [{
    key: 'key',
    value: {
      source: ['source'],
    },
  }],
};

Properties

NameTypeDescription
instanceArnstringThe ARN of the IAM Identity Center instance under which the operation will be executed.
accessControlAttributes?IResolvable | IResolvable | AccessControlAttributeProperty[]Lists the attributes that are configured for ABAC in the specified IAM Identity Center instance.

instanceArn

Type: string

The ARN of the IAM Identity Center instance under which the operation will be executed.


accessControlAttributes?

Type: IResolvable | IResolvable | AccessControlAttributeProperty[] (optional)

Lists the attributes that are configured for ABAC in the specified IAM Identity Center instance.