aws-cdk-lib.aws_secretsmanager.SecretRotationApplicationOptions

interface SecretRotationApplicationOptions

LanguageType name
.NETAmazon.CDK.AWS.SecretsManager.SecretRotationApplicationOptions
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssecretsmanager#SecretRotationApplicationOptions
Javasoftware.amazon.awscdk.services.secretsmanager.SecretRotationApplicationOptions
Pythonaws_cdk.aws_secretsmanager.SecretRotationApplicationOptions
TypeScript (source)aws-cdk-lib » aws_secretsmanager » SecretRotationApplicationOptions

Options for a SecretRotationApplication.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_secretsmanager as secretsmanager } from 'aws-cdk-lib';
const secretRotationApplicationOptions: secretsmanager.SecretRotationApplicationOptions = {
  isMultiUser: false,
};

Properties

NameTypeDescription
isMultiUser?booleanWhether the rotation application uses the mutli user scheme.

isMultiUser?

Type: boolean (optional, default: false)

Whether the rotation application uses the mutli user scheme.