We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
aws-native.redshift.getClusterParameterGroup
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
Resource Type definition for AWS::Redshift::ClusterParameterGroup
Using getClusterParameterGroup
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getClusterParameterGroup(args: GetClusterParameterGroupArgs, opts?: InvokeOptions): Promise<GetClusterParameterGroupResult>
function getClusterParameterGroupOutput(args: GetClusterParameterGroupOutputArgs, opts?: InvokeOptions): Output<GetClusterParameterGroupResult>def get_cluster_parameter_group(parameter_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetClusterParameterGroupResult
def get_cluster_parameter_group_output(parameter_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetClusterParameterGroupResult]func LookupClusterParameterGroup(ctx *Context, args *LookupClusterParameterGroupArgs, opts ...InvokeOption) (*LookupClusterParameterGroupResult, error)
func LookupClusterParameterGroupOutput(ctx *Context, args *LookupClusterParameterGroupOutputArgs, opts ...InvokeOption) LookupClusterParameterGroupResultOutput> Note: This function is named LookupClusterParameterGroup in the Go SDK.
public static class GetClusterParameterGroup
{
public static Task<GetClusterParameterGroupResult> InvokeAsync(GetClusterParameterGroupArgs args, InvokeOptions? opts = null)
public static Output<GetClusterParameterGroupResult> Invoke(GetClusterParameterGroupInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetClusterParameterGroupResult> getClusterParameterGroup(GetClusterParameterGroupArgs args, InvokeOptions options)
public static Output<GetClusterParameterGroupResult> getClusterParameterGroup(GetClusterParameterGroupArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:redshift:getClusterParameterGroup
arguments:
# arguments dictionaryThe following arguments are supported:
- Parameter
Group stringName - The name of the cluster parameter group.
- Parameter
Group stringName - The name of the cluster parameter group.
- parameter
Group StringName - The name of the cluster parameter group.
- parameter
Group stringName - The name of the cluster parameter group.
- parameter_
group_ strname - The name of the cluster parameter group.
- parameter
Group StringName - The name of the cluster parameter group.
getClusterParameterGroup Result
The following output properties are available:
- Parameters
List<Pulumi.
Aws Native. Redshift. Outputs. Cluster Parameter Group Parameter> - An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.
-
List<Pulumi.
Aws Native. Outputs. Tag> - An array of key-value pairs to apply to this resource.
- Parameters
[]Cluster
Parameter Group Parameter - An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.
- Tag
- An array of key-value pairs to apply to this resource.
- parameters
List<Cluster
Parameter Group Parameter> - An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- parameters
Cluster
Parameter Group Parameter[] - An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.
- Tag[]
- An array of key-value pairs to apply to this resource.
- parameters
Sequence[Cluster
Parameter Group Parameter] - An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.
- Sequence[root_Tag]
- An array of key-value pairs to apply to this resource.
- parameters List<Property Map>
- An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.
- List<Property Map>
- An array of key-value pairs to apply to this resource.
Supporting Types
ClusterParameterGroupParameter
- Parameter
Name string - The name of the parameter.
- Parameter
Value string - The value of the parameter. If
ParameterNameiswlm_json_configuration, then the maximum size ofParameterValueis 8000 characters.
- Parameter
Name string - The name of the parameter.
- Parameter
Value string - The value of the parameter. If
ParameterNameiswlm_json_configuration, then the maximum size ofParameterValueis 8000 characters.
- parameter
Name String - The name of the parameter.
- parameter
Value String - The value of the parameter. If
ParameterNameiswlm_json_configuration, then the maximum size ofParameterValueis 8000 characters.
- parameter
Name string - The name of the parameter.
- parameter
Value string - The value of the parameter. If
ParameterNameiswlm_json_configuration, then the maximum size ofParameterValueis 8000 characters.
- parameter_
name str - The name of the parameter.
- parameter_
value str - The value of the parameter. If
ParameterNameiswlm_json_configuration, then the maximum size ofParameterValueis 8000 characters.
- parameter
Name String - The name of the parameter.
- parameter
Value String - The value of the parameter. If
ParameterNameiswlm_json_configuration, then the maximum size ofParameterValueis 8000 characters.
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
