Skip to content

Commit

Permalink
Add doc with default ssm paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Jamie Lynch committed Jan 19, 2021
1 parent 95e3d78 commit f5fdadc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/005-default-parameter-store-locations.md
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 |

0 comments on commit f5fdadc

Please sign in to comment.