CreateMonitoringScheduleRequest
public struct CreateMonitoringScheduleRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The configuration object that specifies the monitoring schedule and defines the monitoring job.
Declaration
Swift
public let monitoringScheduleConfig: MonitoringScheduleConfig
-
The name of the monitoring schedule. The name must be unique within an AWS Region within an AWS account.
Declaration
Swift
public let monitoringScheduleName: String
-
(Optional) An array of key-value pairs. For more information, see Using Cost Allocation Tags in the AWS Billing and Cost Management User Guide.
Declaration
Swift
public let tags: [Tag]?
-
Undocumented
Declaration
Swift
public init(monitoringScheduleConfig: MonitoringScheduleConfig, monitoringScheduleName: String, tags: [Tag]? = nil)
-
Declaration
Swift
public func validate(name: String) throws