Class: Aws::CloudFront::Types::CreateKeyValueStoreRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-cloudfront/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#commentString

The comment of the key value store.

Returns:

  • (String)


3076
3077
3078
3079
3080
3081
3082
# File 'lib/aws-sdk-cloudfront/types.rb', line 3076

class CreateKeyValueStoreRequest < Struct.new(
  :name,
  :comment,
  :import_source)
  SENSITIVE = []
  include Aws::Structure
end

#import_sourceTypes::ImportSource

The S3 bucket that provides the source for the import. The source must be in a valid JSON format.

Returns:



3076
3077
3078
3079
3080
3081
3082
# File 'lib/aws-sdk-cloudfront/types.rb', line 3076

class CreateKeyValueStoreRequest < Struct.new(
  :name,
  :comment,
  :import_source)
  SENSITIVE = []
  include Aws::Structure
end

#nameString

The name of the key value store. The minimum length is 1 character and the maximum length is 64 characters.

Returns:

  • (String)


3076
3077
3078
3079
3080
3081
3082
# File 'lib/aws-sdk-cloudfront/types.rb', line 3076

class CreateKeyValueStoreRequest < Struct.new(
  :name,
  :comment,
  :import_source)
  SENSITIVE = []
  include Aws::Structure
end