@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-07T17:24:43.821Z") @Stability(value=Stable) public interface PublicHostedZoneProps extends software.amazon.jsii.JsiiSerializable, CommonHostedZoneProps
Example:
PublicHostedZone parentZone = PublicHostedZone.Builder.create(this, "HostedZone")
.zoneName("someexample.com")
.crossAccountZoneDelegationPrincipal(new AccountPrincipal("12345678901"))
.crossAccountZoneDelegationRoleName("MyDelegationRole")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
PublicHostedZoneProps.Builder
A builder for
PublicHostedZoneProps |
static class |
PublicHostedZoneProps.Jsii$Proxy
An implementation for
PublicHostedZoneProps |
| Modifier and Type | Method and Description |
|---|---|
static PublicHostedZoneProps.Builder |
builder() |
default Boolean |
getCaaAmazon()
Whether to create a CAA record to restrict certificate authorities allowed to issue certificates for this domain to Amazon only.
|
default IPrincipal |
getCrossAccountZoneDelegationPrincipal()
A principal which is trusted to assume a role for zone delegation.
|
default String |
getCrossAccountZoneDelegationRoleName()
The name of the role created for cross account delegation.
|
getComment, getQueryLogsLogGroupArn, getZoneName@Stability(value=Stable) @Nullable default Boolean getCaaAmazon()
Default: false
@Stability(value=Stable) @Nullable default IPrincipal getCrossAccountZoneDelegationPrincipal()
Default: - No delegation configuration
@Stability(value=Stable) @Nullable default String getCrossAccountZoneDelegationRoleName()
Default: - A role name is generated automatically
@Stability(value=Stable) static PublicHostedZoneProps.Builder builder()
builder in interface CommonHostedZonePropsPublicHostedZoneProps.Builder of PublicHostedZonePropsCopyright © 2022. All rights reserved.