AwsRdsDbClusterAssociatedRole constructor

AwsRdsDbClusterAssociatedRole({
  1. String? roleArn,
  2. String? status,
})

Implementation

AwsRdsDbClusterAssociatedRole({
  this.roleArn,
  this.status,
});