CloudWatchLogsDestination constructor

CloudWatchLogsDestination({
  1. String? iamRoleArn,
  2. String? logGroupArn,
})

Implementation

CloudWatchLogsDestination({
  this.iamRoleArn,
  this.logGroupArn,
});