DiscoverPollEndpointRequest

public struct DiscoverPollEndpointRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The short name or full Amazon Resource Name (ARN) of the cluster to which the container instance belongs.

    Declaration

    Swift

    public let cluster: String?
  • The container instance ID or full ARN of the container instance. The ARN contains the arn:aws:ecs namespace, followed by the Region of the container instance, the AWS account ID of the container instance owner, the container-instance namespace, and then the container instance ID. For example, arn:aws:ecs:region:aws_account_id:container-instance/container_instance_ID.

    Declaration

    Swift

    public let containerInstance: String?
  • Undocumented

    Declaration

    Swift

    public init(cluster: String? = nil, containerInstance: String? = nil)