Show / Hide Table of Contents

Class CfnNetworkPropsMixin.RouteProperty

Inheritance
object
CfnNetworkPropsMixin.RouteProperty
Implements
CfnNetworkPropsMixin.IRouteProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnNetworkPropsMixin.RouteProperty : CfnNetworkPropsMixin.IRouteProperty
Syntax (vb)
Public Class CfnNetworkPropsMixin.RouteProperty Implements CfnNetworkPropsMixin.IRouteProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-network-route.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins;

             var routeProperty = new RouteProperty {
                 Cidr = "cidr",
                 Gateway = "gateway"
             };

Synopsis

Constructors

RouteProperty()

Properties

Cidr

Ip address cidr.

Gateway

IP address for the route packet paths.

Constructors

RouteProperty()

public RouteProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-network-route.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins;

             var routeProperty = new RouteProperty {
                 Cidr = "cidr",
                 Gateway = "gateway"
             };

Properties

Cidr

Ip address cidr.

public string? Cidr { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-network-route.html#cfn-medialive-network-route-cidr

Gateway

IP address for the route packet paths.

public string? Gateway { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-network-route.html#cfn-medialive-network-route-gateway

Implements

CfnNetworkPropsMixin.IRouteProperty
Back to top Generated by DocFX