You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EKS::Types::FargateProfile

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Instance Attribute Summary collapse

Instance Attribute Details

#cluster_nameString

The name of the Amazon EKS cluster that the Fargate profile belongs to.

Returns:

  • (String)

    The name of the Amazon EKS cluster that the Fargate profile belongs to.

#created_atTime

The Unix epoch timestamp in seconds for when the Fargate profile was created.

Returns:

  • (Time)

    The Unix epoch timestamp in seconds for when the Fargate profile was created.

#fargate_profile_arnString

The full Amazon Resource Name (ARN) of the Fargate profile.

Returns:

  • (String)

    The full Amazon Resource Name (ARN) of the Fargate profile.

#fargate_profile_nameString

The name of the Fargate profile.

Returns:

  • (String)

    The name of the Fargate profile.

#pod_execution_role_arnString

The Amazon Resource Name (ARN) of the pod execution role to use for pods that match the selectors in the Fargate profile. For more information, see Pod Execution Role in the Amazon EKS User Guide.

Returns:

  • (String)

    The Amazon Resource Name (ARN) of the pod execution role to use for pods that match the selectors in the Fargate profile.

#selectorsArray<Types::FargateProfileSelector>

The selectors to match for pods to use this Fargate profile.

Returns:

#statusString

The current status of the Fargate profile.

Possible values:

  • CREATING
  • ACTIVE
  • DELETING
  • CREATE_FAILED
  • DELETE_FAILED

Returns:

  • (String)

    The current status of the Fargate profile.

#subnetsArray<String>

The IDs of subnets to launch pods into.

Returns:

  • (Array<String>)

    The IDs of subnets to launch pods into.

#tagsHash<String,String>

The metadata applied to the Fargate profile to assist with categorization and organization. Each tag consists of a key and an optional value, both of which you define. Fargate profile tags do not propagate to any other resources associated with the Fargate profile, such as the pods that are scheduled with it.

Returns:

  • (Hash<String,String>)

    The metadata applied to the Fargate profile to assist with categorization and organization.