Skip to content

Commit

Permalink
update parameter documentations
Browse files Browse the repository at this point in the history
  • Loading branch information
razin99 committed Mar 31, 2024
1 parent 6468755 commit bb420b4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/aws-cdk-lib/aws-ec2/lib/cfn-init-elements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1125,14 +1125,15 @@ export interface SystemdConfigFileOptions {
readonly afterNetwork?: boolean;

/**
* Include environment variables when process is running
* Environment variables to load when the process is running.
*
* @default - No environment variables set
*/
readonly environmentVariables?: Record<string, string>;

/**
* Include file to load environment variables from when process is running
* Loads environment variables from files when the process is running.
* Must use absolute paths.
*
* @default - No environment files
*/
Expand Down

0 comments on commit bb420b4

Please sign in to comment.