Show / Hide Table of Contents

Class AttachmentTargetType

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

Inheritance
System.Object
AttachmentTargetType
Namespace: Amazon.CDK.AWS.SecretsManager
Assembly: Amazon.CDK.AWS.SecretsManager.dll
Syntax (csharp)
public sealed class AttachmentTargetType : Enum
Syntax (vb)
Public NotInheritable Class AttachmentTargetType
    Inherits

     Enum

Synopsis

Fields

CLUSTER

(deprecated) A database cluster.

DOCDB_DB_CLUSTER

AWS::DocDB::DBCluster.

DOCDB_DB_INSTANCE

AWS::DocDB::DBInstance.

INSTANCE

(deprecated) A database instance.

RDS_DB_CLUSTER

AWS::RDS::DBCluster.

RDS_DB_INSTANCE

AWS::RDS::DBInstance.

RDS_DB_PROXY

AWS::RDS::DBProxy.

REDSHIFT_CLUSTER

AWS::Redshift::Cluster.

value__

Fields

CLUSTER

(deprecated) A database cluster.

public const AttachmentTargetType CLUSTER
Field Value
Type Description
AttachmentTargetType
Remarks

Stability: Deprecated

DOCDB_DB_CLUSTER

AWS::DocDB::DBCluster.

public const AttachmentTargetType DOCDB_DB_CLUSTER
Field Value
Type Description
AttachmentTargetType

DOCDB_DB_INSTANCE

AWS::DocDB::DBInstance.

public const AttachmentTargetType DOCDB_DB_INSTANCE
Field Value
Type Description
AttachmentTargetType

INSTANCE

(deprecated) A database instance.

public const AttachmentTargetType INSTANCE
Field Value
Type Description
AttachmentTargetType
Remarks

Stability: Deprecated

RDS_DB_CLUSTER

AWS::RDS::DBCluster.

public const AttachmentTargetType RDS_DB_CLUSTER
Field Value
Type Description
AttachmentTargetType

RDS_DB_INSTANCE

AWS::RDS::DBInstance.

public const AttachmentTargetType RDS_DB_INSTANCE
Field Value
Type Description
AttachmentTargetType

RDS_DB_PROXY

AWS::RDS::DBProxy.

public const AttachmentTargetType RDS_DB_PROXY
Field Value
Type Description
AttachmentTargetType

REDSHIFT_CLUSTER

AWS::Redshift::Cluster.

public const AttachmentTargetType REDSHIFT_CLUSTER
Field Value
Type Description
AttachmentTargetType

value__

public int value__
Field Value
Type Description
System.Int32
Back to top Generated by DocFX