From b84403f71b505aaa18ffe23f6ef0041c8338573d Mon Sep 17 00:00:00 2001 From: Sashwatdas123 Date: Tue, 15 Apr 2025 14:38:22 +0530 Subject: [PATCH] chore: Updated README.md chore: added to integrations update chore: fixed blankspace --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 66cf8ce..4060ed9 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,7 @@ newrelic-lambda integrations install \ | `--nr-region` | No | The New Relic region to use for the integration. Can use the `NEW_RELIC_REGION` environment variable. Can be either `eu` or `us`. Defaults to `us`. | | `--timeout` or `-t` | No | Timeout (in seconds) for the New Relic log ingestion function. Defaults to 30 seconds. | | `--role-name` | No | Role name for the ingestion function. If you prefer to create and manage an IAM role for the function to assume out of band, do so and specify that role's name here. This avoids needing CAPABILITY_IAM. | +| `--enable-license-key-secret` | No | Securely manages and store your New Relic license key in `AWS Secrets Manager`. | | `--integration-arn` | No | Specify an existing AWS IAM role to use for the New Relic Lambda integration instead of creating one. | | `--aws-profile` or `-p` | No | The AWS profile to use for this command. Can also use `AWS_PROFILE`. Will also check `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` environment variables if not using AWS CLI. | | `--aws-region` or `-r` | No | The AWS region for the integration. Can use `AWS_DEFAULT_REGION` environment variable. Defaults to AWS session region. | @@ -163,6 +164,7 @@ newrelic-lambda integrations update \ | `--nr-region` | No | The New Relic region to use for the integration. Can use the `NEW_RELIC_REGION` environment variable. Can be either `eu` or `us`. Defaults to `us`. | | `--timeout` or `-t` | No | Timeout (in seconds) for the New Relic log ingestion function. | | `--role-name` | No | Role name for the ingestion function. If you prefer to create and manage an IAM role for the function to assume out of band, do so and specify that role's name here. This avoids needing CAPABILITY_IAM. | +| `--enable-license-key-secret` | No | Securely manages and store your New Relic license key in `AWS Secrets Manager`. | | `--aws-profile` or `-p` | No | The AWS profile to use for this command. Can also use `AWS_PROFILE`. Will also check `AWS_ACCESS_KEY_ID` and `AWS_SECRET_ACCESS_KEY` environment variables if not using AWS CLI. | | `--aws-region` or `-r` | No | The AWS region for the integration. Can use `AWS_DEFAULT_REGION` environment variable. Defaults to AWS session region. | | `--disable-license-key-secret` | No | Disable automatic creation of the license key secret on update. The secret is not created if it exists. |