agent-claw: automated task changes
This commit is contained in:
12
cdk/node_modules/aws-cdk-lib/aws-route53-targets/lib/bucket-website-target.d.ts
generated
vendored
Normal file
12
cdk/node_modules/aws-cdk-lib/aws-route53-targets/lib/bucket-website-target.d.ts
generated
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
import type { IAliasRecordTargetProps } from './shared';
|
||||
import type * as route53 from '../../aws-route53';
|
||||
import type * as s3 from '../../aws-s3';
|
||||
/**
|
||||
* Use a S3 as an alias record target
|
||||
*/
|
||||
export declare class BucketWebsiteTarget implements route53.IAliasRecordTarget {
|
||||
private readonly bucket;
|
||||
private readonly props?;
|
||||
constructor(bucket: s3.IBucket, props?: IAliasRecordTargetProps | undefined);
|
||||
bind(record: route53.IRecordSet, _zone?: route53.IHostedZone): route53.AliasRecordTargetConfig;
|
||||
}
|
||||
Reference in New Issue
Block a user