@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:42.978Z") @Stability(value=Experimental) public class AutoScalingGroupRequireImdsv2Aspect extends software.amazon.jsii.JsiiObject implements IAspect
Example:
AutoScalingGroupRequireImdsv2Aspect aspect = new AutoScalingGroupRequireImdsv2Aspect(); Aspects.of(this).add(aspect);
software.amazon.jsii.JsiiObject.InitializationModeIAspect.Jsii$Default, IAspect.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
|
AutoScalingGroupRequireImdsv2Aspect() |
protected |
AutoScalingGroupRequireImdsv2Aspect(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
AutoScalingGroupRequireImdsv2Aspect(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
void |
visit(IConstruct node)
(experimental) All aspects can visit an IConstruct.
|
protected void |
warn(IConstruct node,
String message)
(experimental) Adds a warning annotation to a node.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected AutoScalingGroupRequireImdsv2Aspect(software.amazon.jsii.JsiiObjectRef objRef)
protected AutoScalingGroupRequireImdsv2Aspect(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) public AutoScalingGroupRequireImdsv2Aspect()
@Stability(value=Experimental)
public void visit(@NotNull
IConstruct node)
@Stability(value=Experimental)
protected void warn(@NotNull
IConstruct node,
@NotNull
String message)
node - The scope to add the warning to. This parameter is required.message - The warning message. This parameter is required.Copyright © 2022. All rights reserved.