agent-claw: automated task changes
This commit is contained in:
17
cdk/node_modules/aws-cdk-lib/aws-route53-targets/lib/shared.d.ts
generated
vendored
Normal file
17
cdk/node_modules/aws-cdk-lib/aws-route53-targets/lib/shared.d.ts
generated
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
/**
|
||||
* Properties the alias record target
|
||||
*/
|
||||
export interface IAliasRecordTargetProps {
|
||||
/**
|
||||
* Target Hosted zone ID.
|
||||
*
|
||||
* @default - hosted zone ID for the EBS endpoint will be retrieved based on the stack's region.
|
||||
*/
|
||||
readonly hostedZoneId?: string;
|
||||
/**
|
||||
* Evaluate target health
|
||||
*
|
||||
* @default - no health check configuration
|
||||
*/
|
||||
readonly evaluateTargetHealth?: boolean;
|
||||
}
|
||||
Reference in New Issue
Block a user