interface KeyValueStoreAssociationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.CloudFront.Mixins.CfnFunctionPropsMixin.KeyValueStoreAssociationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awscloudfront/mixins#CfnFunctionPropsMixin_KeyValueStoreAssociationProperty |
Java | software.amazon.awscdk.mixins.preview.services.cloudfront.mixins.CfnFunctionPropsMixin.KeyValueStoreAssociationProperty |
Python | aws_cdk.mixins_preview.aws_cloudfront.mixins.CfnFunctionPropsMixin.KeyValueStoreAssociationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_cloudfront » mixins » CfnFunctionPropsMixin » KeyValueStoreAssociationProperty |
The key value store association.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as cloudfront_mixins } from '@aws-cdk/mixins-preview/aws-cloudfront';
const keyValueStoreAssociationProperty: cloudfront_mixins.CfnFunctionPropsMixin.KeyValueStoreAssociationProperty = {
keyValueStoreArn: 'keyValueStoreArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| key | string | The Amazon Resource Name (ARN) of the key value store association. |
keyValueStoreArn?
Type:
string
(optional)
The Amazon Resource Name (ARN) of the key value store association.

.NET
Go
Java
Python
TypeScript