interface SecretRotationApplicationOptions
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.SecretsManager.SecretRotationApplicationOptions | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awssecretsmanager#SecretRotationApplicationOptions | 
|  Java | software.amazon.awscdk.services.secretsmanager.SecretRotationApplicationOptions | 
|  Python | aws_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
| Name | Type | Description | 
|---|---|---|
| is | boolean | Whether the rotation application uses the mutli user scheme. | 
isMultiUser?
Type:
boolean
(optional, default: false)
Whether the rotation application uses the mutli user scheme.
