Skip to content

Commit

Permalink
feat(domain/aws): Extend upsert command (#8895)
Browse files Browse the repository at this point in the history
* feat(domain/aws): Extend upsert command

* feat(domain/aws): Extend upsert command
  • Loading branch information
caseyhebebrand committed Feb 9, 2021
1 parent 1ea504a commit 33e0fd3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ export interface IAmazonClassicLoadBalancerUpsertCommand extends IAmazonLoadBala

export interface IAmazonApplicationLoadBalancerUpsertCommand extends IAmazonLoadBalancerUpsertCommand {
deletionProtection: boolean;
ipAddressType?: string;
idleTimeout: number;
listeners: IListenerDescription[];
targetGroups: IALBTargetGroupDescription[];
Expand Down

0 comments on commit 33e0fd3

Please sign in to comment.