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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnUserDefinedFunction.ResourceUriPropertystatic final classAn implementation forCfnUserDefinedFunction.ResourceUriProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getResourceType
The type of the resource.- See Also:
-
getUri
The URI for accessing the resource.- See Also:
-
builder
-