CacheParameterGroup constructor

CacheParameterGroup({
  1. String? arn,
  2. String? cacheParameterGroupFamily,
  3. String? cacheParameterGroupName,
  4. String? description,
  5. bool? isGlobal,
})

Implementation

CacheParameterGroup({
  this.arn,
  this.cacheParameterGroupFamily,
  this.cacheParameterGroupName,
  this.description,
  this.isGlobal,
});