HostedRotationType

class aws_cdk.aws_secretsmanager.HostedRotationType(*args: Any, **kwargs)

Bases: object

Hosted rotation type.

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk import aws_secretsmanager as secretsmanager

hosted_rotation_type = secretsmanager.HostedRotationType.MARIADB_MULTI_USER

Attributes

MARIADB_MULTI_USER = <aws_cdk.aws_secretsmanager.HostedRotationType object>
MARIADB_SINGLE_USER = <aws_cdk.aws_secretsmanager.HostedRotationType object>
MONGODB_MULTI_USER = <aws_cdk.aws_secretsmanager.HostedRotationType object>
MONGODB_SINGLE_USER = <aws_cdk.aws_secretsmanager.HostedRotationType object>
MYSQL_MULTI_USER = <aws_cdk.aws_secretsmanager.HostedRotationType object>
MYSQL_SINGLE_USER = <aws_cdk.aws_secretsmanager.HostedRotationType object>
ORACLE_MULTI_USER = <aws_cdk.aws_secretsmanager.HostedRotationType object>
ORACLE_SINGLE_USER = <aws_cdk.aws_secretsmanager.HostedRotationType object>
POSTGRESQL_MULTI_USER = <aws_cdk.aws_secretsmanager.HostedRotationType object>
POSTGRESQL_SINGLE_USER = <aws_cdk.aws_secretsmanager.HostedRotationType object>
REDSHIFT_MULTI_USER = <aws_cdk.aws_secretsmanager.HostedRotationType object>
REDSHIFT_SINGLE_USER = <aws_cdk.aws_secretsmanager.HostedRotationType object>
SQLSERVER_MULTI_USER = <aws_cdk.aws_secretsmanager.HostedRotationType object>
SQLSERVER_SINGLE_USER = <aws_cdk.aws_secretsmanager.HostedRotationType object>
is_multi_user

Whether the rotation uses the mutli user scheme.

name

The type of rotation.