FunctionJavaScriptUDF

Manages a JavaScript UDF Function within Stream Analytics Streaming Job.

Create a FunctionJavaScriptUDF Resource

def FunctionJavaScriptUDF(resource_name, opts=None, inputs=None, name=None, output=None, resource_group_name=None, script=None, stream_analytics_job_name=None, __props__=None);
name string
The unique name of the resource.
args FunctionJavaScriptUDFArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name str
The unique name of the resource.
opts ResourceOptions
A bag of options that control this resource's behavior.
ctx Context
Context object for the current deployment.
name string
The unique name of the resource.
args FunctionJavaScriptUDFArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args FunctionJavaScriptUDFArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.

FunctionJavaScriptUDF Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.

Inputs

The FunctionJavaScriptUDF resource accepts the following input properties:

Inputs List<FunctionJavaScriptUDFInputArgs>

One or more input blocks as defined below.

Output FunctionJavaScriptUDFOutputArgs

An output blocks as defined below.

ResourceGroupName string

The name of the Resource Group where the Stream Analytics Job exists. Changing this forces a new resource to be created.

Script string

The JavaScript of this UDF Function.

StreamAnalyticsJobName string

The name of the Stream Analytics Job where this Function should be created. Changing this forces a new resource to be created.

Name string

The name of the JavaScript UDF Function. Changing this forces a new resource to be created.

Inputs []FunctionJavaScriptUDFInput

One or more input blocks as defined below.

Output FunctionJavaScriptUDFOutput

An output blocks as defined below.

ResourceGroupName string

The name of the Resource Group where the Stream Analytics Job exists. Changing this forces a new resource to be created.

Script string

The JavaScript of this UDF Function.

StreamAnalyticsJobName string

The name of the Stream Analytics Job where this Function should be created. Changing this forces a new resource to be created.

Name string

The name of the JavaScript UDF Function. Changing this forces a new resource to be created.

inputs FunctionJavaScriptUDFInput[]

One or more input blocks as defined below.

output FunctionJavaScriptUDFOutput

An output blocks as defined below.

resourceGroupName string

The name of the Resource Group where the Stream Analytics Job exists. Changing this forces a new resource to be created.

script string

The JavaScript of this UDF Function.

streamAnalyticsJobName string

The name of the Stream Analytics Job where this Function should be created. Changing this forces a new resource to be created.

name string

The name of the JavaScript UDF Function. Changing this forces a new resource to be created.

inputs List[FunctionJavaScriptUDFInput]

One or more input blocks as defined below.

output Dict[FunctionJavaScriptUDFOutput]

An output blocks as defined below.

resource_group_name str

The name of the Resource Group where the Stream Analytics Job exists. Changing this forces a new resource to be created.

script str

The JavaScript of this UDF Function.

stream_analytics_job_name str

The name of the Stream Analytics Job where this Function should be created. Changing this forces a new resource to be created.

name str

The name of the JavaScript UDF Function. Changing this forces a new resource to be created.

Outputs

All input properties are implicitly available as output properties. Additionally, the FunctionJavaScriptUDF resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
Id string
The provider-assigned unique ID for this managed resource.
id string
The provider-assigned unique ID for this managed resource.
id str
The provider-assigned unique ID for this managed resource.

Look up an Existing FunctionJavaScriptUDF Resource

Get an existing FunctionJavaScriptUDF resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

static get(resource_name, id, opts=None, inputs=None, name=None, output=None, resource_group_name=None, script=None, stream_analytics_job_name=None, __props__=None);
func GetFunctionJavaScriptUDF(ctx *Context, name string, id IDInput, state *FunctionJavaScriptUDFState, opts ...ResourceOption) (*FunctionJavaScriptUDF, error)
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name
The unique name of the resulting resource.
id
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.

The following state arguments are supported:

Inputs List<FunctionJavaScriptUDFInputArgs>

One or more input blocks as defined below.

Name string

The name of the JavaScript UDF Function. Changing this forces a new resource to be created.

Output FunctionJavaScriptUDFOutputArgs

An output blocks as defined below.

ResourceGroupName string

The name of the Resource Group where the Stream Analytics Job exists. Changing this forces a new resource to be created.

Script string

The JavaScript of this UDF Function.

StreamAnalyticsJobName string

The name of the Stream Analytics Job where this Function should be created. Changing this forces a new resource to be created.

Inputs []FunctionJavaScriptUDFInput

One or more input blocks as defined below.

Name string

The name of the JavaScript UDF Function. Changing this forces a new resource to be created.

Output FunctionJavaScriptUDFOutput

An output blocks as defined below.

ResourceGroupName string

The name of the Resource Group where the Stream Analytics Job exists. Changing this forces a new resource to be created.

Script string

The JavaScript of this UDF Function.

StreamAnalyticsJobName string

The name of the Stream Analytics Job where this Function should be created. Changing this forces a new resource to be created.

inputs FunctionJavaScriptUDFInput[]

One or more input blocks as defined below.

name string

The name of the JavaScript UDF Function. Changing this forces a new resource to be created.

output FunctionJavaScriptUDFOutput

An output blocks as defined below.

resourceGroupName string

The name of the Resource Group where the Stream Analytics Job exists. Changing this forces a new resource to be created.

script string

The JavaScript of this UDF Function.

streamAnalyticsJobName string

The name of the Stream Analytics Job where this Function should be created. Changing this forces a new resource to be created.

inputs List[FunctionJavaScriptUDFInput]

One or more input blocks as defined below.

name str

The name of the JavaScript UDF Function. Changing this forces a new resource to be created.

output Dict[FunctionJavaScriptUDFOutput]

An output blocks as defined below.

resource_group_name str

The name of the Resource Group where the Stream Analytics Job exists. Changing this forces a new resource to be created.

script str

The JavaScript of this UDF Function.

stream_analytics_job_name str

The name of the Stream Analytics Job where this Function should be created. Changing this forces a new resource to be created.

Supporting Types

FunctionJavaScriptUDFInput

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Type string

The Data Type for the Input Argument of this JavaScript Function. Possible values include array, any, bigint, datetime, float, nvarchar(max) and record.

Type string

The Data Type for the Input Argument of this JavaScript Function. Possible values include array, any, bigint, datetime, float, nvarchar(max) and record.

type string

The Data Type for the Input Argument of this JavaScript Function. Possible values include array, any, bigint, datetime, float, nvarchar(max) and record.

type str

The Data Type for the Input Argument of this JavaScript Function. Possible values include array, any, bigint, datetime, float, nvarchar(max) and record.

FunctionJavaScriptUDFOutput

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Type string

The Data Type output from this JavaScript Function. Possible values include array, any, bigint, datetime, float, nvarchar(max) and record.

Type string

The Data Type output from this JavaScript Function. Possible values include array, any, bigint, datetime, float, nvarchar(max) and record.

type string

The Data Type output from this JavaScript Function. Possible values include array, any, bigint, datetime, float, nvarchar(max) and record.

type str

The Data Type output from this JavaScript Function. Possible values include array, any, bigint, datetime, float, nvarchar(max) and record.

Package Details

Repository
https://github.com/pulumi/pulumi-azure
License
Apache-2.0
Notes
This Pulumi package is based on the azurerm Terraform Provider.