aws-cdk-lib.aws_mediaconnect.CfnGateway.GatewayNetworkProperty

interface GatewayNetworkProperty

LanguageType name
.NETAmazon.CDK.AWS.MediaConnect.CfnGateway.GatewayNetworkProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmediaconnect#CfnGateway_GatewayNetworkProperty
Javasoftware.amazon.awscdk.services.mediaconnect.CfnGateway.GatewayNetworkProperty
Pythonaws_cdk.aws_mediaconnect.CfnGateway.GatewayNetworkProperty
TypeScript aws-cdk-lib » aws_mediaconnect » CfnGateway » GatewayNetworkProperty

The network settings for a gateway.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_mediaconnect as mediaconnect } from 'aws-cdk-lib';
const gatewayNetworkProperty: mediaconnect.CfnGateway.GatewayNetworkProperty = {
  cidrBlock: 'cidrBlock',
  name: 'name',
};

Properties

NameTypeDescription
cidrBlockstringA unique IP address range to use for this network.
namestringThe name of the network.

cidrBlock

Type: string

A unique IP address range to use for this network.

These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.


name

Type: string

The name of the network.

This name is used to reference the network and must be unique among networks in this gateway.