amazonka-emr-serverless-2.0: Amazon EMR Serverless SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EMRServerless.Types.S3MonitoringConfiguration

Description

 
Synopsis

Documentation

data S3MonitoringConfiguration Source #

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

See: newS3MonitoringConfiguration smart constructor.

Constructors

S3MonitoringConfiguration' 

Fields

Instances

Instances details
FromJSON S3MonitoringConfiguration Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.S3MonitoringConfiguration

ToJSON S3MonitoringConfiguration Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.S3MonitoringConfiguration

Generic S3MonitoringConfiguration Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.S3MonitoringConfiguration

Associated Types

type Rep S3MonitoringConfiguration :: Type -> Type #

Read S3MonitoringConfiguration Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.S3MonitoringConfiguration

Show S3MonitoringConfiguration Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.S3MonitoringConfiguration

NFData S3MonitoringConfiguration Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.S3MonitoringConfiguration

Eq S3MonitoringConfiguration Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.S3MonitoringConfiguration

Hashable S3MonitoringConfiguration Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.S3MonitoringConfiguration

type Rep S3MonitoringConfiguration Source # 
Instance details

Defined in Amazonka.EMRServerless.Types.S3MonitoringConfiguration

type Rep S3MonitoringConfiguration = D1 ('MetaData "S3MonitoringConfiguration" "Amazonka.EMRServerless.Types.S3MonitoringConfiguration" "amazonka-emr-serverless-2.0-Zw6ehwruaDFJFsqn31iYt" 'False) (C1 ('MetaCons "S3MonitoringConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "encryptionKeyArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "logUri") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newS3MonitoringConfiguration :: S3MonitoringConfiguration Source #

Create a value of S3MonitoringConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:encryptionKeyArn:S3MonitoringConfiguration', s3MonitoringConfiguration_encryptionKeyArn - The KMS key ARN to encrypt the logs published to the given Amazon S3 destination.

$sel:logUri:S3MonitoringConfiguration', s3MonitoringConfiguration_logUri - The Amazon S3 destination URI for log publishing.

s3MonitoringConfiguration_encryptionKeyArn :: Lens' S3MonitoringConfiguration (Maybe Text) Source #

The KMS key ARN to encrypt the logs published to the given Amazon S3 destination.

s3MonitoringConfiguration_logUri :: Lens' S3MonitoringConfiguration (Maybe Text) Source #

The Amazon S3 destination URI for log publishing.