Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-connect-securityprofile-primaryattributeaccesscontrolconfigurationitem.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 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

object

Remarks

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

Type union: either IResolvable or (either IResolvable or CfnSecurityProfile.IPrimaryAttributeValueProperty)[]

Back to top Generated by DocFX