View a markdown version of this page

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

The URIs for function resources.

Syntax

To declare this entity in your 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