@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.596Z") @Stability(value=Stable) public interface AliasRecordTargetConfig extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.route53.*;
AliasRecordTargetConfig aliasRecordTargetConfig = AliasRecordTargetConfig.builder()
.dnsName("dnsName")
.hostedZoneId("hostedZoneId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
AliasRecordTargetConfig.Builder
A builder for
AliasRecordTargetConfig |
static class |
AliasRecordTargetConfig.Jsii$Proxy
An implementation for
AliasRecordTargetConfig |
| Modifier and Type | Method and Description |
|---|---|
static AliasRecordTargetConfig.Builder |
builder() |
String |
getDnsName()
DNS name of the target.
|
String |
getHostedZoneId()
Hosted zone ID of the target.
|
@Stability(value=Stable) @NotNull String getDnsName()
@Stability(value=Stable) @NotNull String getHostedZoneId()
@Stability(value=Stable) static AliasRecordTargetConfig.Builder builder()
AliasRecordTargetConfig.Builder of AliasRecordTargetConfigCopyright © 2022. All rights reserved.