DeliveryStreamVpcConfigurationArgs

data class DeliveryStreamVpcConfigurationArgs(val roleArn: Output<String>, val securityGroupIds: Output<List<String>>, val subnetIds: Output<List<String>>) : ConvertibleToJava<DeliveryStreamVpcConfigurationArgs>

Constructors

Link copied to clipboard
fun DeliveryStreamVpcConfigurationArgs(roleArn: Output<String>, securityGroupIds: Output<List<String>>, subnetIds: Output<List<String>>)

Functions

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

Properties

Link copied to clipboard
val roleArn: Output<String>
Link copied to clipboard
Link copied to clipboard
val subnetIds: Output<List<String>>