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