Uses of Interface
software.amazon.awscdk.interfaces.redshift.IClusterParameterGroupRef
Packages that use IClusterParameterGroupRef
Package
Description
Amazon Redshift Construct Library
-
Uses of IClusterParameterGroupRef in software.amazon.awscdk.interfaces.redshift
Subinterfaces of IClusterParameterGroupRef in software.amazon.awscdk.interfaces.redshiftModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forIClusterParameterGroupRef.Classes in software.amazon.awscdk.interfaces.redshift that implement IClusterParameterGroupRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of IClusterParameterGroupRef in software.amazon.awscdk.services.redshift
Classes in software.amazon.awscdk.services.redshift that implement IClusterParameterGroupRefMethods in software.amazon.awscdk.services.redshift that return IClusterParameterGroupRefModifier and TypeMethodDescriptionstatic IClusterParameterGroupRefCfnClusterParameterGroup.fromParameterGroupName(software.constructs.Construct scope, String id, String parameterGroupName) Creates a new IClusterParameterGroupRef from a parameterGroupName.Methods in software.amazon.awscdk.services.redshift with parameters of type IClusterParameterGroupRefModifier and TypeMethodDescriptionstatic StringCfnClusterParameterGroup.arnForClusterParameterGroup(IClusterParameterGroupRef resource) CfnCluster.Builder.clusterParameterGroupName(IClusterParameterGroupRef clusterParameterGroupName) The name of the parameter group to be associated with this cluster.CfnClusterProps.Builder.clusterParameterGroupName(IClusterParameterGroupRef clusterParameterGroupName) Sets the value ofCfnClusterProps.getClusterParameterGroupName()