Class SecretRotationApplicationOptions
- Namespace
- Amazon.CDK.AWS.SecretsManager
- Assembly
- Amazon.CDK.AWS.SecretsManager.dll
Options for a SecretRotationApplication.
public class SecretRotationApplicationOptions : ISecretRotationApplicationOptions
- Inheritance
-
SecretRotationApplicationOptions
- Implements
- Inherited Members
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
Constructors
SecretRotationApplicationOptions()
public SecretRotationApplicationOptions()
Properties
IsMultiUser
Whether the rotation application uses the mutli user scheme.
public bool? IsMultiUser { get; set; }
Property Value
- bool?
Remarks
Default: false