-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jamie Lynch
committed
Jan 19, 2021
1 parent
95e3d78
commit f5fdadc
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Default Parameter Store Locations | ||
|
||
A number of constructs from the library define parameters to get configuration from Parameter Store. Each of these parameters configures a default path. The below table lists those paths, the parameter that sets them, the value type and which construct the parameter is defined within. | ||
|
||
| Path | Parameter | Type | Construct | | ||
| ------------------------------------- | ---------------------- | ----------------- | ------------------------ | | ||
| /account/vpc/primary/id | VpcId | AWS::EC2::VPC::Id | GuVpc.fromIdParameter | | ||
| /account/services/artifact.bucket | DistributionBucketName | String | GuGetDistributablePolicy | | ||
| /account/services/logging.stream.name | LoggingStreamName | String | GuLogShippingPolicy | |