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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudfront/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)


2127
2128
2129
2130
2131
2132
2133
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2127

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:



2127
2128
2129
2130
2131
2132
2133
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2127

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)


2127
2128
2129
2130
2131
2132
2133
# File 'gems/aws-sdk-cloudfront/lib/aws-sdk-cloudfront/types.rb', line 2127

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