@Generated(value="jsii-pacmak/1.85.0 (build 08ee592)", date="2024-06-24T05:57:07.711Z") public interface MediaWorkflowProps extends software.amazon.jsii.JsiiSerializable
MediaWorkflow.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-mps-mediaworkflow
| Modifier and Type | Interface and Description |
|---|---|
static class |
MediaWorkflowProps.Builder
A builder for
MediaWorkflowProps |
static class |
MediaWorkflowProps.Jsii$Proxy
An implementation for
MediaWorkflowProps |
| Modifier and Type | Method and Description |
|---|---|
static MediaWorkflowProps.Builder |
builder() |
Object |
getName()
Property name: The topology of the media workflow.
|
Object |
getTopology()
Property topology: The topology of the media workflow.
|
default Object |
getTriggerMode()
Property triggerMode: The triggering mode of the media workflow.
|
@NotNull Object getName()
The value cannot be empty. The name cannot be the same as that of an existing media workflow within the current Alibaba Cloud account. The name can be up to 64 characters in length. The value must be encoded in the UTF-8 format.
@NotNull Object getTopology()
The value must be a JSON object that contains the activities and activity dependencies. For more information, see the Sample topology section of this topic.Note The Object Storage Service (OSS) bucket must reside in the same region as your MPS service.
@Nullable default Object getTriggerMode()
Valid values: OssAutoTrigger: The media workflow is automatically triggered. NotInAuto: The media workflow is not automatically triggered.
static MediaWorkflowProps.Builder builder()
MediaWorkflowProps.Builder of MediaWorkflowPropsCopyright © 2024. All rights reserved.