@Stability(value=Stable)
public static interface CfnRecordSetGroup.RecordSetProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRecordSetGroup.RecordSetProperty.Builder
A builder for
CfnRecordSetGroup.RecordSetProperty |
static class |
CfnRecordSetGroup.RecordSetProperty.Jsii$Proxy
An implementation for
CfnRecordSetGroup.RecordSetProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRecordSetGroup.RecordSetProperty.Builder |
builder() |
default Object |
getAliasTarget()
`CfnRecordSetGroup.RecordSetProperty.AliasTarget`.
|
default String |
getComment()
`CfnRecordSetGroup.RecordSetProperty.Comment`.
|
default String |
getFailover()
`CfnRecordSetGroup.RecordSetProperty.Failover`.
|
default Object |
getGeoLocation()
`CfnRecordSetGroup.RecordSetProperty.GeoLocation`.
|
default String |
getHealthCheckId()
`CfnRecordSetGroup.RecordSetProperty.HealthCheckId`.
|
default String |
getHostedZoneId()
`CfnRecordSetGroup.RecordSetProperty.HostedZoneId`.
|
default String |
getHostedZoneName()
`CfnRecordSetGroup.RecordSetProperty.HostedZoneName`.
|
default Object |
getMultiValueAnswer()
`CfnRecordSetGroup.RecordSetProperty.MultiValueAnswer`.
|
String |
getName()
`CfnRecordSetGroup.RecordSetProperty.Name`.
|
default String |
getRegion()
`CfnRecordSetGroup.RecordSetProperty.Region`.
|
default List<String> |
getResourceRecords()
`CfnRecordSetGroup.RecordSetProperty.ResourceRecords`.
|
default String |
getSetIdentifier()
`CfnRecordSetGroup.RecordSetProperty.SetIdentifier`.
|
default String |
getTtl()
`CfnRecordSetGroup.RecordSetProperty.TTL`.
|
String |
getType()
`CfnRecordSetGroup.RecordSetProperty.Type`.
|
default Number |
getWeight()
`CfnRecordSetGroup.RecordSetProperty.Weight`.
|
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) @Nullable default Object getAliasTarget()
@Stability(value=Stable) @Nullable default String getComment()
@Stability(value=Stable) @Nullable default String getFailover()
@Stability(value=Stable) @Nullable default Object getGeoLocation()
@Stability(value=Stable) @Nullable default String getHealthCheckId()
@Stability(value=Stable) @Nullable default String getHostedZoneId()
@Stability(value=Stable) @Nullable default String getHostedZoneName()
@Stability(value=Stable) @Nullable default Object getMultiValueAnswer()
@Stability(value=Stable) @Nullable default String getRegion()
@Stability(value=Stable) @Nullable default List<String> getResourceRecords()
@Stability(value=Stable) @Nullable default String getSetIdentifier()
@Stability(value=Stable) @Nullable default String getTtl()
@Stability(value=Stable) @Nullable default Number getWeight()
@Stability(value=Stable) static CfnRecordSetGroup.RecordSetProperty.Builder builder()
Copyright © 2021. All rights reserved.