Show / Hide Table of Contents

Class CfnConnectionFunctionPropsMixin.KeyValueStoreAssociationProperty

The key value store association.

Inheritance
object
CfnConnectionFunctionPropsMixin.KeyValueStoreAssociationProperty
Implements
CfnConnectionFunctionPropsMixin.IKeyValueStoreAssociationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.CloudFront.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnConnectionFunctionPropsMixin.KeyValueStoreAssociationProperty : CfnConnectionFunctionPropsMixin.IKeyValueStoreAssociationProperty
Syntax (vb)
Public Class CfnConnectionFunctionPropsMixin.KeyValueStoreAssociationProperty Implements CfnConnectionFunctionPropsMixin.IKeyValueStoreAssociationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-connectionfunction-keyvaluestoreassociation.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.Mixins.Preview.AWS.CloudFront.Mixins;

             var keyValueStoreAssociationProperty = new KeyValueStoreAssociationProperty {
                 KeyValueStoreArn = "keyValueStoreArn"
             };

Synopsis

Constructors

KeyValueStoreAssociationProperty()

The key value store association.

Properties

KeyValueStoreArn

The Amazon Resource Name (ARN) of the key value store association.

Constructors

KeyValueStoreAssociationProperty()

The key value store association.

public KeyValueStoreAssociationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-connectionfunction-keyvaluestoreassociation.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.Mixins.Preview.AWS.CloudFront.Mixins;

             var keyValueStoreAssociationProperty = new KeyValueStoreAssociationProperty {
                 KeyValueStoreArn = "keyValueStoreArn"
             };

Properties

KeyValueStoreArn

The Amazon Resource Name (ARN) of the key value store association.

public string? KeyValueStoreArn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-cloudfront-connectionfunction-keyvaluestoreassociation.html#cfn-cloudfront-connectionfunction-keyvaluestoreassociation-keyvaluestorearn

Implements

CfnConnectionFunctionPropsMixin.IKeyValueStoreAssociationProperty
Back to top Generated by DocFX