This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
azure-native.videoanalyzer.getPipelineTopology
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi
Retrieves a specific pipeline topology by name. If a topology with that name has been previously created, the call will return the JSON representation of that topology. Azure REST API version: 2021-11-01-preview.
Using getPipelineTopology
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getPipelineTopology(args: GetPipelineTopologyArgs, opts?: InvokeOptions): Promise<GetPipelineTopologyResult>
function getPipelineTopologyOutput(args: GetPipelineTopologyOutputArgs, opts?: InvokeOptions): Output<GetPipelineTopologyResult>def get_pipeline_topology(account_name: Optional[str] = None,
                          pipeline_topology_name: Optional[str] = None,
                          resource_group_name: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetPipelineTopologyResult
def get_pipeline_topology_output(account_name: Optional[pulumi.Input[str]] = None,
                          pipeline_topology_name: Optional[pulumi.Input[str]] = None,
                          resource_group_name: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetPipelineTopologyResult]func LookupPipelineTopology(ctx *Context, args *LookupPipelineTopologyArgs, opts ...InvokeOption) (*LookupPipelineTopologyResult, error)
func LookupPipelineTopologyOutput(ctx *Context, args *LookupPipelineTopologyOutputArgs, opts ...InvokeOption) LookupPipelineTopologyResultOutput> Note: This function is named LookupPipelineTopology in the Go SDK.
public static class GetPipelineTopology 
{
    public static Task<GetPipelineTopologyResult> InvokeAsync(GetPipelineTopologyArgs args, InvokeOptions? opts = null)
    public static Output<GetPipelineTopologyResult> Invoke(GetPipelineTopologyInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPipelineTopologyResult> getPipelineTopology(GetPipelineTopologyArgs args, InvokeOptions options)
public static Output<GetPipelineTopologyResult> getPipelineTopology(GetPipelineTopologyArgs args, InvokeOptions options)
fn::invoke:
  function: azure-native:videoanalyzer:getPipelineTopology
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountName string
- The Azure Video Analyzer account name.
- PipelineTopology stringName 
- Pipeline topology unique identifier.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- AccountName string
- The Azure Video Analyzer account name.
- PipelineTopology stringName 
- Pipeline topology unique identifier.
- ResourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- accountName String
- The Azure Video Analyzer account name.
- pipelineTopology StringName 
- Pipeline topology unique identifier.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
- accountName string
- The Azure Video Analyzer account name.
- pipelineTopology stringName 
- Pipeline topology unique identifier.
- resourceGroup stringName 
- The name of the resource group. The name is case insensitive.
- account_name str
- The Azure Video Analyzer account name.
- pipeline_topology_ strname 
- Pipeline topology unique identifier.
- resource_group_ strname 
- The name of the resource group. The name is case insensitive.
- accountName String
- The Azure Video Analyzer account name.
- pipelineTopology StringName 
- Pipeline topology unique identifier.
- resourceGroup StringName 
- The name of the resource group. The name is case insensitive.
getPipelineTopology Result
The following output properties are available:
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Kind string
- Topology kind.
- Name string
- The name of the resource
- Sinks
List<Pulumi.Azure Native. Video Analyzer. Outputs. Video Sink Response> 
- List of the topology sink nodes. Sink nodes allow pipeline data to be stored or exported.
- Sku
Pulumi.Azure Native. Video Analyzer. Outputs. Sku Response 
- Describes the properties of a SKU.
- Sources
List<Union<Pulumi.Azure Native. Video Analyzer. Outputs. Rtsp Source Response, Pulumi. Azure Native. Video Analyzer. Outputs. Video Source Response>> 
- List of the topology source nodes. Source nodes enable external data to be ingested by the pipeline.
- SystemData Pulumi.Azure Native. Video Analyzer. Outputs. System Data Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Description string
- An optional description of the pipeline topology. It is recommended that the expected use of the topology to be described here.
- Parameters
List<Pulumi.Azure Native. Video Analyzer. Outputs. Parameter Declaration Response> 
- List of the topology parameter declarations. Parameters declared here can be referenced throughout the topology nodes through the use of "${PARAMETER_NAME}" string pattern. Parameters can have optional default values and can later be defined in individual instances of the pipeline.
- Processors
List<Pulumi.Azure Native. Video Analyzer. Outputs. Encoder Processor Response> 
- List of the topology processor nodes. Processor nodes enable pipeline data to be analyzed, processed or transformed.
- Id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- Kind string
- Topology kind.
- Name string
- The name of the resource
- Sinks
[]VideoSink Response 
- List of the topology sink nodes. Sink nodes allow pipeline data to be stored or exported.
- Sku
SkuResponse 
- Describes the properties of a SKU.
- Sources []interface{}
- List of the topology source nodes. Source nodes enable external data to be ingested by the pipeline.
- SystemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Description string
- An optional description of the pipeline topology. It is recommended that the expected use of the topology to be described here.
- Parameters
[]ParameterDeclaration Response 
- List of the topology parameter declarations. Parameters declared here can be referenced throughout the topology nodes through the use of "${PARAMETER_NAME}" string pattern. Parameters can have optional default values and can later be defined in individual instances of the pipeline.
- Processors
[]EncoderProcessor Response 
- List of the topology processor nodes. Processor nodes enable pipeline data to be analyzed, processed or transformed.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- kind String
- Topology kind.
- name String
- The name of the resource
- sinks
List<VideoSink Response> 
- List of the topology sink nodes. Sink nodes allow pipeline data to be stored or exported.
- sku
SkuResponse 
- Describes the properties of a SKU.
- sources
List<Either<RtspSource Response,Video Source Response>> 
- List of the topology source nodes. Source nodes enable external data to be ingested by the pipeline.
- systemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- description String
- An optional description of the pipeline topology. It is recommended that the expected use of the topology to be described here.
- parameters
List<ParameterDeclaration Response> 
- List of the topology parameter declarations. Parameters declared here can be referenced throughout the topology nodes through the use of "${PARAMETER_NAME}" string pattern. Parameters can have optional default values and can later be defined in individual instances of the pipeline.
- processors
List<EncoderProcessor Response> 
- List of the topology processor nodes. Processor nodes enable pipeline data to be analyzed, processed or transformed.
- id string
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- kind string
- Topology kind.
- name string
- The name of the resource
- sinks
VideoSink Response[] 
- List of the topology sink nodes. Sink nodes allow pipeline data to be stored or exported.
- sku
SkuResponse 
- Describes the properties of a SKU.
- sources
(RtspSource Response | Video Source Response)[] 
- List of the topology source nodes. Source nodes enable external data to be ingested by the pipeline.
- systemData SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- description string
- An optional description of the pipeline topology. It is recommended that the expected use of the topology to be described here.
- parameters
ParameterDeclaration Response[] 
- List of the topology parameter declarations. Parameters declared here can be referenced throughout the topology nodes through the use of "${PARAMETER_NAME}" string pattern. Parameters can have optional default values and can later be defined in individual instances of the pipeline.
- processors
EncoderProcessor Response[] 
- List of the topology processor nodes. Processor nodes enable pipeline data to be analyzed, processed or transformed.
- id str
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- kind str
- Topology kind.
- name str
- The name of the resource
- sinks
Sequence[VideoSink Response] 
- List of the topology sink nodes. Sink nodes allow pipeline data to be stored or exported.
- sku
SkuResponse 
- Describes the properties of a SKU.
- sources Sequence[Any]
- List of the topology source nodes. Source nodes enable external data to be ingested by the pipeline.
- system_data SystemData Response 
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- description str
- An optional description of the pipeline topology. It is recommended that the expected use of the topology to be described here.
- parameters
Sequence[ParameterDeclaration Response] 
- List of the topology parameter declarations. Parameters declared here can be referenced throughout the topology nodes through the use of "${PARAMETER_NAME}" string pattern. Parameters can have optional default values and can later be defined in individual instances of the pipeline.
- processors
Sequence[EncoderProcessor Response] 
- List of the topology processor nodes. Processor nodes enable pipeline data to be analyzed, processed or transformed.
- id String
- Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}
- kind String
- Topology kind.
- name String
- The name of the resource
- sinks List<Property Map>
- List of the topology sink nodes. Sink nodes allow pipeline data to be stored or exported.
- sku Property Map
- Describes the properties of a SKU.
- sources List<Property Map | Property Map>
- List of the topology source nodes. Source nodes enable external data to be ingested by the pipeline.
- systemData Property Map
- Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- description String
- An optional description of the pipeline topology. It is recommended that the expected use of the topology to be described here.
- parameters List<Property Map>
- List of the topology parameter declarations. Parameters declared here can be referenced throughout the topology nodes through the use of "${PARAMETER_NAME}" string pattern. Parameters can have optional default values and can later be defined in individual instances of the pipeline.
- processors List<Property Map>
- List of the topology processor nodes. Processor nodes enable pipeline data to be analyzed, processed or transformed.
Supporting Types
AudioEncoderAacResponse   
- BitrateKbps string
- Bitrate, in kilobits per second or Kbps, at which audio should be encoded (2-channel stereo audio at a sampling rate of 48 kHz). Allowed values are 96, 112, 128, 160, 192, 224, and 256. If omitted, the bitrate of the input audio is used.
- BitrateKbps string
- Bitrate, in kilobits per second or Kbps, at which audio should be encoded (2-channel stereo audio at a sampling rate of 48 kHz). Allowed values are 96, 112, 128, 160, 192, 224, and 256. If omitted, the bitrate of the input audio is used.
- bitrateKbps String
- Bitrate, in kilobits per second or Kbps, at which audio should be encoded (2-channel stereo audio at a sampling rate of 48 kHz). Allowed values are 96, 112, 128, 160, 192, 224, and 256. If omitted, the bitrate of the input audio is used.
- bitrateKbps string
- Bitrate, in kilobits per second or Kbps, at which audio should be encoded (2-channel stereo audio at a sampling rate of 48 kHz). Allowed values are 96, 112, 128, 160, 192, 224, and 256. If omitted, the bitrate of the input audio is used.
- bitrate_kbps str
- Bitrate, in kilobits per second or Kbps, at which audio should be encoded (2-channel stereo audio at a sampling rate of 48 kHz). Allowed values are 96, 112, 128, 160, 192, 224, and 256. If omitted, the bitrate of the input audio is used.
- bitrateKbps String
- Bitrate, in kilobits per second or Kbps, at which audio should be encoded (2-channel stereo audio at a sampling rate of 48 kHz). Allowed values are 96, 112, 128, 160, 192, 224, and 256. If omitted, the bitrate of the input audio is used.
EncoderCustomPresetResponse   
- AudioEncoder Pulumi.Azure Native. Video Analyzer. Inputs. Audio Encoder Aac Response 
- Describes a custom preset for encoding audio.
- VideoEncoder Pulumi.Azure Native. Video Analyzer. Inputs. Video Encoder H264Response 
- Describes a custom preset for encoding video.
- AudioEncoder AudioEncoder Aac Response 
- Describes a custom preset for encoding audio.
- VideoEncoder VideoEncoder H264Response 
- Describes a custom preset for encoding video.
- audioEncoder AudioEncoder Aac Response 
- Describes a custom preset for encoding audio.
- videoEncoder VideoEncoder H264Response 
- Describes a custom preset for encoding video.
- audioEncoder AudioEncoder Aac Response 
- Describes a custom preset for encoding audio.
- videoEncoder VideoEncoder H264Response 
- Describes a custom preset for encoding video.
- audio_encoder AudioEncoder Aac Response 
- Describes a custom preset for encoding audio.
- video_encoder VideoEncoder H264Response 
- Describes a custom preset for encoding video.
- audioEncoder Property Map
- Describes a custom preset for encoding audio.
- videoEncoder Property Map
- Describes a custom preset for encoding video.
EncoderProcessorResponse  
- Inputs
List<Pulumi.Azure Native. Video Analyzer. Inputs. Node Input Response> 
- An array of upstream node references within the topology to be used as inputs for this node.
- Name string
- Node name. Must be unique within the topology.
- Preset
Pulumi.Azure | Pulumi.Native. Video Analyzer. Inputs. Encoder Custom Preset Response Azure Native. Video Analyzer. Inputs. Encoder System Preset Response 
- The encoder preset, which defines the recipe or instructions on how the input content should be processed.
- Inputs
[]NodeInput Response 
- An array of upstream node references within the topology to be used as inputs for this node.
- Name string
- Node name. Must be unique within the topology.
- Preset
EncoderCustom | EncoderPreset Response System Preset Response 
- The encoder preset, which defines the recipe or instructions on how the input content should be processed.
- inputs
List<NodeInput Response> 
- An array of upstream node references within the topology to be used as inputs for this node.
- name String
- Node name. Must be unique within the topology.
- preset
EncoderCustom | EncoderPreset Response System Preset Response 
- The encoder preset, which defines the recipe or instructions on how the input content should be processed.
- inputs
NodeInput Response[] 
- An array of upstream node references within the topology to be used as inputs for this node.
- name string
- Node name. Must be unique within the topology.
- preset
EncoderCustom | EncoderPreset Response System Preset Response 
- The encoder preset, which defines the recipe or instructions on how the input content should be processed.
- inputs
Sequence[NodeInput Response] 
- An array of upstream node references within the topology to be used as inputs for this node.
- name str
- Node name. Must be unique within the topology.
- preset
EncoderCustom | EncoderPreset Response System Preset Response 
- The encoder preset, which defines the recipe or instructions on how the input content should be processed.
- inputs List<Property Map>
- An array of upstream node references within the topology to be used as inputs for this node.
- name String
- Node name. Must be unique within the topology.
- preset Property Map | Property Map
- The encoder preset, which defines the recipe or instructions on how the input content should be processed.
EncoderSystemPresetResponse   
- Name string
- Name of the built-in encoding preset.
- Name string
- Name of the built-in encoding preset.
- name String
- Name of the built-in encoding preset.
- name string
- Name of the built-in encoding preset.
- name str
- Name of the built-in encoding preset.
- name String
- Name of the built-in encoding preset.
NodeInputResponse  
- NodeName string
- The name of the upstream node in the pipeline which output is used as input of the current node.
- NodeName string
- The name of the upstream node in the pipeline which output is used as input of the current node.
- nodeName String
- The name of the upstream node in the pipeline which output is used as input of the current node.
- nodeName string
- The name of the upstream node in the pipeline which output is used as input of the current node.
- node_name str
- The name of the upstream node in the pipeline which output is used as input of the current node.
- nodeName String
- The name of the upstream node in the pipeline which output is used as input of the current node.
ParameterDeclarationResponse  
- Name string
- Name of the parameter.
- Type string
- Type of the parameter.
- Default string
- The default value for the parameter to be used if the pipeline does not specify a value.
- Description string
- Description of the parameter.
- Name string
- Name of the parameter.
- Type string
- Type of the parameter.
- Default string
- The default value for the parameter to be used if the pipeline does not specify a value.
- Description string
- Description of the parameter.
- name String
- Name of the parameter.
- type String
- Type of the parameter.
- default_ String
- The default value for the parameter to be used if the pipeline does not specify a value.
- description String
- Description of the parameter.
- name string
- Name of the parameter.
- type string
- Type of the parameter.
- default string
- The default value for the parameter to be used if the pipeline does not specify a value.
- description string
- Description of the parameter.
- name str
- Name of the parameter.
- type str
- Type of the parameter.
- default str
- The default value for the parameter to be used if the pipeline does not specify a value.
- description str
- Description of the parameter.
- name String
- Name of the parameter.
- type String
- Type of the parameter.
- default String
- The default value for the parameter to be used if the pipeline does not specify a value.
- description String
- Description of the parameter.
PemCertificateListResponse   
- Certificates List<string>
- PEM formatted public certificates. One certificate per entry.
- Certificates []string
- PEM formatted public certificates. One certificate per entry.
- certificates List<String>
- PEM formatted public certificates. One certificate per entry.
- certificates string[]
- PEM formatted public certificates. One certificate per entry.
- certificates Sequence[str]
- PEM formatted public certificates. One certificate per entry.
- certificates List<String>
- PEM formatted public certificates. One certificate per entry.
RtspSourceResponse  
- Endpoint
Pulumi.Azure | Pulumi.Native. Video Analyzer. Inputs. Tls Endpoint Response Azure Native. Video Analyzer. Inputs. Unsecured Endpoint Response 
- RTSP endpoint information for Video Analyzer to connect to. This contains the required information for Video Analyzer to connect to RTSP cameras and/or generic RTSP servers.
- Name string
- Node name. Must be unique within the topology.
- Transport string
- Network transport utilized by the RTSP and RTP exchange: TCP or HTTP. When using TCP, the RTP packets are interleaved on the TCP RTSP connection. When using HTTP, the RTSP messages are exchanged through long lived HTTP connections, and the RTP packages are interleaved in the HTTP connections alongside the RTSP messages.
- Endpoint
TlsEndpoint | UnsecuredResponse Endpoint Response 
- RTSP endpoint information for Video Analyzer to connect to. This contains the required information for Video Analyzer to connect to RTSP cameras and/or generic RTSP servers.
- Name string
- Node name. Must be unique within the topology.
- Transport string
- Network transport utilized by the RTSP and RTP exchange: TCP or HTTP. When using TCP, the RTP packets are interleaved on the TCP RTSP connection. When using HTTP, the RTSP messages are exchanged through long lived HTTP connections, and the RTP packages are interleaved in the HTTP connections alongside the RTSP messages.
- endpoint
TlsEndpoint | UnsecuredResponse Endpoint Response 
- RTSP endpoint information for Video Analyzer to connect to. This contains the required information for Video Analyzer to connect to RTSP cameras and/or generic RTSP servers.
- name String
- Node name. Must be unique within the topology.
- transport String
- Network transport utilized by the RTSP and RTP exchange: TCP or HTTP. When using TCP, the RTP packets are interleaved on the TCP RTSP connection. When using HTTP, the RTSP messages are exchanged through long lived HTTP connections, and the RTP packages are interleaved in the HTTP connections alongside the RTSP messages.
- endpoint
TlsEndpoint | UnsecuredResponse Endpoint Response 
- RTSP endpoint information for Video Analyzer to connect to. This contains the required information for Video Analyzer to connect to RTSP cameras and/or generic RTSP servers.
- name string
- Node name. Must be unique within the topology.
- transport string
- Network transport utilized by the RTSP and RTP exchange: TCP or HTTP. When using TCP, the RTP packets are interleaved on the TCP RTSP connection. When using HTTP, the RTSP messages are exchanged through long lived HTTP connections, and the RTP packages are interleaved in the HTTP connections alongside the RTSP messages.
- endpoint
TlsEndpoint | UnsecuredResponse Endpoint Response 
- RTSP endpoint information for Video Analyzer to connect to. This contains the required information for Video Analyzer to connect to RTSP cameras and/or generic RTSP servers.
- name str
- Node name. Must be unique within the topology.
- transport str
- Network transport utilized by the RTSP and RTP exchange: TCP or HTTP. When using TCP, the RTP packets are interleaved on the TCP RTSP connection. When using HTTP, the RTSP messages are exchanged through long lived HTTP connections, and the RTP packages are interleaved in the HTTP connections alongside the RTSP messages.
- endpoint Property Map | Property Map
- RTSP endpoint information for Video Analyzer to connect to. This contains the required information for Video Analyzer to connect to RTSP cameras and/or generic RTSP servers.
- name String
- Node name. Must be unique within the topology.
- transport String
- Network transport utilized by the RTSP and RTP exchange: TCP or HTTP. When using TCP, the RTP packets are interleaved on the TCP RTSP connection. When using HTTP, the RTSP messages are exchanged through long lived HTTP connections, and the RTP packages are interleaved in the HTTP connections alongside the RTSP messages.
SecureIotDeviceRemoteTunnelResponse     
- DeviceId string
- The IoT device id to use when establishing the remote tunnel. This string is case-sensitive.
- IotHub stringName 
- Name of the IoT Hub.
- DeviceId string
- The IoT device id to use when establishing the remote tunnel. This string is case-sensitive.
- IotHub stringName 
- Name of the IoT Hub.
- deviceId String
- The IoT device id to use when establishing the remote tunnel. This string is case-sensitive.
- iotHub StringName 
- Name of the IoT Hub.
- deviceId string
- The IoT device id to use when establishing the remote tunnel. This string is case-sensitive.
- iotHub stringName 
- Name of the IoT Hub.
- device_id str
- The IoT device id to use when establishing the remote tunnel. This string is case-sensitive.
- iot_hub_ strname 
- Name of the IoT Hub.
- deviceId String
- The IoT device id to use when establishing the remote tunnel. This string is case-sensitive.
- iotHub StringName 
- Name of the IoT Hub.
SkuResponse 
SystemDataResponse  
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- CreatedAt string
- The timestamp of resource creation (UTC).
- CreatedBy string
- The identity that created the resource.
- CreatedBy stringType 
- The type of identity that created the resource.
- LastModified stringAt 
- The timestamp of resource last modification (UTC)
- LastModified stringBy 
- The identity that last modified the resource.
- LastModified stringBy Type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
- createdAt string
- The timestamp of resource creation (UTC).
- createdBy string
- The identity that created the resource.
- createdBy stringType 
- The type of identity that created the resource.
- lastModified stringAt 
- The timestamp of resource last modification (UTC)
- lastModified stringBy 
- The identity that last modified the resource.
- lastModified stringBy Type 
- The type of identity that last modified the resource.
- created_at str
- The timestamp of resource creation (UTC).
- created_by str
- The identity that created the resource.
- created_by_ strtype 
- The type of identity that created the resource.
- last_modified_ strat 
- The timestamp of resource last modification (UTC)
- last_modified_ strby 
- The identity that last modified the resource.
- last_modified_ strby_ type 
- The type of identity that last modified the resource.
- createdAt String
- The timestamp of resource creation (UTC).
- createdBy String
- The identity that created the resource.
- createdBy StringType 
- The type of identity that created the resource.
- lastModified StringAt 
- The timestamp of resource last modification (UTC)
- lastModified StringBy 
- The identity that last modified the resource.
- lastModified StringBy Type 
- The type of identity that last modified the resource.
TlsEndpointResponse  
- Credentials
Pulumi.Azure Native. Video Analyzer. Inputs. Username Password Credentials Response 
- Credentials to be presented to the endpoint.
- Url string
- The endpoint URL for Video Analyzer to connect to.
- TrustedCertificates Pulumi.Azure Native. Video Analyzer. Inputs. Pem Certificate List Response 
- List of trusted certificate authorities when authenticating a TLS connection. A null list designates that Azure Video Analyzer's list of trusted authorities should be used.
- Tunnel
Pulumi.Azure Native. Video Analyzer. Inputs. Secure Iot Device Remote Tunnel Response 
- Describes the tunnel through which Video Analyzer can connect to the endpoint URL. This is an optional property, typically used when the endpoint is behind a firewall.
- ValidationOptions Pulumi.Azure Native. Video Analyzer. Inputs. Tls Validation Options Response 
- Validation options to use when authenticating a TLS connection. By default, strict validation is used.
- Credentials
UsernamePassword Credentials Response 
- Credentials to be presented to the endpoint.
- Url string
- The endpoint URL for Video Analyzer to connect to.
- TrustedCertificates PemCertificate List Response 
- List of trusted certificate authorities when authenticating a TLS connection. A null list designates that Azure Video Analyzer's list of trusted authorities should be used.
- Tunnel
SecureIot Device Remote Tunnel Response 
- Describes the tunnel through which Video Analyzer can connect to the endpoint URL. This is an optional property, typically used when the endpoint is behind a firewall.
- ValidationOptions TlsValidation Options Response 
- Validation options to use when authenticating a TLS connection. By default, strict validation is used.
- credentials
UsernamePassword Credentials Response 
- Credentials to be presented to the endpoint.
- url String
- The endpoint URL for Video Analyzer to connect to.
- trustedCertificates PemCertificate List Response 
- List of trusted certificate authorities when authenticating a TLS connection. A null list designates that Azure Video Analyzer's list of trusted authorities should be used.
- tunnel
SecureIot Device Remote Tunnel Response 
- Describes the tunnel through which Video Analyzer can connect to the endpoint URL. This is an optional property, typically used when the endpoint is behind a firewall.
- validationOptions TlsValidation Options Response 
- Validation options to use when authenticating a TLS connection. By default, strict validation is used.
- credentials
UsernamePassword Credentials Response 
- Credentials to be presented to the endpoint.
- url string
- The endpoint URL for Video Analyzer to connect to.
- trustedCertificates PemCertificate List Response 
- List of trusted certificate authorities when authenticating a TLS connection. A null list designates that Azure Video Analyzer's list of trusted authorities should be used.
- tunnel
SecureIot Device Remote Tunnel Response 
- Describes the tunnel through which Video Analyzer can connect to the endpoint URL. This is an optional property, typically used when the endpoint is behind a firewall.
- validationOptions TlsValidation Options Response 
- Validation options to use when authenticating a TLS connection. By default, strict validation is used.
- credentials
UsernamePassword Credentials Response 
- Credentials to be presented to the endpoint.
- url str
- The endpoint URL for Video Analyzer to connect to.
- trusted_certificates PemCertificate List Response 
- List of trusted certificate authorities when authenticating a TLS connection. A null list designates that Azure Video Analyzer's list of trusted authorities should be used.
- tunnel
SecureIot Device Remote Tunnel Response 
- Describes the tunnel through which Video Analyzer can connect to the endpoint URL. This is an optional property, typically used when the endpoint is behind a firewall.
- validation_options TlsValidation Options Response 
- Validation options to use when authenticating a TLS connection. By default, strict validation is used.
- credentials Property Map
- Credentials to be presented to the endpoint.
- url String
- The endpoint URL for Video Analyzer to connect to.
- trustedCertificates Property Map
- List of trusted certificate authorities when authenticating a TLS connection. A null list designates that Azure Video Analyzer's list of trusted authorities should be used.
- tunnel Property Map
- Describes the tunnel through which Video Analyzer can connect to the endpoint URL. This is an optional property, typically used when the endpoint is behind a firewall.
- validationOptions Property Map
- Validation options to use when authenticating a TLS connection. By default, strict validation is used.
TlsValidationOptionsResponse   
- IgnoreHostname string
- When set to 'true' causes the certificate subject name validation to be skipped. Default is 'false'.
- IgnoreSignature string
- When set to 'true' causes the certificate chain trust validation to be skipped. Default is 'false'.
- IgnoreHostname string
- When set to 'true' causes the certificate subject name validation to be skipped. Default is 'false'.
- IgnoreSignature string
- When set to 'true' causes the certificate chain trust validation to be skipped. Default is 'false'.
- ignoreHostname String
- When set to 'true' causes the certificate subject name validation to be skipped. Default is 'false'.
- ignoreSignature String
- When set to 'true' causes the certificate chain trust validation to be skipped. Default is 'false'.
- ignoreHostname string
- When set to 'true' causes the certificate subject name validation to be skipped. Default is 'false'.
- ignoreSignature string
- When set to 'true' causes the certificate chain trust validation to be skipped. Default is 'false'.
- ignore_hostname str
- When set to 'true' causes the certificate subject name validation to be skipped. Default is 'false'.
- ignore_signature str
- When set to 'true' causes the certificate chain trust validation to be skipped. Default is 'false'.
- ignoreHostname String
- When set to 'true' causes the certificate subject name validation to be skipped. Default is 'false'.
- ignoreSignature String
- When set to 'true' causes the certificate chain trust validation to be skipped. Default is 'false'.
UnsecuredEndpointResponse  
- Credentials
Pulumi.Azure Native. Video Analyzer. Inputs. Username Password Credentials Response 
- Credentials to be presented to the endpoint.
- Url string
- The endpoint URL for Video Analyzer to connect to.
- Tunnel
Pulumi.Azure Native. Video Analyzer. Inputs. Secure Iot Device Remote Tunnel Response 
- Describes the tunnel through which Video Analyzer can connect to the endpoint URL. This is an optional property, typically used when the endpoint is behind a firewall.
- Credentials
UsernamePassword Credentials Response 
- Credentials to be presented to the endpoint.
- Url string
- The endpoint URL for Video Analyzer to connect to.
- Tunnel
SecureIot Device Remote Tunnel Response 
- Describes the tunnel through which Video Analyzer can connect to the endpoint URL. This is an optional property, typically used when the endpoint is behind a firewall.
- credentials
UsernamePassword Credentials Response 
- Credentials to be presented to the endpoint.
- url String
- The endpoint URL for Video Analyzer to connect to.
- tunnel
SecureIot Device Remote Tunnel Response 
- Describes the tunnel through which Video Analyzer can connect to the endpoint URL. This is an optional property, typically used when the endpoint is behind a firewall.
- credentials
UsernamePassword Credentials Response 
- Credentials to be presented to the endpoint.
- url string
- The endpoint URL for Video Analyzer to connect to.
- tunnel
SecureIot Device Remote Tunnel Response 
- Describes the tunnel through which Video Analyzer can connect to the endpoint URL. This is an optional property, typically used when the endpoint is behind a firewall.
- credentials
UsernamePassword Credentials Response 
- Credentials to be presented to the endpoint.
- url str
- The endpoint URL for Video Analyzer to connect to.
- tunnel
SecureIot Device Remote Tunnel Response 
- Describes the tunnel through which Video Analyzer can connect to the endpoint URL. This is an optional property, typically used when the endpoint is behind a firewall.
- credentials Property Map
- Credentials to be presented to the endpoint.
- url String
- The endpoint URL for Video Analyzer to connect to.
- tunnel Property Map
- Describes the tunnel through which Video Analyzer can connect to the endpoint URL. This is an optional property, typically used when the endpoint is behind a firewall.
UsernamePasswordCredentialsResponse   
VideoCreationPropertiesResponse   
- Description string
- Optional description provided by the user. Value can be up to 2048 characters long.
- RetentionPeriod string
- Video retention period indicates how long the video is kept in storage. Value must be specified in ISO8601 duration format (i.e. "P1D" equals 1 day) and can vary between 1 day to 10 years, in 1 day increments. When absent (null), all video content is retained indefinitely. This property is only allowed for topologies where "kind" is set to "live".
- SegmentLength string
- Segment length indicates the length of individual content files (segments) which are persisted to storage. Smaller segments provide lower archive playback latency but generate larger volume of storage transactions. Larger segments reduce the amount of storage transactions while increasing the archive playback latency. Value must be specified in ISO8601 duration format (i.e. "PT30S" equals 30 seconds) and can vary between 30 seconds to 5 minutes, in 30 seconds increments. Changing this value after the initial call to create the video resource can lead to errors when uploading content to the archive. Default value is 30 seconds. This property is only allowed for topologies where "kind" is set to "live".
- Title string
- Optional title provided by the user. Value can be up to 256 characters long.
- Description string
- Optional description provided by the user. Value can be up to 2048 characters long.
- RetentionPeriod string
- Video retention period indicates how long the video is kept in storage. Value must be specified in ISO8601 duration format (i.e. "P1D" equals 1 day) and can vary between 1 day to 10 years, in 1 day increments. When absent (null), all video content is retained indefinitely. This property is only allowed for topologies where "kind" is set to "live".
- SegmentLength string
- Segment length indicates the length of individual content files (segments) which are persisted to storage. Smaller segments provide lower archive playback latency but generate larger volume of storage transactions. Larger segments reduce the amount of storage transactions while increasing the archive playback latency. Value must be specified in ISO8601 duration format (i.e. "PT30S" equals 30 seconds) and can vary between 30 seconds to 5 minutes, in 30 seconds increments. Changing this value after the initial call to create the video resource can lead to errors when uploading content to the archive. Default value is 30 seconds. This property is only allowed for topologies where "kind" is set to "live".
- Title string
- Optional title provided by the user. Value can be up to 256 characters long.
- description String
- Optional description provided by the user. Value can be up to 2048 characters long.
- retentionPeriod String
- Video retention period indicates how long the video is kept in storage. Value must be specified in ISO8601 duration format (i.e. "P1D" equals 1 day) and can vary between 1 day to 10 years, in 1 day increments. When absent (null), all video content is retained indefinitely. This property is only allowed for topologies where "kind" is set to "live".
- segmentLength String
- Segment length indicates the length of individual content files (segments) which are persisted to storage. Smaller segments provide lower archive playback latency but generate larger volume of storage transactions. Larger segments reduce the amount of storage transactions while increasing the archive playback latency. Value must be specified in ISO8601 duration format (i.e. "PT30S" equals 30 seconds) and can vary between 30 seconds to 5 minutes, in 30 seconds increments. Changing this value after the initial call to create the video resource can lead to errors when uploading content to the archive. Default value is 30 seconds. This property is only allowed for topologies where "kind" is set to "live".
- title String
- Optional title provided by the user. Value can be up to 256 characters long.
- description string
- Optional description provided by the user. Value can be up to 2048 characters long.
- retentionPeriod string
- Video retention period indicates how long the video is kept in storage. Value must be specified in ISO8601 duration format (i.e. "P1D" equals 1 day) and can vary between 1 day to 10 years, in 1 day increments. When absent (null), all video content is retained indefinitely. This property is only allowed for topologies where "kind" is set to "live".
- segmentLength string
- Segment length indicates the length of individual content files (segments) which are persisted to storage. Smaller segments provide lower archive playback latency but generate larger volume of storage transactions. Larger segments reduce the amount of storage transactions while increasing the archive playback latency. Value must be specified in ISO8601 duration format (i.e. "PT30S" equals 30 seconds) and can vary between 30 seconds to 5 minutes, in 30 seconds increments. Changing this value after the initial call to create the video resource can lead to errors when uploading content to the archive. Default value is 30 seconds. This property is only allowed for topologies where "kind" is set to "live".
- title string
- Optional title provided by the user. Value can be up to 256 characters long.
- description str
- Optional description provided by the user. Value can be up to 2048 characters long.
- retention_period str
- Video retention period indicates how long the video is kept in storage. Value must be specified in ISO8601 duration format (i.e. "P1D" equals 1 day) and can vary between 1 day to 10 years, in 1 day increments. When absent (null), all video content is retained indefinitely. This property is only allowed for topologies where "kind" is set to "live".
- segment_length str
- Segment length indicates the length of individual content files (segments) which are persisted to storage. Smaller segments provide lower archive playback latency but generate larger volume of storage transactions. Larger segments reduce the amount of storage transactions while increasing the archive playback latency. Value must be specified in ISO8601 duration format (i.e. "PT30S" equals 30 seconds) and can vary between 30 seconds to 5 minutes, in 30 seconds increments. Changing this value after the initial call to create the video resource can lead to errors when uploading content to the archive. Default value is 30 seconds. This property is only allowed for topologies where "kind" is set to "live".
- title str
- Optional title provided by the user. Value can be up to 256 characters long.
- description String
- Optional description provided by the user. Value can be up to 2048 characters long.
- retentionPeriod String
- Video retention period indicates how long the video is kept in storage. Value must be specified in ISO8601 duration format (i.e. "P1D" equals 1 day) and can vary between 1 day to 10 years, in 1 day increments. When absent (null), all video content is retained indefinitely. This property is only allowed for topologies where "kind" is set to "live".
- segmentLength String
- Segment length indicates the length of individual content files (segments) which are persisted to storage. Smaller segments provide lower archive playback latency but generate larger volume of storage transactions. Larger segments reduce the amount of storage transactions while increasing the archive playback latency. Value must be specified in ISO8601 duration format (i.e. "PT30S" equals 30 seconds) and can vary between 30 seconds to 5 minutes, in 30 seconds increments. Changing this value after the initial call to create the video resource can lead to errors when uploading content to the archive. Default value is 30 seconds. This property is only allowed for topologies where "kind" is set to "live".
- title String
- Optional title provided by the user. Value can be up to 256 characters long.
VideoEncoderH264Response  
- BitrateKbps string
- The maximum bitrate, in kilobits per second or Kbps, at which video should be encoded. If omitted, encoder sets it automatically to try and match the quality of the input video.
- FrameRate string
- The frame rate (in frames per second) of the encoded video. The value must be greater than zero, and less than or equal to 300. If omitted, the encoder uses the average frame rate of the input video.
- Scale
Pulumi.Azure Native. Video Analyzer. Inputs. Video Scale Response 
- Describes the resolution of the encoded video. If omitted, the encoder uses the resolution of the input video.
- BitrateKbps string
- The maximum bitrate, in kilobits per second or Kbps, at which video should be encoded. If omitted, encoder sets it automatically to try and match the quality of the input video.
- FrameRate string
- The frame rate (in frames per second) of the encoded video. The value must be greater than zero, and less than or equal to 300. If omitted, the encoder uses the average frame rate of the input video.
- Scale
VideoScale Response 
- Describes the resolution of the encoded video. If omitted, the encoder uses the resolution of the input video.
- bitrateKbps String
- The maximum bitrate, in kilobits per second or Kbps, at which video should be encoded. If omitted, encoder sets it automatically to try and match the quality of the input video.
- frameRate String
- The frame rate (in frames per second) of the encoded video. The value must be greater than zero, and less than or equal to 300. If omitted, the encoder uses the average frame rate of the input video.
- scale
VideoScale Response 
- Describes the resolution of the encoded video. If omitted, the encoder uses the resolution of the input video.
- bitrateKbps string
- The maximum bitrate, in kilobits per second or Kbps, at which video should be encoded. If omitted, encoder sets it automatically to try and match the quality of the input video.
- frameRate string
- The frame rate (in frames per second) of the encoded video. The value must be greater than zero, and less than or equal to 300. If omitted, the encoder uses the average frame rate of the input video.
- scale
VideoScale Response 
- Describes the resolution of the encoded video. If omitted, the encoder uses the resolution of the input video.
- bitrate_kbps str
- The maximum bitrate, in kilobits per second or Kbps, at which video should be encoded. If omitted, encoder sets it automatically to try and match the quality of the input video.
- frame_rate str
- The frame rate (in frames per second) of the encoded video. The value must be greater than zero, and less than or equal to 300. If omitted, the encoder uses the average frame rate of the input video.
- scale
VideoScale Response 
- Describes the resolution of the encoded video. If omitted, the encoder uses the resolution of the input video.
- bitrateKbps String
- The maximum bitrate, in kilobits per second or Kbps, at which video should be encoded. If omitted, encoder sets it automatically to try and match the quality of the input video.
- frameRate String
- The frame rate (in frames per second) of the encoded video. The value must be greater than zero, and less than or equal to 300. If omitted, the encoder uses the average frame rate of the input video.
- scale Property Map
- Describes the resolution of the encoded video. If omitted, the encoder uses the resolution of the input video.
VideoPublishingOptionsResponse   
- DisableArchive string
- When set to 'true' content will not be archived or recorded. This is used, for example, when the topology is used only for low latency video streaming. Default is 'false'. If set to 'true', then "disableRtspPublishing" must be set to 'false'.
- DisableRtsp stringPublishing 
- When set to 'true' the RTSP playback URL will not be published, disabling low latency streaming. This is used, for example, when the topology is used only for archiving content. Default is 'false'. If set to 'true', then "disableArchive" must be set to 'false'.
- DisableArchive string
- When set to 'true' content will not be archived or recorded. This is used, for example, when the topology is used only for low latency video streaming. Default is 'false'. If set to 'true', then "disableRtspPublishing" must be set to 'false'.
- DisableRtsp stringPublishing 
- When set to 'true' the RTSP playback URL will not be published, disabling low latency streaming. This is used, for example, when the topology is used only for archiving content. Default is 'false'. If set to 'true', then "disableArchive" must be set to 'false'.
- disableArchive String
- When set to 'true' content will not be archived or recorded. This is used, for example, when the topology is used only for low latency video streaming. Default is 'false'. If set to 'true', then "disableRtspPublishing" must be set to 'false'.
- disableRtsp StringPublishing 
- When set to 'true' the RTSP playback URL will not be published, disabling low latency streaming. This is used, for example, when the topology is used only for archiving content. Default is 'false'. If set to 'true', then "disableArchive" must be set to 'false'.
- disableArchive string
- When set to 'true' content will not be archived or recorded. This is used, for example, when the topology is used only for low latency video streaming. Default is 'false'. If set to 'true', then "disableRtspPublishing" must be set to 'false'.
- disableRtsp stringPublishing 
- When set to 'true' the RTSP playback URL will not be published, disabling low latency streaming. This is used, for example, when the topology is used only for archiving content. Default is 'false'. If set to 'true', then "disableArchive" must be set to 'false'.
- disable_archive str
- When set to 'true' content will not be archived or recorded. This is used, for example, when the topology is used only for low latency video streaming. Default is 'false'. If set to 'true', then "disableRtspPublishing" must be set to 'false'.
- disable_rtsp_ strpublishing 
- When set to 'true' the RTSP playback URL will not be published, disabling low latency streaming. This is used, for example, when the topology is used only for archiving content. Default is 'false'. If set to 'true', then "disableArchive" must be set to 'false'.
- disableArchive String
- When set to 'true' content will not be archived or recorded. This is used, for example, when the topology is used only for low latency video streaming. Default is 'false'. If set to 'true', then "disableRtspPublishing" must be set to 'false'.
- disableRtsp StringPublishing 
- When set to 'true' the RTSP playback URL will not be published, disabling low latency streaming. This is used, for example, when the topology is used only for archiving content. Default is 'false'. If set to 'true', then "disableArchive" must be set to 'false'.
VideoScaleResponse  
- Height string
- The desired output video height.
- Mode string
- Describes the video scaling mode to be applied. Default mode is 'Pad'. If the mode is 'Pad' or 'Stretch' then both width and height must be specified. Else if the mode is 'PreserveAspectRatio' then only one of width or height need be provided.
- Width string
- The desired output video width.
- Height string
- The desired output video height.
- Mode string
- Describes the video scaling mode to be applied. Default mode is 'Pad'. If the mode is 'Pad' or 'Stretch' then both width and height must be specified. Else if the mode is 'PreserveAspectRatio' then only one of width or height need be provided.
- Width string
- The desired output video width.
- height String
- The desired output video height.
- mode String
- Describes the video scaling mode to be applied. Default mode is 'Pad'. If the mode is 'Pad' or 'Stretch' then both width and height must be specified. Else if the mode is 'PreserveAspectRatio' then only one of width or height need be provided.
- width String
- The desired output video width.
- height string
- The desired output video height.
- mode string
- Describes the video scaling mode to be applied. Default mode is 'Pad'. If the mode is 'Pad' or 'Stretch' then both width and height must be specified. Else if the mode is 'PreserveAspectRatio' then only one of width or height need be provided.
- width string
- The desired output video width.
- height str
- The desired output video height.
- mode str
- Describes the video scaling mode to be applied. Default mode is 'Pad'. If the mode is 'Pad' or 'Stretch' then both width and height must be specified. Else if the mode is 'PreserveAspectRatio' then only one of width or height need be provided.
- width str
- The desired output video width.
- height String
- The desired output video height.
- mode String
- Describes the video scaling mode to be applied. Default mode is 'Pad'. If the mode is 'Pad' or 'Stretch' then both width and height must be specified. Else if the mode is 'PreserveAspectRatio' then only one of width or height need be provided.
- width String
- The desired output video width.
VideoSequenceAbsoluteTimeMarkersResponse     
- Ranges string
- The sequence of datetime ranges. Example: '[["2021-10-05T03:30:00Z", "2021-10-05T03:40:00Z"]]'.
- Ranges string
- The sequence of datetime ranges. Example: '[["2021-10-05T03:30:00Z", "2021-10-05T03:40:00Z"]]'.
- ranges String
- The sequence of datetime ranges. Example: '[["2021-10-05T03:30:00Z", "2021-10-05T03:40:00Z"]]'.
- ranges string
- The sequence of datetime ranges. Example: '[["2021-10-05T03:30:00Z", "2021-10-05T03:40:00Z"]]'.
- ranges str
- The sequence of datetime ranges. Example: '[["2021-10-05T03:30:00Z", "2021-10-05T03:40:00Z"]]'.
- ranges String
- The sequence of datetime ranges. Example: '[["2021-10-05T03:30:00Z", "2021-10-05T03:40:00Z"]]'.
VideoSinkResponse  
- Inputs
List<Pulumi.Azure Native. Video Analyzer. Inputs. Node Input Response> 
- An array of upstream node references within the topology to be used as inputs for this node.
- Name string
- Node name. Must be unique within the topology.
- VideoName string
- Name of a new or existing video resource used to capture and publish content. Note: if downstream of RTSP source, and if disableArchive is set to true, then no content is archived.
- VideoCreation Pulumi.Properties Azure Native. Video Analyzer. Inputs. Video Creation Properties Response 
- Optional video properties to be used in case a new video resource needs to be created on the service.
- VideoPublishing Pulumi.Options Azure Native. Video Analyzer. Inputs. Video Publishing Options Response 
- Options to change how the video sink publishes content via the video resource. This property is only allowed for topologies where "kind" is set to "live".
- Inputs
[]NodeInput Response 
- An array of upstream node references within the topology to be used as inputs for this node.
- Name string
- Node name. Must be unique within the topology.
- VideoName string
- Name of a new or existing video resource used to capture and publish content. Note: if downstream of RTSP source, and if disableArchive is set to true, then no content is archived.
- VideoCreation VideoProperties Creation Properties Response 
- Optional video properties to be used in case a new video resource needs to be created on the service.
- VideoPublishing VideoOptions Publishing Options Response 
- Options to change how the video sink publishes content via the video resource. This property is only allowed for topologies where "kind" is set to "live".
- inputs
List<NodeInput Response> 
- An array of upstream node references within the topology to be used as inputs for this node.
- name String
- Node name. Must be unique within the topology.
- videoName String
- Name of a new or existing video resource used to capture and publish content. Note: if downstream of RTSP source, and if disableArchive is set to true, then no content is archived.
- videoCreation VideoProperties Creation Properties Response 
- Optional video properties to be used in case a new video resource needs to be created on the service.
- videoPublishing VideoOptions Publishing Options Response 
- Options to change how the video sink publishes content via the video resource. This property is only allowed for topologies where "kind" is set to "live".
- inputs
NodeInput Response[] 
- An array of upstream node references within the topology to be used as inputs for this node.
- name string
- Node name. Must be unique within the topology.
- videoName string
- Name of a new or existing video resource used to capture and publish content. Note: if downstream of RTSP source, and if disableArchive is set to true, then no content is archived.
- videoCreation VideoProperties Creation Properties Response 
- Optional video properties to be used in case a new video resource needs to be created on the service.
- videoPublishing VideoOptions Publishing Options Response 
- Options to change how the video sink publishes content via the video resource. This property is only allowed for topologies where "kind" is set to "live".
- inputs
Sequence[NodeInput Response] 
- An array of upstream node references within the topology to be used as inputs for this node.
- name str
- Node name. Must be unique within the topology.
- video_name str
- Name of a new or existing video resource used to capture and publish content. Note: if downstream of RTSP source, and if disableArchive is set to true, then no content is archived.
- video_creation_ Videoproperties Creation Properties Response 
- Optional video properties to be used in case a new video resource needs to be created on the service.
- video_publishing_ Videooptions Publishing Options Response 
- Options to change how the video sink publishes content via the video resource. This property is only allowed for topologies where "kind" is set to "live".
- inputs List<Property Map>
- An array of upstream node references within the topology to be used as inputs for this node.
- name String
- Node name. Must be unique within the topology.
- videoName String
- Name of a new or existing video resource used to capture and publish content. Note: if downstream of RTSP source, and if disableArchive is set to true, then no content is archived.
- videoCreation Property MapProperties 
- Optional video properties to be used in case a new video resource needs to be created on the service.
- videoPublishing Property MapOptions 
- Options to change how the video sink publishes content via the video resource. This property is only allowed for topologies where "kind" is set to "live".
VideoSourceResponse  
- Name string
- Node name. Must be unique within the topology.
- TimeSequences Pulumi.Azure Native. Video Analyzer. Inputs. Video Sequence Absolute Time Markers Response 
- Describes a sequence of datetime ranges. The video source only picks up recorded media within these ranges.
- VideoName string
- Name of the Video Analyzer video resource to be used as the source.
- Name string
- Node name. Must be unique within the topology.
- TimeSequences VideoSequence Absolute Time Markers Response 
- Describes a sequence of datetime ranges. The video source only picks up recorded media within these ranges.
- VideoName string
- Name of the Video Analyzer video resource to be used as the source.
- name String
- Node name. Must be unique within the topology.
- timeSequences VideoSequence Absolute Time Markers Response 
- Describes a sequence of datetime ranges. The video source only picks up recorded media within these ranges.
- videoName String
- Name of the Video Analyzer video resource to be used as the source.
- name string
- Node name. Must be unique within the topology.
- timeSequences VideoSequence Absolute Time Markers Response 
- Describes a sequence of datetime ranges. The video source only picks up recorded media within these ranges.
- videoName string
- Name of the Video Analyzer video resource to be used as the source.
- name str
- Node name. Must be unique within the topology.
- time_sequences VideoSequence Absolute Time Markers Response 
- Describes a sequence of datetime ranges. The video source only picks up recorded media within these ranges.
- video_name str
- Name of the Video Analyzer video resource to be used as the source.
- name String
- Node name. Must be unique within the topology.
- timeSequences Property Map
- Describes a sequence of datetime ranges. The video source only picks up recorded media within these ranges.
- videoName String
- Name of the Video Analyzer video resource to be used as the source.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v1 docs if using the v1 version of this package.
Azure Native v2.89.1 published on Sunday, Mar 2, 2025 by Pulumi