Show / Hide Table of Contents

Interface ICfnScriptProps

Properties for defining a AWS::GameLift::Script.

Namespace: Amazon.CDK.AWS.GameLift
Assembly: Amazon.CDK.AWS.GameLift.dll
Syntax (csharp)
public interface ICfnScriptProps
Syntax (vb)
Public Interface ICfnScriptProps
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html

Synopsis

Properties

Name

AWS::GameLift::Script.Name.

StorageLocation

AWS::GameLift::Script.StorageLocation.

Version

AWS::GameLift::Script.Version.

Properties

Name

AWS::GameLift::Script.Name.

virtual string Name { get; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html#cfn-gamelift-script-name

StorageLocation

AWS::GameLift::Script.StorageLocation.

object StorageLocation { get; }
Property Value

System.Object

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html#cfn-gamelift-script-storagelocation

Version

AWS::GameLift::Script.Version.

virtual string Version { get; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-gamelift-script.html#cfn-gamelift-script-version

Back to top Generated by DocFX