Interface CfnUserDefinedFunction.ResourceUriProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnUserDefinedFunction.ResourceUriProperty.Jsii$Proxy
Enclosing class:
CfnUserDefinedFunction

@Stability(Stable) public static interface CfnUserDefinedFunction.ResourceUriProperty extends software.amazon.jsii.JsiiSerializable
The URIs for function resources.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.glue.*;
 ResourceUriProperty resourceUriProperty = ResourceUriProperty.builder()
         .resourceType("resourceType")
         .uri("uri")
         .build();
 

See Also: