| Package | Description |
|---|---|
| com.amazonaws.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
AwsSecretsManagerSecretDetails |
AwsSecretsManagerSecretDetails.clone() |
AwsSecretsManagerSecretDetails |
ResourceDetails.getAwsSecretsManagerSecret()
Details about a Secrets Manager secret.
|
AwsSecretsManagerSecretDetails |
AwsSecretsManagerSecretDetails.withDeleted(Boolean deleted)
Whether the secret is deleted.
|
AwsSecretsManagerSecretDetails |
AwsSecretsManagerSecretDetails.withDescription(String description)
The user-provided description of the secret.
|
AwsSecretsManagerSecretDetails |
AwsSecretsManagerSecretDetails.withKmsKeyId(String kmsKeyId)
The ARN, Key ID, or alias of the KMS key used to encrypt the
SecretString or
SecretBinary values for versions of this secret. |
AwsSecretsManagerSecretDetails |
AwsSecretsManagerSecretDetails.withName(String name)
The name of the secret.
|
AwsSecretsManagerSecretDetails |
AwsSecretsManagerSecretDetails.withRotationEnabled(Boolean rotationEnabled)
Whether rotation is enabled.
|
AwsSecretsManagerSecretDetails |
AwsSecretsManagerSecretDetails.withRotationLambdaArn(String rotationLambdaArn)
The ARN of the Lambda function that rotates the secret.
|
AwsSecretsManagerSecretDetails |
AwsSecretsManagerSecretDetails.withRotationOccurredWithinFrequency(Boolean rotationOccurredWithinFrequency)
Whether the rotation occurred within the specified rotation frequency.
|
AwsSecretsManagerSecretDetails |
AwsSecretsManagerSecretDetails.withRotationRules(AwsSecretsManagerSecretRotationRules rotationRules)
Defines the rotation schedule for the secret.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceDetails.setAwsSecretsManagerSecret(AwsSecretsManagerSecretDetails awsSecretsManagerSecret)
Details about a Secrets Manager secret.
|
ResourceDetails |
ResourceDetails.withAwsSecretsManagerSecret(AwsSecretsManagerSecretDetails awsSecretsManagerSecret)
Details about a Secrets Manager secret.
|
Copyright © 2024. All rights reserved.