| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
SecurityGroupProps.Builder |
SecurityGroupProps.Builder.allowAllOutbound(Boolean allowAllOutbound)
Sets the value of
SecurityGroupProps.getAllowAllOutbound() |
static SecurityGroupProps.Builder |
SecurityGroupProps.builder() |
SecurityGroupProps.Builder |
SecurityGroupProps.Builder.description(String description)
Sets the value of
SecurityGroupProps.getDescription() |
SecurityGroupProps.Builder |
SecurityGroupProps.Builder.disableInlineRules(Boolean disableInlineRules)
Sets the value of
SecurityGroupProps.getDisableInlineRules() |
SecurityGroupProps.Builder |
SecurityGroupProps.Builder.securityGroupName(String securityGroupName)
Sets the value of
SecurityGroupProps.getSecurityGroupName() |
SecurityGroupProps.Builder |
SecurityGroupProps.Builder.vpc(IVpc vpc)
Sets the value of
SecurityGroupProps.getVpc() |
Copyright © 2021. All rights reserved.