@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:32.059Z") @Stability(value=Experimental) public interface CrossAccountZoneDelegationRecordProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CrossAccountZoneDelegationRecordProps.Builder
A builder for
CrossAccountZoneDelegationRecordProps |
static class |
CrossAccountZoneDelegationRecordProps.Jsii$Proxy
An implementation for
CrossAccountZoneDelegationRecordProps |
| Modifier and Type | Method and Description |
|---|---|
static CrossAccountZoneDelegationRecordProps.Builder |
builder() |
IHostedZone |
getDelegatedZone()
(experimental) The zone to be delegated.
|
IRole |
getDelegationRole()
(experimental) The delegation role in the parent account.
|
default String |
getParentHostedZoneId()
(experimental) The hosted zone id in the parent account.
|
default String |
getParentHostedZoneName()
(experimental) The hosted zone name in the parent account.
|
default Duration |
getTtl()
(experimental) The resource record cache time to live (TTL).
|
@Stability(value=Experimental) @NotNull IHostedZone getDelegatedZone()
@Stability(value=Experimental) @NotNull IRole getDelegationRole()
@Stability(value=Experimental) @Nullable default String getParentHostedZoneId()
Default: - no zone id
@Stability(value=Experimental) @Nullable default String getParentHostedZoneName()
Default: - no zone name
@Stability(value=Experimental) @Nullable default Duration getTtl()
Default: Duration.days(2)
@Stability(value=Experimental) static CrossAccountZoneDelegationRecordProps.Builder builder()
Copyright © 2021. All rights reserved.