OrganizationCustomRuleMetadata constructor

OrganizationCustomRuleMetadata({
  1. required String lambdaFunctionArn,
  2. required List<OrganizationConfigRuleTriggerType> organizationConfigRuleTriggerTypes,
  3. String? description,
  4. String? inputParameters,
  5. MaximumExecutionFrequency? maximumExecutionFrequency,
  6. String? resourceIdScope,
  7. List<String>? resourceTypesScope,
  8. String? tagKeyScope,
  9. String? tagValueScope,
})

Implementation

OrganizationCustomRuleMetadata({
  required this.lambdaFunctionArn,
  required this.organizationConfigRuleTriggerTypes,
  this.description,
  this.inputParameters,
  this.maximumExecutionFrequency,
  this.resourceIdScope,
  this.resourceTypesScope,
  this.tagKeyScope,
  this.tagValueScope,
});