interface PrimaryAttributeAccessControlConfigurationItemProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Connect.CfnSecurityProfilePropsMixin.PrimaryAttributeAccessControlConfigurationItemProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsconnect#CfnSecurityProfilePropsMixin_PrimaryAttributeAccessControlConfigurationItemProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.connect.CfnSecurityProfilePropsMixin.PrimaryAttributeAccessControlConfigurationItemProperty |
Python | aws_cdk.cfn_property_mixins.aws_connect.CfnSecurityProfilePropsMixin.PrimaryAttributeAccessControlConfigurationItemProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_connect » CfnSecurityProfilePropsMixin » PrimaryAttributeAccessControlConfigurationItemProperty |
A primary attribute access control configuration item.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_connect as connect } from '@aws-cdk/cfn-property-mixins';
const primaryAttributeAccessControlConfigurationItemProperty: connect.CfnSecurityProfilePropsMixin.PrimaryAttributeAccessControlConfigurationItemProperty = {
primaryAttributeValues: [{
accessType: 'accessType',
attributeName: 'attributeName',
values: ['values'],
}],
};
Properties
| Name | Type | Description |
|---|---|---|
| primary | IResolvable | (IResolvable | Primary)[] | The item's primary attribute values. |
primaryAttributeValues?
Type:
IResolvable | (IResolvable | Primary)[]
(optional)
The item's primary attribute values.

.NET
Go
Java
Python
TypeScript