Class: Aws::EMRContainers::Types::S3MonitoringConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRContainers::Types::S3MonitoringConfiguration
- 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
-
#encryption_key_arn ⇒ String
The Amazon resource name (ARN) of the encryption key for logs.
-
#log_uri ⇒ String
Amazon S3 destination URI for log publishing.
Instance Attribute Details
#encryption_key_arn ⇒ String
The Amazon resource name (ARN) of the encryption key for logs.
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_uri ⇒ String
Amazon S3 destination URI for log publishing.
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 |