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