@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-20T22:20:01.964Z")
public interface AliasRecordTargetConfig
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() |
java.lang.String |
getDnsName()
DNS name of the target.
|
java.lang.String |
getHostedZoneId()
Hosted zone ID of the target.
|
java.lang.String getDnsName()
java.lang.String getHostedZoneId()
static AliasRecordTargetConfig.Builder builder()
AliasRecordTargetConfig.Builder
of AliasRecordTargetConfig