ActionTargetState constructor

const ActionTargetState({
  1. Input<String?>? arn,
  2. Input<String?>? description,
  3. Input<String?>? identifier,
  4. Input<String?>? name,
  5. Input<String?>? region,
})

Creates a new ActionTargetState. arn ARN of the Security Hub custom action target. description The name of the custom action target. identifier The ID for the custom action target. name The description for the custom action target. region Region where this resource will be managed. Defaults to the Region set in the provider configuration.

Implementation

const ActionTargetState({
  this.arn,
  this.description,
  this.identifier,
  this.name,
  this.region,
});