TopicRuleDestinationVpcConfiguration

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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

The subnet IDs of the VPC destination.

Link copied to clipboard

The ID of the VPC.