TopicRuleDestinationVpcDestinationProperties

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val roleArn: 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: List<String>? = null

The security groups of the VPC destination.

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

The subnet IDs of the VPC destination.

Link copied to clipboard
val vpcId: String? = null

The ID of the VPC.