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 AwsSecretsManagerSecretDetails = AwsSecretsManagerSecretDetails' {}
- newAwsSecretsManagerSecretDetails :: AwsSecretsManagerSecretDetails
- awsSecretsManagerSecretDetails_rotationRules :: Lens' AwsSecretsManagerSecretDetails (Maybe AwsSecretsManagerSecretRotationRules)
- awsSecretsManagerSecretDetails_rotationEnabled :: Lens' AwsSecretsManagerSecretDetails (Maybe Bool)
- awsSecretsManagerSecretDetails_kmsKeyId :: Lens' AwsSecretsManagerSecretDetails (Maybe Text)
- awsSecretsManagerSecretDetails_name :: Lens' AwsSecretsManagerSecretDetails (Maybe Text)
- awsSecretsManagerSecretDetails_deleted :: Lens' AwsSecretsManagerSecretDetails (Maybe Bool)
- awsSecretsManagerSecretDetails_description :: Lens' AwsSecretsManagerSecretDetails (Maybe Text)
- awsSecretsManagerSecretDetails_rotationOccurredWithinFrequency :: Lens' AwsSecretsManagerSecretDetails (Maybe Bool)
- awsSecretsManagerSecretDetails_rotationLambdaArn :: Lens' AwsSecretsManagerSecretDetails (Maybe Text)
Documentation
data AwsSecretsManagerSecretDetails Source #
Details about an Secrets Manager secret.
See: newAwsSecretsManagerSecretDetails
smart constructor.
AwsSecretsManagerSecretDetails' | |
|
Instances
newAwsSecretsManagerSecretDetails :: AwsSecretsManagerSecretDetails Source #
Create a value of AwsSecretsManagerSecretDetails
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:rotationRules:AwsSecretsManagerSecretDetails'
, awsSecretsManagerSecretDetails_rotationRules
- Defines the rotation schedule for the secret.
$sel:rotationEnabled:AwsSecretsManagerSecretDetails'
, awsSecretsManagerSecretDetails_rotationEnabled
- Whether rotation is enabled.
$sel:kmsKeyId:AwsSecretsManagerSecretDetails'
, awsSecretsManagerSecretDetails_kmsKeyId
- The ARN, Key ID, or alias of the KMS key used to encrypt the
SecretString
or SecretBinary
values for versions of this secret.
$sel:name:AwsSecretsManagerSecretDetails'
, awsSecretsManagerSecretDetails_name
- The name of the secret.
$sel:deleted:AwsSecretsManagerSecretDetails'
, awsSecretsManagerSecretDetails_deleted
- Whether the secret is deleted.
$sel:description:AwsSecretsManagerSecretDetails'
, awsSecretsManagerSecretDetails_description
- The user-provided description of the secret.
$sel:rotationOccurredWithinFrequency:AwsSecretsManagerSecretDetails'
, awsSecretsManagerSecretDetails_rotationOccurredWithinFrequency
- Whether the rotation occurred within the specified rotation frequency.
$sel:rotationLambdaArn:AwsSecretsManagerSecretDetails'
, awsSecretsManagerSecretDetails_rotationLambdaArn
- The ARN of the Lambda function that rotates the secret.
awsSecretsManagerSecretDetails_rotationRules :: Lens' AwsSecretsManagerSecretDetails (Maybe AwsSecretsManagerSecretRotationRules) Source #
Defines the rotation schedule for the secret.
awsSecretsManagerSecretDetails_rotationEnabled :: Lens' AwsSecretsManagerSecretDetails (Maybe Bool) Source #
Whether rotation is enabled.
awsSecretsManagerSecretDetails_kmsKeyId :: Lens' AwsSecretsManagerSecretDetails (Maybe Text) Source #
The ARN, Key ID, or alias of the KMS key used to encrypt the
SecretString
or SecretBinary
values for versions of this secret.
awsSecretsManagerSecretDetails_name :: Lens' AwsSecretsManagerSecretDetails (Maybe Text) Source #
The name of the secret.
awsSecretsManagerSecretDetails_deleted :: Lens' AwsSecretsManagerSecretDetails (Maybe Bool) Source #
Whether the secret is deleted.
awsSecretsManagerSecretDetails_description :: Lens' AwsSecretsManagerSecretDetails (Maybe Text) Source #
The user-provided description of the secret.
awsSecretsManagerSecretDetails_rotationOccurredWithinFrequency :: Lens' AwsSecretsManagerSecretDetails (Maybe Bool) Source #
Whether the rotation occurred within the specified rotation frequency.
awsSecretsManagerSecretDetails_rotationLambdaArn :: Lens' AwsSecretsManagerSecretDetails (Maybe Text) Source #
The ARN of the Lambda function that rotates the secret.