Show / Hide Table of Contents

Interface CfnFunctionPropsMixin.IKeyValueStoreAssociationProperty

The key value store association.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.CloudFront
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnFunctionPropsMixin.IKeyValueStoreAssociationProperty
Syntax (vb)
Public Interface CfnFunctionPropsMixin.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.CfnPropertyMixins.AWS.CloudFront;

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

Synopsis

Properties

KeyValueStoreArn

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

Properties

KeyValueStoreArn

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

string? KeyValueStoreArn { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX