We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
aws-native.nimblestudio.getStreamingImage
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 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 dictionaryThe following arguments are supported:
- StreamingImage stringId 
- The unique identifier for the streaming image resource.
- StreamingImage stringId 
- The unique identifier for the streaming image resource.
- streamingImage StringId 
- The unique identifier for the streaming image resource.
- streamingImage stringId 
- The unique identifier for the streaming image resource.
- streaming_image_ strid 
- The unique identifier for the streaming image resource.
- streamingImage StringId 
- The unique identifier for the streaming image resource.
getStreamingImage Result
The following output properties are available:
- Description string
- A human-readable description of the streaming image.
- EncryptionConfiguration Pulumi.Aws Native. Nimble Studio. Outputs. Streaming Image Encryption Configuration 
- EncryptionConfiguration stringKey Arn 
- EncryptionConfiguration stringKey Type 
- EulaIds List<string>
- The list of IDs of EULAs that must be accepted before a streaming session can be started using this streaming image.
- Name string
- A friendly name for a streaming image resource.
- Owner string
- The owner of the streaming image, either the studioId that contains the streaming image or 'amazon' for images that are provided by .
- Platform string
- The platform of the streaming image, either WINDOWS or LINUX.
- StreamingImage stringId 
- The unique identifier for the streaming image resource.
- Description string
- A human-readable description of the streaming image.
- EncryptionConfiguration StreamingImage Encryption Configuration 
- EncryptionConfiguration stringKey Arn 
- EncryptionConfiguration stringKey Type 
- EulaIds []string
- The list of IDs of EULAs that must be accepted before a streaming session can be started using this streaming image.
- Name string
- A friendly name for a streaming image resource.
- Owner string
- The owner of the streaming image, either the studioId that contains the streaming image or 'amazon' for images that are provided by .
- Platform string
- The platform of the streaming image, either WINDOWS or LINUX.
- StreamingImage stringId 
- The unique identifier for the streaming image resource.
- description String
- A human-readable description of the streaming image.
- encryptionConfiguration StreamingImage Encryption Configuration 
- encryptionConfiguration StringKey Arn 
- encryptionConfiguration StringKey Type 
- eulaIds List<String>
- The list of IDs of EULAs that must be accepted before a streaming session can be started using this streaming image.
- name String
- A friendly name for a streaming image resource.
- owner String
- The owner of the streaming image, either the studioId that contains the streaming image or 'amazon' for images that are provided by .
- platform String
- The platform of the streaming image, either WINDOWS or LINUX.
- streamingImage StringId 
- The unique identifier for the streaming image resource.
- description string
- A human-readable description of the streaming image.
- encryptionConfiguration StreamingImage Encryption Configuration 
- encryptionConfiguration stringKey Arn 
- encryptionConfiguration stringKey Type 
- eulaIds string[]
- The list of IDs of EULAs that must be accepted before a streaming session can be started using this streaming image.
- name string
- A friendly name for a streaming image resource.
- owner string
- The owner of the streaming image, either the studioId that contains the streaming image or 'amazon' for images that are provided by .
- platform string
- The platform of the streaming image, either WINDOWS or LINUX.
- streamingImage stringId 
- The unique identifier for the streaming image resource.
- description str
- A human-readable description of the streaming image.
- encryption_configuration StreamingImage Encryption Configuration 
- encryption_configuration_ strkey_ arn 
- encryption_configuration_ strkey_ type 
- eula_ids Sequence[str]
- The list of IDs of EULAs that must be accepted before a streaming session can be started using this streaming image.
- name str
- A friendly name for a streaming image resource.
- owner str
- The owner of the streaming image, either the studioId that contains the streaming image or 'amazon' for images that are provided by .
- platform str
- The platform of the streaming image, either WINDOWS or LINUX.
- streaming_image_ strid 
- The unique identifier for the streaming image resource.
- description String
- A human-readable description of the streaming image.
- encryptionConfiguration Property Map
- encryptionConfiguration StringKey Arn 
- encryptionConfiguration StringKey Type 
- eulaIds List<String>
- The list of IDs of EULAs that must be accepted before a streaming session can be started using this streaming image.
- name String
- A friendly name for a streaming image resource.
- owner String
- The owner of the streaming image, either the studioId that contains the streaming image or 'amazon' for images that are provided by .
- platform String
- The platform of the streaming image, either WINDOWS or LINUX.
- streamingImage StringId 
- The unique identifier for the streaming image resource.
Supporting Types
StreamingImageEncryptionConfiguration   
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi