| Package | Description |
|---|---|
| software.amazon.awscdk.services.route53 |
Amazon Route53 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnRecordSet.Builder |
CfnRecordSet.Builder.aliasTarget(CfnRecordSet.AliasTargetProperty aliasTarget)
*Alias resource record sets only:* Information about the AWS resource, such as a CloudFront distribution or an Amazon S3 bucket, that you want to route traffic to.
|
CfnRecordSet.Builder |
CfnRecordSet.Builder.aliasTarget(IResolvable aliasTarget)
*Alias resource record sets only:* Information about the AWS resource, such as a CloudFront distribution or an Amazon S3 bucket, that you want to route traffic to.
|
CfnRecordSet.Builder |
CfnRecordSet.Builder.cidrRoutingConfig(CfnRecordSet.CidrRoutingConfigProperty cidrRoutingConfig)
`AWS::Route53::RecordSet.CidrRoutingConfig`.
|
CfnRecordSet.Builder |
CfnRecordSet.Builder.cidrRoutingConfig(IResolvable cidrRoutingConfig)
`AWS::Route53::RecordSet.CidrRoutingConfig`.
|
CfnRecordSet.Builder |
CfnRecordSet.Builder.comment(String comment)
*Optional:* Any comments you want to include about a change batch request.
|
static CfnRecordSet.Builder |
CfnRecordSet.Builder.create(software.constructs.Construct scope,
String id) |
CfnRecordSet.Builder |
CfnRecordSet.Builder.failover(String failover)
*Failover resource record sets only:* To configure failover, you add the `Failover` element to two resource record sets.
|
CfnRecordSet.Builder |
CfnRecordSet.Builder.geoLocation(CfnRecordSet.GeoLocationProperty geoLocation)
*Geolocation resource record sets only:* A complex type that lets you control how Amazon Route 53 responds to DNS queries based on the geographic origin of the query.
|
CfnRecordSet.Builder |
CfnRecordSet.Builder.geoLocation(IResolvable geoLocation)
*Geolocation resource record sets only:* A complex type that lets you control how Amazon Route 53 responds to DNS queries based on the geographic origin of the query.
|
CfnRecordSet.Builder |
CfnRecordSet.Builder.healthCheckId(String healthCheckId)
If you want Amazon Route 53 to return this resource record set in response to a DNS query only when the status of a health check is healthy, include the `HealthCheckId` element and specify the ID of the applicable health check.
|
CfnRecordSet.Builder |
CfnRecordSet.Builder.hostedZoneId(String hostedZoneId)
The ID of the hosted zone that you want to create records in.
|
CfnRecordSet.Builder |
CfnRecordSet.Builder.hostedZoneName(String hostedZoneName)
The name of the hosted zone that you want to create records in.
|
CfnRecordSet.Builder |
CfnRecordSet.Builder.multiValueAnswer(Boolean multiValueAnswer)
*Multivalue answer resource record sets only* : To route traffic approximately randomly to multiple resources, such as web servers, create one multivalue answer record for each resource and specify `true` for `MultiValueAnswer` .
|
CfnRecordSet.Builder |
CfnRecordSet.Builder.multiValueAnswer(IResolvable multiValueAnswer)
*Multivalue answer resource record sets only* : To route traffic approximately randomly to multiple resources, such as web servers, create one multivalue answer record for each resource and specify `true` for `MultiValueAnswer` .
|
CfnRecordSet.Builder |
CfnRecordSet.Builder.name(String name)
For `ChangeResourceRecordSets` requests, the name of the record that you want to create, update, or delete.
|
CfnRecordSet.Builder |
CfnRecordSet.Builder.region(String region)
*Latency-based resource record sets only:* The Amazon EC2 Region where you created the resource that this resource record set refers to.
|
CfnRecordSet.Builder |
CfnRecordSet.Builder.resourceRecords(List<String> resourceRecords)
One or more values that correspond with the value that you specified for the `Type` property.
|
CfnRecordSet.Builder |
CfnRecordSet.Builder.setIdentifier(String setIdentifier)
*Resource record sets that have a routing policy other than simple:* An identifier that differentiates among multiple resource record sets that have the same combination of name and type, such as multiple weighted resource record sets named acme.example.com that have a type of A.
|
CfnRecordSet.Builder |
CfnRecordSet.Builder.ttl(String ttl)
The resource record cache time to live (TTL), in seconds.
|
CfnRecordSet.Builder |
CfnRecordSet.Builder.type(String type)
The DNS record type.
|
CfnRecordSet.Builder |
CfnRecordSet.Builder.weight(Number weight)
*Weighted resource record sets only:* Among resource record sets that have the same combination of DNS name and type, a value that determines the proportion of DNS queries that Amazon Route 53 responds to using the current resource record set.
|
Copyright © 2022. All rights reserved.