ApplicationComponent
public struct ApplicationComponent : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The name of the component.
Declaration
Swift
public let componentName: String?
-
Indicates whether the application component is monitored.
Declaration
Swift
public let monitor: Bool?
-
The resource type. Supported resource types include EC2 instances, Auto Scaling group, Classic ELB, Application ELB, and SQS Queue.
Declaration
Swift
public let resourceType: String?
-
The stack tier of the application component.
Declaration
Swift
public let tier: Tier?
-
Undocumented
Declaration
Swift
public init(componentName: String? = nil, monitor: Bool? = nil, resourceType: String? = nil, tier: Tier? = nil)