enum AttachmentTargetType
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.AWS.SecretsManager.AttachmentTargetType | 
|  Java | software.amazon.awscdk.services.secretsmanager.AttachmentTargetType | 
|  Python | aws_cdk.aws_secretsmanager.AttachmentTargetType | 
|  TypeScript (source) | @aws-cdk/aws-secretsmanager»AttachmentTargetType | 
The type of service or database that's being associated with the secret.
Members
| Name | Description | 
|---|---|
| INSTANCE | A database instance. | 
| CLUSTER | A database cluster. | 
| RDS_DB_INSTANCE | AWS::RDS::DBInstance. | 
| RDS_DB_CLUSTER | AWS::RDS::DBCluster. | 
| RDS_DB_PROXY | AWS::RDS::DBProxy. | 
| REDSHIFT_CLUSTER | AWS::Redshift::Cluster. | 
| DOCDB_DB_INSTANCE | AWS::DocDB::DBInstance. | 
| DOCDB_DB_CLUSTER | AWS::DocDB::DBCluster. | 
INSTANCE
A database instance.
CLUSTER
A database cluster.
RDS_DB_INSTANCE
AWS::RDS::DBInstance.
RDS_DB_CLUSTER
AWS::RDS::DBCluster.
RDS_DB_PROXY
AWS::RDS::DBProxy.
REDSHIFT_CLUSTER
AWS::Redshift::Cluster.
DOCDB_DB_INSTANCE
AWS::DocDB::DBInstance.
DOCDB_DB_CLUSTER
AWS::DocDB::DBCluster.
