Class: Aws::EMRContainers::Types::S3MonitoringConfiguration

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

Overview

Amazon S3 configuration for monitoring log publishing. You can configure your jobs to send log information to Amazon S3.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#encryption_key_arnString

The Amazon resource name (ARN) of the encryption key for logs.

Returns:

  • (String)


1756
1757
1758
1759
1760
1761
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1756

class S3MonitoringConfiguration < Struct.new(
  :log_uri,
  :encryption_key_arn)
  SENSITIVE = []
  include Aws::Structure
end

#log_uriString

Amazon S3 destination URI for log publishing.

Returns:

  • (String)


1756
1757
1758
1759
1760
1761
# File 'lib/aws-sdk-emrcontainers/types.rb', line 1756

class S3MonitoringConfiguration < Struct.new(
  :log_uri,
  :encryption_key_arn)
  SENSITIVE = []
  include Aws::Structure
end