Class CfnStreamGroupProps.Jsii$Proxy
- All Implemented Interfaces:
CfnStreamGroupProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStreamGroupProps
CfnStreamGroupProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.gameliftstreams.CfnStreamGroupProps
CfnStreamGroupProps.Builder, CfnStreamGroupProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnStreamGroupProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnStreamGroupProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectObject that identifies the Amazon GameLift Streams application to stream with this stream group.final StringA descriptive label for the stream group.final ObjectA set of one or more locations and the streaming capacity for each location.final StringThe target stream quality for sessions that are hosted in this stream group.getTags()A list of labels to assign to the new stream group resource.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnStreamGroupProps.Builder.
-
-
Method Details
-
getDescription
Description copied from interface:CfnStreamGroupPropsA descriptive label for the stream group.- Specified by:
getDescriptionin interfaceCfnStreamGroupProps- See Also:
-
getLocationConfigurations
Description copied from interface:CfnStreamGroupPropsA set of one or more locations and the streaming capacity for each location.One of the locations MUST be your primary location, which is the AWS Region where you are specifying this resource.
Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnStreamGroup.LocationConfigurationProperty>- Specified by:
getLocationConfigurationsin interfaceCfnStreamGroupProps- See Also:
-
getStreamClass
Description copied from interface:CfnStreamGroupPropsThe target stream quality for sessions that are hosted in this stream group.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:
gen5n_win2022(NVIDIA, ultra) Supports applications with extremely high 3D scene complexity. Runs applications on Microsoft Windows Server 2022 Base and supports DirectX 12. Compatible with Unreal Engine versions up through 5.4, 32 and 64-bit applications, and anti-cheat technology. Uses NVIDIA A10G Tensor GPU.- Reference resolution: 1080p
- Reference frame rate: 60 fps
- Workload specifications: 8 vCPUs, 32 GB RAM, 24 GB VRAM
- Tenancy: Supports 1 concurrent stream session
gen5n_high(NVIDIA, high) Supports applications with moderate to high 3D scene complexity. Uses NVIDIA A10G Tensor GPU.- Reference resolution: 1080p
- Reference frame rate: 60 fps
- Workload specifications: 4 vCPUs, 16 GB RAM, 12 GB VRAM
- Tenancy: Supports up to 2 concurrent stream sessions
gen5n_ultra(NVIDIA, ultra) Supports applications with extremely high 3D scene complexity. Uses dedicated NVIDIA A10G Tensor GPU.- Reference resolution: 1080p
- Reference frame rate: 60 fps
- Workload specifications: 8 vCPUs, 32 GB RAM, 24 GB VRAM
- Tenancy: Supports 1 concurrent stream session
gen4n_win2022(NVIDIA, ultra) Supports applications with extremely high 3D scene complexity. Runs applications on Microsoft Windows Server 2022 Base and supports DirectX 12. Compatible with Unreal Engine versions up through 5.4, 32 and 64-bit applications, and anti-cheat technology. Uses NVIDIA T4 Tensor GPU.- Reference resolution: 1080p
- Reference frame rate: 60 fps
- Workload specifications: 8 vCPUs, 32 GB RAM, 16 GB VRAM
- Tenancy: Supports 1 concurrent stream session
gen4n_high(NVIDIA, high) Supports applications with moderate to high 3D scene complexity. Uses NVIDIA T4 Tensor GPU.- Reference resolution: 1080p
- Reference frame rate: 60 fps
- Workload specifications: 4 vCPUs, 16 GB RAM, 8 GB VRAM
- Tenancy: Supports up to 2 concurrent stream sessions
gen4n_ultra(NVIDIA, ultra) Supports applications with high 3D scene complexity. Uses dedicated NVIDIA T4 Tensor GPU.- Reference resolution: 1080p
- Reference frame rate: 60 fps
- Workload specifications: 8 vCPUs, 32 GB RAM, 16 GB VRAM
- Tenancy: Supports 1 concurrent stream session
- Specified by:
getStreamClassin interfaceCfnStreamGroupProps- See Also:
-
getDefaultApplication
Description copied from interface:CfnStreamGroupPropsObject that identifies the Amazon GameLift Streams application to stream with this stream group.Returns union: either
IResolvableorCfnStreamGroup.DefaultApplicationProperty- Specified by:
getDefaultApplicationin interfaceCfnStreamGroupProps- See Also:
-
getTags
Description copied from interface:CfnStreamGroupPropsA list of labels to assign to the new stream group resource.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 .
- Specified by:
getTagsin interfaceCfnStreamGroupProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-