Interface IScriptAttributes
(experimental) Represents a Script content defined outside of this stack.
Namespace: Amazon.CDK.AWS.GameLift.Alpha
Assembly: Amazon.CDK.AWS.GameLift.Alpha.dll
Syntax (csharp)
public interface IScriptAttributes
Syntax (vb)
Public Interface IScriptAttributes
Remarks
Stability: Experimental
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.GameLift.Alpha;
using Amazon.CDK.AWS.IAM;
Role role;
var scriptAttributes = new ScriptAttributes {
ScriptArn = "scriptArn",
// the properties below are optional
Role = role
};
Synopsis
Properties
Role | (experimental) The IAM role assumed by GameLift to access server script in S3. |
Script |
(experimental) The ARN of the realtime server script. |
Properties
Role
(experimental) The IAM role assumed by GameLift to access server script in S3.
virtual IRole Role { get; }
Property Value
Remarks
Default: - undefined
Stability: Experimental
ScriptArn
(experimental) The ARN of the realtime server script.
string ScriptArn { get; }
Property Value
System.
Remarks
Stability: Experimental