aws-native.rekognition.getStreamProcessor
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.
- Status
Message string Detailed status message about the stream processor.
- List<Pulumi.
Aws Native. Rekognition. Outputs. Stream Processor Tag> An array of key-value pairs to apply to this resource.
- Arn string
- Status string
Current status of the stream processor.
- Status
Message string Detailed status message about the stream processor.
- []Stream
Processor Tag An array of key-value pairs to apply to this resource.
- arn String
- status String
Current status of the stream processor.
- status
Message String Detailed status message about the stream processor.
- List<Stream
Processor Tag> An array of key-value pairs to apply to this resource.
- arn string
- status string
Current status of the stream processor.
- status
Message string Detailed status message about the stream processor.
- Stream
Processor 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.
- Sequence[Stream
Processor Tag] An array of key-value pairs to apply to this resource.
- arn String
- 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
StreamProcessorTag
- Key string
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Value string
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Key string
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- Value string
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key String
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value String
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key string
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value string
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key str
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value str
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- key String
The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
- value String
The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0