Show / Hide Table of Contents

Class NatInstanceImage

Machine image representing the latest NAT instance image.

Inheritance
System.Object
LookupMachineImage
NatInstanceImage
Implements
IMachineImage
Inherited Members
LookupMachineImage.GetImage(Construct)
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.AWS.EC2.dll
Syntax (csharp)
public class NatInstanceImage : LookupMachineImage, IMachineImage
Syntax (vb)
Public Class NatInstanceImage
    Inherits LookupMachineImage
    Implements IMachineImage
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;

NatInstanceImage natInstanceImage = new NatInstanceImage();

Synopsis

Constructors

NatInstanceImage()
NatInstanceImage(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

NatInstanceImage(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

Constructors

NatInstanceImage()

public NatInstanceImage()

NatInstanceImage(ByRefValue)

Used by jsii to construct an instance of this class from a Javascript-owned object reference

protected NatInstanceImage(ByRefValue reference)
Parameters
reference Amazon.JSII.Runtime.Deputy.ByRefValue

The Javascript-owned object reference

NatInstanceImage(DeputyBase.DeputyProps)

Used by jsii to construct an instance of this class from DeputyProps

protected NatInstanceImage(DeputyBase.DeputyProps props)
Parameters
props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps

The deputy props

Implements

IMachineImage
Back to top Generated by DocFX