AttachmentTargetType

class aws_cdk.aws_secretsmanager.AttachmentTargetType(value)

Bases: Enum

The type of service or database that’s being associated with the secret.

Attributes

DOCDB_DB_CLUSTER

AWS::DocDB::DBCluster.

DOCDB_DB_INSTANCE

AWS::DocDB::DBInstance.

RDS_DB_CLUSTER

AWS::RDS::DBCluster.

RDS_DB_INSTANCE

AWS::RDS::DBInstance.

RDS_DB_PROXY

AWS::RDS::DBProxy.

REDSHIFT_CLUSTER

AWS::Redshift::Cluster.