You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/@aws-cdk/aws-ec2-alpha/lib/ipam.ts
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -60,7 +60,7 @@ export interface IpamProps {
60
60
* The operating Regions for an IPAM.
61
61
* Operating Regions are AWS Regions where the IPAM is allowed to manage IP address CIDRs
62
62
* For more information about operating Regions, see [Create an IPAM](https://docs.aws.amazon.com//vpc/latest/ipam/create-ipam.html) in the *Amazon VPC IPAM User Guide* .
* Only resources in the same Region as the locale of the pool can get IP address allocations from the pool.
114
114
* You can only allocate a CIDR for a VPC, for example, from an IPAM pool that shares a locale with the VPC’s Region.
115
115
* Note that once you choose a Locale for a pool, you cannot modify it. If you choose an AWS Region for locale that has not been configured as an operating Region for the IPAM, you'll get an error.
Copy file name to clipboardExpand all lines: packages/@aws-cdk/aws-gamelift-alpha/lib/fleet-base.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -308,7 +308,7 @@ export interface FleetProps {
308
308
* The GameLift-supported Amazon EC2 instance type to use for all fleet instances.
309
309
* Instance type determines the computing resources that will be used to host your game servers, including CPU, memory, storage, and networking capacity.
310
310
*
311
-
* @seehttp://aws.amazon.com/ec2/instance-types/ for detailed descriptions of Amazon EC2 instance types.
311
+
* @seehttps://aws.amazon.com/ec2/instance-types/ for detailed descriptions of Amazon EC2 instance types.
* For more information, see [Including execution data in logs](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-pipes-logs.html#eb-pipes-logs-execution-data) and the [message schema](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-pipes-logs-schema.html) in the *Amazon EventBridge User Guide* .
0 commit comments