Class CfnFargateProfileProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.eks.CfnFargateProfileProps.Jsii$Proxy
- All Implemented Interfaces:
CfnFargateProfileProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFargateProfileProps
@Stability(Stable)
@Internal
public static final class CfnFargateProfileProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFargateProfileProps
An implementation for
CfnFargateProfileProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.eks.CfnFargateProfileProps
CfnFargateProfileProps.Builder, CfnFargateProfileProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnFargateProfileProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFargateProfileProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The name of your cluster.final String
The name of the Fargate profile.final String
The Amazon Resource Name (ARN) of thePod
execution role to use for aPod
that matches the selectors in the Fargate profile.final Object
The selectors to match for aPod
to use this Fargate profile.The IDs of subnets to launch aPod
into.getTags()
Metadata that assists with categorization and organization.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnFargateProfileProps.Builder
.
-
-
Method Details
-
getClusterName
Description copied from interface:CfnFargateProfileProps
The name of your cluster.- Specified by:
getClusterName
in interfaceCfnFargateProfileProps
- See Also:
-
getPodExecutionRoleArn
Description copied from interface:CfnFargateProfileProps
The Amazon Resource Name (ARN) of thePod
execution role to use for aPod
that matches the selectors in the Fargate profile.The
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, seePod
execution role in the Amazon EKS User Guide .- Specified by:
getPodExecutionRoleArn
in interfaceCfnFargateProfileProps
- See Also:
-
getSelectors
Description copied from interface:CfnFargateProfileProps
The selectors to match for aPod
to use this Fargate profile.Each selector must have an associated Kubernetes
namespace
. Optionally, you can also specifylabels
for anamespace
. You may specify up to five selectors in a Fargate profile.- Specified by:
getSelectors
in interfaceCfnFargateProfileProps
- See Also:
-
getFargateProfileName
Description copied from interface:CfnFargateProfileProps
The name of the Fargate profile.- Specified by:
getFargateProfileName
in interfaceCfnFargateProfileProps
- See Also:
-
getSubnets
Description copied from interface:CfnFargateProfileProps
The IDs of subnets to launch aPod
into.A
Pod
running on Fargate isn't assigned a public IP address, so only private subnets (with no direct route to an Internet Gateway) are accepted for this parameter.- Specified by:
getSubnets
in interfaceCfnFargateProfileProps
- See Also:
-
getTags
Description copied from interface:CfnFargateProfileProps
Metadata that assists with categorization and organization.Each tag consists of a key and an optional value. You define both. Tags don't propagate to any other cluster or AWS resources.
- Specified by:
getTags
in interfaceCfnFargateProfileProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-