We recommend new projects start with resources from the AWS provider.
aws-native.rekognition.getStreamProcessor
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
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
- Amazon Resource Name for the newly created stream processor.
- Status string
- Current status of the stream processor.
- Status
Message string - Detailed status message about the stream processor.
- List<Pulumi.
Aws Native. Outputs. Tag> - An array of key-value pairs to apply to this resource.
- Arn string
- Amazon Resource Name for the newly created stream processor.
- Status string
- Current status of the stream processor.
- Status
Message string - Detailed status message about the stream processor.
- Tag
- An array of key-value pairs to apply to this resource.
- arn String
- Amazon Resource Name for the newly created stream processor.
- status String
- Current status of the stream processor.
- status
Message String - Detailed status message about the stream processor.
- List<Tag>
- An array of key-value pairs to apply to this resource.
- arn string
- Amazon Resource Name for the newly created stream processor.
- status string
- Current status of the stream processor.
- status
Message string - Detailed status message about the stream processor.
- Tag[]
- An array of key-value pairs to apply to this resource.
- arn str
- Amazon Resource Name for the newly created stream processor.
- status str
- Current status of the stream processor.
- status_
message str - Detailed status message about the stream processor.
- Sequence[root_Tag]
- An array of key-value pairs to apply to this resource.
- arn String
- Amazon Resource Name for the newly created stream processor.
- status String
- Current status of the stream processor.
- status
Message String - Detailed status message about the stream processor.
- List<Property Map>
- An array of key-value pairs to apply to this resource.
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.