aws-cdk-lib.aws_redshiftserverless.CfnWorkgroup.NetworkInterfaceProperty

interface NetworkInterfaceProperty

LanguageType name
.NETAmazon.CDK.AWS.RedshiftServerless.CfnWorkgroup.NetworkInterfaceProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsredshiftserverless#CfnWorkgroup_NetworkInterfaceProperty
Javasoftware.amazon.awscdk.services.redshiftserverless.CfnWorkgroup.NetworkInterfaceProperty
Pythonaws_cdk.aws_redshiftserverless.CfnWorkgroup.NetworkInterfaceProperty
TypeScript aws-cdk-lib » aws_redshiftserverless » CfnWorkgroup » NetworkInterfaceProperty

Contains information about a network interface in an Amazon Redshift Serverless managed VPC endpoint.

Example

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

Properties

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

availabilityZone?

Type: string (optional)

The availability Zone.


networkInterfaceId?

Type: string (optional)

The unique identifier of the network interface.


privateIpAddress?

Type: string (optional)

The IPv4 address of the network interface within the subnet.


subnetId?

Type: string (optional)

The unique identifier of the subnet.