Interface CfnSecurityProfile.IPrimaryAttributeAccessControlConfigurationItemProperty
A primary attribute access control configuration item.
Namespace: Amazon.CDK.AWS.Connect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnSecurityProfile.IPrimaryAttributeAccessControlConfigurationItemProperty
Syntax (vb)
Public Interface CfnSecurityProfile.IPrimaryAttributeAccessControlConfigurationItemProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Connect;
var primaryAttributeAccessControlConfigurationItemProperty = new PrimaryAttributeAccessControlConfigurationItemProperty {
PrimaryAttributeValues = new [] { new PrimaryAttributeValueProperty {
AccessType = "accessType",
AttributeName = "attributeName",
Values = new [] { "values" }
} }
};
Synopsis
Properties
| PrimaryAttributeValues | The item's primary attribute values. |
Properties
PrimaryAttributeValues
The item's primary attribute values.
object PrimaryAttributeValues { get; }
Property Value
Remarks
Type union: either IResolvable or (either IResolvable or CfnSecurityProfile.IPrimaryAttributeValueProperty)[]