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