Show / Hide Table of Contents

Class AliasOptions

(experimental) Options for gamelift.Alias.

Inheritance
object
AliasOptions
Implements
IAliasOptions
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.GameLift.Alpha
Assembly: Amazon.CDK.AWS.GameLift.Alpha.dll
Syntax (csharp)
public class AliasOptions : IAliasOptions
Syntax (vb)
Public Class AliasOptions Implements IAliasOptions
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;

             var aliasOptions = new AliasOptions {
                 Description = "description"
             };

Synopsis

Constructors

AliasOptions()

(experimental) Options for gamelift.Alias.

Properties

Description

(experimental) Description for the alias.

Constructors

AliasOptions()

(experimental) Options for gamelift.Alias.

public AliasOptions()
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;

             var aliasOptions = new AliasOptions {
                 Description = "description"
             };

Properties

Description

(experimental) Description for the alias.

public string? Description { get; set; }
Property Value

string

Remarks

Default: No description

Stability: Experimental

Implements

IAliasOptions
Back to top Generated by DocFX