Interface ILaunchTemplateRequireImdsv2AspectProps
Properties for LaunchTemplateRequireImdsv2Aspect
.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ILaunchTemplateRequireImdsv2AspectProps
Syntax (vb)
Public Interface ILaunchTemplateRequireImdsv2AspectProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.EC2;
var launchTemplateRequireImdsv2AspectProps = new LaunchTemplateRequireImdsv2AspectProps {
SuppressWarnings = false
};
Synopsis
Properties
SuppressWarnings | Whether warning annotations from this Aspect should be suppressed or not. |
Properties
SuppressWarnings
Whether warning annotations from this Aspect should be suppressed or not.
virtual Nullable<bool> SuppressWarnings { get; }
Property Value
System.Nullable<System.Boolean>
Remarks
Default: - false