interface KeyValueStoreAssociationProperty
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.CloudFront.CfnFunction.KeyValueStoreAssociationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awscloudfront#CfnFunction_KeyValueStoreAssociationProperty |
Java | software.amazon.awscdk.services.cloudfront.CfnFunction.KeyValueStoreAssociationProperty |
Python | aws_cdk.aws_cloudfront.CfnFunction.KeyValueStoreAssociationProperty |
TypeScript | aws-cdk-lib » aws_cloudfront » CfnFunction » 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-lib';
const keyValueStoreAssociationProperty: cloudfront.CfnFunction.KeyValueStoreAssociationProperty = {
keyValueStoreArn: 'keyValueStoreArn',
};
Properties
Name | Type | Description |
---|---|---|
key | string | The Amazon Resource Name (ARN) of the key value store association. |
keyValueStoreArn
Type:
string
The Amazon Resource Name (ARN) of the key value store association.