Skip to content

Commit

Permalink
Revert "Add deprecated annotation"
Browse files Browse the repository at this point in the history
This reverts commit 1f8e097.
  • Loading branch information
piradeepk committed Jul 1, 2019
1 parent 1f8e097 commit 87527ca
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions packages/@aws-cdk/aws-ecs/lib/base/base-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,22 +73,6 @@ export interface BaseServiceProps {
* @default - AWS Cloud Map service discovery is not enabled.
*/
readonly cloudMapOptions?: CloudMapOptions;

/**
* Whether the new long ARN format has been enabled on ECS services.
* NOTE: This assumes customer has opted into the new format for the IAM role used for the service, and is a
* workaround for a current bug in Cloudformation in which the service name is not correctly returned when long ARN is
* enabled.
*
* Old ARN format: arn:aws:ecs:region:aws_account_id:service/service-name
* New ARN format: arn:aws:ecs:region:aws_account_id:service/cluster-name/service-name
*
* See: https://docs.aws.amazon.com/AmazonECS/latest/userguide/ecs-resource-ids.html
*
* @default none
* @deprecated this property is no longer used. Long arns are automatically handled by cloud formation.
*/
readonly longArnEnabled?: boolean;
}

/**
Expand Down

0 comments on commit 87527ca

Please sign in to comment.