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
chore: use HTTPS for AWS documentation links in alpha packages
Replace http:// with https:// for all AWS documentation links in
alpha packages: aws-bedrock-alpha, aws-ec2-alpha, aws-pipes-alpha,
aws-pipes-sources-alpha, aws-pipes-targets-alpha, aws-s3tables-alpha.
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.
* 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