Show / Hide Table of Contents

Class CfnEgressOnlyInternetGateway

[IPv6 only] Specifies an egress-only internet gateway for your VPC.

Inheritance
object
CfnElement
CfnRefElement
CfnResource
CfnEgressOnlyInternetGateway
Implements
IInspectable
IEgressOnlyInternetGatewayRef
IConstruct
IDependable
IEnvironmentAware
ITaggableV2
Inherited Members
CfnResource.IsCfnResource(object)
CfnResource.AddDeletionOverride(string)
CfnResource.AddDependency(CfnResource)
CfnResource.AddDependsOn(CfnResource)
CfnResource.AddMetadata(string, object)
CfnResource.AddOverride(string, object)
CfnResource.AddPropertyDeletionOverride(string)
CfnResource.AddPropertyOverride(string, object)
CfnResource.ApplyRemovalPolicy(RemovalPolicy?, IRemovalPolicyOptions)
CfnResource.GetAtt(string, ResolutionTypeHint?)
CfnResource.GetMetadata(string)
CfnResource.ObtainDependencies()
CfnResource.ObtainResourceDependencies()
CfnResource.RemoveDependency(CfnResource)
CfnResource.ReplaceDependency(CfnResource, CfnResource)
CfnResource.ShouldSynthesize()
CfnResource.ToString()
CfnResource.ValidateProperties(object)
CfnResource.CfnOptions
CfnResource.CfnResourceType
CfnResource.Env
CfnResource.UpdatedProperites
CfnResource.UpdatedProperties
CfnRefElement.Ref
CfnElement.IsCfnElement(object)
CfnElement.OverrideLogicalId(string)
CfnElement.With(params IMixin[])
CfnElement.CreationStack
CfnElement.LogicalId
CfnElement.Stack
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnEgressOnlyInternetGateway : CfnResource, IInspectable, IEgressOnlyInternetGatewayRef, IConstruct, IDependable, IEnvironmentAware, ITaggableV2
Syntax (vb)
Public Class CfnEgressOnlyInternetGateway Inherits CfnResource Implements IInspectable, IEgressOnlyInternetGatewayRef, IConstruct, IDependable, IEnvironmentAware, ITaggableV2
Remarks

An egress-only internet gateway is used to enable outbound communication over IPv6 from instances in your VPC to the internet, and prevents hosts outside of your VPC from initiating an IPv6 connection with your instance.

For more information, see Egress-only internet gateway in the Amazon VPC User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html

CloudformationResource: AWS::EC2::EgressOnlyInternetGateway

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 cfnEgressOnlyInternetGateway = new CfnEgressOnlyInternetGateway(this, "MyCfnEgressOnlyInternetGateway", new CfnEgressOnlyInternetGatewayProps {
                 VpcId = "vpcId",

                 // the properties below are optional
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             });

Synopsis

Constructors

CfnEgressOnlyInternetGateway(Construct, string, ICfnEgressOnlyInternetGatewayProps)

Create a new AWS::EC2::EgressOnlyInternetGateway.

Properties

AttrId

The ID of the egress-only internet gateway.

CFN_RESOURCE_TYPE_NAME

The CloudFormation resource type name for this resource class.

CdkTagManager

Tag Manager which manages the tags for this resource.

CfnProperties

[IPv6 only] Specifies an egress-only internet gateway for your VPC.

EgressOnlyInternetGatewayRef

A reference to a EgressOnlyInternetGateway resource.

Tags

The tags assigned to the egress-only internet gateway.

VpcId

The ID of the VPC for which to create the egress-only internet gateway.

Methods

ArnForEgressOnlyInternetGateway(IEgressOnlyInternetGatewayRef)

[IPv6 only] Specifies an egress-only internet gateway for your VPC.

FromEgressOnlyInternetGatewayId(Construct, string, string)

Creates a new IEgressOnlyInternetGatewayRef from a egressOnlyInternetGatewayId.

Inspect(TreeInspector)

Examines the CloudFormation resource and discloses attributes.

IsCfnEgressOnlyInternetGateway(object)

Checks whether the given object is a CfnEgressOnlyInternetGateway.

RenderProperties(IDictionary<string, object>)

