toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.route53.kotlin.outputs
/
GetDelegationSetResult
Get
Delegation
Set
Result
data
class
GetDelegationSetResult
(
val
arn
:
String
,
val
callerReference
:
String
,
val
id
:
String
,
val
nameServers
:
List
<
String
>
)
A collection of values returned by getDelegationSet.
Members
Constructors
Get
Delegation
Set
Result
Link copied to clipboard
constructor
(
arn
:
String
,
callerReference
:
String
,
id
:
String
,
nameServers
:
List
<
String
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
arn
Link copied to clipboard
val
arn
:
String
caller
Reference
Link copied to clipboard
val
callerReference
:
String
id
Link copied to clipboard
val
id
:
String
name
Servers
Link copied to clipboard
val
nameServers
:
List
<
String
>