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