1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. gameliftstreams
  5. getApplication

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.gameliftstreams.getApplication

Explore with Pulumi AI

aws-native logo

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

    Definition of AWS::GameLiftStreams::Application Resource Type

    Using getApplication

    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 getApplication(args: GetApplicationArgs, opts?: InvokeOptions): Promise<GetApplicationResult>
    function getApplicationOutput(args: GetApplicationOutputArgs, opts?: InvokeOptions): Output<GetApplicationResult>
    def get_application(arn: Optional[str] = None,
                        opts: Optional[InvokeOptions] = None) -> GetApplicationResult
    def get_application_output(arn: Optional[pulumi.Input[str]] = None,
                        opts: Optional[InvokeOptions] = None) -> Output[GetApplicationResult]
    func LookupApplication(ctx *Context, args *LookupApplicationArgs, opts ...InvokeOption) (*LookupApplicationResult, error)
    func LookupApplicationOutput(ctx *Context, args *LookupApplicationOutputArgs, opts ...InvokeOption) LookupApplicationResultOutput

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

    public static class GetApplication 
    {
        public static Task<GetApplicationResult> InvokeAsync(GetApplicationArgs args, InvokeOptions? opts = null)
        public static Output<GetApplicationResult> Invoke(GetApplicationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetApplicationResult> getApplication(GetApplicationArgs args, InvokeOptions options)
    public static Output<GetApplicationResult> getApplication(GetApplicationArgs args, InvokeOptions options)
    
    fn::invoke:
      function: aws-native:gameliftstreams:getApplication
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Arn string

    An Amazon Resource Name (ARN) that uniquely identifies the application resource across all AWS Regions. For example:

    arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6 .

    Arn string

    An Amazon Resource Name (ARN) that uniquely identifies the application resource across all AWS Regions. For example:

    arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6 .

    arn String

    An Amazon Resource Name (ARN) that uniquely identifies the application resource across all AWS Regions. For example:

    arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6 .

    arn string

    An Amazon Resource Name (ARN) that uniquely identifies the application resource across all AWS Regions. For example:

    arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6 .

    arn str

    An Amazon Resource Name (ARN) that uniquely identifies the application resource across all AWS Regions. For example:

    arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6 .

    arn String

    An Amazon Resource Name (ARN) that uniquely identifies the application resource across all AWS Regions. For example:

    arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6 .

    getApplication Result

    The following output properties are available:

    ApplicationLogOutputUri string
    An Amazon S3 URI to a bucket where you would like Amazon GameLift Streams to save application logs. Required if you specify one or more ApplicationLogPaths .
    ApplicationLogPaths List<string>
    Locations of log files that your content generates during a stream session. Enter path values that are relative to the ApplicationSourceUri location. You can specify up to 10 log paths. Amazon GameLift Streams uploads designated log files to the Amazon S3 bucket that you specify in ApplicationLogOutputUri at the end of a stream session. To retrieve stored log files, call GetStreamSession and get the LogFileLocationUri .
    Arn string

    An Amazon Resource Name (ARN) that uniquely identifies the application resource across all AWS Regions. For example:

    arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6 .

    Description string
    A human-readable label for the application. You can update this value later.
    Id string
    An ID that uniquely identifies the application resource. For example: a-9ZY8X7Wv6 .
    Tags Dictionary<string, string>
    A list of labels to assign to the new application resource. Tags are developer-defined key-value pairs. Tagging AWS resources is useful for resource management, access management and cost allocation. See Tagging AWS Resources in the AWS General Reference .
    ApplicationLogOutputUri string
    An Amazon S3 URI to a bucket where you would like Amazon GameLift Streams to save application logs. Required if you specify one or more ApplicationLogPaths .
    ApplicationLogPaths []string
    Locations of log files that your content generates during a stream session. Enter path values that are relative to the ApplicationSourceUri location. You can specify up to 10 log paths. Amazon GameLift Streams uploads designated log files to the Amazon S3 bucket that you specify in ApplicationLogOutputUri at the end of a stream session. To retrieve stored log files, call GetStreamSession and get the LogFileLocationUri .
    Arn string

    An Amazon Resource Name (ARN) that uniquely identifies the application resource across all AWS Regions. For example:

    arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6 .

    Description string
    A human-readable label for the application. You can update this value later.
    Id string
    An ID that uniquely identifies the application resource. For example: a-9ZY8X7Wv6 .
    Tags map[string]string
    A list of labels to assign to the new application resource. Tags are developer-defined key-value pairs. Tagging AWS resources is useful for resource management, access management and cost allocation. See Tagging AWS Resources in the AWS General Reference .
    applicationLogOutputUri String
    An Amazon S3 URI to a bucket where you would like Amazon GameLift Streams to save application logs. Required if you specify one or more ApplicationLogPaths .
    applicationLogPaths List<String>
    Locations of log files that your content generates during a stream session. Enter path values that are relative to the ApplicationSourceUri location. You can specify up to 10 log paths. Amazon GameLift Streams uploads designated log files to the Amazon S3 bucket that you specify in ApplicationLogOutputUri at the end of a stream session. To retrieve stored log files, call GetStreamSession and get the LogFileLocationUri .
    arn String

    An Amazon Resource Name (ARN) that uniquely identifies the application resource across all AWS Regions. For example:

    arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6 .

    description String
    A human-readable label for the application. You can update this value later.
    id String
    An ID that uniquely identifies the application resource. For example: a-9ZY8X7Wv6 .
    tags Map<String,String>
    A list of labels to assign to the new application resource. Tags are developer-defined key-value pairs. Tagging AWS resources is useful for resource management, access management and cost allocation. See Tagging AWS Resources in the AWS General Reference .
    applicationLogOutputUri string
    An Amazon S3 URI to a bucket where you would like Amazon GameLift Streams to save application logs. Required if you specify one or more ApplicationLogPaths .
    applicationLogPaths string[]
    Locations of log files that your content generates during a stream session. Enter path values that are relative to the ApplicationSourceUri location. You can specify up to 10 log paths. Amazon GameLift Streams uploads designated log files to the Amazon S3 bucket that you specify in ApplicationLogOutputUri at the end of a stream session. To retrieve stored log files, call GetStreamSession and get the LogFileLocationUri .
    arn string

    An Amazon Resource Name (ARN) that uniquely identifies the application resource across all AWS Regions. For example:

    arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6 .

    description string
    A human-readable label for the application. You can update this value later.
    id string
    An ID that uniquely identifies the application resource. For example: a-9ZY8X7Wv6 .
    tags {[key: string]: string}
    A list of labels to assign to the new application resource. Tags are developer-defined key-value pairs. Tagging AWS resources is useful for resource management, access management and cost allocation. See Tagging AWS Resources in the AWS General Reference .
    application_log_output_uri str
    An Amazon S3 URI to a bucket where you would like Amazon GameLift Streams to save application logs. Required if you specify one or more ApplicationLogPaths .
    application_log_paths Sequence[str]
    Locations of log files that your content generates during a stream session. Enter path values that are relative to the ApplicationSourceUri location. You can specify up to 10 log paths. Amazon GameLift Streams uploads designated log files to the Amazon S3 bucket that you specify in ApplicationLogOutputUri at the end of a stream session. To retrieve stored log files, call GetStreamSession and get the LogFileLocationUri .
    arn str

    An Amazon Resource Name (ARN) that uniquely identifies the application resource across all AWS Regions. For example:

    arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6 .

    description str
    A human-readable label for the application. You can update this value later.
    id str
    An ID that uniquely identifies the application resource. For example: a-9ZY8X7Wv6 .
    tags Mapping[str, str]
    A list of labels to assign to the new application resource. Tags are developer-defined key-value pairs. Tagging AWS resources is useful for resource management, access management and cost allocation. See Tagging AWS Resources in the AWS General Reference .
    applicationLogOutputUri String
    An Amazon S3 URI to a bucket where you would like Amazon GameLift Streams to save application logs. Required if you specify one or more ApplicationLogPaths .
    applicationLogPaths List<String>
    Locations of log files that your content generates during a stream session. Enter path values that are relative to the ApplicationSourceUri location. You can specify up to 10 log paths. Amazon GameLift Streams uploads designated log files to the Amazon S3 bucket that you specify in ApplicationLogOutputUri at the end of a stream session. To retrieve stored log files, call GetStreamSession and get the LogFileLocationUri .
    arn String

    An Amazon Resource Name (ARN) that uniquely identifies the application resource across all AWS Regions. For example:

    arn:aws:gameliftstreams:us-west-2:123456789012:application/a-9ZY8X7Wv6 .

    description String
    A human-readable label for the application. You can update this value later.
    id String
    An ID that uniquely identifies the application resource. For example: a-9ZY8X7Wv6 .
    tags Map<String>
    A list of labels to assign to the new application resource. Tags are developer-defined key-value pairs. Tagging AWS resources is useful for resource management, access management and cost allocation. See Tagging AWS Resources in the AWS General Reference .

    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.26.0 published on Wednesday, Mar 12, 2025 by Pulumi