Class CfnConnectionFunctionPropsMixin.KeyValueStoreAssociationProperty
The key value store association.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.CloudFront.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnConnectionFunctionPropsMixin.KeyValueStoreAssociationProperty : CfnConnectionFunctionPropsMixin.IKeyValueStoreAssociationProperty
Syntax (vb)
Public Class CfnConnectionFunctionPropsMixin.KeyValueStoreAssociationProperty Implements CfnConnectionFunctionPropsMixin.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.Mixins.Preview.AWS.CloudFront.Mixins;
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.Mixins.Preview.AWS.CloudFront.Mixins;
var keyValueStoreAssociationProperty = new KeyValueStoreAssociationProperty {
KeyValueStoreArn = "keyValueStoreArn"
};
Properties
KeyValueStoreArn
The Amazon Resource Name (ARN) of the key value store association.
public string? KeyValueStoreArn { get; set; }