toggle menu
pulumi-aws-kotlin
6.81.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.medialive.kotlin.outputs
/
GetInputDestination
Get
Input
Destination
data
class
GetInputDestination
(
val
ip
:
String
,
val
port
:
String
,
val
url
:
String
,
val
vpcs
:
List
<
GetInputDestinationVpc
>
)
Members
Constructors
Get
Input
Destination
Link copied to clipboard
constructor
(
ip
:
String
,
port
:
String
,
url
:
String
,
vpcs
:
List
<
GetInputDestinationVpc
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
ip
Link copied to clipboard
val
ip
:
String
port
Link copied to clipboard
val
port
:
String
url
Link copied to clipboard
val
url
:
String
vpcs
Link copied to clipboard
val
vpcs
:
List
<
GetInputDestinationVpc
>