Uses of Interface
software.amazon.awscdk.services.rds.IParameterGroup
Packages that use IParameterGroup
Package
Description
Amazon Relational Database Service Construct Library
-
Uses of IParameterGroup in software.amazon.awscdk.services.rds
Subinterfaces of IParameterGroup in software.amazon.awscdk.services.rdsModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIParameterGroup.Classes in software.amazon.awscdk.services.rds that implement IParameterGroupModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type.classA parameter group.Methods in software.amazon.awscdk.services.rds that return IParameterGroupModifier and TypeMethodDescriptionstatic IParameterGroupParameterGroup.fromParameterGroupName(software.constructs.Construct scope, String id, String parameterGroupName) Imports a parameter group.default IParameterGroupClusterEngineBindOptions.getParameterGroup()The customer-provided ParameterGroup.final IParameterGroupClusterEngineBindOptions.Jsii$Proxy.getParameterGroup()default IParameterGroupClusterEngineConfig.getParameterGroup()The ParameterGroup to use for the cluster.final IParameterGroupClusterEngineConfig.Jsii$Proxy.getParameterGroup()default IParameterGroupClusterInstanceOptions.getParameterGroup()The DB parameter group to associate with the instance.final IParameterGroupClusterInstanceOptions.Jsii$Proxy.getParameterGroup()final IParameterGroupClusterInstanceProps.Jsii$Proxy.getParameterGroup()default IParameterGroupDatabaseClusterFromSnapshotProps.getParameterGroup()Additional parameters to pass to the database engine.final IParameterGroupDatabaseClusterFromSnapshotProps.Jsii$Proxy.getParameterGroup()default IParameterGroupDatabaseClusterProps.getParameterGroup()Additional parameters to pass to the database engine.final IParameterGroupDatabaseClusterProps.Jsii$Proxy.getParameterGroup()final IParameterGroupDatabaseInstanceFromSnapshotProps.Jsii$Proxy.getParameterGroup()default IParameterGroupDatabaseInstanceNewProps.getParameterGroup()The DB parameter group to associate with the instance.final IParameterGroupDatabaseInstanceNewProps.Jsii$Proxy.getParameterGroup()final IParameterGroupDatabaseInstanceProps.Jsii$Proxy.getParameterGroup()final IParameterGroupDatabaseInstanceReadReplicaProps.Jsii$Proxy.getParameterGroup()final IParameterGroupDatabaseInstanceSourceProps.Jsii$Proxy.getParameterGroup()default IParameterGroupInstanceProps.getParameterGroup()The DB parameter group to associate with the instance.final IParameterGroupInstanceProps.Jsii$Proxy.getParameterGroup()final IParameterGroupProvisionedClusterInstanceProps.Jsii$Proxy.getParameterGroup()default IParameterGroupServerlessClusterFromSnapshotProps.getParameterGroup()Additional parameters to pass to the database engine.final IParameterGroupServerlessClusterFromSnapshotProps.Jsii$Proxy.getParameterGroup()default IParameterGroupServerlessClusterProps.getParameterGroup()Additional parameters to pass to the database engine.final IParameterGroupServerlessClusterProps.Jsii$Proxy.getParameterGroup()final IParameterGroupServerlessV2ClusterInstanceProps.Jsii$Proxy.getParameterGroup()Methods in software.amazon.awscdk.services.rds with parameters of type IParameterGroupModifier and TypeMethodDescriptionClusterEngineBindOptions.Builder.parameterGroup(IParameterGroup parameterGroup) Sets the value ofClusterEngineBindOptions.getParameterGroup()ClusterEngineConfig.Builder.parameterGroup(IParameterGroup parameterGroup) Sets the value ofClusterEngineConfig.getParameterGroup()ClusterInstanceOptions.Builder.parameterGroup(IParameterGroup parameterGroup) Sets the value ofClusterInstanceOptions.getParameterGroup()ClusterInstanceProps.Builder.parameterGroup(IParameterGroup parameterGroup) Sets the value ofClusterInstanceOptions.getParameterGroup()DatabaseCluster.Builder.parameterGroup(IParameterGroup parameterGroup) Additional parameters to pass to the database engine.DatabaseClusterFromSnapshot.Builder.parameterGroup(IParameterGroup parameterGroup) Additional parameters to pass to the database engine.DatabaseClusterFromSnapshotProps.Builder.parameterGroup(IParameterGroup parameterGroup) Sets the value ofDatabaseClusterFromSnapshotProps.getParameterGroup()DatabaseClusterProps.Builder.parameterGroup(IParameterGroup parameterGroup) Sets the value ofDatabaseClusterProps.getParameterGroup()DatabaseInstance.Builder.parameterGroup(IParameterGroup parameterGroup) The DB parameter group to associate with the instance.DatabaseInstanceFromSnapshot.Builder.parameterGroup(IParameterGroup parameterGroup) The DB parameter group to associate with the instance.DatabaseInstanceFromSnapshotProps.Builder.parameterGroup(IParameterGroup parameterGroup) Sets the value ofDatabaseInstanceNewProps.getParameterGroup()DatabaseInstanceNewProps.Builder.parameterGroup(IParameterGroup parameterGroup) Sets the value ofDatabaseInstanceNewProps.getParameterGroup()DatabaseInstanceProps.Builder.parameterGroup(IParameterGroup parameterGroup) Sets the value ofDatabaseInstanceNewProps.getParameterGroup()DatabaseInstanceReadReplica.Builder.parameterGroup(IParameterGroup parameterGroup) The DB parameter group to associate with the instance.DatabaseInstanceReadReplicaProps.Builder.parameterGroup(IParameterGroup parameterGroup) Sets the value ofDatabaseInstanceNewProps.getParameterGroup()DatabaseInstanceSourceProps.Builder.parameterGroup(IParameterGroup parameterGroup) Sets the value ofDatabaseInstanceNewProps.getParameterGroup()InstanceProps.Builder.parameterGroup(IParameterGroup parameterGroup) Sets the value ofInstanceProps.getParameterGroup()ProvisionedClusterInstanceProps.Builder.parameterGroup(IParameterGroup parameterGroup) Sets the value ofClusterInstanceOptions.getParameterGroup()ServerlessCluster.Builder.parameterGroup(IParameterGroup parameterGroup) Additional parameters to pass to the database engine.ServerlessClusterFromSnapshot.Builder.parameterGroup(IParameterGroup parameterGroup) Additional parameters to pass to the database engine.ServerlessClusterFromSnapshotProps.Builder.parameterGroup(IParameterGroup parameterGroup) Sets the value ofServerlessClusterFromSnapshotProps.getParameterGroup()ServerlessClusterProps.Builder.parameterGroup(IParameterGroup parameterGroup) Sets the value ofServerlessClusterProps.getParameterGroup()ServerlessV2ClusterInstanceProps.Builder.parameterGroup(IParameterGroup parameterGroup) Sets the value ofClusterInstanceOptions.getParameterGroup()