Difference between revisions of "Aws rds describe-db-cluster-parameters"
Jump to navigation
Jump to search
Line 2: | Line 2: | ||
https://awscli.amazonaws.com/v2/documentation/api/latest/reference/rds/describe-db-cluster-parameters.html | https://awscli.amazonaws.com/v2/documentation/api/latest/reference/rds/describe-db-cluster-parameters.html | ||
[[aws rds]] describe-db-cluster-parameters | [[aws rds]] describe-db-cluster-parameters | ||
+ | |||
+ | == Official example == | ||
+ | aws rds describe-db-cluster-parameters --db-cluster-parameter-group-name mydbclusterpg | ||
+ | <pre> | ||
+ | { | ||
+ | "Parameters": [ | ||
+ | { | ||
+ | "ParameterName": "allow-suspicious-udfs", | ||
+ | "Description": "Controls whether user-defined functions that have only an xxx symbol for the main function can be loaded", | ||
+ | "Source": "engine-default", | ||
+ | "ApplyType": "static", | ||
+ | "DataType": "boolean", | ||
+ | "AllowedValues": "0,1", | ||
+ | "IsModifiable": false, | ||
+ | "ApplyMethod": "pending-reboot", | ||
+ | "SupportedEngineModes": [ | ||
+ | "provisioned" | ||
+ | ] | ||
+ | }, | ||
+ | { | ||
+ | "ParameterName": "aurora_lab_mode", | ||
+ | "ParameterValue": "0", | ||
+ | "Description": "Enables new features in the Aurora engine.", | ||
+ | "Source": "engine-default", | ||
+ | "ApplyType": "static", | ||
+ | "DataType": "boolean", | ||
+ | "AllowedValues": "0,1", | ||
+ | "IsModifiable": true, | ||
+ | "ApplyMethod": "pending-reboot", | ||
+ | "SupportedEngineModes": [ | ||
+ | "provisioned" | ||
+ | ] | ||
+ | }, | ||
+ | ...some output truncated... | ||
+ | ] | ||
+ | } | ||
+ | </pre> | ||
Revision as of 07:46, 7 June 2022
aws rds describe-db-cluster-parameters
Official example
aws rds describe-db-cluster-parameters --db-cluster-parameter-group-name mydbclusterpg
{ "Parameters": [ { "ParameterName": "allow-suspicious-udfs", "Description": "Controls whether user-defined functions that have only an xxx symbol for the main function can be loaded", "Source": "engine-default", "ApplyType": "static", "DataType": "boolean", "AllowedValues": "0,1", "IsModifiable": false, "ApplyMethod": "pending-reboot", "SupportedEngineModes": [ "provisioned" ] }, { "ParameterName": "aurora_lab_mode", "ParameterValue": "0", "Description": "Enables new features in the Aurora engine.", "Source": "engine-default", "ApplyType": "static", "DataType": "boolean", "AllowedValues": "0,1", "IsModifiable": true, "ApplyMethod": "pending-reboot", "SupportedEngineModes": [ "provisioned" ] }, ...some output truncated... ] }
See also
- Amazon databases: AWS RDS, storage,
aws rds
, Amazon RDS Proxy, RDS FAQs, PostgreSQL, MySQL, SQL Server, AWS Outposts, Amazon Aurora, Amazon Aurora Serverless , Amazon DocumentDB, Amazon DynamoDB, Amazon Redshift, Amazon QLDB, Amazon RDS Performance Insights, DataFileRead, DMS, Amazon Neptune, Amazon MemoryDB for Redis, Amazon RDS query editor for Aurora Serverless, Amazon Redshift query editor, AWS RDS Snapshots, AWS RDS Instance Types,rds_superuser
, Authentication, autoscaling
Advertising: