SecurityGroupIngress

data class SecurityGroupIngress(val cidr: String? = null, val securityGroupId: String? = null, val securityGroupName: String? = null, val securityGroupOwnerId: String? = null)

Constructors

Link copied to clipboard
constructor(cidr: String? = null, securityGroupId: String? = null, securityGroupName: String? = null, securityGroupOwnerId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cidr: String? = null

The CIDR block to accept

Link copied to clipboard
val securityGroupId: String? = null

The ID of the security group to authorize

Link copied to clipboard

The name of the security group to authorize

Link copied to clipboard

The owner Id of the security group provided by security_group_name.