Skip to content

Commit

Permalink
Update packages/aws-cdk-lib/aws-ses/lib/dedicated-ip-pool.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Luca Pizzini <[email protected]>
  • Loading branch information
badmintoncryer and lpizzinidev authored Dec 17, 2023
1 parent eeb559c commit 2479f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/aws-cdk-lib/aws-ses/lib/dedicated-ip-pool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export class DedicatedIpPool extends Resource implements IDedicatedIpPool {

const pool = new CfnDedicatedIpPool(this, 'Resource', {
poolName: this.physicalName,
scalingMode: props.scalingMode ?? ScalingMode.STANDARD,
scalingMode: props.scalingMode,
});

this.dedicatedIpPoolName = pool.ref;
Expand Down

0 comments on commit 2479f5c

Please sign in to comment.