Values.SecretsManagerSecretResourceDataSourceAttributes that define a secret resource, which references a secret from AWS Secrets Manager. AWS 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 nonrec t = {aRN : string option;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.
*)additionalStagingLabelsToDownload : string list option;Optional. The staging labels whose values you want to make available on the core, in addition to ''AWSCURRENT''.
*)}