This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon CloudFormation template, use the following syntax:
JSON
{ "ConnectionName" :String, "EventBusArn" :String, "KmsArn" :String, "RoleArn" :String}
YAML
ConnectionName:StringEventBusArn:StringKmsArn:StringRoleArn:String
Properties
ConnectionName-
The Amazon Glue network connection to configure the Amazon Glue job running in the customer VPC.
Required: No
Type: String
Maximum:
128Update requires: No interruption
EventBusArn-
The ARN of an Eventbridge event bus to receive the integration status notification.
Required: No
Type: String
Maximum:
128Update requires: No interruption
KmsArn-
The ARN of the KMS key used for encryption.
Required: No
Type: String
Pattern:
arn:aws:kms:.*:[0-9]+:.*Maximum:
128Update requires: No interruption
RoleArn-
The IAM role to access the Amazon Glue database.
Required: Yes
Type: String
Pattern:
arn:aws:iam:.*:[0-9]+:.*Maximum:
128Update requires: No interruption