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