Class: Aws::ECS::Types::RegisterContainerInstanceRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#attributesArray<Types::Attribute>

The container instance attributes that this container instance supports.

Returns:



7863
7864
7865
7866
7867
7868
7869
7870
7871
7872
7873
7874
7875
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 7863

class RegisterContainerInstanceRequest < Struct.new(
  :cluster,
  :instance_identity_document,
  :instance_identity_document_signature,
  :total_resources,
  :version_info,
  :container_instance_arn,
  :attributes,
  :platform_devices,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#clusterString

The short name or full Amazon Resource Name (ARN) of the cluster to register your container instance with. If you do not specify a cluster, the default cluster is assumed.

Returns:

  • (String)


7863
7864
7865
7866
7867
7868
7869
7870
7871
7872
7873
7874
7875
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 7863

class RegisterContainerInstanceRequest < Struct.new(
  :cluster,
  :instance_identity_document,
  :instance_identity_document_signature,
  :total_resources,
  :version_info,
  :container_instance_arn,
  :attributes,
  :platform_devices,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#container_instance_arnString

The ARN of the container instance (if it was previously registered).

Returns:

  • (String)


7863
7864
7865
7866
7867
7868
7869
7870
7871
7872
7873
7874
7875
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 7863

class RegisterContainerInstanceRequest < Struct.new(
  :cluster,
  :instance_identity_document,
  :instance_identity_document_signature,
  :total_resources,
  :version_info,
  :container_instance_arn,
  :attributes,
  :platform_devices,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#instance_identity_documentString

The instance identity document for the EC2 instance to register. This document can be found by running the following command from the instance: curl http://169.254.169.254/latest/dynamic/instance-identity/document/

Returns:

  • (String)


7863
7864
7865
7866
7867
7868
7869
7870
7871
7872
7873
7874
7875
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 7863

class RegisterContainerInstanceRequest < Struct.new(
  :cluster,
  :instance_identity_document,
  :instance_identity_document_signature,
  :total_resources,
  :version_info,
  :container_instance_arn,
  :attributes,
  :platform_devices,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#instance_identity_document_signatureString

The instance identity document signature for the EC2 instance to register. This signature can be found by running the following command from the instance: curl http://169.254.169.254/latest/dynamic/instance-identity/signature/

Returns:

  • (String)


7863
7864
7865
7866
7867
7868
7869
7870
7871
7872
7873
7874
7875
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 7863

class RegisterContainerInstanceRequest < Struct.new(
  :cluster,
  :instance_identity_document,
  :instance_identity_document_signature,
  :total_resources,
  :version_info,
  :container_instance_arn,
  :attributes,
  :platform_devices,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#platform_devicesArray<Types::PlatformDevice>

The devices that are available on the container instance. The only supported device type is a GPU.

Returns:



7863
7864
7865
7866
7867
7868
7869
7870
7871
7872
7873
7874
7875
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 7863

class RegisterContainerInstanceRequest < Struct.new(
  :cluster,
  :instance_identity_document,
  :instance_identity_document_signature,
  :total_resources,
  :version_info,
  :container_instance_arn,
  :attributes,
  :platform_devices,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsArray<Types::Tag>

The metadata that you apply to the container instance to help you categorize and organize them. Each tag consists of a key and an optional value. You define both.

The following basic restrictions apply to tags:

  • Maximum number of tags per resource - 50

  • For each resource, each tag key must be unique, and each tag key can have only one value.

  • Maximum key length - 128 Unicode characters in UTF-8

  • Maximum value length - 256 Unicode characters in UTF-8

  • If your tagging schema is used across multiple services and resources, remember that other services may have restrictions on allowed characters. Generally allowed characters are: letters, numbers, and spaces representable in UTF-8, and the following characters: + - = . _ : / @.

  • Tag keys and values are case-sensitive.

  • Do not use aws:, AWS:, or any upper or lowercase combination of such as a prefix for either keys or values as it is reserved for Amazon Web Services use. You cannot edit or delete tag keys or values with this prefix. Tags with this prefix do not count against your tags per resource limit.

Returns:



7863
7864
7865
7866
7867
7868
7869
7870
7871
7872
7873
7874
7875
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 7863

class RegisterContainerInstanceRequest < Struct.new(
  :cluster,
  :instance_identity_document,
  :instance_identity_document_signature,
  :total_resources,
  :version_info,
  :container_instance_arn,
  :attributes,
  :platform_devices,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#total_resourcesArray<Types::Resource>

The resources available on the instance.

Returns:



7863
7864
7865
7866
7867
7868
7869
7870
7871
7872
7873
7874
7875
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 7863

class RegisterContainerInstanceRequest < Struct.new(
  :cluster,
  :instance_identity_document,
  :instance_identity_document_signature,
  :total_resources,
  :version_info,
  :container_instance_arn,
  :attributes,
  :platform_devices,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#version_infoTypes::VersionInfo

The version information for the Amazon ECS container agent and Docker daemon that runs on the container instance.

Returns:



7863
7864
7865
7866
7867
7868
7869
7870
7871
7872
7873
7874
7875
# File 'gems/aws-sdk-ecs/lib/aws-sdk-ecs/types.rb', line 7863

class RegisterContainerInstanceRequest < Struct.new(
  :cluster,
  :instance_identity_document,
  :instance_identity_document_signature,
  :total_resources,
  :version_info,
  :container_instance_arn,
  :attributes,
  :platform_devices,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end