AWS::Lightsail::Database RelationalDatabaseParameter - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Lightsail::Database RelationalDatabaseParameter

RelationalDatabaseParameter is a property of the AWS::Lightsail::Database resource. It describes parameters for the database.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "AllowedValues" : String, "ApplyMethod" : String, "ApplyType" : String, "DataType" : String, "Description" : String, "IsModifiable" : Boolean, "ParameterName" : String, "ParameterValue" : String }

YAML

AllowedValues: String ApplyMethod: String ApplyType: String DataType: String Description: String IsModifiable: Boolean ParameterName: String ParameterValue: String

Properties

AllowedValues

The valid range of values for the parameter.

Required: No

Type: String

Update requires: No interruption

ApplyMethod

Indicates when parameter updates are applied.

Can be immediate or pending-reboot.

Required: No

Type: String

Update requires: No interruption

ApplyType

Specifies the engine-specific parameter type.

Required: No

Type: String

Update requires: No interruption

DataType

The valid data type of the parameter.

Required: No

Type: String

Update requires: No interruption

Description

A description of the parameter.

Required: No

Type: String

Update requires: No interruption

IsModifiable

A Boolean value indicating whether the parameter can be modified.

Required: No

Type: Boolean

Update requires: No interruption

ParameterName

The name of the parameter.

Required: No

Type: String

Update requires: No interruption

ParameterValue

The value for the parameter.

Required: No

Type: String

Update requires: No interruption