AWS::Glue::IntegrationResourceProperty TargetProcessingProperties - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Glue::IntegrationResourceProperty TargetProcessingProperties

The structure used to define the resource properties associated with the integration target.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "ConnectionName" : String, "EventBusArn" : String, "KmsArn" : String, "RoleArn" : String }

YAML

ConnectionName: String EventBusArn: String KmsArn: String RoleArn: String

Properties

ConnectionName

The AWS Glue network connection to configure the AWS Glue job running in the customer VPC.

Required: No

Type: String

Maximum: 128

Update requires: No interruption

EventBusArn

The ARN of an Eventbridge event bus to receive the integration status notification.

Required: No

Type: String

Maximum: 128

Update requires: No interruption

KmsArn

The ARN of the KMS key used for encryption.

Required: No

Type: String

Pattern: arn:aws:kms:.*:[0-9]+:.*

Maximum: 128

Update requires: No interruption

RoleArn

The IAM role to access the AWS Glue database.

Required: Yes

Type: String

Pattern: arn:aws:iam:.*:[0-9]+:.*

Maximum: 128

Update requires: No interruption