toggle menu
pulumi-aws-native-kotlin
1.27.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.ec2.kotlin.outputs
/
GetCustomerGatewayResult
Get
Customer
Gateway
Result
data
class
GetCustomerGatewayResult
(
val
customerGatewayId
:
String
?
=
null
,
val
tags
:
List
<
Tag
>
?
=
null
)
Members
Constructors
Get
Customer
Gateway
Result
Link copied to clipboard
constructor
(
customerGatewayId
:
String
?
=
null
,
tags
:
List
<
Tag
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
customer
Gateway
Id
Link copied to clipboard
val
customerGatewayId
:
String
?
=
null
The ID of the customer gateway.
tags
Link copied to clipboard
val
tags
:
List
<
Tag
>
?
=
null
One or more tags for the customer gateway.