Interface ICfnStreamGroupProps
Properties for defining a CfnStreamGroup
.
Namespace: Amazon.CDK.AwsGameliftstreams
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnStreamGroupProps
Syntax (vb)
Public Interface ICfnStreamGroupProps
Remarks
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 cfnStreamGroupProps = new CfnStreamGroupProps {
Description = "description",
LocationConfigurations = new [] { new LocationConfigurationProperty {
LocationName = "locationName",
// the properties below are optional
AlwaysOnCapacity = 123,
OnDemandCapacity = 123
} },
StreamClass = "streamClass",
// the properties below are optional
DefaultApplication = new DefaultApplicationProperty {
Arn = "arn",
Id = "id"
},
Tags = new Dictionary<string, string> {
{ "tagsKey", "tags" }
}
};
Synopsis
Properties
Default |
Object that identifies the Amazon GameLift Streams application to stream with this stream group. |
Description | A descriptive label for the stream group. |
Location |
A set of one or more locations and the streaming capacity for each location. |
Stream |
The target stream quality for sessions that are hosted in this stream group. |
Tags | A list of labels to assign to the new stream group resource. |
Properties
DefaultApplication
Object that identifies the Amazon GameLift Streams application to stream with this stream group.
virtual object DefaultApplication { get; }
Property Value
System.
Remarks
Description
A descriptive label for the stream group.
string Description { get; }
Property Value
System.
Remarks
LocationConfigurations
A set of one or more locations and the streaming capacity for each location.
object LocationConfigurations { get; }
Property Value
System.
Remarks
One of the locations MUST be your primary location, which is the AWS Region where you are specifying this resource.
StreamClass
The target stream quality for sessions that are hosted in this stream group.
string StreamClass { get; }
Property Value
System.
Remarks
Set a stream class that is appropriate to the type of content that you're streaming. Stream class determines the type of computing resources Amazon GameLift Streams uses and impacts the cost of streaming. The following options are available:
A stream class can be one of the following:
Tags
A list of labels to assign to the new stream group resource.
virtual IDictionary<string, string> Tags { get; }
Property Value
System.
Remarks
Tags are developer-defined key-value pairs. Tagging AWS resources is useful for resource management, access management and cost allocation. See Tagging AWS Resources in the AWS General Reference .