Class CfnFunction.KeyValueStoreAssociationProperty
The key value store association.
Implements
Inherited Members
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
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
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; }