Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data SecretsManagerSecretResourceData = SecretsManagerSecretResourceData' {}
- newSecretsManagerSecretResourceData :: SecretsManagerSecretResourceData
- secretsManagerSecretResourceData_additionalStagingLabelsToDownload :: Lens' SecretsManagerSecretResourceData (Maybe [Text])
- secretsManagerSecretResourceData_arn :: Lens' SecretsManagerSecretResourceData (Maybe Text)
Documentation
data SecretsManagerSecretResourceData Source #
Attributes 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.
See: newSecretsManagerSecretResourceData
smart constructor.
SecretsManagerSecretResourceData' | |
|
Instances
newSecretsManagerSecretResourceData :: SecretsManagerSecretResourceData Source #
Create a value of SecretsManagerSecretResourceData
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:additionalStagingLabelsToDownload:SecretsManagerSecretResourceData'
, secretsManagerSecretResourceData_additionalStagingLabelsToDownload
- Optional. The staging labels whose values you want to make available on
the core, in addition to ''AWSCURRENT''.
$sel:arn:SecretsManagerSecretResourceData'
, secretsManagerSecretResourceData_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.
secretsManagerSecretResourceData_additionalStagingLabelsToDownload :: Lens' SecretsManagerSecretResourceData (Maybe [Text]) Source #
Optional. The staging labels whose values you want to make available on the core, in addition to ''AWSCURRENT''.
secretsManagerSecretResourceData_arn :: Lens' SecretsManagerSecretResourceData (Maybe Text) Source #
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.