AWS kinesisvideostreams documentation change
Summary
Fixed URL formatting in environment variable documentation links
Security assessment
Changes correct URL syntax but do not modify security guidance for credentials or private keys. Existing security documentation remains unchanged.
Diff
diff --git a/kinesisvideostreams/latest/dg/gs-build-agent.md b/kinesisvideostreams/latest/dg/gs-build-agent.md index ededd62b7..c2aae365a 100644 --- a//kinesisvideostreams/latest/dg/gs-build-agent.md +++ b//kinesisvideostreams/latest/dg/gs-build-agent.md @@ -65,3 +65,3 @@ Environment Variable Name | Required | Description -`AWS_IOT_CORE_CREDENTIAL_ENDPOINT` | Yes | The [AWS IoT Core credential endpoint provider](https://docs.aws.amazon.com/iot/latest/developerguide/authorizing-direct-aws.html) endpoint for your AWS account. **Example:** ``credential-account-specific-prefix`.credentials.iot.`aws-region`.amazonaws.com` -`AWS_IOT_CORE_DATA_ATS_ENDPOINT` | Yes | The [AWS IoT Core data plane endpoint](https://docs.aws.amazon.com/general/latest/gr/iot-core.html#iot-core-data-plane-endpoints) for your AWS account. **Example:** ``data-account-specific-prefix`.iot.`aws-region`.amazonaws.com` -`AWS_IOT_CORE_PRIVATE_KEY` | Yes | File path to the private key used in the public/private key pair. For more information, see [Key management in AWS IoT](https://docs.aws.amazon.com/iot/latest/developerguide/key-management.html). **Example:** `/`file`/`path`/`to`/`certificateID-private`.pem.key` +`AWS_IOT_CORE_CREDENTIAL_ENDPOINT` | Yes | The [AWS IoT Core credential endpoint provider](https://docs.aws.amazon.com//iot/latest/developerguide/authorizing-direct-aws.html) endpoint for your AWS account. **Example:** ``credential-account-specific-prefix`.credentials.iot.`aws-region`.amazonaws.com` +`AWS_IOT_CORE_DATA_ATS_ENDPOINT` | Yes | The [AWS IoT Core data plane endpoint](https://docs.aws.amazon.com//general/latest/gr/iot-core.html#iot-core-data-plane-endpoints) for your AWS account. **Example:** ``data-account-specific-prefix`.iot.`aws-region`.amazonaws.com` +`AWS_IOT_CORE_PRIVATE_KEY` | Yes | File path to the private key used in the public/private key pair. For more information, see [Key management in AWS IoT](https://docs.aws.amazon.com//iot/latest/developerguide/key-management.html). **Example:** `/`file`/`path`/`to`/`certificateID-private`.pem.key`