GetFlowVpcInterfacePlainArgs

data class GetFlowVpcInterfacePlainArgs(val flowArn: String, val name: String) : ConvertibleToJava<GetFlowVpcInterfacePlainArgs>

Constructors

Link copied to clipboard
constructor(flowArn: String, name: String)

Properties

Link copied to clipboard

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

Link copied to clipboard

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

Functions

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