@Stability(value=Stable) @Internal public static final class CfnFargateProfileProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnFargateProfileProps
CfnFargateProfilePropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnFargateProfileProps.Builder, CfnFargateProfileProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnFargateProfileProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnFargateProfileProps.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getClusterName()
The name of the Amazon EKS cluster to apply the Fargate profile to.
|
String |
getFargateProfileName()
The name of the Fargate profile.
|
String |
getPodExecutionRoleArn()
The Amazon Resource Name (ARN) of the pod execution role to use for pods that match the selectors in the Fargate profile.
|
Object |
getSelectors()
The selectors to match for pods to use this Fargate profile.
|
List<String> |
getSubnets()
The IDs of subnets to launch your pods into.
|
List<CfnTag> |
getTags()
The metadata to apply to the Fargate profile to assist with categorization and organization.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnFargateProfileProps.Builder builder)
CfnFargateProfileProps.Builder.public final String getClusterName()
CfnFargateProfilePropsgetClusterName in interface CfnFargateProfilePropspublic final String getPodExecutionRoleArn()
CfnFargateProfilePropsThe pod execution role allows Fargate infrastructure to register with your cluster as a node, and it provides read access to Amazon ECR image repositories. For more information, see Pod Execution Role in the Amazon EKS User Guide .
getPodExecutionRoleArn in interface CfnFargateProfilePropspublic final Object getSelectors()
CfnFargateProfilePropsEach selector must have an associated namespace. Optionally, you can also specify labels for a namespace. You may specify up to five selectors in a Fargate profile.
getSelectors in interface CfnFargateProfilePropspublic final String getFargateProfileName()
CfnFargateProfilePropsgetFargateProfileName in interface CfnFargateProfilePropspublic final List<String> getSubnets()
CfnFargateProfilePropsAt this time, pods running on Fargate are not assigned public IP addresses, so only private subnets (with no direct route to an Internet Gateway) are accepted for this parameter.
getSubnets in interface CfnFargateProfilePropspublic final List<CfnTag> getTags()
CfnFargateProfilePropsEach tag consists of a key and an optional value. You define both. Fargate profile tags do not propagate to any other resources associated with the Fargate profile, such as the pods that are scheduled with it.
getTags in interface CfnFargateProfileProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.