get static method
ActionTarget
get(
- String name,
- Input<
String> id, { - ActionTargetState? state,
- CustomResourceOptions? options,
Gets an existing ActionTarget resource's state with the given name and id.
Implementation
static ActionTarget get(
String name,
pulumi.Input<String> id, {
ActionTargetState? state,
pulumi.CustomResourceOptions? options,
}) {
return ActionTarget._get(
name,
state: state?.toMap(),
options: pulumi.CustomResourceOptions(id: id).merge(options),
);
}