MonitoringConfigurationUpdate
public struct MonitoringConfigurationUpdate : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Describes updates to whether to use the default CloudWatch logging configuration for an application. You must set this property to CUSTOM in order to set the LogLevel or MetricsLevel parameters.
Declaration
Swift
public let configurationTypeUpdate: ConfigurationType?
-
Describes updates to the verbosity of the CloudWatch Logs for an application.
Declaration
Swift
public let logLevelUpdate: LogLevel?
-
Describes updates to the granularity of the CloudWatch Logs for an application.
Declaration
Swift
public let metricsLevelUpdate: MetricsLevel?
-
Undocumented
Declaration
Swift
public init(configurationTypeUpdate: ConfigurationType? = nil, logLevelUpdate: LogLevel? = nil, metricsLevelUpdate: MetricsLevel? = nil)