Get Db Cluster Parameter Group Result
data class GetDbClusterParameterGroupResult(val parameters: Any? = null, val tags: List<Tag>? = null)
Properties
Link copied to clipboard
Provides a list of parameters for the DB cluster parameter group. Search the CloudFormation User Guide for AWS::RDS::DBClusterParameterGroup
for more information about the expected schema for this property.