| Package | Description |
|---|---|
| software.amazon.awscdk.services.eks |
Amazon EKS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnFargateProfile.Builder |
CfnFargateProfile.Builder.clusterName(String clusterName)
The name of the Amazon EKS cluster to apply the Fargate profile to.
|
static CfnFargateProfile.Builder |
CfnFargateProfile.Builder.create(software.constructs.Construct scope,
String id) |
CfnFargateProfile.Builder |
CfnFargateProfile.Builder.fargateProfileName(String fargateProfileName)
The name of the Fargate profile.
|
CfnFargateProfile.Builder |
CfnFargateProfile.Builder.podExecutionRoleArn(String podExecutionRoleArn)
The Amazon Resource Name (ARN) of the pod execution role to use for pods that match the selectors in the Fargate profile.
|
CfnFargateProfile.Builder |
CfnFargateProfile.Builder.selectors(IResolvable selectors)
The selectors to match for pods to use this Fargate profile.
|
CfnFargateProfile.Builder |
CfnFargateProfile.Builder.selectors(List<? extends Object> selectors)
The selectors to match for pods to use this Fargate profile.
|
CfnFargateProfile.Builder |
CfnFargateProfile.Builder.subnets(List<String> subnets)
The IDs of subnets to launch your pods into.
|
CfnFargateProfile.Builder |
CfnFargateProfile.Builder.tags(List<? extends CfnTag> tags)
The metadata to apply to the Fargate profile to assist with categorization and organization.
|
Copyright © 2022. All rights reserved.