OrganizationCustomRuleMetadata constructor
OrganizationCustomRuleMetadata({
- required String lambdaFunctionArn,
- required List<
OrganizationConfigRuleTriggerType> organizationConfigRuleTriggerTypes, - String? description,
- String? inputParameters,
- MaximumExecutionFrequency? maximumExecutionFrequency,
- String? resourceIdScope,
- List<
String> ? resourceTypesScope, - String? tagKeyScope,
- String? tagValueScope,
Implementation
OrganizationCustomRuleMetadata({
required this.lambdaFunctionArn,
required this.organizationConfigRuleTriggerTypes,
this.description,
this.inputParameters,
this.maximumExecutionFrequency,
this.resourceIdScope,
this.resourceTypesScope,
this.tagKeyScope,
this.tagValueScope,
});