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