Show / Hide Table of Contents

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.

bool? SuppressWarnings { get; }
Property Value

bool?

Remarks

Default: - false

Back to top Generated by DocFX