This is the new AWS 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 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:StringApplyMethod:StringApplyType:StringDataType:StringDescription:StringIsModifiable:BooleanParameterName:StringParameterValue: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
immediateorpending-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