Package com.pulumi.aws.eks
Class FargateProfileArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.aws.eks.FargateProfileArgs
-
public final class FargateProfileArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FargateProfileArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static FargateProfileArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static FargateProfileArgs.Builder
builder()
static FargateProfileArgs.Builder
builder(FargateProfileArgs defaults)
com.pulumi.core.Output<java.lang.String>
clusterName()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
fargateProfileName()
com.pulumi.core.Output<java.lang.String>
podExecutionRoleArn()
com.pulumi.core.Output<java.util.List<FargateProfileSelectorArgs>>
selectors()
java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>>
subnetIds()
java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>>>
tags()
-
-
-
Field Detail
-
Empty
public static final FargateProfileArgs Empty
-
-
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.
-
builder
public static FargateProfileArgs.Builder builder()
-
builder
public static FargateProfileArgs.Builder builder(FargateProfileArgs defaults)
-
-