Class CfnFargateProfileProps.Jsii$Proxy
- All Implemented Interfaces:
CfnFargateProfileProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFargateProfileProps
CfnFargateProfileProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.eks.CfnFargateProfileProps
CfnFargateProfileProps.Builder, CfnFargateProfileProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnFargateProfileProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnFargateProfileProps.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe name of your cluster.final StringThe name of the Fargate profile.final StringThe Amazon Resource Name (ARN) of thePodexecution role to use for aPodthat matches the selectors in the Fargate profile.final ObjectThe selectors to match for aPodto use this Fargate profile.The IDs of subnets to launch aPodinto.getTags()Metadata that assists with categorization and organization.final inthashCode()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:CfnFargateProfilePropsThe name of your cluster.- Specified by:
getClusterNamein interfaceCfnFargateProfileProps- See Also:
-
getPodExecutionRoleArn
Description copied from interface:CfnFargateProfilePropsThe Amazon Resource Name (ARN) of thePodexecution role to use for aPodthat matches the selectors in the Fargate profile.The
Podexecution 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, seePodexecution role in the Amazon EKS User Guide .- Specified by:
getPodExecutionRoleArnin interfaceCfnFargateProfileProps- See Also:
-
getSelectors
Description copied from interface:CfnFargateProfilePropsThe selectors to match for aPodto use this Fargate profile.Each selector must have an associated Kubernetes
namespace. Optionally, you can also specifylabelsfor anamespace. You may specify up to five selectors in a Fargate profile.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnFargateProfile.SelectorProperty>- Specified by:
getSelectorsin interfaceCfnFargateProfileProps- See Also:
-
getFargateProfileName
Description copied from interface:CfnFargateProfilePropsThe name of the Fargate profile.- Specified by:
getFargateProfileNamein interfaceCfnFargateProfileProps- See Also:
-
getSubnets
Description copied from interface:CfnFargateProfilePropsThe IDs of subnets to launch aPodinto.A
Podrunning 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:
getSubnetsin interfaceCfnFargateProfileProps- See Also:
-
getTags
Description copied from interface:CfnFargateProfilePropsMetadata 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:
getTagsin interfaceCfnFargateProfileProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-