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