Uses of Interface
software.amazon.awscdk.services.secretsmanager.ISecretAttachmentTarget
Package
Description
Amazon DocumentDB Construct Library
Amazon Relational Database Service Construct Library
Amazon Redshift Construct Library
AWS Secrets Manager Construct Library
-
Uses of ISecretAttachmentTarget in software.amazon.awscdk.services.docdb
Modifier and TypeInterfaceDescriptioninterface
Create a clustered database with a given number of instances.static interface
Internal default implementation forIDatabaseCluster
.Modifier and TypeClassDescriptionclass
Create a clustered database with a given number of instances.static final class
A proxy class which represents a concrete javascript instance of this type. -
Uses of ISecretAttachmentTarget in software.amazon.awscdk.services.rds
Modifier and TypeInterfaceDescriptioninterface
Create a clustered database with a given number of instances.static interface
Internal default implementation forIDatabaseCluster
.interface
A database instance.static interface
Internal default implementation forIDatabaseInstance
.interface
Interface representing a serverless database cluster.static interface
Internal default implementation forIServerlessCluster
.Modifier and TypeClassDescriptionclass
Create a clustered database with a given number of instances.class
A new or imported clustered database.class
A database cluster restored from a snapshot.class
A database instance.class
A new or imported database instance.class
A database instance restored from a snapshot.class
A read replica database instance.class
RDS Database Proxy.static final class
A proxy class which represents a concrete javascript instance of this type.static final class
A proxy class which represents a concrete javascript instance of this type.static final class
A proxy class which represents a concrete javascript instance of this type.class
Create an Aurora Serverless v1 Cluster.class
A Aurora Serverless v1 Cluster restored from a snapshot. -
Uses of ISecretAttachmentTarget in software.amazon.awscdk.services.redshift.alpha
Modifier and TypeInterfaceDescriptioninterface
(experimental) Create a Redshift Cluster with a given number of nodes.static interface
Internal default implementation forICluster
.Modifier and TypeClassDescriptionclass
(experimental) Create a Redshift cluster a given number of nodes.static final class
A proxy class which represents a concrete javascript instance of this type. -
Uses of ISecretAttachmentTarget in software.amazon.awscdk.services.secretsmanager
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forISecretAttachmentTarget
.Modifier and TypeClassDescriptionstatic final class
A proxy class which represents a concrete javascript instance of this type.Modifier and TypeMethodDescriptionAttachedSecretOptions.getTarget()
The target to attach the secret to.final ISecretAttachmentTarget
AttachedSecretOptions.Jsii$Proxy.getTarget()
final ISecretAttachmentTarget
SecretTargetAttachmentProps.Jsii$Proxy.getTarget()
Modifier and TypeMethodDescriptionISecret.attach
(ISecretAttachmentTarget target) Attach a target to this secret.default ISecret
ISecret.Jsii$Default.attach
(ISecretAttachmentTarget target) Attach a target to this secret.final ISecret
ISecret.Jsii$Proxy.attach
(ISecretAttachmentTarget target) Attach a target to this secret.default ISecret
ISecretTargetAttachment.Jsii$Default.attach
(ISecretAttachmentTarget target) Attach a target to this secret.final ISecret
ISecretTargetAttachment.Jsii$Proxy.attach
(ISecretAttachmentTarget target) Attach a target to this secret.Secret.attach
(ISecretAttachmentTarget target) Attach a target to this secret.SecretTargetAttachment.attach
(ISecretAttachmentTarget target) Attach a target to this secret.AttachedSecretOptions.Builder.target
(ISecretAttachmentTarget target) Sets the value ofAttachedSecretOptions.getTarget()
SecretTargetAttachment.Builder.target
(ISecretAttachmentTarget target) The target to attach the secret to.SecretTargetAttachmentProps.Builder.target
(ISecretAttachmentTarget target) Sets the value ofAttachedSecretOptions.getTarget()