| Package | Description |
|---|---|
| software.amazon.awscdk.services.rds |
Amazon Relational Database Service Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IInstanceEngine.Jsii$Default
Internal default implementation for
IInstanceEngine. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IInstanceEngine.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
IInstanceEngine |
OptionGroupProps.getEngine()
(experimental) The database engine that this option group is associated with.
|
IInstanceEngine |
OptionGroupProps.Jsii$Proxy.getEngine() |
default IInstanceEngine |
DatabaseInstanceAttributes.getEngine()
(experimental) The engine of the existing database Instance.
|
IInstanceEngine |
DatabaseInstanceAttributes.Jsii$Proxy.getEngine() |
IInstanceEngine |
DatabaseInstanceFromSnapshotProps.Jsii$Proxy.getEngine() |
IInstanceEngine |
DatabaseInstanceFromSnapshot.getEngine()
(experimental) The engine of this database Instance.
|
IInstanceEngine |
DatabaseInstance.getEngine()
(experimental) The engine of this database Instance.
|
IInstanceEngine |
DatabaseInstanceReadReplica.getEngine()
(experimental) The engine of this database Instance.
|
default IInstanceEngine |
IDatabaseInstance.getEngine()
(experimental) The engine of this database Instance.
|
IInstanceEngine |
IDatabaseInstance.Jsii$Proxy.getEngine()
(experimental) The engine of this database Instance.
|
default IInstanceEngine |
IDatabaseInstance.Jsii$Default.getEngine()
(experimental) The engine of this database Instance.
|
IInstanceEngine |
DatabaseInstanceProps.Jsii$Proxy.getEngine() |
IInstanceEngine |
DatabaseInstanceSourceProps.getEngine()
(experimental) The database engine.
|
IInstanceEngine |
DatabaseInstanceSourceProps.Jsii$Proxy.getEngine() |
abstract IInstanceEngine |
DatabaseInstanceBase.getEngine()
(experimental) The engine of this database Instance.
|
static IInstanceEngine |
DatabaseInstanceEngine.mariaDb(MariaDbInstanceEngineProps props)
(experimental) Creates a new MariaDB instance engine.
|
static IInstanceEngine |
DatabaseInstanceEngine.mysql(MySqlInstanceEngineProps props)
(experimental) Creates a new MySQL instance engine.
|
static IInstanceEngine |
DatabaseInstanceEngine.oracleEe(OracleEeInstanceEngineProps props)
(experimental) Creates a new Oracle Enterprise Edition instance engine.
|
static IInstanceEngine |
DatabaseInstanceEngine.oracleSe2(OracleSe2InstanceEngineProps props)
(experimental) Creates a new Oracle Standard Edition 1 instance engine.
|
static IInstanceEngine |
DatabaseInstanceEngine.postgres(PostgresInstanceEngineProps props)
(experimental) Creates a new PostgreSQL instance engine.
|
static IInstanceEngine |
DatabaseInstanceEngine.sqlServerEe(SqlServerEeInstanceEngineProps props)
(experimental) Creates a new SQL Server Enterprise Edition instance engine.
|
static IInstanceEngine |
DatabaseInstanceEngine.sqlServerEx(SqlServerExInstanceEngineProps props)
(experimental) Creates a new SQL Server Express Edition instance engine.
|
static IInstanceEngine |
DatabaseInstanceEngine.sqlServerSe(SqlServerSeInstanceEngineProps props)
(experimental) Creates a new SQL Server Standard Edition instance engine.
|
static IInstanceEngine |
DatabaseInstanceEngine.sqlServerWeb(SqlServerWebInstanceEngineProps props)
(experimental) Creates a new SQL Server Web Edition instance engine.
|
| Modifier and Type | Method and Description |
|---|---|
OptionGroupProps.Builder |
OptionGroupProps.Builder.engine(IInstanceEngine engine)
Sets the value of
OptionGroupProps.getEngine() |
DatabaseInstanceAttributes.Builder |
DatabaseInstanceAttributes.Builder.engine(IInstanceEngine engine)
Sets the value of
DatabaseInstanceAttributes.getEngine() |
DatabaseInstanceFromSnapshotProps.Builder |
DatabaseInstanceFromSnapshotProps.Builder.engine(IInstanceEngine engine)
Sets the value of
DatabaseInstanceSourceProps.getEngine() |
DatabaseInstanceFromSnapshot.Builder |
DatabaseInstanceFromSnapshot.Builder.engine(IInstanceEngine engine)
(experimental) The database engine.
|
OptionGroup.Builder |
OptionGroup.Builder.engine(IInstanceEngine engine)
(experimental) The database engine that this option group is associated with.
|
DatabaseInstance.Builder |
DatabaseInstance.Builder.engine(IInstanceEngine engine)
(experimental) The database engine.
|
DatabaseInstanceProps.Builder |
DatabaseInstanceProps.Builder.engine(IInstanceEngine engine)
Sets the value of
DatabaseInstanceSourceProps.getEngine() |
DatabaseInstanceSourceProps.Builder |
DatabaseInstanceSourceProps.Builder.engine(IInstanceEngine engine)
Sets the value of
DatabaseInstanceSourceProps.getEngine() |
| Constructor and Description |
|---|
Jsii$Proxy(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
DatabaseInstanceSourceProps.Builder. |
Jsii$Proxy(List<? extends OptionConfiguration> configurations,
IInstanceEngine engine,
String description)
Constructor that initializes the object based on literal property values passed by the
OptionGroupProps.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. |
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. |
Jsii$Proxy(String instanceEndpointAddress,
String instanceIdentifier,
Number port,
List<? extends ISecurityGroup> securityGroups,
IInstanceEngine engine)
Constructor that initializes the object based on literal property values passed by the
DatabaseInstanceAttributes.Builder. |
Copyright © 2021. All rights reserved.