1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. neptune
  5. getDbClusterParameterGroup

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.28.0 published on Monday, May 19, 2025 by Pulumi

aws-native.neptune.getDbClusterParameterGroup

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.28.0 published on Monday, May 19, 2025 by Pulumi

    The AWS::Neptune::DBClusterParameterGroup resource creates a new Amazon Neptune DB cluster parameter group

    Using getDbClusterParameterGroup

    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 getDbClusterParameterGroup(args: GetDbClusterParameterGroupArgs, opts?: InvokeOptions): Promise<GetDbClusterParameterGroupResult>
    function getDbClusterParameterGroupOutput(args: GetDbClusterParameterGroupOutputArgs, opts?: InvokeOptions): Output<GetDbClusterParameterGroupResult>
    def get_db_cluster_parameter_group(name: Optional[str] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetDbClusterParameterGroupResult
    def get_db_cluster_parameter_group_output(name: Optional[pulumi.Input[str]] = None,
                                       opts: Optional[InvokeOptions] = None) -> Output[GetDbClusterParameterGroupResult]
    func LookupDbClusterParameterGroup(ctx *Context, args *LookupDbClusterParameterGroupArgs, opts ...InvokeOption) (*LookupDbClusterParameterGroupResult, error)
    func LookupDbClusterParameterGroupOutput(ctx *Context, args *LookupDbClusterParameterGroupOutputArgs, opts ...InvokeOption) LookupDbClusterParameterGroupResultOutput

    > Note: This function is named LookupDbClusterParameterGroup in the Go SDK.

    public static class GetDbClusterParameterGroup 
    {
        public static Task<GetDbClusterParameterGroupResult> InvokeAsync(GetDbClusterParameterGroupArgs args, InvokeOptions? opts = null)
        public static Output<GetDbClusterParameterGroupResult> Invoke(GetDbClusterParameterGroupInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDbClusterParameterGroupResult> getDbClusterParameterGroup(GetDbClusterParameterGroupArgs args, InvokeOptions options)
    public static Output<GetDbClusterParameterGroupResult> getDbClusterParameterGroup(GetDbClusterParameterGroupArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:neptune:getDbClusterParameterGroup
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string
    Provides the name of the DB cluster parameter group.
    Name string
    Provides the name of the DB cluster parameter group.
    name String
    Provides the name of the DB cluster parameter group.
    name string
    Provides the name of the DB cluster parameter group.
    name str
    Provides the name of the DB cluster parameter group.
    name String
    Provides the name of the DB cluster parameter group.

    getDbClusterParameterGroup Result

    The following output properties are available:

    Parameters object

    An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.

    Search the CloudFormation User Guide for AWS::Neptune::DBClusterParameterGroup for more information about the expected schema for this property.

    Tags List<Pulumi.AwsNative.Outputs.Tag>
    The list of tags for the cluster parameter group.
    Parameters interface{}

    An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.

    Search the CloudFormation User Guide for AWS::Neptune::DBClusterParameterGroup for more information about the expected schema for this property.

    Tags Tag
    The list of tags for the cluster parameter group.
    parameters Object

    An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.

    Search the CloudFormation User Guide for AWS::Neptune::DBClusterParameterGroup for more information about the expected schema for this property.

    tags List<Tag>
    The list of tags for the cluster parameter group.
    parameters any

    An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.

    Search the CloudFormation User Guide for AWS::Neptune::DBClusterParameterGroup for more information about the expected schema for this property.

    tags Tag[]
    The list of tags for the cluster parameter group.
    parameters Any

    An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.

    Search the CloudFormation User Guide for AWS::Neptune::DBClusterParameterGroup for more information about the expected schema for this property.

    tags Sequence[root_Tag]
    The list of tags for the cluster parameter group.
    parameters Any

    An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request.

    Search the CloudFormation User Guide for AWS::Neptune::DBClusterParameterGroup for more information about the expected schema for this property.

    tags List<Property Map>
    The list of tags for the cluster parameter group.

    Supporting Types

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

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

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.28.0 published on Monday, May 19, 2025 by Pulumi