| Package | Description |
|---|---|
| software.amazon.awscdk.services.rds |
Amazon Relational Database Service Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static SnapshotCredentials |
SnapshotCredentials.fromGeneratedSecret(String username)
(experimental) Generate a new password for the snapshot, using the existing username and an optional encryption key.
|
static SnapshotCredentials |
SnapshotCredentials.fromGeneratedSecret(String username,
SnapshotCredentialsFromGeneratedPasswordOptions options)
(experimental) Generate a new password for the snapshot, using the existing username and an optional encryption key.
|
static SnapshotCredentials |
SnapshotCredentials.fromPassword(SecretValue password)
(experimental) Update the snapshot login with an existing password.
|
static SnapshotCredentials |
SnapshotCredentials.fromSecret(Secret secret)
(experimental) Update the snapshot login with an existing password from a Secret.
|
default SnapshotCredentials |
DatabaseInstanceFromSnapshotProps.getCredentials()
(experimental) Master user credentials.
|
SnapshotCredentials |
DatabaseInstanceFromSnapshotProps.Jsii$Proxy.getCredentials() |
| Modifier and Type | Method and Description |
|---|---|
DatabaseInstanceFromSnapshotProps.Builder |
DatabaseInstanceFromSnapshotProps.Builder.credentials(SnapshotCredentials credentials)
Sets the value of
DatabaseInstanceFromSnapshotProps.getCredentials() |
DatabaseInstanceFromSnapshot.Builder |
DatabaseInstanceFromSnapshot.Builder.credentials(SnapshotCredentials credentials)
(experimental) Master user credentials.
|
| Constructor and Description |
|---|
Jsii$Proxy(String snapshotIdentifier,
SnapshotCredentials credentials,
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
DatabaseInstanceFromSnapshotProps.Builder. |
Copyright © 2021. All rights reserved.