@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:18.963Z") @Stability(value=Stable) public interface CfnRecordSetGroupProps 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.*;
CfnRecordSetGroupProps cfnRecordSetGroupProps = CfnRecordSetGroupProps.builder()
.comment("comment")
.hostedZoneId("hostedZoneId")
.hostedZoneName("hostedZoneName")
.recordSets(List.of(RecordSetProperty.builder()
.name("name")
.type("type")
// the properties below are optional
.aliasTarget(AliasTargetProperty.builder()
.dnsName("dnsName")
.hostedZoneId("hostedZoneId")
// the properties below are optional
.evaluateTargetHealth(false)
.build())
.comment("comment")
.failover("failover")
.geoLocation(GeoLocationProperty.builder()
.continentCode("continentCode")
.countryCode("countryCode")
.subdivisionCode("subdivisionCode")
.build())
.healthCheckId("healthCheckId")
.hostedZoneId("hostedZoneId")
.hostedZoneName("hostedZoneName")
.multiValueAnswer(false)
.region("region")
.resourceRecords(List.of("resourceRecords"))
.setIdentifier("setIdentifier")
.ttl("ttl")
.weight(123)
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRecordSetGroupProps.Builder
A builder for
CfnRecordSetGroupProps |
static class |
CfnRecordSetGroupProps.Jsii$Proxy
An implementation for
CfnRecordSetGroupProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnRecordSetGroupProps.Builder |
builder() |
default String |
getComment()
`AWS::Route53::RecordSetGroup.Comment`.
|
default String |
getHostedZoneId()
`AWS::Route53::RecordSetGroup.HostedZoneId`.
|
default String |
getHostedZoneName()
`AWS::Route53::RecordSetGroup.HostedZoneName`.
|
default Object |
getRecordSets()
`AWS::Route53::RecordSetGroup.RecordSets`.
|
@Stability(value=Stable) @Nullable default String getComment()
@Stability(value=Stable) @Nullable default String getHostedZoneId()
@Stability(value=Stable) @Nullable default String getHostedZoneName()
@Stability(value=Stable) @Nullable default Object getRecordSets()
@Stability(value=Stable) static CfnRecordSetGroupProps.Builder builder()
CfnRecordSetGroupProps.Builder of CfnRecordSetGroupPropsCopyright © 2021. All rights reserved.