AwsEc2SecurityGroupPropertiesResponse

data class AwsEc2SecurityGroupPropertiesResponse(val description: String? = null, val groupId: String? = null, val groupName: String? = null, val ipPermissions: List<IpPermissionResponse>? = null, val ipPermissionsEgress: List<IpPermissionResponse>? = null, val ownerId: String? = null, val tags: List<TagResponse>? = null, val vpcId: String? = null)

Definition of awsEc2SecurityGroup

Constructors

Link copied to clipboard
constructor(description: String? = null, groupId: String? = null, groupName: String? = null, ipPermissions: List<IpPermissionResponse>? = null, ipPermissionsEgress: List<IpPermissionResponse>? = null, ownerId: String? = null, tags: List<TagResponse>? = null, vpcId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String? = null

A description of the security group.

Link copied to clipboard
val groupId: String? = null

The ID of the security group.

Link copied to clipboard
val groupName: String? = null

The name of the security group.

Link copied to clipboard

The inbound rules associated with the security group.

Link copied to clipboard

The outbound rules associated with the security group.

Link copied to clipboard
val ownerId: String? = null

The Amazon Web Services account ID of the owner of the security group.

Link copied to clipboard
val tags: List<TagResponse>? = null

Any tags assigned to the security group.

Link copied to clipboard
val vpcId: String? = null

The ID of the VPC for the security group.