public static final class InstanceRequireImdsv2AspectProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements InstanceRequireImdsv2AspectProps
InstanceRequireImdsv2AspectProps
InstanceRequireImdsv2AspectProps.Builder, InstanceRequireImdsv2AspectProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Boolean |
getSuppressLaunchTemplateWarning()
Whether warnings that would be raised when an Instance is associated with an existing Launch Template should be suppressed or not.
|
java.lang.Boolean |
getSuppressWarnings()
Whether warning annotations from this Aspect should be suppressed or not.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Boolean getSuppressLaunchTemplateWarning()
InstanceRequireImdsv2AspectProps
You can set this to true
if LaunchTemplateImdsAspect
is being used alongside this Aspect to
suppress false-positive warnings because any Launch Templates associated with Instances will still be covered.
Default: - false
getSuppressLaunchTemplateWarning
in interface InstanceRequireImdsv2AspectProps
public final java.lang.Boolean getSuppressWarnings()
InstanceRequireImdsv2AspectProps
Default: - false
getSuppressWarnings
in interface InstanceRequireImdsv2AspectProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()