1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. nimblestudio
  5. getStreamingImage

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.30.0 published on Monday, Jun 16, 2025 by Pulumi

aws-native.nimblestudio.getStreamingImage

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.30.0 published on Monday, Jun 16, 2025 by Pulumi

    Resource Type definition for AWS::NimbleStudio::StreamingImage

    Using getStreamingImage

    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 getStreamingImage(args: GetStreamingImageArgs, opts?: InvokeOptions): Promise<GetStreamingImageResult>
    function getStreamingImageOutput(args: GetStreamingImageOutputArgs, opts?: InvokeOptions): Output<GetStreamingImageResult>
    def get_streaming_image(streaming_image_id: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetStreamingImageResult
    def get_streaming_image_output(streaming_image_id: Optional[pulumi.Input[str]] = None,
                            opts: Optional[InvokeOptions] = None) -> Output[GetStreamingImageResult]
    func LookupStreamingImage(ctx *Context, args *LookupStreamingImageArgs, opts ...InvokeOption) (*LookupStreamingImageResult, error)
    func LookupStreamingImageOutput(ctx *Context, args *LookupStreamingImageOutputArgs, opts ...InvokeOption) LookupStreamingImageResultOutput

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

    public static class GetStreamingImage 
    {
        public static Task<GetStreamingImageResult> InvokeAsync(GetStreamingImageArgs args, InvokeOptions? opts = null)
        public static Output<GetStreamingImageResult> Invoke(GetStreamingImageInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetStreamingImageResult> getStreamingImage(GetStreamingImageArgs args, InvokeOptions options)
    public static Output<GetStreamingImageResult> getStreamingImage(GetStreamingImageArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:nimblestudio:getStreamingImage
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getStreamingImage Result

    The following output properties are available:

    Supporting Types

    StreamingImageEncryptionConfiguration

    KeyType string
    KeyArn string
    KeyType string
    KeyArn string
    keyType String
    keyArn String
    keyType string
    keyArn string
    keyType String
    keyArn String

    Package Details

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

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.30.0 published on Monday, Jun 16, 2025 by Pulumi