Class InstanceRequireImdsv2AspectProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ec2.InstanceRequireImdsv2AspectProps.Jsii$Proxy
- All Implemented Interfaces:
InstanceRequireImdsv2AspectProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
InstanceRequireImdsv2AspectProps
@Stability(Stable)
@Internal
public static final class InstanceRequireImdsv2AspectProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements InstanceRequireImdsv2AspectProps
An implementation for
InstanceRequireImdsv2AspectProps-
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.ec2.InstanceRequireImdsv2AspectProps
InstanceRequireImdsv2AspectProps.Builder, InstanceRequireImdsv2AspectProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theInstanceRequireImdsv2AspectProps.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 BooleanWhether warnings that would be raised when an Instance is associated with an existing Launch Template should be suppressed or not.final BooleanWhether warning annotations from this Aspect should be suppressed or not.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 theInstanceRequireImdsv2AspectProps.Builder.
-
-
Method Details
-
getSuppressLaunchTemplateWarning
Description copied from interface:InstanceRequireImdsv2AspectPropsWhether warnings that would be raised when an Instance is associated with an existing Launch Template should be suppressed or not.You can set this to
trueifLaunchTemplateImdsAspectis being used alongside this Aspect to suppress false-positive warnings because any Launch Templates associated with Instances will still be covered.Default: - false
- Specified by:
getSuppressLaunchTemplateWarningin interfaceInstanceRequireImdsv2AspectProps
-
getSuppressWarnings
Description copied from interface:InstanceRequireImdsv2AspectPropsWhether warning annotations from this Aspect should be suppressed or not.Default: - false
- Specified by:
getSuppressWarningsin interfaceInstanceRequireImdsv2AspectProps
-
$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()
-