MonitoredResourceInfo

public struct MonitoredResourceInfo : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • arn

    The Amazon Resource Name (ARN) of the resource being monitored.

    Declaration

    Swift

    public let arn: String?
  • The name of the Lightsail resource being monitored.

    Declaration

    Swift

    public let name: String?
  • The Lightsail resource type of the resource being monitored. Instances, load balancers, and relational databases are the only Lightsail resources that can currently be monitored by alarms.

    Declaration

    Swift

    public let resourceType: ResourceType?
  • Undocumented

    Declaration

    Swift

    public init(arn: String? = nil, name: String? = nil, resourceType: ResourceType? = nil)