AWS::APS::ScraperResource Type definition for AWS::APS::Scraper
7 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Destination | Destination | Required |
ScrapeConfiguration | ScrapeConfiguration | Required |
Source | Source | RequiredCreate-only |
Alias | string | |
RoleConfiguration | RoleConfiguration | |
ScraperLoggingConfiguration | ScraperLoggingConfiguration | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | Scraper ARN. |
RoleArn | string | IAM role ARN for the scraper. |
ScraperId | string | Required to identify a specific scraper. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::APS::Scraper
Resources:
MyResource:
Type: AWS::APS::Scraper
Properties:
ScrapeConfiguration: "value"
Source: "value"
Destination: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
aps:CreateScraperaps:UpdateScraperLoggingConfigurationaps:DescribeScraperaps:DescribeWorkspaceaps:TagResourceeks:CreateAccessEntryeks:AssociateAccessPolicyeks:DescribeClusteraps:DescribeScraperaps:DescribeScraperLoggingConfigurationaps:ListTagsForResourceec2:DescribeNetworkInterfacesaps:CreateScraperaps:DescribeScraperaps:UpdateScraperaps:DescribeWorkspaceaps:DescribeScraperLoggingConfigurationaps:DeleteScraperLoggingConfigurationaps:UpdateScraperLoggingConfigurationaps:TagResourceaps:DeleteScraperaps:DescribeScraperaps:DescribeWorkspaceaps:DeleteScraperLoggingConfigurationeks:AssociateAccessPolicyeks:DescribeClusterec2:DescribeSubnetsec2:DescribeSecurityGroupsaps:ListScrapersaps:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Source