toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.mediaconnect.kotlin.outputs
/
GetGatewayResult
Get
Gateway
Result
data
class
GetGatewayResult
(
val
gatewayArn
:
String
?
=
null
,
val
gatewayState
:
GatewayState
?
=
null
)
Members
Constructors
Get
Gateway
Result
Link copied to clipboard
constructor
(
gatewayArn
:
String
?
=
null
,
gatewayState
:
GatewayState
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
gateway
Arn
Link copied to clipboard
val
gatewayArn
:
String
?
=
null
The Amazon Resource Name (ARN) of the gateway.
gateway
State
Link copied to clipboard
val
gatewayState
:
GatewayState
?
=
null
The current status of the gateway.