Interface CfnInputSecurityGroup.InputWhitelistRuleCidrProperty
- All Superinterfaces:
 software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
 CfnInputSecurityGroup.InputWhitelistRuleCidrProperty.Jsii$Proxy
- Enclosing class:
 - CfnInputSecurityGroup
 
@Stability(Stable)
public static interface CfnInputSecurityGroup.InputWhitelistRuleCidrProperty
extends software.amazon.jsii.JsiiSerializable
An IPv4 CIDR range to include in this input security group.
 
The parent of this entity is InputSecurityGroup.
Example:
 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.medialive.*;
 InputWhitelistRuleCidrProperty inputWhitelistRuleCidrProperty = InputWhitelistRuleCidrProperty.builder()
         .cidr("cidr")
         .build();
 - 
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnInputSecurityGroup.InputWhitelistRuleCidrPropertystatic final classAn implementation forCfnInputSecurityGroup.InputWhitelistRuleCidrProperty - 
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson 
- 
Method Details
- 
getCidr
An IPv4 CIDR range to include in this input security group. - 
builder
 
 -