TelemetryRuleForOrganizationState constructor

const TelemetryRuleForOrganizationState({
  1. Input<String?>? region,
  2. Input<TelemetryRuleForOrganizationRule?>? rule,
  3. Input<String?>? ruleArn,
  4. Input<String?>? ruleName,
  5. Input<Map<String, String>?>? tags,
  6. Input<Map<String, String>?>? tagsAll,
  7. Input<TelemetryRuleForOrganizationTimeouts?>? timeouts,
})

Creates a new TelemetryRuleForOrganizationState. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. rule Configuration block for the organization telemetry rule. See rule below. ruleArn ARN of the organization telemetry rule. ruleName Name of the organization telemetry rule. Must be between 1 and 100 characters and contain only alphanumeric characters, hyphens, underscores, periods, hash symbols, and forward slashes. Changing this argument forces a new resource to be created. tags Key-value map of resource tags. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level. tagsAll Map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block. timeouts Optional.

Implementation

const TelemetryRuleForOrganizationState({
  this.region,
  this.rule,
  this.ruleArn,
  this.ruleName,
  this.tags,
  this.tagsAll,
  this.timeouts,
});