interface GatewayNetworkProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MediaConnect.CfnGateway.GatewayNetworkProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmediaconnect#CfnGateway_GatewayNetworkProperty |
![]() | software.amazon.awscdk.services.mediaconnect.CfnGateway.GatewayNetworkProperty |
![]() | aws_cdk.aws_mediaconnect.CfnGateway.GatewayNetworkProperty |
![]() | 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
Name | Type | Description |
---|---|---|
cidr | string | A unique IP address range to use for this network. |
name | string | The 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.