Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-securityprofile-primaryattributevalue.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-securityprofile-primaryattributevalue.html#cfn-connect-securityprofile-primaryattributevalue-accesstype

AttributeName

The value's attribute name.

string AttributeName { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-securityprofile-primaryattributevalue.html#cfn-connect-securityprofile-primaryattributevalue-attributename

Values

The value's values.

string[] Values { get; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-securityprofile-primaryattributevalue.html#cfn-connect-securityprofile-primaryattributevalue-values

Back to top Generated by DocFX