Class: Aws::EMRServerless::Types::S3MonitoringConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::EMRServerless::Types::S3MonitoringConfiguration
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-emrserverless/types.rb
Overview
The 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 KMS key ARN to encrypt the logs published to the given Amazon S3 destination.
-
#log_uri ⇒ String
The Amazon S3 destination URI for log publishing.
Instance Attribute Details
#encryption_key_arn ⇒ String
The KMS key ARN to encrypt the logs published to the given Amazon S3 destination.
1491 1492 1493 1494 1495 1496 |
# File 'lib/aws-sdk-emrserverless/types.rb', line 1491 class S3MonitoringConfiguration < Struct.new( :log_uri, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end |
#log_uri ⇒ String
The Amazon S3 destination URI for log publishing.
1491 1492 1493 1494 1495 1496 |
# File 'lib/aws-sdk-emrserverless/types.rb', line 1491 class S3MonitoringConfiguration < Struct.new( :log_uri, :encryption_key_arn) SENSITIVE = [] include Aws::Structure end |