Class CfnApplication.RuntimeEnvironmentProperty
Configuration settings that identify the operating system for an application resource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.GameLiftStreams
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnApplication.RuntimeEnvironmentProperty : CfnApplication.IRuntimeEnvironmentProperty
Syntax (vb)
Public Class CfnApplication.RuntimeEnvironmentProperty Implements CfnApplication.IRuntimeEnvironmentProperty
Remarks
This can also include a compatibility layer and other drivers.
A runtime environment can be one of the following:
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.GameLiftStreams;
var runtimeEnvironmentProperty = new RuntimeEnvironmentProperty {
Type = "type",
Version = "version"
};
Synopsis
Constructors
| RuntimeEnvironmentProperty() | Configuration settings that identify the operating system for an application resource. |
Properties
| Type | The operating system and other drivers. |
| Version | Versioned container environment for the application operating system. |
Constructors
RuntimeEnvironmentProperty()
Configuration settings that identify the operating system for an application resource.
public RuntimeEnvironmentProperty()
Remarks
This can also include a compatibility layer and other drivers.
A runtime environment can be one of the following:
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.GameLiftStreams;
var runtimeEnvironmentProperty = new RuntimeEnvironmentProperty {
Type = "type",
Version = "version"
};
Properties
Type
The operating system and other drivers.
public string Type { get; set; }
Property Value
Remarks
For Proton, this also includes the Proton compatibility layer.
Version
Versioned container environment for the application operating system.
public string Version { get; set; }