Interface CfnWorkspaceIpGroupPropsMixin.IpRuleItemProperty

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

@Stability(Stable) public static interface CfnWorkspaceIpGroupPropsMixin.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.cfnpropertymixins.services.workspaces.*;
 IpRuleItemProperty ipRuleItemProperty = IpRuleItemProperty.builder()
         .ipRule("ipRule")
         .ruleDesc("ruleDesc")
         .build();
 

See Also: