Class: Aws::MedicalImaging::Types::CreateDatastoreRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::MedicalImaging::Types::CreateDatastoreRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-medicalimaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#client_token ⇒ String
A unique identifier for API idempotency.
-
#datastore_name ⇒ String
The data store name.
-
#kms_key_arn ⇒ String
The Amazon Resource Name (ARN) assigned to the Key Management Service (KMS) key for accessing encrypted data.
-
#lambda_authorizer_arn ⇒ String
The ARN of the authorizer’s Lambda function.
-
#lossless_storage_format ⇒ String
The lossless storage format for the datastore.
-
#tags ⇒ Hash<String,String>
The tags provided when creating a data store.
Instance Attribute Details
#client_token ⇒ String
A unique identifier for API idempotency.
**A suitable default value is auto-generated.** You should normally not need to pass this option.
293 294 295 296 297 298 299 300 301 302 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 293 class CreateDatastoreRequest < Struct.new( :datastore_name, :client_token, :tags, :kms_key_arn, :lambda_authorizer_arn, :lossless_storage_format) SENSITIVE = [] include Aws::Structure end |
#datastore_name ⇒ String
The data store name.
293 294 295 296 297 298 299 300 301 302 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 293 class CreateDatastoreRequest < Struct.new( :datastore_name, :client_token, :tags, :kms_key_arn, :lambda_authorizer_arn, :lossless_storage_format) SENSITIVE = [] include Aws::Structure end |
#kms_key_arn ⇒ String
The Amazon Resource Name (ARN) assigned to the Key Management Service (KMS) key for accessing encrypted data.
293 294 295 296 297 298 299 300 301 302 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 293 class CreateDatastoreRequest < Struct.new( :datastore_name, :client_token, :tags, :kms_key_arn, :lambda_authorizer_arn, :lossless_storage_format) SENSITIVE = [] include Aws::Structure end |
#lambda_authorizer_arn ⇒ String
The ARN of the authorizer’s Lambda function.
293 294 295 296 297 298 299 300 301 302 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 293 class CreateDatastoreRequest < Struct.new( :datastore_name, :client_token, :tags, :kms_key_arn, :lambda_authorizer_arn, :lossless_storage_format) SENSITIVE = [] include Aws::Structure end |
#lossless_storage_format ⇒ String
The lossless storage format for the datastore.
293 294 295 296 297 298 299 300 301 302 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 293 class CreateDatastoreRequest < Struct.new( :datastore_name, :client_token, :tags, :kms_key_arn, :lambda_authorizer_arn, :lossless_storage_format) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags provided when creating a data store.
293 294 295 296 297 298 299 300 301 302 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 293 class CreateDatastoreRequest < Struct.new( :datastore_name, :client_token, :tags, :kms_key_arn, :lambda_authorizer_arn, :lossless_storage_format) SENSITIVE = [] include Aws::Structure end |