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:StringUri:String
Properties
ResourceType-
The type of the resource.
Required: No
Type: String
Allowed values:
JAR | FILE | ARCHIVEUpdate 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:
1Maximum:
1024Update requires: No interruption