Interface CfnSecurityProfile.IPrimaryAttributeValueProperty
A primary attribute value.
Namespace: Amazon.CDK.AWS.Connect
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnSecurityProfile.IPrimaryAttributeValueProperty
Syntax (vb)
Public Interface CfnSecurityProfile.IPrimaryAttributeValueProperty
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 primaryAttributeValueProperty = new PrimaryAttributeValueProperty {
AccessType = "accessType",
AttributeName = "attributeName",
Values = new [] { "values" }
};
Synopsis
Properties
| AccessType | The value's access type. |
| AttributeName | The value's attribute name. |
| Values | The value's values. |
Properties
AccessType
The value's access type.
string AccessType { get; }
Property Value
Remarks
AttributeName
The value's attribute name.
string AttributeName { get; }