@Stability(value=Stable)
public static interface CfnRecordSetGroup.AliasTargetProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*;
AliasTargetProperty aliasTargetProperty = AliasTargetProperty.builder()
.dnsName("dnsName")
.hostedZoneId("hostedZoneId")
// the properties below are optional
.evaluateTargetHealth(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRecordSetGroup.AliasTargetProperty.Builder
A builder for
CfnRecordSetGroup.AliasTargetProperty |
static class |
CfnRecordSetGroup.AliasTargetProperty.Jsii$Proxy
An implementation for
CfnRecordSetGroup.AliasTargetProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRecordSetGroup.AliasTargetProperty.Builder |
builder() |
String |
getDnsName()
`CfnRecordSetGroup.AliasTargetProperty.DNSName`.
|
default Object |
getEvaluateTargetHealth()
`CfnRecordSetGroup.AliasTargetProperty.EvaluateTargetHealth`.
|
String |
getHostedZoneId()
`CfnRecordSetGroup.AliasTargetProperty.HostedZoneId`.
|
@Stability(value=Stable) @NotNull String getDnsName()
@Stability(value=Stable) @Nullable default Object getEvaluateTargetHealth()
@Stability(value=Stable) @NotNull String getHostedZoneId()
@Stability(value=Stable) static CfnRecordSetGroup.AliasTargetProperty.Builder builder()
Copyright © 2021. All rights reserved.