[IPv6 only] Specifies an egress-only internet gateway for your VPC.

Constructors

CfnEgressOnlyInternetGateway(Construct, string, ICfnEgressOnlyInternetGatewayProps)

Create a new AWS::EC2::EgressOnlyInternetGateway.

public CfnEgressOnlyInternetGateway(Construct scope, string id, ICfnEgressOnlyInternetGatewayProps props)
Parameters
scope Construct

Scope in which this resource is defined.

id string

Construct identifier for this resource (unique in its scope).

props ICfnEgressOnlyInternetGatewayProps

Resource properties.

Remarks

An egress-only internet gateway is used to enable outbound communication over IPv6 from instances in your VPC to the internet, and prevents hosts outside of your VPC from initiating an IPv6 connection with your instance.

For more information, see Egress-only internet gateway in the Amazon VPC User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html

CloudformationResource: AWS::EC2::EgressOnlyInternetGateway

ExampleMetadata: fixture=_generated

Properties

AttrId

The ID of the egress-only internet gateway.

public virtual string AttrId { get; }
Property Value

string

Remarks

CloudformationAttribute: Id

CFN_RESOURCE_TYPE_NAME

The CloudFormation resource type name for this resource class.

public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value

string

Remarks

An egress-only internet gateway is used to enable outbound communication over IPv6 from instances in your VPC to the internet, and prevents hosts outside of your VPC from initiating an IPv6 connection with your instance.

For more information, see Egress-only internet gateway in the Amazon VPC User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html

CloudformationResource: AWS::EC2::EgressOnlyInternetGateway

ExampleMetadata: fixture=_generated

CdkTagManager

Tag Manager which manages the tags for this resource.

public virtual TagManager CdkTagManager { get; }
Property Value

TagManager

Remarks

An egress-only internet gateway is used to enable outbound communication over IPv6 from instances in your VPC to the internet, and prevents hosts outside of your VPC from initiating an IPv6 connection with your instance.

For more information, see Egress-only internet gateway in the Amazon VPC User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html

CloudformationResource: AWS::EC2::EgressOnlyInternetGateway

ExampleMetadata: fixture=_generated

CfnProperties

[IPv6 only] Specifies an egress-only internet gateway for your VPC.

protected override IDictionary<string, object> CfnProperties { get; }
Property Value

IDictionary<string, object>

Overrides
CfnResource.CfnProperties
Remarks

An egress-only internet gateway is used to enable outbound communication over IPv6 from instances in your VPC to the internet, and prevents hosts outside of your VPC from initiating an IPv6 connection with your instance.

For more information, see Egress-only internet gateway in the Amazon VPC User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html

CloudformationResource: AWS::EC2::EgressOnlyInternetGateway

ExampleMetadata: fixture=_generated

EgressOnlyInternetGatewayRef

A reference to a EgressOnlyInternetGateway resource.

public virtual IEgressOnlyInternetGatewayReference EgressOnlyInternetGatewayRef { get; }
Property Value

IEgressOnlyInternetGatewayReference

Remarks

An egress-only internet gateway is used to enable outbound communication over IPv6 from instances in your VPC to the internet, and prevents hosts outside of your VPC from initiating an IPv6 connection with your instance.

For more information, see Egress-only internet gateway in the Amazon VPC User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html

CloudformationResource: AWS::EC2::EgressOnlyInternetGateway

ExampleMetadata: fixture=_generated

Tags

The tags assigned to the egress-only internet gateway.

public virtual ICfnTag[]? Tags { get; set; }
Property Value

ICfnTag[]

Remarks

An egress-only internet gateway is used to enable outbound communication over IPv6 from instances in your VPC to the internet, and prevents hosts outside of your VPC from initiating an IPv6 connection with your instance.

For more information, see Egress-only internet gateway in the Amazon VPC User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html

CloudformationResource: AWS::EC2::EgressOnlyInternetGateway

ExampleMetadata: fixture=_generated

VpcId

The ID of the VPC for which to create the egress-only internet gateway.

public virtual string VpcId { get; set; }
Property Value

string

Remarks

An egress-only internet gateway is used to enable outbound communication over IPv6 from instances in your VPC to the internet, and prevents hosts outside of your VPC from initiating an IPv6 connection with your instance.

