Amazon IoT Greengrass Version 1 no longer receives feature updates, and will receive only security patches and bug fixes until June 30, 2023. For more information, see the Amazon IoT Greengrass V1 maintenance policy. We strongly recommend that you migrate to Amazon IoT Greengrass Version 2, which adds significant new features and support for additional platforms.
SecretsManagerSecretResourceData
{ "ARN": "string", "AdditionalStagingLabelsToDownload": [ "string" ] }
- SecretsManagerSecretResourceData
-
Attributes that define a secret resource, which references a secret from Amazon Secrets Manager. Amazon IoT Greengrass stores a local, encrypted copy of the secret on the Greengrass core, where it can be securely accessed by connectors and Lambda functions.
type: object
- ARN
-
The ARN of the Secrets Manager secret to make available on the core. The value of the secret's latest version (represented by the
AWSCURRENT
staging label) is included by default.type: string
- AdditionalStagingLabelsToDownload
-
Optional. The staging labels in addition to
AWSCURRENT
whose values you want to make available on the core.type: array