We recommend new projects start with resources from the AWS provider.
aws-native.gameliftstreams.Application
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Definition of AWS::GameLiftStreams::Application Resource Type
Create Application Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Application(name: string, args: ApplicationArgs, opts?: CustomResourceOptions);
@overload
def Application(resource_name: str,
args: ApplicationArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Application(resource_name: str,
opts: Optional[ResourceOptions] = None,
application_source_uri: Optional[str] = None,
description: Optional[str] = None,
executable_path: Optional[str] = None,
runtime_environment: Optional[ApplicationRuntimeEnvironmentArgs] = None,
application_log_output_uri: Optional[str] = None,
application_log_paths: Optional[Sequence[str]] = None,
tags: Optional[Mapping[str, str]] = None)
func NewApplication(ctx *Context, name string, args ApplicationArgs, opts ...ResourceOption) (*Application, error)
public Application(string name, ApplicationArgs args, CustomResourceOptions? opts = null)
public Application(String name, ApplicationArgs args)
public Application(String name, ApplicationArgs args, CustomResourceOptions options)
type: aws-native:gameliftstreams:Application
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ApplicationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ApplicationArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ApplicationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ApplicationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ApplicationArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Application Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Application resource accepts the following input properties:
- Application
Source stringUri The location of the content that you want to stream. Enter an Amazon S3 URI to a bucket that contains your game or other application. The location can have a multi-level prefix structure, but it must include all the files needed to run the content. Amazon GameLift Streams copies everything under the specified location.
This value is immutable. To designate a different content location, create a new application.
The Amazon S3 bucket and the Amazon GameLift Streams application must be in the same AWS Region.
- Description string
- A human-readable label for the application. You can update this value later.
- Executable
Path string - The path and file name of the executable file that launches the content for streaming. Enter a path value that is relative to the location set in
ApplicationSourceUri
. - Runtime
Environment Pulumi.Aws Native. Game Lift Streams. Inputs. Application Runtime Environment - A set of configuration settings to run the application on a stream group. This configures the operating system, and can include compatibility layers and other drivers.
- Application
Log stringOutput Uri - 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 List<string>Paths - 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 inApplicationLogOutputUri
at the end of a stream session. To retrieve stored log files, call GetStreamSession and get theLogFileLocationUri
. - 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 .
- Application
Source stringUri The location of the content that you want to stream. Enter an Amazon S3 URI to a bucket that contains your game or other application. The location can have a multi-level prefix structure, but it must include all the files needed to run the content. Amazon GameLift Streams copies everything under the specified location.
This value is immutable. To designate a different content location, create a new application.
The Amazon S3 bucket and the Amazon GameLift Streams application must be in the same AWS Region.
- Description string
- A human-readable label for the application. You can update this value later.
- Executable
Path string - The path and file name of the executable file that launches the content for streaming. Enter a path value that is relative to the location set in
ApplicationSourceUri
. - Runtime
Environment ApplicationRuntime Environment Args - A set of configuration settings to run the application on a stream group. This configures the operating system, and can include compatibility layers and other drivers.
- Application
Log stringOutput Uri - 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 []stringPaths - 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 inApplicationLogOutputUri
at the end of a stream session. To retrieve stored log files, call GetStreamSession and get theLogFileLocationUri
. - 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 .
- application
Source StringUri The location of the content that you want to stream. Enter an Amazon S3 URI to a bucket that contains your game or other application. The location can have a multi-level prefix structure, but it must include all the files needed to run the content. Amazon GameLift Streams copies everything under the specified location.
This value is immutable. To designate a different content location, create a new application.
The Amazon S3 bucket and the Amazon GameLift Streams application must be in the same AWS Region.
- description String
- A human-readable label for the application. You can update this value later.
- executable
Path String - The path and file name of the executable file that launches the content for streaming. Enter a path value that is relative to the location set in
ApplicationSourceUri
. - runtime
Environment ApplicationRuntime Environment - A set of configuration settings to run the application on a stream group. This configures the operating system, and can include compatibility layers and other drivers.
- application
Log StringOutput Uri - 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 List<String>Paths - 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 inApplicationLogOutputUri
at the end of a stream session. To retrieve stored log files, call GetStreamSession and get theLogFileLocationUri
. - 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 .
- application
Source stringUri The location of the content that you want to stream. Enter an Amazon S3 URI to a bucket that contains your game or other application. The location can have a multi-level prefix structure, but it must include all the files needed to run the content. Amazon GameLift Streams copies everything under the specified location.
This value is immutable. To designate a different content location, create a new application.
The Amazon S3 bucket and the Amazon GameLift Streams application must be in the same AWS Region.
- description string
- A human-readable label for the application. You can update this value later.
- executable
Path string - The path and file name of the executable file that launches the content for streaming. Enter a path value that is relative to the location set in
ApplicationSourceUri
. - runtime
Environment ApplicationRuntime Environment - A set of configuration settings to run the application on a stream group. This configures the operating system, and can include compatibility layers and other drivers.
- application
Log stringOutput Uri - 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 string[]Paths - 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 inApplicationLogOutputUri
at the end of a stream session. To retrieve stored log files, call GetStreamSession and get theLogFileLocationUri
. - {[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_
source_ struri The location of the content that you want to stream. Enter an Amazon S3 URI to a bucket that contains your game or other application. The location can have a multi-level prefix structure, but it must include all the files needed to run the content. Amazon GameLift Streams copies everything under the specified location.
This value is immutable. To designate a different content location, create a new application.
The Amazon S3 bucket and the Amazon GameLift Streams application must be in the same AWS Region.
- description str
- A human-readable label for the application. You can update this value later.
- executable_
path str - The path and file name of the executable file that launches the content for streaming. Enter a path value that is relative to the location set in
ApplicationSourceUri
. - runtime_
environment ApplicationRuntime Environment Args - A set of configuration settings to run the application on a stream group. This configures the operating system, and can include compatibility layers and other drivers.
- application_
log_ stroutput_ uri - 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_ Sequence[str]paths - 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 inApplicationLogOutputUri
at the end of a stream session. To retrieve stored log files, call GetStreamSession and get theLogFileLocationUri
. - 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 .
- application
Source StringUri The location of the content that you want to stream. Enter an Amazon S3 URI to a bucket that contains your game or other application. The location can have a multi-level prefix structure, but it must include all the files needed to run the content. Amazon GameLift Streams copies everything under the specified location.
This value is immutable. To designate a different content location, create a new application.
The Amazon S3 bucket and the Amazon GameLift Streams application must be in the same AWS Region.
- description String
- A human-readable label for the application. You can update this value later.
- executable
Path String - The path and file name of the executable file that launches the content for streaming. Enter a path value that is relative to the location set in
ApplicationSourceUri
. - runtime
Environment Property Map - A set of configuration settings to run the application on a stream group. This configures the operating system, and can include compatibility layers and other drivers.
- application
Log StringOutput Uri - 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 List<String>Paths - 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 inApplicationLogOutputUri
at the end of a stream session. To retrieve stored log files, call GetStreamSession and get theLogFileLocationUri
. - 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 .
Outputs
All input properties are implicitly available as output properties. Additionally, the Application resource produces the following output properties:
- 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
.- Aws
Id string - An ID that uniquely identifies the application resource. For example:
a-9ZY8X7Wv6
. - Id string
- The provider-assigned unique ID for this managed resource.
- 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
.- Aws
Id string - An ID that uniquely identifies the application resource. For example:
a-9ZY8X7Wv6
. - Id string
- The provider-assigned unique ID for this managed resource.
- 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
.- aws
Id String - An ID that uniquely identifies the application resource. For example:
a-9ZY8X7Wv6
. - id String
- The provider-assigned unique ID for this managed resource.
- 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
.- aws
Id string - An ID that uniquely identifies the application resource. For example:
a-9ZY8X7Wv6
. - id string
- The provider-assigned unique ID for this managed resource.
- 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
.- aws_
id str - An ID that uniquely identifies the application resource. For example:
a-9ZY8X7Wv6
. - id str
- The provider-assigned unique ID for this managed resource.
- 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
.- aws
Id String - An ID that uniquely identifies the application resource. For example:
a-9ZY8X7Wv6
. - id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
ApplicationRuntimeEnvironment, ApplicationRuntimeEnvironmentArgs
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.