| Package | Description |
|---|---|
| software.amazon.awscdk.services.eks |
Amazon EKS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
FargateProfile.Builder |
FargateProfile.Builder.cluster(Cluster cluster)
(experimental) The EKS cluster to apply the Fargate profile to.
|
static FargateProfile.Builder |
FargateProfile.Builder.create(software.constructs.Construct scope,
String id) |
FargateProfile.Builder |
FargateProfile.Builder.fargateProfileName(String fargateProfileName)
(experimental) The name of the Fargate profile.
|
FargateProfile.Builder |
FargateProfile.Builder.podExecutionRole(IRole podExecutionRole)
(experimental) The pod execution role to use for pods that match the selectors in the Fargate profile.
|
FargateProfile.Builder |
FargateProfile.Builder.selectors(List<? extends Selector> selectors)
(experimental) The selectors to match for pods to use this Fargate profile.
|
FargateProfile.Builder |
FargateProfile.Builder.subnetSelection(SubnetSelection subnetSelection)
(experimental) Select which subnets to launch your pods into.
|
FargateProfile.Builder |
FargateProfile.Builder.vpc(IVpc vpc)
(experimental) The VPC from which to select subnets to launch your pods into.
|
Copyright © 2021. All rights reserved.