Interface CfnWorkspaceIpGroupMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnWorkspaceIpGroupMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)",
date="2026-08-10T14:51:27.406Z")
@Stability(Stable)
public interface CfnWorkspaceIpGroupMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnWorkspaceIpGroupPropsMixin.
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.*;
CfnWorkspaceIpGroupMixinProps cfnWorkspaceIpGroupMixinProps = CfnWorkspaceIpGroupMixinProps.builder()
.groupDesc("groupDesc")
.groupName("groupName")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.userRules(List.of(IpRuleItemProperty.builder()
.ipRule("ipRule")
.ruleDesc("ruleDesc")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnWorkspaceIpGroupMixinPropsstatic final classAn implementation forCfnWorkspaceIpGroupMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getGroupDesc
The description of the group.- See Also:
-
getGroupName
The name of the group.- See Also:
-
getTags
The tags for the IP access control group.- See Also:
-
getUserRules
The rules for the IP access control group.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnWorkspaceIpGroupPropsMixin.IpRuleItemProperty>- See Also:
-
builder
-