ActionTargetArgs constructor
const
ActionTargetArgs({})
Creates a new ActionTargetArgs.
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 ActionTargetArgs({
required this.description,
required this.identifier,
this.name,
this.region,
});