DbParameterGroup

class DbParameterGroup : KotlinCustomResource

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

Properties

Link copied to clipboard
val description: Output<String>

Provides the customer-specified description for this DB parameter group.

Link copied to clipboard
val family: Output<String>

Must be neptune1 for engine versions prior to 1.2.0.0, or neptune1.2 for engine version 1.2.0.0 and higher.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val name: Output<String>?

Provides the name of the DB parameter group.

Link copied to clipboard
val parameters: Output<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.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<Tag>>?

An optional array of key-value pairs to apply to this DB parameter group.

Link copied to clipboard
val urn: Output<String>