class Aws::IoTTwinMaker::Types::FunctionRequest
The function request body.
@note When making an API call, you may pass FunctionRequest
data as a hash: { implemented_by: { is_native: false, lambda: { arn: "LambdaArn", # required }, }, required_properties: ["Name"], scope: "ENTITY", # accepts ENTITY, WORKSPACE }
@!attribute [rw] implemented_by
The data connector. @return [Types::DataConnector]
@!attribute [rw] required_properties
The required properties of the function. @return [Array<String>]
@!attribute [rw] scope
The scope of the function. @return [String]
Constants
- SENSITIVE