toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.codepipeline.kotlin.outputs
/
GetCustomActionTypeResult
Get
Custom
Action
Type
Result
data
class
GetCustomActionTypeResult
(
val
id
:
String
?
=
null
,
val
tags
:
List
<
Tag
>
?
=
null
)
Members
Constructors
Get
Custom
Action
Type
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
tags
Link copied to clipboard
val
tags
:
List
<
Tag
>
?
=
null
Any tags assigned to the custom action.