ECSService

public struct ECSService : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the cluster that the Amazon ECS service is associated with.

    Declaration

    Swift

    public let clusterName: String?
  • The name of the target Amazon ECS service.

    Declaration

    Swift

    public let serviceName: String?
  • Undocumented

    Declaration

    Swift

    public init(clusterName: String? = nil, serviceName: String? = nil)