@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:44.008Z") @Stability(value=Experimental) public interface HostedZoneContextQuery extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
HostedZoneContextQuery.Builder
A builder for
HostedZoneContextQuery |
static class |
HostedZoneContextQuery.Jsii$Proxy
An implementation for
HostedZoneContextQuery |
| Modifier and Type | Method and Description |
|---|---|
static HostedZoneContextQuery.Builder |
builder() |
String |
getAccount()
(experimental) Query account.
|
String |
getDomainName()
(experimental) The domain name e.g.
|
default String |
getLookupRoleArn()
(experimental) The ARN of the role that should be used to look up the missing values.
|
default Boolean |
getPrivateZone()
(experimental) True if the zone you want to find is a private hosted zone.
|
String |
getRegion()
(experimental) Query region.
|
default String |
getVpcId()
(experimental) The VPC ID to that the private zone must be associated with.
|
@Stability(value=Experimental) @NotNull String getAccount()
@Stability(value=Experimental) @NotNull String getDomainName()
@Stability(value=Experimental) @NotNull String getRegion()
@Stability(value=Experimental) @Nullable default String getLookupRoleArn()
Default: - None
@Stability(value=Experimental) @Nullable default Boolean getPrivateZone()
Default: false
@Stability(value=Experimental) @Nullable default String getVpcId()
If you provide VPC ID and privateZone is false, this will return no results and raise an error.
Default: - Required if privateZone=true
@Stability(value=Experimental) static HostedZoneContextQuery.Builder builder()
HostedZoneContextQuery.Builder of HostedZoneContextQueryCopyright © 2021. All rights reserved.