Class CfnApplicationProps.Jsii$Proxy
- All Implemented Interfaces:
CfnApplicationProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnApplicationProps
CfnApplicationProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.gameliftstreams.CfnApplicationProps
CfnApplicationProps.Builder, CfnApplicationProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnApplicationProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnApplicationProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringAn Amazon S3 URI to a bucket where you would like Amazon GameLift Streams to save application logs.Locations of log files that your content generates during a stream session.final StringThe location of the content that you want to stream.final StringA human-readable label for the application.final StringThe relative path and file name of the executable file that Amazon GameLift Streams will stream.final ObjectA set of configuration settings to run the application on a stream group.getTags()A list of labels to assign to the new application resource.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnApplicationProps.Builder.
-
-
Method Details
-
getApplicationSourceUri
Description copied from interface:CfnApplicationPropsThe 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.
- Specified by:
getApplicationSourceUriin interfaceCfnApplicationProps- See Also:
-
getDescription
Description copied from interface:CfnApplicationPropsA human-readable label for the application.You can update this value later.
- Specified by:
getDescriptionin interfaceCfnApplicationProps- See Also:
-
getExecutablePath
Description copied from interface:CfnApplicationPropsThe relative path and file name of the executable file that Amazon GameLift Streams will stream.Specify a path relative to the location set in
ApplicationSourceUri. The file must be contained within the application's root folder. For Windows applications, the file must be a valid Windows executable or batch file with a filename ending in .exe, .cmd, or .bat. For Linux applications, the file must be a valid Linux binary executable or a script that contains an initial interpreter line starting with a shebang ('#!').- Specified by:
getExecutablePathin interfaceCfnApplicationProps- See Also:
-
getRuntimeEnvironment
Description copied from interface:CfnApplicationPropsA 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.
Returns union: either
IResolvableorCfnApplication.RuntimeEnvironmentProperty- Specified by:
getRuntimeEnvironmentin interfaceCfnApplicationProps- See Also:
-
getApplicationLogOutputUri
Description copied from interface:CfnApplicationPropsAn 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.- Specified by:
getApplicationLogOutputUriin interfaceCfnApplicationProps- See Also:
-
getApplicationLogPaths
Description copied from interface:CfnApplicationPropsLocations of log files that your content generates during a stream session.Enter path values that are relative to the
ApplicationSourceUrilocation. You can specify up to 10 log paths. Amazon GameLift Streams uploads designated log files to the Amazon S3 bucket that you specify inApplicationLogOutputUriat the end of a stream session. To retrieve stored log files, call GetStreamSession and get theLogFileLocationUri.- Specified by:
getApplicationLogPathsin interfaceCfnApplicationProps- See Also:
-
getTags
Description copied from interface:CfnApplicationPropsA 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 .
- Specified by:
getTagsin interfaceCfnApplicationProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-