Show / Hide Table of Contents

Class CfnRouterNetworkInterfacePropsMixin.PublicRouterNetworkInterfaceConfigurationProperty

The configuration settings for a public router network interface, including the list of allowed CIDR blocks.

Inheritance
object
CfnRouterNetworkInterfacePropsMixin.PublicRouterNetworkInterfaceConfigurationProperty
Implements
CfnRouterNetworkInterfacePropsMixin.IPublicRouterNetworkInterfaceConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.MediaConnect
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnRouterNetworkInterfacePropsMixin.PublicRouterNetworkInterfaceConfigurationProperty : CfnRouterNetworkInterfacePropsMixin.IPublicRouterNetworkInterfaceConfigurationProperty
Syntax (vb)
Public Class CfnRouterNetworkInterfacePropsMixin.PublicRouterNetworkInterfaceConfigurationProperty Implements CfnRouterNetworkInterfacePropsMixin.IPublicRouterNetworkInterfaceConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routernetworkinterface-publicrouternetworkinterfaceconfiguration.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.CfnPropertyMixins.AWS.MediaConnect;

             var publicRouterNetworkInterfaceConfigurationProperty = new PublicRouterNetworkInterfaceConfigurationProperty {
                 AllowRules = new [] { new PublicRouterNetworkInterfaceRuleProperty {
                     Cidr = "cidr"
                 } }
             };

Synopsis

Constructors

PublicRouterNetworkInterfaceConfigurationProperty()

The configuration settings for a public router network interface, including the list of allowed CIDR blocks.

Properties

AllowRules

The list of allowed CIDR blocks for the public router network interface.

Constructors

PublicRouterNetworkInterfaceConfigurationProperty()

The configuration settings for a public router network interface, including the list of allowed CIDR blocks.

public PublicRouterNetworkInterfaceConfigurationProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routernetworkinterface-publicrouternetworkinterfaceconfiguration.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.CfnPropertyMixins.AWS.MediaConnect;

             var publicRouterNetworkInterfaceConfigurationProperty = new PublicRouterNetworkInterfaceConfigurationProperty {
                 AllowRules = new [] { new PublicRouterNetworkInterfaceRuleProperty {
                     Cidr = "cidr"
                 } }
             };

Properties

AllowRules

The list of allowed CIDR blocks for the public router network interface.

public object? AllowRules { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-mediaconnect-routernetworkinterface-publicrouternetworkinterfaceconfiguration.html#cfn-mediaconnect-routernetworkinterface-publicrouternetworkinterfaceconfiguration-allowrules

Type union: either IResolvable or (either IResolvable or CfnRouterNetworkInterfacePropsMixin.IPublicRouterNetworkInterfaceRuleProperty)[]

Implements

CfnRouterNetworkInterfacePropsMixin.IPublicRouterNetworkInterfaceConfigurationProperty
Back to top Generated by DocFX