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