Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.gamelift.CfnScriptPropsMixin.Builder
Packages that use CfnScriptPropsMixin.Builder
-
Uses of CfnScriptPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.gamelift
Methods in software.amazon.awscdk.cfnpropertymixins.services.gamelift that return CfnScriptPropsMixin.BuilderModifier and TypeMethodDescriptionstatic CfnScriptPropsMixin.BuilderCfnScriptPropsMixin.Builder.create()static CfnScriptPropsMixin.BuilderCfnScriptPropsMixin.Builder.create(CfnPropertyMixinOptions options) A descriptive label that is associated with a script.CfnScriptPropsMixin.Builder.nodeJsVersion(String nodeJsVersion) The Node.js version used for execution of the Realtime script.CfnScriptPropsMixin.Builder.storageLocation(CfnScriptPropsMixin.S3LocationProperty storageLocation) The location of the Amazon S3 bucket where a zipped file containing your Realtime scripts is stored.CfnScriptPropsMixin.Builder.storageLocation(IResolvable storageLocation) The location of the Amazon S3 bucket where a zipped file containing your Realtime scripts is stored.A list of labels to assign to the new script resource.The version that is associated with a build or script.