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
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; }