For more information, see Egress-only internet gateway in the Amazon VPC User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html

CloudformationResource: AWS::EC2::EgressOnlyInternetGateway

ExampleMetadata: fixture=_generated

Methods

ArnForEgressOnlyInternetGateway(IEgressOnlyInternetGatewayRef)

[IPv6 only] Specifies an egress-only internet gateway for your VPC.

public static string ArnForEgressOnlyInternetGateway(IEgressOnlyInternetGatewayRef resource)
Parameters
resource IEgressOnlyInternetGatewayRef
Returns

string

Remarks

An egress-only internet gateway is used to enable outbound communication over IPv6 from instances in your VPC to the internet, and prevents hosts outside of your VPC from initiating an IPv6 connection with your instance.

For more information, see Egress-only internet gateway in the Amazon VPC User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html

CloudformationResource: AWS::EC2::EgressOnlyInternetGateway

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 cfnEgressOnlyInternetGateway = new CfnEgressOnlyInternetGateway(this, "MyCfnEgressOnlyInternetGateway", new CfnEgressOnlyInternetGatewayProps {
                 VpcId = "vpcId",

                 // the properties below are optional
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             });

FromEgressOnlyInternetGatewayId(Construct, string, string)

Creates a new IEgressOnlyInternetGatewayRef from a egressOnlyInternetGatewayId.

public static IEgressOnlyInternetGatewayRef FromEgressOnlyInternetGatewayId(Construct scope, string id, string egressOnlyInternetGatewayId)
Parameters
scope Construct
id string
egressOnlyInternetGatewayId string
Returns

IEgressOnlyInternetGatewayRef

Remarks

An egress-only internet gateway is used to enable outbound communication over IPv6 from instances in your VPC to the internet, and prevents hosts outside of your VPC from initiating an IPv6 connection with your instance.

For more information, see Egress-only internet gateway in the Amazon VPC User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html

CloudformationResource: AWS::EC2::EgressOnlyInternetGateway

ExampleMetadata: fixture=_generated

Inspect(TreeInspector)

Examines the CloudFormation resource and discloses attributes.

public virtual void Inspect(TreeInspector inspector)
Parameters
inspector TreeInspector

tree inspector to collect and process attributes.

Remarks

An egress-only internet gateway is used to enable outbound communication over IPv6 from instances in your VPC to the internet, and prevents hosts outside of your VPC from initiating an IPv6 connection with your instance.

For more information, see Egress-only internet gateway in the Amazon VPC User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html

CloudformationResource: AWS::EC2::EgressOnlyInternetGateway

ExampleMetadata: fixture=_generated

IsCfnEgressOnlyInternetGateway(object)

Checks whether the given object is a CfnEgressOnlyInternetGateway.

public static bool IsCfnEgressOnlyInternetGateway(object x)
Parameters
x object
Returns

bool

Remarks

An egress-only internet gateway is used to enable outbound communication over IPv6 from instances in your VPC to the internet, and prevents hosts outside of your VPC from initiating an IPv6 connection with your instance.

For more information, see Egress-only internet gateway in the Amazon VPC User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html

CloudformationResource: AWS::EC2::EgressOnlyInternetGateway

ExampleMetadata: fixture=_generated

RenderProperties(IDictionary<string, object>)

[IPv6 only] Specifies an egress-only internet gateway for your VPC.

protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
props IDictionary<string, object>
Returns

IDictionary<string, object>

Overrides
CfnResource.RenderProperties(IDictionary<string, object>)
Remarks

An egress-only internet gateway is used to enable outbound communication over IPv6 from instances in your VPC to the internet, and prevents hosts outside of your VPC from initiating an IPv6 connection with your instance.

For more information, see Egress-only internet gateway in the Amazon VPC User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-egressonlyinternetgateway.html

CloudformationResource: AWS::EC2::EgressOnlyInternetGateway

ExampleMetadata: fixture=_generated

Implements

IInspectable
IEgressOnlyInternetGatewayRef
Constructs.IConstruct
Constructs.IDependable
IEnvironmentAware
ITaggableV2
Back to top Generated by DocFX