Uses of Interface
software.amazon.awscdk.services.redshift.IClusterParameterGroup
Packages that use IClusterParameterGroup
-
Uses of IClusterParameterGroup in software.amazon.awscdk.services.redshift
Subinterfaces of IClusterParameterGroup in software.amazon.awscdk.services.redshiftModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIClusterParameterGroup.Classes in software.amazon.awscdk.services.redshift that implement IClusterParameterGroupModifier and TypeClassDescriptionclass(experimental) A cluster parameter group.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.redshift that return IClusterParameterGroupModifier and TypeMethodDescriptionstatic IClusterParameterGroupClusterParameterGroup.fromClusterParameterGroupName(software.constructs.Construct scope, String id, String clusterParameterGroupName) (experimental) Imports a parameter group.default IClusterParameterGroupClusterProps.getParameterGroup()(experimental) Additional parameters to pass to the database engine https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-parameter-groups.html.final IClusterParameterGroupClusterProps.Jsii$Proxy.getParameterGroup()Methods in software.amazon.awscdk.services.redshift with parameters of type IClusterParameterGroupModifier and TypeMethodDescriptionCluster.Builder.parameterGroup(IClusterParameterGroup parameterGroup) (experimental) Additional parameters to pass to the database engine https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-parameter-groups.html.ClusterProps.Builder.parameterGroup(IClusterParameterGroup parameterGroup) Sets the value ofClusterProps.getParameterGroup()