Class: Aws::Glue::Types::EncryptionConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb

Overview

Specifies an encryption configuration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_encryptionTypes::CloudWatchEncryption

The encryption configuration for Amazon CloudWatch.



10803
10804
10805
10806
10807
10808
10809
10810
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10803

class EncryptionConfiguration < Struct.new(
  :s3_encryption,
  :cloud_watch_encryption,
  :job_bookmarks_encryption,
  :data_quality_encryption)
  SENSITIVE = []
  include Aws::Structure
end

#data_quality_encryptionTypes::DataQualityEncryption

The encryption configuration for Glue Data Quality assets.



10803
10804
10805
10806
10807
10808
10809
10810
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10803

class EncryptionConfiguration < Struct.new(
  :s3_encryption,
  :cloud_watch_encryption,
  :job_bookmarks_encryption,
  :data_quality_encryption)
  SENSITIVE = []
  include Aws::Structure
end

#job_bookmarks_encryptionTypes::JobBookmarksEncryption

The encryption configuration for job bookmarks.



10803
10804
10805
10806
10807
10808
10809
10810
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10803

class EncryptionConfiguration < Struct.new(
  :s3_encryption,
  :cloud_watch_encryption,
  :job_bookmarks_encryption,
  :data_quality_encryption)
  SENSITIVE = []
  include Aws::Structure
end

#s3_encryptionArray<Types::S3Encryption>

The encryption configuration for Amazon Simple Storage Service (Amazon S3) data.

Returns:



10803
10804
10805
10806
10807
10808
10809
10810
# File 'gems/aws-sdk-glue/lib/aws-sdk-glue/types.rb', line 10803

class EncryptionConfiguration < Struct.new(
  :s3_encryption,
  :cloud_watch_encryption,
  :job_bookmarks_encryption,
  :data_quality_encryption)
  SENSITIVE = []
  include Aws::Structure
end