AttachmentTargetType

class aws_cdk.aws_secretsmanager.AttachmentTargetType(value)

Bases: Enum

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

Attributes

CLUSTER

(deprecated) A database cluster.

Deprecated:

use RDS_DB_CLUSTER instead

Stability:

deprecated

DOCDB_DB_CLUSTER

AWS::DocDB::DBCluster.

DOCDB_DB_INSTANCE

AWS::DocDB::DBInstance.

INSTANCE

(deprecated) A database instance.

Deprecated:

use RDS_DB_INSTANCE instead

Stability:

deprecated

RDS_DB_CLUSTER

AWS::RDS::DBCluster.

RDS_DB_INSTANCE

AWS::RDS::DBInstance.

RDS_DB_PROXY

AWS::RDS::DBProxy.

REDSHIFT_CLUSTER

AWS::Redshift::Cluster.