-
Notifications
You must be signed in to change notification settings - Fork 4.4k
Route53: ElasticBeanstalk Application as AliasRecordTarget to Route53 #3206
Copy link
Copy link
Closed
Labels
@aws-cdk/aws-elasticbeanstalkRealted to AWS Elastic BeanstalkRealted to AWS Elastic Beanstalk@aws-cdk/aws-route53Related to Amazon Route 53Related to Amazon Route 53@aws-cdk/aws-route53-targetseffort/mediumMedium work item – several days of effortMedium work item – several days of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p1
Description
- CDK CLI Version: 0.36.2
- Language: TypeScript
Hi there,
I am trying to add target of ARecord pointing to ElasticBeansalk.
But I cannot found any ElasticBeansalk class that implements IAliasRecordTarget interface.
new ARecord(this, 'MyAlias', {
target: AddressRecordTarget.fromAlias(...)
})Anyway to do this ?
Thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
@aws-cdk/aws-elasticbeanstalkRealted to AWS Elastic BeanstalkRealted to AWS Elastic Beanstalk@aws-cdk/aws-route53Related to Amazon Route 53Related to Amazon Route 53@aws-cdk/aws-route53-targetseffort/mediumMedium work item – several days of effortMedium work item – several days of effortfeature-requestA feature should be added or improved.A feature should be added or improved.p1