AWS::Glue::IntegrationResourcePropertyResource Type definition for AWS::Glue::IntegrationResourceProperty
4 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ResourceArn | string | RequiredCreate-only |
SourceProcessingProperties | object | |
Tags | Array<Tag> | |
TargetProcessingProperties | object |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ResourcePropertyArn | string | The integration resource property ARN. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Glue::IntegrationResourceProperty
Resources:
MyResource:
Type: AWS::Glue::IntegrationResourceProperty
Properties:
ResourceArn: "arn:aws:service:region:account:resource"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
glue:CreateIntegrationResourcePropertyglue:GetIntegrationResourcePropertyiam:PassRoleglue:TagResourceglue:GetConnectionsglue:GetConnectionglue:GetIntegrationResourcePropertyglue:GetTagsglue:UpdateIntegrationResourcePropertyglue:GetIntegrationResourcePropertyglue:TagResourceglue:UntagResourceiam:PassRoleglue:UntagResourceglue:DeleteIntegrationResourcePropertyglue:UpdateIntegrationResourcePropertyglue:ListIntegrationResourcePropertiesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterResourceArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ResourceArn