AwsAutoScalingAutoScalingGroupDetails

public struct AwsAutoScalingAutoScalingGroupDetails : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Indicates when the auto scaling group was created. Uses the date-time format specified in RFC 3339 section 5.6, Internet Date/Time Format. The value cannot contain spaces. For example, 2020-03-22T13:22:13.933Z.

    Declaration

    Swift

    public let createdTime: String?
  • The amount of time, in seconds, that Amazon EC2 Auto Scaling waits before it checks the health status of an EC2 instance that has come into service.

    Declaration

    Swift

    public let healthCheckGracePeriod: Int?
  • The service to use for the health checks.

    Declaration

    Swift

    public let healthCheckType: String?
  • The name of the launch configuration.

    Declaration

    Swift

    public let launchConfigurationName: String?
  • The list of load balancers associated with the group.

    Declaration

    Swift

    public let loadBalancerNames: [String]?
  • Undocumented

    Declaration

    Swift

    public init(createdTime: String? = nil, healthCheckGracePeriod: Int? = nil, healthCheckType: String? = nil, launchConfigurationName: String? = nil, loadBalancerNames: [String]? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws