This is the new AWS 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
The AWS::Glue::IntegrationResourceProperty resource Property description not available. for Glue.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::Glue::IntegrationResourceProperty", "Properties" : { "ResourceArn" :String, "SourceProcessingProperties" :SourceProcessingProperties, "Tags" :[ Tag, ... ], "TargetProcessingProperties" :TargetProcessingProperties} }
YAML
Type: AWS::Glue::IntegrationResourceProperty Properties: ResourceArn:StringSourceProcessingProperties:SourceProcessingPropertiesTags:- TagTargetProcessingProperties:TargetProcessingProperties
Properties
ResourceArnProperty description not available.
Required: Yes
Type: String
Pattern:
arn:aws:.*:.*:[0-9]+:.*Update requires: Replacement
SourceProcessingPropertiesProperty description not available.
Required: No
Type: SourceProcessingProperties
Update requires: No interruption
Property description not available.
Required: No
Type: Array of Tag
Maximum:
50Update requires: No interruption
TargetProcessingPropertiesProperty description not available.
Required: No
Type: TargetProcessingProperties
Update requires: No interruption
Return values
Ref
Fn::GetAtt
ResourcePropertyArnProperty description not available.