Interface ISecretRotationApplicationOptions
- Namespace
- Amazon.CDK.AWS.SecretsManager
- Assembly
- Amazon.CDK.AWS.SecretsManager.dll
Options for a SecretRotationApplication.
public interface ISecretRotationApplicationOptions
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.SecretsManager;
var secretRotationApplicationOptions = new SecretRotationApplicationOptions {
IsMultiUser = false
};
Remarks
ExampleMetadata: fixture=_generated
Properties
IsMultiUser
Whether the rotation application uses the mutli user scheme.
bool? IsMultiUser { get; }
Property Value
- bool?
Remarks
Default: false