Class: Aws::Finspace::Types::CreateKxEnvironmentRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Finspace::Types::CreateKxEnvironmentRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-finspace/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A token that ensures idempotency.
-
#description ⇒ String
A description for the kdb environment.
-
#kms_key_id ⇒ String
The KMS key ID to encrypt your data in the FinSpace environment.
-
#name ⇒ String
The name of the kdb environment that you want to create.
-
#tags ⇒ Hash<String,String>
A list of key-value pairs to label the kdb environment.
Instance Attribute Details
#client_token ⇒ String
A token that ensures idempotency. This token expires in 10 minutes.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
1097 1098 1099 1100 1101 1102 1103 1104 1105 |
# File 'lib/aws-sdk-finspace/types.rb', line 1097 class CreateKxEnvironmentRequest < Struct.new( :name, :description, :kms_key_id, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#description ⇒ String
A description for the kdb environment.
1097 1098 1099 1100 1101 1102 1103 1104 1105 |
# File 'lib/aws-sdk-finspace/types.rb', line 1097 class CreateKxEnvironmentRequest < Struct.new( :name, :description, :kms_key_id, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#kms_key_id ⇒ String
The KMS key ID to encrypt your data in the FinSpace environment.
1097 1098 1099 1100 1101 1102 1103 1104 1105 |
# File 'lib/aws-sdk-finspace/types.rb', line 1097 class CreateKxEnvironmentRequest < Struct.new( :name, :description, :kms_key_id, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#name ⇒ String
The name of the kdb environment that you want to create.
1097 1098 1099 1100 1101 1102 1103 1104 1105 |
# File 'lib/aws-sdk-finspace/types.rb', line 1097 class CreateKxEnvironmentRequest < Struct.new( :name, :description, :kms_key_id, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
A list of key-value pairs to label the kdb environment. You can add up to 50 tags to your kdb environment.
1097 1098 1099 1100 1101 1102 1103 1104 1105 |
# File 'lib/aws-sdk-finspace/types.rb', line 1097 class CreateKxEnvironmentRequest < Struct.new( :name, :description, :kms_key_id, :tags, :client_token) SENSITIVE = [] include Aws::Structure end |