package awscdkgameliftalpha // Options for `gamelift.Alias`. // // Example: // // The code below shows an example of how to instantiate this type. // // The values are placeholders you should change. // import gamelift_alpha "github.com/aws/aws-cdk-go/awscdkgameliftalpha" // // aliasOptions := &AliasOptions{ // Description: jsii.String("description"), // } // // Experimental. type AliasOptions struct { // Description for the alias. // Experimental. Description *string `field:"optional" json:"description" yaml:"description"` }