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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnWorkspaceIpGroup.IpRuleItemPropertystatic final classAn implementation forCfnWorkspaceIpGroup.IpRuleItemProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIpRule
The IP address range, in CIDR notation.- See Also:
-
getRuleDesc
The description of the rule.- See Also:
-
builder
-