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