| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
SecurityGroup.Builder |
SecurityGroup.Builder.allowAllOutbound(Boolean allowAllOutbound)
(experimental) Whether to allow all outbound traffic by default.
|
static SecurityGroup.Builder |
SecurityGroup.Builder.create(software.constructs.Construct scope,
String id) |
SecurityGroup.Builder |
SecurityGroup.Builder.description(String description)
(experimental) A description of the security group.
|
SecurityGroup.Builder |
SecurityGroup.Builder.disableInlineRules(Boolean disableInlineRules)
(experimental) Whether to disable inline ingress and egress rule optimization.
|
SecurityGroup.Builder |
SecurityGroup.Builder.securityGroupName(String securityGroupName)
(experimental) The name of the security group.
|
SecurityGroup.Builder |
SecurityGroup.Builder.vpc(IVpc vpc)
(experimental) The VPC in which to create the security group.
|
Copyright © 2021. All rights reserved.