@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-05-19T23:09:29.556Z") @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 AliasRecordTargetConfig
Copyright © 2023. All rights reserved.