FlowVpcInterfaceArgs

data class FlowVpcInterfaceArgs(val flowArn: Output<String>? = null, val name: Output<String>? = null, val roleArn: Output<String>? = null, val securityGroupIds: Output<List<String>>? = null, val subnetId: Output<String>? = null) : ConvertibleToJava<FlowVpcInterfaceArgs>

Resource schema for AWS::MediaConnect::FlowVpcInterface

Constructors

Link copied to clipboard
constructor(flowArn: Output<String>? = null, name: Output<String>? = null, roleArn: Output<String>? = null, securityGroupIds: Output<List<String>>? = null, subnetId: Output<String>? = null)

Properties

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

The Amazon Resource Name (ARN), a unique identifier for any AWS resource, of the flow.

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

Immutable and has to be a unique against other VpcInterfaces in this Flow.

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

Role Arn MediaConnect can assume to create ENIs in customer's account.

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

Security Group IDs to be used on ENI.

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

Subnet must be in the AZ of the Flow

Functions

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