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
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
Remarks
NetworkInterfaceId
The network interface identifier.
string? NetworkInterfaceId { get; }
Property Value
Remarks
PrivateIpAddress
The IPv4 address of the network interface within the subnet.
string? PrivateIpAddress { get; }
Property Value
Remarks
SubnetId
The subnet identifier.
string? SubnetId { get; }