Skip to main content

streaming_properties

Creates, updates, deletes, gets or lists a streaming_properties resource.

Overview

Namestreaming_properties
TypeResource
Idaws.workspaces.streaming_properties

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
modify_streaming_propertiesupdateregion, ResourceIdModifies the specified streaming properties.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription
regionstringAWS region (default: us-east-1)

UPDATE examples

Modifies the specified streaming properties.

UPDATE aws.workspaces.streaming_properties
SET
ResourceId = '{{ ResourceId }}',
StreamingProperties = '{{ StreamingProperties }}'
WHERE
region = '{{ region }}' --required
AND ResourceId = '{{ ResourceId }}' --required;