TopicRuleDestinationVpcDestinationPropertiesArgs

data class TopicRuleDestinationVpcDestinationPropertiesArgs(val roleArn: Output<String>? = null, val securityGroups: Output<List<String>>? = null, val subnetIds: Output<List<String>>? = null, val vpcId: Output<String>? = null) : ConvertibleToJava<TopicRuleDestinationVpcDestinationPropertiesArgs>

Constructors

constructor(roleArn: Output<String>? = null, securityGroups: Output<List<String>>? = null, subnetIds: Output<List<String>>? = null, vpcId: Output<String>? = null)

Properties

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

The ARN of a role that has permission to create and attach to elastic network interfaces (ENIs).

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

The security groups of the VPC destination.

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

The subnet IDs of the VPC destination.

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

The ID of the VPC.

Functions

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