| Modifier and Type | Class and Description |
|---|---|
class |
FargateCluster
Defines an EKS cluster that runs entirely on AWS Fargate.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster |
Cluster.Builder.build() |
Cluster |
AwsAuthProps.getCluster()
The EKS cluster to apply this configuration to.
|
Cluster |
AwsAuthProps.Jsii$Proxy.getCluster() |
Cluster |
FargateProfileProps.getCluster()
The EKS cluster to apply the Fargate profile to.
|
Cluster |
FargateProfileProps.Jsii$Proxy.getCluster() |
| Modifier and Type | Method and Description |
|---|---|
AwsAuth.Builder |
AwsAuth.Builder.cluster(Cluster cluster)
The EKS cluster to apply this configuration to.
|
FargateProfile.Builder |
FargateProfile.Builder.cluster(Cluster cluster)
The EKS cluster to apply the Fargate profile to.
|
AwsAuthProps.Builder |
AwsAuthProps.Builder.cluster(Cluster cluster)
Sets the value of
AwsAuthProps.getCluster() |
FargateProfileProps.Builder |
FargateProfileProps.Builder.cluster(Cluster cluster)
Sets the value of
FargateProfileProps.getCluster() |
| Constructor and Description |
|---|
Jsii$Proxy(Cluster cluster)
Constructor that initializes the object based on literal property values passed by the
AwsAuthProps.Builder. |
Jsii$Proxy(Cluster cluster,
List<? extends Selector> selectors,
String fargateProfileName,
IRole podExecutionRole,
SubnetSelection subnetSelection,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
FargateProfileProps.Builder. |
Copyright © 2021. All rights reserved.