EcsCluster

public struct EcsCluster : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The cluster’s ARN.

    Declaration

    Swift

    public let ecsClusterArn: String?
  • The cluster name.

    Declaration

    Swift

    public let ecsClusterName: String?
  • The time and date that the cluster was registered with the stack.

    Declaration

    Swift

    public let registeredAt: String?
  • The stack ID.

    Declaration

    Swift

    public let stackId: String?
  • Undocumented

    Declaration

    Swift

    public init(ecsClusterArn: String? = nil, ecsClusterName: String? = nil, registeredAt: String? = nil, stackId: String? = nil)