| Package | Description |
|---|---|
| software.amazon.awscdk.services.rds |
Amazon Relational Database Service Construct Library
|
| software.amazon.awscdk.services.redshift |
Amazon Redshift Construct Library
|
| software.amazon.awscdk.services.secretsmanager |
AWS Secrets Manager Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IDatabaseCluster
(experimental) Create a clustered database with a given number of instances.
|
static interface |
IDatabaseCluster.Jsii$Default
Internal default implementation for
IDatabaseCluster. |
interface |
IDatabaseInstance
(experimental) A database instance.
|
static interface |
IDatabaseInstance.Jsii$Default
Internal default implementation for
IDatabaseInstance. |
interface |
IServerlessCluster
(experimental) Interface representing a serverless database cluster.
|
static interface |
IServerlessCluster.Jsii$Default
Internal default implementation for
IServerlessCluster. |
| Modifier and Type | Class and Description |
|---|---|
class |
DatabaseCluster
(experimental) Create a clustered database with a given number of instances.
|
class |
DatabaseClusterBase
(experimental) A new or imported clustered database.
|
class |
DatabaseClusterFromSnapshot
(experimental) A database cluster restored from a snapshot.
|
class |
DatabaseInstance
(experimental) A database instance.
|
class |
DatabaseInstanceBase
(experimental) A new or imported database instance.
|
class |
DatabaseInstanceFromSnapshot
(experimental) A database instance restored from a snapshot.
|
class |
DatabaseInstanceReadReplica
(experimental) A read replica database instance.
|
class |
DatabaseProxy
(experimental) RDS Database Proxy.
|
static class |
IDatabaseCluster.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
static class |
IDatabaseInstance.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
static class |
IServerlessCluster.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
ServerlessCluster
(experimental) Create an Aurora Serverless Cluster.
|
class |
ServerlessClusterFromSnapshot
(experimental) A Aurora Serverless Cluster restored from a snapshot.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ICluster
(experimental) Create a Redshift Cluster with a given number of nodes.
|
static interface |
ICluster.Jsii$Default
Internal default implementation for
ICluster. |
| Modifier and Type | Class and Description |
|---|---|
class |
Cluster
(experimental) Create a Redshift cluster a given number of nodes.
|
static class |
ICluster.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
ISecretAttachmentTarget.Jsii$Default
Internal default implementation for
ISecretAttachmentTarget. |
| Modifier and Type | Class and Description |
|---|---|
static class |
ISecretAttachmentTarget.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
ISecretAttachmentTarget |
AttachedSecretOptions.getTarget()
(experimental) The target to attach the secret to.
|
ISecretAttachmentTarget |
AttachedSecretOptions.Jsii$Proxy.getTarget() |
ISecretAttachmentTarget |
SecretTargetAttachmentProps.Jsii$Proxy.getTarget() |
| Modifier and Type | Method and Description |
|---|---|
ISecret |
ISecret.attach(ISecretAttachmentTarget target)
(experimental) Attach a target to this secret.
|
ISecret |
ISecret.Jsii$Proxy.attach(ISecretAttachmentTarget target)
(experimental) Attach a target to this secret.
|
default ISecret |
ISecret.Jsii$Default.attach(ISecretAttachmentTarget target)
(experimental) Attach a target to this secret.
|
ISecret |
SecretTargetAttachment.attach(ISecretAttachmentTarget target)
(experimental) Attach a target to this secret.
|
ISecret |
Secret.attach(ISecretAttachmentTarget target)
(experimental) Attach a target to this secret.
|
ISecret |
ISecretTargetAttachment.Jsii$Proxy.attach(ISecretAttachmentTarget target)
(experimental) Attach a target to this secret.
|
default ISecret |
ISecretTargetAttachment.Jsii$Default.attach(ISecretAttachmentTarget target)
(experimental) Attach a target to this secret.
|
AttachedSecretOptions.Builder |
AttachedSecretOptions.Builder.target(ISecretAttachmentTarget target)
Sets the value of
AttachedSecretOptions.getTarget() |
SecretTargetAttachmentProps.Builder |
SecretTargetAttachmentProps.Builder.target(ISecretAttachmentTarget target)
Sets the value of
AttachedSecretOptions.getTarget() |
SecretTargetAttachment.Builder |
SecretTargetAttachment.Builder.target(ISecretAttachmentTarget target)
(experimental) The target to attach the secret to.
|
Copyright © 2022. All rights reserved.