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