UpdateServicePrimaryTaskSetRequest

public struct UpdateServicePrimaryTaskSetRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The short name or full Amazon Resource Name (ARN) of the cluster that hosts the service that the task set exists in.

    Declaration

    Swift

    public let cluster: String
  • The short name or full Amazon Resource Name (ARN) of the task set to set as the primary task set in the deployment.

    Declaration

    Swift

    public let primaryTaskSet: String
  • The short name or full Amazon Resource Name (ARN) of the service that the task set exists in.

    Declaration

    Swift

    public let service: String
  • Undocumented

    Declaration

    Swift

    public init(cluster: String, primaryTaskSet: String, service: String)