interface NetworkRoute
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.NetworkRoute |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#NetworkRoute |
Java | software.amazon.awscdk.services.medialive.alpha.NetworkRoute |
Python | aws_cdk.aws_medialive_alpha.NetworkRoute |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป NetworkRoute |
A route for a MediaLive Network.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as medialive_alpha from '@aws-cdk/aws-medialive-alpha';
const networkRoute: medialive_alpha.NetworkRoute = {
cidr: 'cidr',
gateway: 'gateway',
};
Properties
| Name | Type | Description |
|---|---|---|
| cidr | string | The CIDR block for the route. |
| gateway | string | The gateway for the route. |
cidr
Type:
string
The CIDR block for the route.
gateway
Type:
string
The gateway for the route.

.NET
Go
Java
Python
TypeScript (