Class: SecurityGroup

EC2.SecurityGroup

new SecurityGroup()

Properties:
Name Type Description
GroupDescription String Required: Yes. Description of the security group.Update requires: Replacement
SecurityGroupEgress EC2SecurityGroupRulePropertyType Required: No. A list of Amazon EC2 security group egress rules.Update requires: No interruption
SecurityGroupIngress EC2SecurityGroupRulePropertyType Required: No. A list of Amazon EC2 security group ingress rules.Update requires: No interruption
Tags AWSCloudFormationResourceTags Required: No. The tags that you want to attach to the resource.Update requires: No interruption.
VpcId String Required: Conditional. The physical ID of the VPC. Can be obtained by using a reference to an AWS::EC2::VPC, such as: { "Ref" : "myVPC" }.For more information about using the Ref function, see Ref.Update requires: ReplacementNoteFor more information about VPC security groups, go to Security Groups in the Amazon VPC User Guide.
Source:

Extends

  • WKResource

EC2.SecurityGroup

new SecurityGroup()

Properties:
Name Type Description
GroupDescription String Required: Yes. Description of the security group.Update requires: Replacement
SecurityGroupEgress EC2SecurityGroupRulePropertyType Required: No. A list of Amazon EC2 security group egress rules.Update requires: No interruption
SecurityGroupIngress EC2SecurityGroupRulePropertyType Required: No. A list of Amazon EC2 security group ingress rules.Update requires: No interruption
Tags AWSCloudFormationResourceTags Required: No. The tags that you want to attach to the resource.Update requires: No interruption.
VpcId String Required: Conditional. The physical ID of the VPC. Can be obtained by using a reference to an AWS::EC2::VPC, such as: { "Ref" : "myVPC" }.For more information about using the Ref function, see Ref.Update requires: ReplacementNoteFor more information about VPC security groups, go to Security Groups in the Amazon VPC User Guide.
Source:

Extends

  • WKResource