Interface CfnInputSecurityGroup.IInputWhitelistRuleCidrProperty
An IPv4 CIDR range to include in this input security group.
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IInputWhitelistRuleCidrProperty
Syntax (vb)
Public Interface IInputWhitelistRuleCidrProperty
Remarks
The parent of this entity is InputSecurityGroup.
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.AWS.MediaLive;
var inputWhitelistRuleCidrProperty = new InputWhitelistRuleCidrProperty {
Cidr = "cidr"
};
Synopsis
Properties
Cidr | An IPv4 CIDR range to include in this input security group. |
Properties
Cidr
An IPv4 CIDR range to include in this input security group.
virtual string Cidr { get; }
Property Value
System.