View a markdown version of this page

AWS::Glue::UserDefinedFunction ResourceUri - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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::UserDefinedFunction ResourceUri

The URIs for function resources.

Syntax

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

JSON

{ "ResourceType" : String, "Uri" : String }

YAML

ResourceType: String Uri: String

Properties

ResourceType

The type of the resource.

Required: No

Type: String

Allowed values: JAR | FILE | ARCHIVE

Update requires: No interruption

Uri

The URI for accessing the resource.

Required: No

Type: String

Pattern: ^[\u0020-\uD7FF\uE000-\uFFFD\uD800\uDC00-\uDBFF\uDFFF\r\n\t]*$

Minimum: 1

Maximum: 1024

Update requires: No interruption