Show / Hide Table of Contents

Class CfnApplication.RuntimeEnvironmentProperty

Configuration settings that identify the operating system for an application resource.

Inheritance
object
CfnApplication.RuntimeEnvironmentProperty
Implements
CfnApplication.IRuntimeEnvironmentProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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:

    See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gameliftstreams-application-runtimeenvironment.html

    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:

      See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gameliftstreams-application-runtimeenvironment.html

      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

      string

      Remarks

      For Proton, this also includes the Proton compatibility layer.

      See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gameliftstreams-application-runtimeenvironment.html#cfn-gameliftstreams-application-runtimeenvironment-type

      Version

      Versioned container environment for the application operating system.

      public string Version { get; set; }
      Property Value

      string

      Remarks

      See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-gameliftstreams-application-runtimeenvironment.html#cfn-gameliftstreams-application-runtimeenvironment-version

      Implements

      CfnApplication.IRuntimeEnvironmentProperty
      Back to top Generated by DocFX