interface IAliasRecordTargetProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Route53.Targets.IAliasRecordTargetProps |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsroute53targets#IAliasRecordTargetProps |
Java | software.amazon.awscdk.services.route53.targets.IAliasRecordTargetProps |
Python | aws_cdk.aws_route53_targets.IAliasRecordTargetProps |
TypeScript (source) | aws-cdk-lib » aws_route53_targets » IAliasRecordTargetProps |
Properties the alias record target.
Properties
| Name | Type | Description |
|---|---|---|
| evaluate | boolean | Evaluate target health. |
| hosted | string | Target Hosted zone ID. |
evaluateTargetHealth?
Type:
boolean
(optional, default: no health check configuration)
Evaluate target health.
hostedZoneId?
Type:
string
(optional, default: hosted zone ID for the EBS endpoint will be retrieved based on the stack's region.)
Target Hosted zone ID.

.NET
Go
Java
Python
TypeScript (