We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.aps.getScraper
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
Resource Type definition for AWS::APS::Scraper
Using getScraper
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getScraper(args: GetScraperArgs, opts?: InvokeOptions): Promise<GetScraperResult>
function getScraperOutput(args: GetScraperOutputArgs, opts?: InvokeOptions): Output<GetScraperResult>
def get_scraper(arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetScraperResult
def get_scraper_output(arn: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetScraperResult]
func LookupScraper(ctx *Context, args *LookupScraperArgs, opts ...InvokeOption) (*LookupScraperResult, error)
func LookupScraperOutput(ctx *Context, args *LookupScraperOutputArgs, opts ...InvokeOption) LookupScraperResultOutput
> Note: This function is named LookupScraper
in the Go SDK.
public static class GetScraper
{
public static Task<GetScraperResult> InvokeAsync(GetScraperArgs args, InvokeOptions? opts = null)
public static Output<GetScraperResult> Invoke(GetScraperInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetScraperResult> getScraper(GetScraperArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:aps:getScraper
arguments:
# arguments dictionary
The following arguments are supported:
- Arn string
- Scraper ARN.
- Arn string
- Scraper ARN.
- arn String
- Scraper ARN.
- arn string
- Scraper ARN.
- arn str
- Scraper ARN.
- arn String
- Scraper ARN.
getScraper Result
The following output properties are available:
- Arn string
- Scraper ARN.
- Role
Arn string - IAM role ARN for the scraper.
- Scraper
Id string - Required to identify a specific scraper.
- List<Pulumi.
Aws Native. Outputs. Tag> - An array of key-value pairs to apply to this resource.
- arn str
- Scraper ARN.
- role_
arn str - IAM role ARN for the scraper.
- scraper_
id str - Required to identify a specific scraper.
- Sequence[root_Tag]
- An array of key-value pairs to apply to this resource.
- arn String
- Scraper ARN.
- role
Arn String - IAM role ARN for the scraper.
- scraper
Id String - Required to identify a specific scraper.
- List<Property Map>
- An array of key-value pairs to apply to this resource.
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi