Class CfnFunction.KeyValueStoreAssociationProperty
The key value store association.
Inheritance
System.Object
CfnFunction.KeyValueStoreAssociationProperty
Namespace: Amazon.CDK.AWS.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class KeyValueStoreAssociationProperty : Object, CfnFunction.IKeyValueStoreAssociationProperty
Syntax (vb)
Public Class KeyValueStoreAssociationProperty
Inherits Object
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() |
Properties
KeyValueStoreArn | The Amazon Resource Name (ARN) of the key value store association. |
Constructors
KeyValueStoreAssociationProperty()
public KeyValueStoreAssociationProperty()
Properties
KeyValueStoreArn
The Amazon Resource Name (ARN) of the key value store association.
public string KeyValueStoreArn { get; set; }
Property Value
System.String