agent-claw: automated task changes
This commit is contained in:
16
cdk/node_modules/aws-cdk-lib/aws-route53-targets/lib/elastic-beanstalk-environment-target.d.ts
generated
vendored
Normal file
16
cdk/node_modules/aws-cdk-lib/aws-route53-targets/lib/elastic-beanstalk-environment-target.d.ts
generated
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
import type { IAliasRecordTargetProps } from './shared';
|
||||
import type * as route53 from '../../aws-route53';
|
||||
/**
|
||||
* Use an Elastic Beanstalk environment URL as an alias record target.
|
||||
* E.g. mysampleenvironment.xyz.us-east-1.elasticbeanstalk.com
|
||||
* or mycustomcnameprefix.us-east-1.elasticbeanstalk.com
|
||||
*
|
||||
* Only supports Elastic Beanstalk environments created after 2016 that have a regional endpoint.
|
||||
*/
|
||||
export declare class ElasticBeanstalkEnvironmentEndpointTarget implements route53.IAliasRecordTarget {
|
||||
private readonly environmentEndpoint;
|
||||
private readonly props?;
|
||||
private hostedZoneId?;
|
||||
constructor(environmentEndpoint: string, props?: IAliasRecordTargetProps | undefined);
|
||||
bind(record: route53.IRecordSet, _zone?: route53.IHostedZone): route53.AliasRecordTargetConfig;
|
||||
}
|
||||
Reference in New Issue
Block a user