MonitoringConfiguration
public struct MonitoringConfiguration : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Describes 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 configurationType: ConfigurationType
-
Describes the verbosity of the CloudWatch Logs for an application.
Declaration
Swift
public let logLevel: LogLevel?
-
Describes the granularity of the CloudWatch Logs for an application.
Declaration
Swift
public let metricsLevel: MetricsLevel?
-
Undocumented
Declaration
Swift
public init(configurationType: ConfigurationType, logLevel: LogLevel? = nil, metricsLevel: MetricsLevel? = nil)