AWS Fundamentals Logo
AWS Fundamentals
AWS::Glue::IntegrationResourceProperty

Glue IntegrationResourceProperty

Resource Type definition for AWS::Glue::IntegrationResourceProperty

Properties

4 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
ResourceArn
string
RequiredCreate-only
SourceProcessingProperties
object
Tags
Array<Tag>
TargetProcessingProperties
object

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ResourcePropertyArnstringThe integration resource property ARN.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

glue:CreateIntegrationResourcePropertyglue:GetIntegrationResourcePropertyiam:PassRoleglue:TagResourceglue:GetConnectionsglue:GetConnection

read

glue:GetIntegrationResourcePropertyglue:GetTags

update

glue:UpdateIntegrationResourcePropertyglue:GetIntegrationResourcePropertyglue:TagResourceglue:UntagResourceiam:PassRole

delete

glue:UntagResourceglue:DeleteIntegrationResourcePropertyglue:UpdateIntegrationResourceProperty

list

glue:ListIntegrationResourceProperties

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceGlue
Properties5
Required1
TaggingSupported
Primary IDResourceArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

ResourceArn

External Links