SecurityGroup

class SecurityGroup : KotlinCustomResource

Resource Type definition for AWS::EC2::SecurityGroup

Properties

Link copied to clipboard
val awsId: Output<String>

The group name or group ID depending on whether the SG is created in default or specific VPC

Link copied to clipboard

A description for the security group.

Link copied to clipboard
val groupId: Output<String>

The group ID of the specified security group.

Link copied to clipboard
val groupName: Output<String>?

The name of the security group.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

VPC only The outbound rules associated with the security group. There is a short interruption during which you cannot connect to the security group.

Link copied to clipboard

The inbound rules associated with the security group. There is a short interruption during which you cannot connect to the security group.

Link copied to clipboard
val tags: Output<List<Tag>>?

Any tags assigned to the security group.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard
val vpcId: Output<String>?

The ID of the VPC for the security group.