Class FargateProfileArgs


  • public final class FargateProfileArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • clusterName

        public com.pulumi.core.Output<java.lang.String> clusterName()
        Returns:
        Name of the EKS Cluster.
      • fargateProfileName

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> fargateProfileName()
        Returns:
        Name of the EKS Fargate Profile.
      • podExecutionRoleArn

        public com.pulumi.core.Output<java.lang.String> podExecutionRoleArn()
        Returns:
        Amazon Resource Name (ARN) of the IAM Role that provides permissions for the EKS Fargate Profile.
      • selectors

        public com.pulumi.core.Output<java.util.List<FargateProfileSelectorArgs>> selectors()
        Returns:
        Configuration block(s) for selecting Kubernetes Pods to execute with this EKS Fargate Profile. Detailed below.
      • subnetIds

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> subnetIds()
        Returns:
        Identifiers of private EC2 Subnets to associate with the EKS Fargate Profile. These subnets must have the following resource tag: `kubernetes.io/cluster/CLUSTER_NAME` (where `CLUSTER_NAME` is replaced with the name of the EKS Cluster). The following arguments are optional:
      • tags

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.String>>> tags()
        Returns:
        Key-value map of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.