@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.934Z") @Stability(value=Stable) public interface CfnRecordSetProps extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
CfnRecordSetProps.Builder
A builder for
CfnRecordSetProps |
static class |
CfnRecordSetProps.Jsii$Proxy
An implementation for
CfnRecordSetProps |
Modifier and Type | Method and Description |
---|---|
static CfnRecordSetProps.Builder |
builder() |
default Object |
getAliasTarget()
`AWS::Route53::RecordSet.AliasTarget`.
|
default String |
getComment()
`AWS::Route53::RecordSet.Comment`.
|
default String |
getFailover()
`AWS::Route53::RecordSet.Failover`.
|
default Object |
getGeoLocation()
`AWS::Route53::RecordSet.GeoLocation`.
|
default String |
getHealthCheckId()
`AWS::Route53::RecordSet.HealthCheckId`.
|
default String |
getHostedZoneId()
`AWS::Route53::RecordSet.HostedZoneId`.
|
default String |
getHostedZoneName()
`AWS::Route53::RecordSet.HostedZoneName`.
|
default Object |
getMultiValueAnswer()
`AWS::Route53::RecordSet.MultiValueAnswer`.
|
String |
getName()
`AWS::Route53::RecordSet.Name`.
|
default String |
getRegion()
`AWS::Route53::RecordSet.Region`.
|
default List<String> |
getResourceRecords()
`AWS::Route53::RecordSet.ResourceRecords`.
|
default String |
getSetIdentifier()
`AWS::Route53::RecordSet.SetIdentifier`.
|
default String |
getTtl()
`AWS::Route53::RecordSet.TTL`.
|
String |
getType()
`AWS::Route53::RecordSet.Type`.
|
default Number |
getWeight()
`AWS::Route53::RecordSet.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 CfnRecordSetProps.Builder builder()
CfnRecordSetProps.Builder
of CfnRecordSetProps
Copyright © 2021. All rights reserved.