@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.936Z") @Stability(value=Stable) public interface FargateProfileProps extends software.amazon.jsii.JsiiSerializable, FargateProfileOptions
Example:
Cluster cluster;
FargateProfile.Builder.create(this, "MyProfile")
.cluster(cluster)
.selectors(List.of(Selector.builder().namespace("default").build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
FargateProfileProps.Builder
A builder for
FargateProfileProps |
static class |
FargateProfileProps.Jsii$Proxy
An implementation for
FargateProfileProps |
| Modifier and Type | Method and Description |
|---|---|
static FargateProfileProps.Builder |
builder() |
Cluster |
getCluster()
The EKS cluster to apply the Fargate profile to.
|
getFargateProfileName, getPodExecutionRole, getSelectors, getSubnetSelection, getVpc@Stability(value=Stable) @NotNull Cluster getCluster()
[disable-awslint:ref-via-interface]
@Stability(value=Stable) static FargateProfileProps.Builder builder()
builder in interface FargateProfileOptionsFargateProfileProps.Builder of FargateProfilePropsCopyright © 2022. All rights reserved.