| Package | Description |
|---|---|
| software.amazon.awscdk.services.eks |
Amazon EKS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static FargateProfileOptions.Builder |
FargateProfileOptions.builder() |
FargateProfileOptions.Builder |
FargateProfileOptions.Builder.fargateProfileName(String fargateProfileName)
Sets the value of
FargateProfileOptions.getFargateProfileName() |
FargateProfileOptions.Builder |
FargateProfileOptions.Builder.podExecutionRole(IRole podExecutionRole)
Sets the value of
FargateProfileOptions.getPodExecutionRole() |
FargateProfileOptions.Builder |
FargateProfileOptions.Builder.selectors(List<? extends Selector> selectors)
Sets the value of
FargateProfileOptions.getSelectors() |
FargateProfileOptions.Builder |
FargateProfileOptions.Builder.subnetSelection(SubnetSelection subnetSelection)
Sets the value of
FargateProfileOptions.getSubnetSelection() |
FargateProfileOptions.Builder |
FargateProfileOptions.Builder.vpc(IVpc vpc)
Sets the value of
FargateProfileOptions.getVpc() |
Copyright © 2021. All rights reserved.