| Modifier and Type | Class and Description |
|---|---|
static class |
Selector.Jsii$Proxy
An implementation for
Selector |
| Modifier and Type | Method and Description |
|---|---|
Selector |
Selector.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<Selector> |
FargateProfileOptions.getSelectors()
The selectors to match for pods to use this Fargate profile.
|
List<Selector> |
FargateProfileOptions.Jsii$Proxy.getSelectors() |
List<Selector> |
FargateProfileProps.Jsii$Proxy.getSelectors() |
| Modifier and Type | Method and Description |
|---|---|
FargateProfileOptions.Builder |
FargateProfileOptions.Builder.selectors(List<? extends Selector> selectors)
Sets the value of
FargateProfileOptions.getSelectors() |
FargateProfile.Builder |
FargateProfile.Builder.selectors(List<? extends Selector> selectors)
The selectors to match for pods to use this Fargate profile.
|
FargateProfileProps.Builder |
FargateProfileProps.Builder.selectors(List<? extends Selector> selectors)
Sets the value of
FargateProfileOptions.getSelectors() |
| Constructor and Description |
|---|
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. |
Jsii$Proxy(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
FargateProfileOptions.Builder. |
Copyright © 2021. All rights reserved.