Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.gameliftstreams.CfnApplicationPropsMixin.Builder
Packages that use CfnApplicationPropsMixin.Builder
-
Uses of CfnApplicationPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.gameliftstreams
Methods in software.amazon.awscdk.cfnpropertymixins.services.gameliftstreams that return CfnApplicationPropsMixin.BuilderModifier and TypeMethodDescriptionCfnApplicationPropsMixin.Builder.applicationLogOutputUri(String applicationLogOutputUri) An Amazon S3 URI to a bucket where you would like Amazon GameLift Streams to save application logs.CfnApplicationPropsMixin.Builder.applicationLogPaths(List<String> applicationLogPaths) Locations of log files that your content generates during a stream session.CfnApplicationPropsMixin.Builder.applicationSourceUri(String applicationSourceUri) The location of the content that you want to stream.CfnApplicationPropsMixin.Builder.create()CfnApplicationPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnApplicationPropsMixin.Builder.description(String description) A human-readable label for the application.CfnApplicationPropsMixin.Builder.executablePath(String executablePath) The relative path and file name of the executable file that Amazon GameLift Streams will stream.CfnApplicationPropsMixin.Builder.runtimeEnvironment(CfnApplicationPropsMixin.RuntimeEnvironmentProperty runtimeEnvironment) A set of configuration settings to run the application on a stream group.CfnApplicationPropsMixin.Builder.runtimeEnvironment(IResolvable runtimeEnvironment) A set of configuration settings to run the application on a stream group.A list of labels to assign to the new application resource.