SecurityGroupIngressArgs

data class SecurityGroupIngressArgs(val cidr: Output<String>? = null, val securityGroupId: Output<String>? = null, val securityGroupName: Output<String>? = null, val securityGroupOwnerId: Output<String>? = null) : ConvertibleToJava<SecurityGroupIngressArgs>

Constructors

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

Properties

Link copied to clipboard
val cidr: Output<String>? = null

The CIDR block to accept

Link copied to clipboard
val securityGroupId: Output<String>? = null

The ID of the security group to authorize

Link copied to clipboard
val securityGroupName: Output<String>? = null

The name of the security group to authorize

Link copied to clipboard
val securityGroupOwnerId: Output<String>? = null

The owner Id of the security group provided by security_group_name.

Functions

Link copied to clipboard
open override fun toJava(): SecurityGroupIngressArgs