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

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

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

aws-native.nimblestudio.getStreamingImage

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

    Represents a streaming session machine image that can be used to launch a streaming session

    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,
                            studio_id: Optional[str] = None,
                            opts: Optional[InvokeOptions] = None) -> GetStreamingImageResult
    def get_streaming_image_output(streaming_image_id: Optional[pulumi.Input[str]] = None,
                            studio_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)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:nimblestudio:getStreamingImage
      arguments:
        # arguments dictionary

    The following arguments are supported:

    StreamingImageId string
    The unique identifier for the streaming image resource.
    StudioId string
    StreamingImageId string
    The unique identifier for the streaming image resource.
    StudioId string
    streamingImageId String
    The unique identifier for the streaming image resource.
    studioId String
    streamingImageId string
    The unique identifier for the streaming image resource.
    studioId string
    streaming_image_id str
    The unique identifier for the streaming image resource.
    studio_id str
    streamingImageId String
    The unique identifier for the streaming image resource.
    studioId String

    getStreamingImage Result

    The following output properties are available:

    Description string
    EncryptionConfiguration Pulumi.AwsNative.NimbleStudio.Outputs.StreamingImageEncryptionConfiguration
    EulaIds List<string>
    Name string
    Owner string
    Platform string
    StreamingImageId string
    The unique identifier for the streaming image resource.
    Description string
    EncryptionConfiguration StreamingImageEncryptionConfiguration
    EulaIds []string
    Name string
    Owner string
    Platform string
    StreamingImageId string
    The unique identifier for the streaming image resource.
    description String
    encryptionConfiguration StreamingImageEncryptionConfiguration
    eulaIds List<String>
    name String
    owner String
    platform String
    streamingImageId String
    The unique identifier for the streaming image resource.
    description string
    encryptionConfiguration StreamingImageEncryptionConfiguration
    eulaIds string[]
    name string
    owner string
    platform string
    streamingImageId string
    The unique identifier for the streaming image resource.
    description str
    encryption_configuration StreamingImageEncryptionConfiguration
    eula_ids Sequence[str]
    name str
    owner str
    platform str
    streaming_image_id str
    The unique identifier for the streaming image resource.
    description String
    encryptionConfiguration Property Map
    eulaIds List<String>
    name String
    owner String
    platform String
    streamingImageId String
    The unique identifier for the streaming image resource.

    Supporting Types

    StreamingImageEncryptionConfiguration

    KeyType Pulumi.AwsNative.NimbleStudio.StreamingImageEncryptionConfigurationKeyType
    The type of KMS key that is used to encrypt studio data.
    KeyArn string
    KeyType StreamingImageEncryptionConfigurationKeyType
    The type of KMS key that is used to encrypt studio data.
    KeyArn string
    keyType StreamingImageEncryptionConfigurationKeyType
    The type of KMS key that is used to encrypt studio data.
    keyArn String
    keyType StreamingImageEncryptionConfigurationKeyType
    The type of KMS key that is used to encrypt studio data.
    keyArn string
    key_type StreamingImageEncryptionConfigurationKeyType
    The type of KMS key that is used to encrypt studio data.
    key_arn str
    keyType "CUSTOMER_MANAGED_KEY"
    The type of KMS key that is used to encrypt studio data.
    keyArn String

    StreamingImageEncryptionConfigurationKeyType

    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.112.0 published on Wednesday, Jul 24, 2024 by Pulumi