Skip to content

Route53: ElasticBeanstalk Application as AliasRecordTarget to Route53 #3206

@c0n3j0

Description

@c0n3j0
  • 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions