Interface CfnFunction.IKeyValueStoreAssociationProperty
The key value store association.
Namespace: Amazon.CDK.AWS.CloudFront
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IKeyValueStoreAssociationProperty
Syntax (vb)
Public Interface 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
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
System.String