Skip to content

Commit

Permalink
Update load-balanced-fargate-service.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidChristiansen authored Jun 6, 2019
1 parent 8071164 commit 10bf981
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,21 +77,21 @@ export interface LoadBalancedFargateServiceProps extends LoadBalancedServiceBase
/**
* Override for the Fargate Task Definition execution role
*
* @default - No value
* @default - CDK Generated IAM role
*/
readonly executionRole?: iam.Role;

/**
* Override for the Fargate Task Definition task role
*
* @default - No value
* @default - CDK Generated IAM role
*/
readonly taskRole?: iam.Role;

/**
* Override value for the container name
*
* @default - No value
* @default - 'web'
*/
readonly containerName?: string;
}
Expand Down

0 comments on commit 10bf981

Please sign in to comment.