| Package | Description |
|---|---|
| software.amazon.awscdk.services.rds |
Amazon Relational Database Service Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IParameterGroup.Jsii$Default
Internal default implementation for
IParameterGroup. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IParameterGroup.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
ParameterGroup
(experimental) A parameter group.
|
| Modifier and Type | Method and Description |
|---|---|
static IParameterGroup |
ParameterGroup.fromParameterGroupName(software.constructs.Construct scope,
String id,
String parameterGroupName)
(experimental) Imports a parameter group.
|
default IParameterGroup |
ClusterEngineConfig.getParameterGroup()
(experimental) The ParameterGroup to use for the cluster.
|
IParameterGroup |
ClusterEngineConfig.Jsii$Proxy.getParameterGroup() |
default IParameterGroup |
DatabaseClusterProps.getParameterGroup()
(experimental) Additional parameters to pass to the database engine.
|
IParameterGroup |
DatabaseClusterProps.Jsii$Proxy.getParameterGroup() |
default IParameterGroup |
ClusterEngineBindOptions.getParameterGroup()
(experimental) The customer-provided ParameterGroup.
|
IParameterGroup |
ClusterEngineBindOptions.Jsii$Proxy.getParameterGroup() |
default IParameterGroup |
DatabaseClusterFromSnapshotProps.getParameterGroup()
(experimental) Additional parameters to pass to the database engine.
|
IParameterGroup |
DatabaseClusterFromSnapshotProps.Jsii$Proxy.getParameterGroup() |
IParameterGroup |
DatabaseInstanceFromSnapshotProps.Jsii$Proxy.getParameterGroup() |
default IParameterGroup |
ServerlessClusterProps.getParameterGroup()
(experimental) Additional parameters to pass to the database engine.
|
IParameterGroup |
ServerlessClusterProps.Jsii$Proxy.getParameterGroup() |
IParameterGroup |
DatabaseInstanceProps.Jsii$Proxy.getParameterGroup() |
default IParameterGroup |
DatabaseInstanceSourceProps.getParameterGroup()
(experimental) The DB parameter group to associate with the instance.
|
IParameterGroup |
DatabaseInstanceSourceProps.Jsii$Proxy.getParameterGroup() |
default IParameterGroup |
InstanceProps.getParameterGroup()
(experimental) The DB parameter group to associate with the instance.
|
IParameterGroup |
InstanceProps.Jsii$Proxy.getParameterGroup() |
| Modifier and Type | Method and Description |
|---|---|
ClusterEngineConfig.Builder |
ClusterEngineConfig.Builder.parameterGroup(IParameterGroup parameterGroup)
Sets the value of
ClusterEngineConfig.getParameterGroup() |
DatabaseClusterProps.Builder |
DatabaseClusterProps.Builder.parameterGroup(IParameterGroup parameterGroup)
Sets the value of
DatabaseClusterProps.getParameterGroup() |
DatabaseCluster.Builder |
DatabaseCluster.Builder.parameterGroup(IParameterGroup parameterGroup)
(experimental) Additional parameters to pass to the database engine.
|
DatabaseClusterFromSnapshot.Builder |
DatabaseClusterFromSnapshot.Builder.parameterGroup(IParameterGroup parameterGroup)
(experimental) Additional parameters to pass to the database engine.
|
ClusterEngineBindOptions.Builder |
ClusterEngineBindOptions.Builder.parameterGroup(IParameterGroup parameterGroup)
Sets the value of
ClusterEngineBindOptions.getParameterGroup() |
DatabaseClusterFromSnapshotProps.Builder |
DatabaseClusterFromSnapshotProps.Builder.parameterGroup(IParameterGroup parameterGroup)
Sets the value of
DatabaseClusterFromSnapshotProps.getParameterGroup() |
DatabaseInstanceFromSnapshotProps.Builder |
DatabaseInstanceFromSnapshotProps.Builder.parameterGroup(IParameterGroup parameterGroup)
Sets the value of
DatabaseInstanceSourceProps.getParameterGroup() |
DatabaseInstanceFromSnapshot.Builder |
DatabaseInstanceFromSnapshot.Builder.parameterGroup(IParameterGroup parameterGroup)
(experimental) The DB parameter group to associate with the instance.
|
DatabaseInstance.Builder |
DatabaseInstance.Builder.parameterGroup(IParameterGroup parameterGroup)
(experimental) The DB parameter group to associate with the instance.
|
ServerlessClusterProps.Builder |
ServerlessClusterProps.Builder.parameterGroup(IParameterGroup parameterGroup)
Sets the value of
ServerlessClusterProps.getParameterGroup() |
DatabaseInstanceProps.Builder |
DatabaseInstanceProps.Builder.parameterGroup(IParameterGroup parameterGroup)
Sets the value of
DatabaseInstanceSourceProps.getParameterGroup() |
DatabaseInstanceSourceProps.Builder |
DatabaseInstanceSourceProps.Builder.parameterGroup(IParameterGroup parameterGroup)
Sets the value of
DatabaseInstanceSourceProps.getParameterGroup() |
InstanceProps.Builder |
InstanceProps.Builder.parameterGroup(IParameterGroup parameterGroup)
Sets the value of
InstanceProps.getParameterGroup() |
ServerlessCluster.Builder |
ServerlessCluster.Builder.parameterGroup(IParameterGroup parameterGroup)
(experimental) Additional parameters to pass to the database engine.
|
| Constructor and Description |
|---|
Jsii$Proxy(ClusterEngineFeatures features,
IParameterGroup parameterGroup,
Number port)
Constructor that initializes the object based on literal property values passed by the
ClusterEngineConfig.Builder. |
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,
InstanceProps instanceProps,
String snapshotIdentifier,
BackupProps backup,
List<String> cloudwatchLogsExports,
RetentionDays cloudwatchLogsRetention,
IRole cloudwatchLogsRetentionRole,
String clusterIdentifier,
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,
ISubnetGroup subnetGroup)
Constructor that initializes the object based on literal property values passed by the
DatabaseClusterFromSnapshotProps.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(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(IParameterGroup parameterGroup,
IRole s3ExportRole,
IRole s3ImportRole)
Constructor that initializes the object based on literal property values passed by the
ClusterEngineBindOptions.Builder. |
Jsii$Proxy(IVpc vpc,
Boolean allowMajorVersionUpgrade,
Boolean autoMinorVersionUpgrade,
Boolean deleteAutomatedBackups,
Boolean enablePerformanceInsights,
InstanceType instanceType,
IParameterGroup parameterGroup,
IKey performanceInsightEncryptionKey,
PerformanceInsightRetention performanceInsightRetention,
Boolean publiclyAccessible,
List<? extends ISecurityGroup> securityGroups,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
InstanceProps.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. |
Copyright © 2021. All rights reserved.