pulumi-google-native-kotlin
0.31.1.0
pulumi-google-native-kotlin
/
com.pulumi.googlenative.containeranalysis.v1.kotlin.inputs
/
AliasContextArgs
Alias
Context
Args
data
class
AliasContextArgs
(
val
kind
:
Output
<
AliasContextKind
>
?
=
null
,
val
name
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
AliasContextArgs
>
An alias to a repo revision.
Constructors
Functions
Properties
Constructors
Alias
Context
Args
Link copied to clipboard
fun
AliasContextArgs
(
kind
:
Output
<
AliasContextKind
>
?
=
null
,
name
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
AliasContextArgs
Properties
kind
Link copied to clipboard
val
kind
:
Output
<
AliasContextKind
>
?
=
null
The alias kind.
name
Link copied to clipboard
val
name
:
Output
<
String
>
?
=
null
The alias name.