This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Create FargateService with existing FargateTaskDefinitionArn #112
Labels
@aws-cdk/aws-ecs
Related to Amazon Elastic Container
bug
This issue is a bug.
effort/medium
Medium work item – a couple days of effort
guidance
Question that needs advice or information.
p1
❓ Guidance Question
I am trying to create a
ecs.FargateService
with existingfargateTaskDefinitionArn
. However, thetaskDefinition
property expectsecs.TaskDefintion
butfromFargateTaskDefinitionArn()
returnsecs.IFargateTaskDefinition
.Any sample or guidance is appreciated.
The Question
Environment
Other information
The text was updated successfully, but these errors were encountered: