Class CfnFargateProfileMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnFargateProfileMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFargateProfileMixinProps
CfnFargateProfileMixinProps-
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.cfnpropertymixins.services.eks.CfnFargateProfileMixinProps
CfnFargateProfileMixinProps.Builder, CfnFargateProfileMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFargateProfileMixinProps.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 theCfnFargateProfileMixinProps.Builder.
-
-
Method Details
-
getClusterName
Description copied from interface:CfnFargateProfileMixinPropsThe name of your cluster.- Specified by:
getClusterNamein interfaceCfnFargateProfileMixinProps- See Also:
-
getFargateProfileName
Description copied from interface:CfnFargateProfileMixinPropsThe name of the Fargate profile.- Specified by:
getFargateProfileNamein interfaceCfnFargateProfileMixinProps- See Also:
-
getPodExecutionRoleArn
Description copied from interface:CfnFargateProfileMixinPropsThe 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 interfaceCfnFargateProfileMixinProps- See Also:
-
getSelectors
Description copied from interface:CfnFargateProfileMixinPropsThe 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: '<'eitherIResolvableorCfnFargateProfilePropsMixin.SelectorProperty>- Specified by:
getSelectorsin interfaceCfnFargateProfileMixinProps- See Also:
-
getSubnets
Description copied from interface:CfnFargateProfileMixinPropsThe 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 interfaceCfnFargateProfileMixinProps- See Also:
-
getTags
Description copied from interface:CfnFargateProfileMixinPropsMetadata 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 interfaceCfnFargateProfileMixinProps- 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()
-