Hierarchy

  • SecurityGroupProps

Properties

description?: string

A description of the security group.

Default

The default name will be the construct's CDK path.

securityGroupEgress?: SecurityGroupEgressRuleProps[]

The outbound rules associated with the security group.

securityGroupIngress?: SecurityGroupIngressRuleProps[]

The inbound rules associated with the security group.

securityGroupName?: string

The name of the security group. For valid values, see the GroupName parameter of the CreateSecurityGroup action in the Amazon EC2 API Reference.

It is not recommended to use an explicit group name.

Default

If you don't specify a GroupName, AWS CloudFormation generates a unique physical ID and uses that ID for the group name.

tags?: CfnTag[]

The tags that will be attached to the security group

vpc?: IVpc

The VPC in which to create the security group.

vpcId?: string

The VPC in which to create the security group.

Generated using TypeDoc