http4k
Toggle table of contents
6.55.0.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
http4k
http4k-connect-amazon-route53-fake
/
org.http4k.connect.amazon.route53.model
/
StoredHostedZone
Stored
Hosted
Zone
data
class
StoredHostedZone
(
val
id
:
HostedZoneId
,
val
name
:
HostedZoneName
,
val
callerReference
:
String
,
val
config
:
Config
?
)
(
source
)
Members
Members & Extensions
Constructors
Stored
Hosted
Zone
Link copied to clipboard
constructor
(
id
:
HostedZoneId
,
name
:
HostedZoneName
,
callerReference
:
String
,
config
:
Config
?
)
Properties
caller
Reference
Link copied to clipboard
val
callerReference
:
String
config
Link copied to clipboard
val
config
:
Config
?
id
Link copied to clipboard
val
id
:
HostedZoneId
name
Link copied to clipboard
val
name
:
HostedZoneName
Functions
to
Hosted
Zone
Link copied to clipboard
fun
StoredHostedZone
.
toHostedZone
(
resources
:
Storage
<
ResourceRecordSet
>
)
:
HostedZone