interface KeyValueStoreAssociationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.CloudFront.CfnConnectionFunctionPropsMixin.KeyValueStoreAssociationProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awscloudfront#CfnConnectionFunctionPropsMixin_KeyValueStoreAssociationProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.cloudfront.CfnConnectionFunctionPropsMixin.KeyValueStoreAssociationProperty |
Python | aws_cdk.cfn_property_mixins.aws_cloudfront.CfnConnectionFunctionPropsMixin.KeyValueStoreAssociationProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_cloudfront » CfnConnectionFunctionPropsMixin » 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 { aws_cloudfront as cloudfront } from '@aws-cdk/cfn-property-mixins';
const keyValueStoreAssociationProperty: cloudfront.CfnConnectionFunctionPropsMixin.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