Show / Hide Table of Contents

Class CfnFunction.KeyValueStoreAssociationProperty

The key value store association.

Inheritance
object
CfnFunction.KeyValueStoreAssociationProperty
Implements
CfnFunction.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.AWS.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnFunction.KeyValueStoreAssociationProperty : CfnFunction.IKeyValueStoreAssociationProperty
Syntax (vb)
Public Class CfnFunction.KeyValueStoreAssociationProperty Implements CfnFunction.IKeyValueStoreAssociationProperty
Remarks

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

             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-function-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.AWS.CloudFront;

             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-function-keyvaluestoreassociation.html#cfn-cloudfront-function-keyvaluestoreassociation-keyvaluestorearn

Implements

CfnFunction.IKeyValueStoreAssociationProperty
Back to top Generated by DocFX