Show / Hide Table of Contents

Interface CfnEndpointAccessPropsMixin.INetworkInterfaceProperty

Describes a network interface.

Namespace: Amazon.CDK.Mixins.Preview.AWS.Redshift.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnEndpointAccessPropsMixin.INetworkInterfaceProperty
Syntax (vb)
Public Interface CfnEndpointAccessPropsMixin.INetworkInterfaceProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-endpointaccess-networkinterface.html

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.Mixins.Preview.AWS.Redshift.Mixins;

             var networkInterfaceProperty = new NetworkInterfaceProperty {
                 AvailabilityZone = "availabilityZone",
                 NetworkInterfaceId = "networkInterfaceId",
                 PrivateIpAddress = "privateIpAddress",
                 SubnetId = "subnetId"
             };

Synopsis

Properties

AvailabilityZone

The Availability Zone.

NetworkInterfaceId

The network interface identifier.

PrivateIpAddress

The IPv4 address of the network interface within the subnet.

SubnetId

The subnet identifier.

Properties

AvailabilityZone

The Availability Zone.

string? AvailabilityZone { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-endpointaccess-networkinterface.html#cfn-redshift-endpointaccess-networkinterface-availabilityzone

NetworkInterfaceId

The network interface identifier.

string? NetworkInterfaceId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-endpointaccess-networkinterface.html#cfn-redshift-endpointaccess-networkinterface-networkinterfaceid

PrivateIpAddress

The IPv4 address of the network interface within the subnet.

string? PrivateIpAddress { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-endpointaccess-networkinterface.html#cfn-redshift-endpointaccess-networkinterface-privateipaddress

SubnetId

The subnet identifier.

string? SubnetId { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-redshift-endpointaccess-networkinterface.html#cfn-redshift-endpointaccess-networkinterface-subnetid

Back to top Generated by DocFX