interface Route53HealthCheckConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_arcregionswitch.CfnPlan.Route53HealthCheckConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsarcregionswitch#CfnPlan_Route53HealthCheckConfigurationProperty |
![]() | software.amazon.awscdk.services.arcregionswitch.CfnPlan.Route53HealthCheckConfigurationProperty |
![]() | aws_cdk.aws_arcregionswitch.CfnPlan.Route53HealthCheckConfigurationProperty |
![]() | aws-cdk-lib » aws_arcregionswitch » CfnPlan » Route53HealthCheckConfigurationProperty |
The Amazon Route 53 health check configuration.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_arcregionswitch as arcregionswitch } from 'aws-cdk-lib';
const route53HealthCheckConfigurationProperty: arcregionswitch.CfnPlan.Route53HealthCheckConfigurationProperty = {
hostedZoneId: 'hostedZoneId',
recordName: 'recordName',
// the properties below are optional
crossAccountRole: 'crossAccountRole',
externalId: 'externalId',
recordSets: [{
recordSetIdentifier: 'recordSetIdentifier',
region: 'region',
}],
timeoutMinutes: 123,
};
Properties
Name | Type | Description |
---|---|---|
hosted | string | The Amazon Route 53 health check configuration hosted zone ID. |
record | string | The Amazon Route 53 health check configuration record name. |
cross | string | The cross account role for the configuration. |
external | string | The external ID (secret key) for the configuration. |
record | IResolvable | IResolvable | Route53 [] | The Amazon Route 53 health check configuration record sets. |
timeout | number | The Amazon Route 53 health check configuration time out (in minutes). |
hostedZoneId
Type:
string
The Amazon Route 53 health check configuration hosted zone ID.
recordName
Type:
string
The Amazon Route 53 health check configuration record name.
crossAccountRole?
Type:
string
(optional)
The cross account role for the configuration.
externalId?
Type:
string
(optional)
The external ID (secret key) for the configuration.
recordSets?
Type:
IResolvable
|
IResolvable
|
Route53
[]
(optional)
The Amazon Route 53 health check configuration record sets.
timeoutMinutes?
Type:
number
(optional, default: 60)
The Amazon Route 53 health check configuration time out (in minutes).