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