toggle menu
pulumi-gcp-kotlin
8.31.0.0
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.dns.kotlin
/
RecordSetArgs
/
RecordSetArgs
Record
Set
Args
constructor
(
managedZone
:
Output
<
String
>
?
=
null
,
name
:
Output
<
String
>
?
=
null
,
project
:
Output
<
String
>
?
=
null
,
routingPolicy
:
Output
<
RecordSetRoutingPolicyArgs
>
?
=
null
,
rrdatas
:
Output
<
List
<
String
>
>
?
=
null
,
ttl
:
Output
<
Int
>
?
=
null
,
type
:
Output
<
String
>
?
=
null
)