Class CfnLaunchTemplateMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnLaunchTemplateMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnLaunchTemplateMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLaunchTemplateMixinProps
@Stability(Stable)
@Internal
public static final class CfnLaunchTemplateMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLaunchTemplateMixinProps
An implementation for
CfnLaunchTemplateMixinProps-
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.ec2.CfnLaunchTemplateMixinProps
CfnLaunchTemplateMixinProps.Builder, CfnLaunchTemplateMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLaunchTemplateMixinProps.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 ObjectThe information for the launch template.final StringA name for the launch template.final ObjectThe tags to apply to the launch template on creation.final StringA description for the first version of the launch template.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 theCfnLaunchTemplateMixinProps.Builder.
-
-
Method Details
-
getLaunchTemplateData
Description copied from interface:CfnLaunchTemplateMixinPropsThe information for the launch template.Returns union: either
IResolvableorCfnLaunchTemplatePropsMixin.LaunchTemplateDataProperty- Specified by:
getLaunchTemplateDatain interfaceCfnLaunchTemplateMixinProps- See Also:
-
getLaunchTemplateName
Description copied from interface:CfnLaunchTemplateMixinPropsA name for the launch template.- Specified by:
getLaunchTemplateNamein interfaceCfnLaunchTemplateMixinProps- See Also:
-
getTagSpecifications
Description copied from interface:CfnLaunchTemplateMixinPropsThe tags to apply to the launch template on creation.To tag the launch template, the resource type must be
launch-template.To specify the tags for resources that are created during instance launch, use TagSpecifications .
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnLaunchTemplatePropsMixin.LaunchTemplateTagSpecificationProperty>- Specified by:
getTagSpecificationsin interfaceCfnLaunchTemplateMixinProps- See Also:
-
getVersionDescription
Description copied from interface:CfnLaunchTemplateMixinPropsA description for the first version of the launch template.- Specified by:
getVersionDescriptionin interfaceCfnLaunchTemplateMixinProps- 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()
-