AwsRedshiftClusterClusterParameterGroup constructor
AwsRedshiftClusterClusterParameterGroup({
- List<
AwsRedshiftClusterClusterParameterStatus> ? clusterParameterStatusList, - String? parameterApplyStatus,
- String? parameterGroupName,
Implementation
AwsRedshiftClusterClusterParameterGroup({
this.clusterParameterStatusList,
this.parameterApplyStatus,
this.parameterGroupName,
});