toggle menu
pulumi-gcp-kotlin
7.38.0.0
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.firebaserules.kotlin.inputs
/
RulesetSourceFileArgs
Ruleset
Source
File
Args
data
class
RulesetSourceFileArgs
(
val
content
:
Output
<
String
>
,
val
fingerprint
:
Output
<
String
>
?
=
null
,
val
name
:
Output
<
String
>
)
:
ConvertibleToJava
<
RulesetSourceFileArgs
>
Members
Constructors
Ruleset
Source
File
Args
Link copied to clipboard
constructor
(
content
:
Output
<
String
>
,
fingerprint
:
Output
<
String
>
?
=
null
,
name
:
Output
<
String
>
)
Properties
content
Link copied to clipboard
val
content
:
Output
<
String
>
Textual Content.
fingerprint
Link copied to clipboard
val
fingerprint
:
Output
<
String
>
?
=
null
Fingerprint (e.g. github sha) associated with the
File
.
name
Link copied to clipboard
val
name
:
Output
<
String
>
File name.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
RulesetSourceFileArgs