1. Packages
  2. AWS Native
  3. API Docs
  4. rekognition
  5. getStreamProcessor

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

aws-native.rekognition.getStreamProcessor

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi

    The AWS::Rekognition::StreamProcessor type is used to create an Amazon Rekognition StreamProcessor that you can use to analyze streaming videos.

    Using getStreamProcessor

    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 getStreamProcessor(args: GetStreamProcessorArgs, opts?: InvokeOptions): Promise<GetStreamProcessorResult>
    function getStreamProcessorOutput(args: GetStreamProcessorOutputArgs, opts?: InvokeOptions): Output<GetStreamProcessorResult>
    def get_stream_processor(name: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetStreamProcessorResult
    def get_stream_processor_output(name: Optional[pulumi.Input[str]] = None,
                             opts: Optional[InvokeOptions] = None) -> Output[GetStreamProcessorResult]
    func LookupStreamProcessor(ctx *Context, args *LookupStreamProcessorArgs, opts ...InvokeOption) (*LookupStreamProcessorResult, error)
    func LookupStreamProcessorOutput(ctx *Context, args *LookupStreamProcessorOutputArgs, opts ...InvokeOption) LookupStreamProcessorResultOutput

    > Note: This function is named LookupStreamProcessor in the Go SDK.

    public static class GetStreamProcessor 
    {
        public static Task<GetStreamProcessorResult> InvokeAsync(GetStreamProcessorArgs args, InvokeOptions? opts = null)
        public static Output<GetStreamProcessorResult> Invoke(GetStreamProcessorInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetStreamProcessorResult> getStreamProcessor(GetStreamProcessorArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:rekognition:getStreamProcessor
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Name string
    Name of the stream processor. It's an identifier you assign to the stream processor. You can use it to manage the stream processor.
    Name string
    Name of the stream processor. It's an identifier you assign to the stream processor. You can use it to manage the stream processor.
    name String
    Name of the stream processor. It's an identifier you assign to the stream processor. You can use it to manage the stream processor.
    name string
    Name of the stream processor. It's an identifier you assign to the stream processor. You can use it to manage the stream processor.
    name str
    Name of the stream processor. It's an identifier you assign to the stream processor. You can use it to manage the stream processor.
    name String
    Name of the stream processor. It's an identifier you assign to the stream processor. You can use it to manage the stream processor.

    getStreamProcessor Result

    The following output properties are available:

    Arn string
    Status string
    Current status of the stream processor.
    StatusMessage string
    Detailed status message about the stream processor.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    An array of key-value pairs to apply to this resource.
    Arn string
    Status string
    Current status of the stream processor.
    StatusMessage string
    Detailed status message about the stream processor.
    Tags Tag
    An array of key-value pairs to apply to this resource.
    arn String
    status String
    Current status of the stream processor.
    statusMessage String
    Detailed status message about the stream processor.
    tags List<Tag>
    An array of key-value pairs to apply to this resource.
    arn string
    status string
    Current status of the stream processor.
    statusMessage string
    Detailed status message about the stream processor.
    tags Tag[]
    An array of key-value pairs to apply to this resource.
    arn str
    status str
    Current status of the stream processor.
    status_message str
    Detailed status message about the stream processor.
    tags Sequence[_root_Tag]
    An array of key-value pairs to apply to this resource.
    arn String
    status String
    Current status of the stream processor.
    statusMessage String
    Detailed status message about the stream processor.
    tags List<Property Map>
    An array of key-value pairs to apply to this resource.

    Supporting Types

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.100.0 published on Wednesday, Mar 27, 2024 by Pulumi