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

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.getDbParameterGroup

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

    AWS::Neptune::DBParameterGroup creates a new DB parameter group. This type can be declared in a template and referenced in the DBParameterGroupName parameter of AWS::Neptune::DBInstance

    Using getDbParameterGroup

    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 getDbParameterGroup(args: GetDbParameterGroupArgs, opts?: InvokeOptions): Promise<GetDbParameterGroupResult>
    function getDbParameterGroupOutput(args: GetDbParameterGroupOutputArgs, opts?: InvokeOptions): Output<GetDbParameterGroupResult>
    def get_db_parameter_group(name: Optional[str] = None,
                               opts: Optional[InvokeOptions] = None) -> GetDbParameterGroupResult
    def get_db_parameter_group_output(name: Optional[pulumi.Input[str]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetDbParameterGroupResult]
    func LookupDbParameterGroup(ctx *Context, args *LookupDbParameterGroupArgs, opts ...InvokeOption) (*LookupDbParameterGroupResult, error)
    func LookupDbParameterGroupOutput(ctx *Context, args *LookupDbParameterGroupOutputArgs, opts ...InvokeOption) LookupDbParameterGroupResultOutput

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

    public static class GetDbParameterGroup 
    {
        public static Task<GetDbParameterGroupResult> InvokeAsync(GetDbParameterGroupArgs args, InvokeOptions? opts = null)
        public static Output<GetDbParameterGroupResult> Invoke(GetDbParameterGroupInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDbParameterGroupResult> getDbParameterGroup(GetDbParameterGroupArgs args, InvokeOptions options)
    public static Output<GetDbParameterGroupResult> getDbParameterGroup(GetDbParameterGroupArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:neptune:getDbParameterGroup
      arguments:
        # arguments dictionary

    The following arguments are supported:

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

    getDbParameterGroup Result

    The following output properties are available:

    Parameters object

    The parameters to set for this DB parameter group.

    The parameters are expressed as a JSON object consisting of key-value pairs.

    Changes to dynamic parameters are applied immediately. During an update, if you have static parameters (whether they were changed or not), it triggers AWS CloudFormation to reboot the associated DB instance without failover.

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

    Tags List<Pulumi.AwsNative.Outputs.Tag>
    An optional array of key-value pairs to apply to this DB parameter group.
    Parameters interface{}

    The parameters to set for this DB parameter group.

    The parameters are expressed as a JSON object consisting of key-value pairs.

    Changes to dynamic parameters are applied immediately. During an update, if you have static parameters (whether they were changed or not), it triggers AWS CloudFormation to reboot the associated DB instance without failover.

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

    Tags Tag
    An optional array of key-value pairs to apply to this DB parameter group.
    parameters Object

    The parameters to set for this DB parameter group.

    The parameters are expressed as a JSON object consisting of key-value pairs.

    Changes to dynamic parameters are applied immediately. During an update, if you have static parameters (whether they were changed or not), it triggers AWS CloudFormation to reboot the associated DB instance without failover.

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

    tags List<Tag>
    An optional array of key-value pairs to apply to this DB parameter group.
    parameters any

    The parameters to set for this DB parameter group.

    The parameters are expressed as a JSON object consisting of key-value pairs.

    Changes to dynamic parameters are applied immediately. During an update, if you have static parameters (whether they were changed or not), it triggers AWS CloudFormation to reboot the associated DB instance without failover.

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

    tags Tag[]
    An optional array of key-value pairs to apply to this DB parameter group.
    parameters Any

    The parameters to set for this DB parameter group.

    The parameters are expressed as a JSON object consisting of key-value pairs.

    Changes to dynamic parameters are applied immediately. During an update, if you have static parameters (whether they were changed or not), it triggers AWS CloudFormation to reboot the associated DB instance without failover.

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

    tags Sequence[root_Tag]
    An optional array of key-value pairs to apply to this DB parameter group.
    parameters Any

    The parameters to set for this DB parameter group.

    The parameters are expressed as a JSON object consisting of key-value pairs.

    Changes to dynamic parameters are applied immediately. During an update, if you have static parameters (whether they were changed or not), it triggers AWS CloudFormation to reboot the associated DB instance without failover.

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

    tags List<Property Map>
    An optional array of key-value pairs to apply to this DB 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