Class CfnNodegroupPropsMixin.LaunchTemplateSpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.eks.CfnNodegroupPropsMixin.LaunchTemplateSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnNodegroupPropsMixin.LaunchTemplateSpecificationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnNodegroupPropsMixin.LaunchTemplateSpecificationProperty
@Stability(Stable)
@Internal
public static final class CfnNodegroupPropsMixin.LaunchTemplateSpecificationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnNodegroupPropsMixin.LaunchTemplateSpecificationProperty
An implementation for
CfnNodegroupPropsMixin.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.cfnpropertymixins.services.eks.CfnNodegroupPropsMixin.LaunchTemplateSpecificationProperty
CfnNodegroupPropsMixin.LaunchTemplateSpecificationProperty.Builder, CfnNodegroupPropsMixin.LaunchTemplateSpecificationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnNodegroupPropsMixin.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 theCfnNodegroupPropsMixin.LaunchTemplateSpecificationProperty.Builder.
-
-
Method Details
-
getId
Description copied from interface:CfnNodegroupPropsMixin.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.
Returns union: either
StringorILaunchTemplateRef- Specified by:
getIdin interfaceCfnNodegroupPropsMixin.LaunchTemplateSpecificationProperty- See Also:
-
getName
Description copied from interface:CfnNodegroupPropsMixin.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 interfaceCfnNodegroupPropsMixin.LaunchTemplateSpecificationProperty- See Also:
-
getVersion
Description copied from interface:CfnNodegroupPropsMixin.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 interfaceCfnNodegroupPropsMixin.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()
-