aws-cdk-lib.aws_redshift.CfnEndpointAccess.NetworkInterfaceProperty

interface NetworkInterfaceProperty

LanguageType name
.NETAmazon.CDK.AWS.Redshift.CfnEndpointAccess.NetworkInterfaceProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsredshift#CfnEndpointAccess_NetworkInterfaceProperty
Javasoftware.amazon.awscdk.services.redshift.CfnEndpointAccess.NetworkInterfaceProperty
Pythonaws_cdk.aws_redshift.CfnEndpointAccess.NetworkInterfaceProperty
TypeScript aws-cdk-lib » aws_redshift » CfnEndpointAccess » NetworkInterfaceProperty

Describes a network interface.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_redshift as redshift } from 'aws-cdk-lib';
const networkInterfaceProperty: redshift.CfnEndpointAccess.NetworkInterfaceProperty = {
  availabilityZone: 'availabilityZone',
  networkInterfaceId: 'networkInterfaceId',
  privateIpAddress: 'privateIpAddress',
  subnetId: 'subnetId',
};

Properties

NameTypeDescription
availabilityZone?stringThe Availability Zone.
networkInterfaceId?stringThe network interface identifier.
privateIpAddress?stringThe IPv4 address of the network interface within the subnet.
subnetId?stringThe subnet identifier.

availabilityZone?

Type: string (optional)

The Availability Zone.


networkInterfaceId?

Type: string (optional)

The network interface identifier.


privateIpAddress?

Type: string (optional)

The IPv4 address of the network interface within the subnet.


subnetId?

Type: string (optional)

The subnet identifier.