Class CfnNodegroup.LaunchTemplateSpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.eks.CfnNodegroup.LaunchTemplateSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnNodegroup.LaunchTemplateSpecificationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnNodegroup.LaunchTemplateSpecificationProperty
@Stability(Stable)
@Internal
public static final class CfnNodegroup.LaunchTemplateSpecificationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnNodegroup.LaunchTemplateSpecificationProperty
An implementation for
CfnNodegroup.LaunchTemplateSpecificationProperty-
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.CfnNodegroup.LaunchTemplateSpecificationProperty
CfnNodegroup.LaunchTemplateSpecificationProperty.Builder, CfnNodegroup.LaunchTemplateSpecificationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnNodegroup.LaunchTemplateSpecificationProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnNodegroup.LaunchTemplateSpecificationProperty.Builder.
-
-
Method Details
-
getId
Description copied from interface:CfnNodegroup.LaunchTemplateSpecificationPropertyThe ID of the launch template.You must specify either the launch template ID or the launch template name in the request, but not both. After node group creation, you cannot use a different ID.
- Specified by:
getIdin interfaceCfnNodegroup.LaunchTemplateSpecificationProperty- See Also:
-
getName
Description copied from interface:CfnNodegroup.LaunchTemplateSpecificationPropertyThe name of the launch template.You must specify either the launch template name or the launch template ID in the request, but not both. After node group creation, you cannot use a different name.
- Specified by:
getNamein interfaceCfnNodegroup.LaunchTemplateSpecificationProperty- See Also:
-
getVersion
Description copied from interface:CfnNodegroup.LaunchTemplateSpecificationPropertyThe version number of the launch template to use.If no version is specified, then the template's default version is used. You can use a different version for node group updates.
- Specified by:
getVersionin interfaceCfnNodegroup.LaunchTemplateSpecificationProperty- 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()
-