AWS::Lightsail::Database RelationalDatabaseParameter - AWS CloudFormation

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 AWS 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