agent-claw: automated task changes
This commit is contained in:
11
cdk/node_modules/aws-cdk-lib/aws-route53-targets/lib/interface-vpc-endpoint-target.d.ts
generated
vendored
Normal file
11
cdk/node_modules/aws-cdk-lib/aws-route53-targets/lib/interface-vpc-endpoint-target.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import type * as ec2 from '../../aws-ec2';
|
||||
import type * as route53 from '../../aws-route53';
|
||||
/**
|
||||
* Set an InterfaceVpcEndpoint as a target for an ARecord
|
||||
*/
|
||||
export declare class InterfaceVpcEndpointTarget implements route53.IAliasRecordTarget {
|
||||
private readonly vpcEndpoint;
|
||||
private readonly cfnVpcEndpoint;
|
||||
constructor(vpcEndpoint: ec2.InterfaceVpcEndpoint);
|
||||
bind(_record: route53.IRecordSet, _zone?: route53.IHostedZone): route53.AliasRecordTargetConfig;
|
||||
}
|
||||
Reference in New Issue
Block a user