pulumi-aws-kotlin
5.42.0.1
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.
Types
Constructors
Properties
Constructors
Get
Delegation
Set
Result
Link copied to clipboard
fun
GetDelegationSetResult
(
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
>