amazonka-amp-2.0: Amazon Prometheus Service 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.AMP.Types.LoggingConfigurationMetadata

Description

 
Synopsis

Documentation

data LoggingConfigurationMetadata Source #

Represents the properties of a logging configuration metadata.

See: newLoggingConfigurationMetadata smart constructor.

Constructors

LoggingConfigurationMetadata' 

Fields

Instances

Instances details
FromJSON LoggingConfigurationMetadata Source # 
Instance details

Defined in Amazonka.AMP.Types.LoggingConfigurationMetadata

Generic LoggingConfigurationMetadata Source # 
Instance details

Defined in Amazonka.AMP.Types.LoggingConfigurationMetadata

Associated Types

type Rep LoggingConfigurationMetadata :: Type -> Type #

Read LoggingConfigurationMetadata Source # 
Instance details

Defined in Amazonka.AMP.Types.LoggingConfigurationMetadata

Show LoggingConfigurationMetadata Source # 
Instance details

Defined in Amazonka.AMP.Types.LoggingConfigurationMetadata

NFData LoggingConfigurationMetadata Source # 
Instance details

Defined in Amazonka.AMP.Types.LoggingConfigurationMetadata

Eq LoggingConfigurationMetadata Source # 
Instance details

Defined in Amazonka.AMP.Types.LoggingConfigurationMetadata

Hashable LoggingConfigurationMetadata Source # 
Instance details

Defined in Amazonka.AMP.Types.LoggingConfigurationMetadata

type Rep LoggingConfigurationMetadata Source # 
Instance details

Defined in Amazonka.AMP.Types.LoggingConfigurationMetadata

type Rep LoggingConfigurationMetadata = D1 ('MetaData "LoggingConfigurationMetadata" "Amazonka.AMP.Types.LoggingConfigurationMetadata" "amazonka-amp-2.0-5Nt9wsU74T2I91dslthaby" 'False) (C1 ('MetaCons "LoggingConfigurationMetadata'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "createdAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: S1 ('MetaSel ('Just "logGroupArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "modifiedAt") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 POSIX) :*: (S1 ('MetaSel ('Just "status") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 LoggingConfigurationStatus) :*: S1 ('MetaSel ('Just "workspace") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))))

newLoggingConfigurationMetadata Source #

Create a value of LoggingConfigurationMetadata 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:createdAt:LoggingConfigurationMetadata', loggingConfigurationMetadata_createdAt - The time when the logging configuration was created.

$sel:logGroupArn:LoggingConfigurationMetadata', loggingConfigurationMetadata_logGroupArn - The ARN of the CW log group to which the vended log data will be published.

$sel:modifiedAt:LoggingConfigurationMetadata', loggingConfigurationMetadata_modifiedAt - The time when the logging configuration was modified.

$sel:status:LoggingConfigurationMetadata', loggingConfigurationMetadata_status - The status of the logging configuration.

$sel:workspace:LoggingConfigurationMetadata', loggingConfigurationMetadata_workspace - The workspace where the logging configuration exists.

loggingConfigurationMetadata_createdAt :: Lens' LoggingConfigurationMetadata UTCTime Source #

The time when the logging configuration was created.

loggingConfigurationMetadata_logGroupArn :: Lens' LoggingConfigurationMetadata Text Source #

The ARN of the CW log group to which the vended log data will be published.

loggingConfigurationMetadata_modifiedAt :: Lens' LoggingConfigurationMetadata UTCTime Source #

The time when the logging configuration was modified.

loggingConfigurationMetadata_workspace :: Lens' LoggingConfigurationMetadata Text Source #

The workspace where the logging configuration exists.