AWS::Glue::IntegrationResource Type definition for AWS::Glue::Integration
9 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
IntegrationName | string | RequiredCreate-only |
SourceArn | string | RequiredCreate-only |
TargetArn | string | RequiredCreate-only |
AdditionalEncryptionContext | IntegrationAdditionalEncryptionContextMap | Create-only |
DataFilter | string | |
Description | string | |
IntegrationConfig | IntegrationConfig | Create-only |
KmsKeyId | string | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreateTime | string | The time (UTC) when the integration was created. |
IntegrationArn | string | The Amazon Resource Name (ARN) of the integration. |
Status | string | The status of the integration. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Glue::Integration
Resources:
MyResource:
Type: AWS::Glue::Integration
Properties:
IntegrationName: "my-integrationname"
SourceArn: "arn:aws:service:region:account:resource"
TargetArn: "arn:aws:service:region:account:resource"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
glue:DescribeIntegrationsglue:GetTagsglue:CreateIntegrationglue:DescribeIntegrationsglue:TagResourceglue:GetTagskms:CreateGrantkms:DescribeKeyglue:CreateInboundIntegrationglue:DescribeIntegrationsglue:ModifyIntegrationglue:TagResourceglue:UntagResourceglue:DescribeIntegrationsglue:UntagResourceglue:DeleteIntegrationglue:DescribeIntegrationsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterIntegrationArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
IntegrationNameSourceArnTargetArnKmsKeyIdAdditionalEncryptionContextIntegrationConfigIntegrationConfig/RefreshInterval