class Aws::EKS::Types::CreateFargateProfileRequest

@note When making an API call, you may pass CreateFargateProfileRequest

data as a hash:

    {
      fargate_profile_name: "String", # required
      cluster_name: "String", # required
      pod_execution_role_arn: "String", # required
      subnets: ["String"],
      selectors: [
        {
          namespace: "String",
          labels: {
            "String" => "String",
          },
        },
      ],
      client_request_token: "String",
      tags: {
        "TagKey" => "TagValue",
      },
    }

@!attribute [rw] fargate_profile_name

The name of the Fargate profile.
@return [String]

@!attribute [rw] cluster_name

The name of the Amazon EKS cluster to apply the Fargate profile to.
@return [String]

@!attribute [rw] pod_execution_role_arn

The Amazon Resource Name (ARN) of the pod execution role to use for
pods that match the selectors in the Fargate profile. The pod
execution role allows Fargate infrastructure to register with your
cluster as a node, and it provides read access to Amazon ECR image
repositories. For more information, see [Pod Execution Role][1] in
the *Amazon EKS User Guide*.

[1]: https://docs.aws.amazon.com/eks/latest/userguide/pod-execution-role.html
@return [String]

@!attribute [rw] subnets

The IDs of subnets to launch your pods into. At this time, pods
running on Fargate are not assigned public IP addresses, so only
private subnets (with no direct route to an Internet Gateway) are
accepted for this parameter.
@return [Array<String>]

@!attribute [rw] selectors

The selectors to match for pods to use this Fargate profile. Each
selector must have an associated namespace. Optionally, you can also
specify labels for a namespace. You may specify up to five selectors
in a Fargate profile.
@return [Array<Types::FargateProfileSelector>]

@!attribute [rw] client_request_token

Unique, case-sensitive identifier that you provide to ensure the
idempotency of the request.

**A suitable default value is auto-generated.** You should normally
not need to pass this option.
@return [String]

@!attribute [rw] tags

The metadata to apply 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.
@return [Hash<String,String>]

@see docs.aws.amazon.com/goto/WebAPI/eks-2017-11-01/CreateFargateProfileRequest AWS API Documentation

Constants

SENSITIVE