KeyvaluestoreKeysExclusive

class KeyvaluestoreKeysExclusive : KotlinCustomResource

Import

Using pulumi import, import AWS CloudFront KeyValueStore Key Value Pairs using the key_value_store_arn. For example:

$ pulumi import aws:cloudfront/keyvaluestoreKeysExclusive:KeyvaluestoreKeysExclusive example arn:aws:cloudfront::111111111111:key-value-store/8562g61f-caba-2845-9d99-b97diwae5d3c

Properties

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

Amazon Resource Name (ARN) of the Key Value Store. The following arguments are optional:

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

A list of all resource key value pairs associated with the KeyValueStore. See resource_key_value_pair below.

Link copied to clipboard
val totalSizeInBytes: Output<Int>

Total size of the Key Value Store in bytes.

Link copied to clipboard
val urn: Output<String>