1. Packages
  2. AWS Native
  3. API Docs
  4. redshift
  5. getClusterParameterGroup

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi

aws-native.redshift.getClusterParameterGroup

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:redshift:getClusterParameterGroup
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ParameterGroupName string
    The name of the cluster parameter group.
    ParameterGroupName string
    The name of the cluster parameter group.
    parameterGroupName String
    The name of the cluster parameter group.
    parameterGroupName string
    The name of the cluster parameter group.
    parameter_group_name str
    The name of the cluster parameter group.
    parameterGroupName String
    The name of the cluster parameter group.

    getClusterParameterGroup Result

    The following output properties are available:

    Parameters List<Pulumi.AwsNative.Redshift.Outputs.ClusterParameterGroupParameter>
    An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.
    Parameters []ClusterParameterGroupParameter
    An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.
    parameters List<ClusterParameterGroupParameter>
    An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.
    parameters ClusterParameterGroupParameter[]
    An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.
    parameters Sequence[ClusterParameterGroupParameter]
    An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.
    parameters List<Property Map>
    An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.

    Supporting Types

    ClusterParameterGroupParameter

    ParameterName string
    The name of the parameter.
    ParameterValue string
    The value of the parameter. If ParameterName is wlm_json_configuration, then the maximum size of ParameterValue is 8000 characters.
    ParameterName string
    The name of the parameter.
    ParameterValue string
    The value of the parameter. If ParameterName is wlm_json_configuration, then the maximum size of ParameterValue is 8000 characters.
    parameterName String
    The name of the parameter.
    parameterValue String
    The value of the parameter. If ParameterName is wlm_json_configuration, then the maximum size of ParameterValue is 8000 characters.
    parameterName string
    The name of the parameter.
    parameterValue string
    The value of the parameter. If ParameterName is wlm_json_configuration, then the maximum size of ParameterValue is 8000 characters.
    parameter_name str
    The name of the parameter.
    parameter_value str
    The value of the parameter. If ParameterName is wlm_json_configuration, then the maximum size of ParameterValue is 8000 characters.
    parameterName String
    The name of the parameter.
    parameterValue String
    The value of the parameter. If ParameterName is wlm_json_configuration, then the maximum size of ParameterValue is 8000 characters.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.102.0 published on Tuesday, Apr 16, 2024 by Pulumi