Class: Aws::ObservabilityAdmin::Types::CreateS3TableIntegrationInput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#encryptionTypes::Encryption

The encryption configuration for the S3 Table integration, including the encryption algorithm and KMS key settings.

Returns:



423
424
425
426
427
428
429
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 423

class CreateS3TableIntegrationInput < Struct.new(
  :encryption,
  :role_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of the IAM role that grants permissions for the S3 Table integration to access necessary resources.

Returns:

  • (String)


423
424
425
426
427
428
429
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 423

class CreateS3TableIntegrationInput < Struct.new(
  :encryption,
  :role_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

The key-value pairs to associate with the S3 Table integration resource for categorization and management purposes.

Returns:

  • (Hash<String,String>)


423
424
425
426
427
428
429
# File 'lib/aws-sdk-observabilityadmin/types.rb', line 423

class CreateS3TableIntegrationInput < Struct.new(
  :encryption,
  :role_arn,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end