Class CfnRouterNetworkInterfacePropsMixin.PublicRouterNetworkInterfaceConfigurationProperty
The configuration settings for a public router network interface, including the list of allowed CIDR blocks.
Inheritance
CfnRouterNetworkInterfacePropsMixin.PublicRouterNetworkInterfaceConfigurationProperty
Inherited Members
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
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
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
Remarks
Type union: either IResolvable or (either IResolvable or CfnRouterNetworkInterfacePropsMixin.IPublicRouterNetworkInterfaceRuleProperty)[]