Interface CfnWorkspaceIpGroup.IpRuleItemProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnWorkspaceIpGroup.IpRuleItemProperty.Jsii$Proxy
Enclosing class:
CfnWorkspaceIpGroup

@Stability(Stable) public static interface CfnWorkspaceIpGroup.IpRuleItemProperty extends software.amazon.jsii.JsiiSerializable
Describes a rule for an IP access control group.

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.workspaces.*;
 IpRuleItemProperty ipRuleItemProperty = IpRuleItemProperty.builder()
         .ipRule("ipRule")
         // the properties below are optional
         .ruleDesc("ruleDesc")
         .build();
 

See Also: