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.
-
#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.
276 277 278 279 280 281 282 283 284 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 276 class CreateDatastoreRequest < Struct.new( :datastore_name, :client_token, :tags, :kms_key_arn, :lambda_authorizer_arn) SENSITIVE = [] include Aws::Structure end |
#datastore_name ⇒ String
The data store name.
276 277 278 279 280 281 282 283 284 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 276 class CreateDatastoreRequest < Struct.new( :datastore_name, :client_token, :tags, :kms_key_arn, :lambda_authorizer_arn) 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.
276 277 278 279 280 281 282 283 284 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 276 class CreateDatastoreRequest < Struct.new( :datastore_name, :client_token, :tags, :kms_key_arn, :lambda_authorizer_arn) SENSITIVE = [] include Aws::Structure end |
#lambda_authorizer_arn ⇒ String
The ARN of the authorizer’s Lambda function.
276 277 278 279 280 281 282 283 284 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 276 class CreateDatastoreRequest < Struct.new( :datastore_name, :client_token, :tags, :kms_key_arn, :lambda_authorizer_arn) SENSITIVE = [] include Aws::Structure end |
#tags ⇒ Hash<String,String>
The tags provided when creating a data store.
276 277 278 279 280 281 282 283 284 |
# File 'lib/aws-sdk-medicalimaging/types.rb', line 276 class CreateDatastoreRequest < Struct.new( :datastore_name, :client_token, :tags, :kms_key_arn, :lambda_authorizer_arn) SENSITIVE = [] include Aws::Structure end |