@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:21.862Z") @Stability(value=Experimental) public interface DatabaseInstanceReadReplicaProps extends software.amazon.jsii.JsiiSerializable, DatabaseInstanceNewProps
| Modifier and Type | Interface and Description |
|---|---|
static class |
DatabaseInstanceReadReplicaProps.Builder
A builder for
DatabaseInstanceReadReplicaProps |
static class |
DatabaseInstanceReadReplicaProps.Jsii$Proxy
An implementation for
DatabaseInstanceReadReplicaProps |
| Modifier and Type | Method and Description |
|---|---|
static DatabaseInstanceReadReplicaProps.Builder |
builder() |
InstanceType |
getInstanceType()
(experimental) The name of the compute and memory capacity classes.
|
IDatabaseInstance |
getSourceDatabaseInstance()
(experimental) The source database instance.
|
default Boolean |
getStorageEncrypted()
(experimental) Indicates whether the DB instance is encrypted.
|
default IKey |
getStorageEncryptionKey()
(experimental) The KMS key that's used to encrypt the DB instance.
|
getAutoMinorVersionUpgrade, getAvailabilityZone, getBackupRetention, getCloudwatchLogsExports, getCloudwatchLogsRetention, getCloudwatchLogsRetentionRole, getCopyTagsToSnapshot, getDeleteAutomatedBackups, getDeletionProtection, getDomain, getDomainRole, getEnablePerformanceInsights, getIamAuthentication, getInstanceIdentifier, getIops, getMaxAllocatedStorage, getMonitoringInterval, getMonitoringRole, getMultiAz, getOptionGroup, getPerformanceInsightEncryptionKey, getPerformanceInsightRetention, getPort, getPreferredBackupWindow, getPreferredMaintenanceWindow, getProcessorFeatures, getPubliclyAccessible, getRemovalPolicy, getS3ExportBuckets, getS3ExportRole, getS3ImportBuckets, getS3ImportRole, getSecurityGroups, getStorageType, getSubnetGroup, getVpc, getVpcSubnets@Stability(value=Experimental) @NotNull InstanceType getInstanceType()
@Stability(value=Experimental) @NotNull IDatabaseInstance getSourceDatabaseInstance()
Each DB instance can have a limited number of read replicas. For more information, see https://docs.aws.amazon.com/AmazonRDS/latest/DeveloperGuide/USER_ReadRepl.html.
@Stability(value=Experimental) @Nullable default Boolean getStorageEncrypted()
Default: - true if storageEncryptionKey has been provided, false otherwise
@Stability(value=Experimental) @Nullable default IKey getStorageEncryptionKey()
Default: - default master key if storageEncrypted is true, no key otherwise
@Stability(value=Experimental) static DatabaseInstanceReadReplicaProps.Builder builder()
builder in interface DatabaseInstanceNewPropsDatabaseInstanceReadReplicaProps.Builder of DatabaseInstanceReadReplicaPropsCopyright © 2021. All rights reserved.