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