| Package | Description |
|---|---|
| software.amazon.awscdk.services.rds |
Amazon Relational Database Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static Credentials |
Credentials.fromGeneratedSecret(String username)
(experimental) Creates Credentials with a password generated and stored in Secrets Manager.
|
static Credentials |
Credentials.fromGeneratedSecret(String username,
CredentialsBaseOptions options)
(experimental) Creates Credentials with a password generated and stored in Secrets Manager.
|
static Credentials |
Credentials.fromPassword(String username,
SecretValue password)
(experimental) Creates Credentials from a password.
|
static Credentials |
Credentials.fromSecret(ISecret secret)
(experimental) Creates Credentials from an existing Secrets Manager ``Secret`` (or ``DatabaseSecret``).
|
static Credentials |
Credentials.fromSecret(ISecret secret,
String username)
(experimental) Creates Credentials from an existing Secrets Manager ``Secret`` (or ``DatabaseSecret``).
|
default Credentials |
DatabaseClusterProps.getCredentials()
(experimental) Credentials for the administrative user.
|
Credentials |
DatabaseClusterProps.Jsii$Proxy.getCredentials() |
default Credentials |
ServerlessClusterProps.getCredentials()
(experimental) Credentials for the administrative user.
|
Credentials |
ServerlessClusterProps.Jsii$Proxy.getCredentials() |
default Credentials |
DatabaseInstanceProps.getCredentials()
(experimental) Credentials for the administrative user.
|
Credentials |
DatabaseInstanceProps.Jsii$Proxy.getCredentials() |
| Modifier and Type | Method and Description |
|---|---|
DatabaseClusterProps.Builder |
DatabaseClusterProps.Builder.credentials(Credentials credentials)
Sets the value of
DatabaseClusterProps.getCredentials() |
DatabaseCluster.Builder |
DatabaseCluster.Builder.credentials(Credentials credentials)
(experimental) Credentials for the administrative user.
|
DatabaseInstance.Builder |
DatabaseInstance.Builder.credentials(Credentials credentials)
(experimental) Credentials for the administrative user.
|
ServerlessClusterProps.Builder |
ServerlessClusterProps.Builder.credentials(Credentials credentials)
Sets the value of
ServerlessClusterProps.getCredentials() |
DatabaseInstanceProps.Builder |
DatabaseInstanceProps.Builder.credentials(Credentials credentials)
Sets the value of
DatabaseInstanceProps.getCredentials() |
ServerlessCluster.Builder |
ServerlessCluster.Builder.credentials(Credentials credentials)
(experimental) Credentials for the administrative user.
|
| Constructor and Description |
|---|
Jsii$Proxy(IClusterEngine engine,
InstanceProps instanceProps,
BackupProps backup,
List<String> cloudwatchLogsExports,
RetentionDays cloudwatchLogsRetention,
IRole cloudwatchLogsRetentionRole,
String clusterIdentifier,
Credentials credentials,
String defaultDatabaseName,
Boolean deletionProtection,
Boolean iamAuthentication,
String instanceIdentifierBase,
Number instances,
Duration monitoringInterval,
IRole monitoringRole,
IParameterGroup parameterGroup,
Number port,
String preferredMaintenanceWindow,
RemovalPolicy removalPolicy,
List<? extends IBucket> s3ExportBuckets,
IRole s3ExportRole,
List<? extends IBucket> s3ImportBuckets,
IRole s3ImportRole,
Boolean storageEncrypted,
IKey storageEncryptionKey,
ISubnetGroup subnetGroup)
Constructor that initializes the object based on literal property values passed by the
DatabaseClusterProps.Builder. |
Jsii$Proxy(IClusterEngine engine,
IVpc vpc,
Duration backupRetention,
String clusterIdentifier,
Credentials credentials,
String defaultDatabaseName,
Boolean deletionProtection,
Boolean enableDataApi,
IParameterGroup parameterGroup,
RemovalPolicy removalPolicy,
ServerlessScalingOptions scaling,
List<? extends ISecurityGroup> securityGroups,
IKey storageEncryptionKey,
ISubnetGroup subnetGroup,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
ServerlessClusterProps.Builder. |
Jsii$Proxy(String characterSetName,
Credentials credentials,
Boolean storageEncrypted,
IKey storageEncryptionKey,
IInstanceEngine engine,
Number allocatedStorage,
Boolean allowMajorVersionUpgrade,
String databaseName,
InstanceType instanceType,
LicenseModel licenseModel,
IParameterGroup parameterGroup,
String timezone,
IVpc vpc,
Boolean autoMinorVersionUpgrade,
String availabilityZone,
Duration backupRetention,
List<String> cloudwatchLogsExports,
RetentionDays cloudwatchLogsRetention,
IRole cloudwatchLogsRetentionRole,
Boolean copyTagsToSnapshot,
Boolean deleteAutomatedBackups,
Boolean deletionProtection,
String domain,
IRole domainRole,
Boolean enablePerformanceInsights,
Boolean iamAuthentication,
String instanceIdentifier,
Number iops,
Number maxAllocatedStorage,
Duration monitoringInterval,
IRole monitoringRole,
Boolean multiAz,
IOptionGroup optionGroup,
IKey performanceInsightEncryptionKey,
PerformanceInsightRetention performanceInsightRetention,
Number port,
String preferredBackupWindow,
String preferredMaintenanceWindow,
ProcessorFeatures processorFeatures,
Boolean publiclyAccessible,
RemovalPolicy removalPolicy,
List<? extends IBucket> s3ExportBuckets,
IRole s3ExportRole,
List<? extends IBucket> s3ImportBuckets,
IRole s3ImportRole,
List<? extends ISecurityGroup> securityGroups,
StorageType storageType,
ISubnetGroup subnetGroup,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
DatabaseInstanceProps.Builder. |
Copyright © 2021. All rights reserved.