toggle menu
pulumi-aws-native-kotlin
1.28.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.ec2.kotlin.outputs
/
GetInstanceConnectEndpointResult
Get
Instance
Connect
Endpoint
Result
data
class
GetInstanceConnectEndpointResult
(
val
id
:
String
?
=
null
,
val
tags
:
List
<
Tag
>
?
=
null
)
Members
Constructors
Get
Instance
Connect
Endpoint
Result
Link copied to clipboard
constructor
(
id
:
String
?
=
null
,
tags
:
List
<
Tag
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
id
Link copied to clipboard
val
id
:
String
?
=
null
The id of the instance connect endpoint
tags
Link copied to clipboard
val
tags
:
List
<
Tag
>
?
=
null
The tags of the instance connect endpoint.