@Generated(value="jsii-pacmak/1.85.0 (build 08ee592)", date="2024-06-24T05:57:07.710Z") public class MediaWorkflow extends com.aliyun.ros.cdk.core.Resource
ALIYUN::MPS::MediaWorkflow.| Modifier and Type | Class and Description |
|---|---|
static class |
MediaWorkflow.Builder
A fluent builder for
MediaWorkflow. |
| Modifier | Constructor and Description |
|---|---|
|
MediaWorkflow(com.aliyun.ros.cdk.core.Construct scope,
String id,
MediaWorkflowProps props)
Param scope - scope in which this resource is defined Param id - scoped id of the resource Param props - resource properties.
|
|
MediaWorkflow(com.aliyun.ros.cdk.core.Construct scope,
String id,
MediaWorkflowProps props,
Boolean enableResourcePropertyConstraint)
Param scope - scope in which this resource is defined Param id - scoped id of the resource Param props - resource properties.
|
protected |
MediaWorkflow(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
MediaWorkflow(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
com.aliyun.ros.cdk.core.IResolvable |
getAttrCreationTime()
Attribute CreationTime: The time when the media workflow was created.
|
com.aliyun.ros.cdk.core.IResolvable |
getAttrMediaWorkflowId()
Attribute MediaWorkflowId: The ID of the media workflow.
|
com.aliyun.ros.cdk.core.IResolvable |
getAttrName()
Attribute Name: The name of the media workflow.
|
com.aliyun.ros.cdk.core.IResolvable |
getAttrState()
Attribute State: The state of the media workflow.
|
com.aliyun.ros.cdk.core.IResolvable |
getAttrTopology()
Attribute Topology: The topology of the media workflow.
|
com.aliyun.ros.cdk.core.IResolvable |
getAttrTriggerMode()
Attribute TriggerMode: The trigger mode of the media workflow.
|
protected Boolean |
getEnableResourcePropertyConstraint() |
protected String |
getId() |
protected MediaWorkflowProps |
getProps() |
protected com.aliyun.ros.cdk.core.Construct |
getScope() |
protected void |
setEnableResourcePropertyConstraint(Boolean value) |
protected void |
setId(String value) |
protected void |
setProps(MediaWorkflowProps value) |
protected void |
setScope(com.aliyun.ros.cdk.core.Construct value) |
addCondition, addCount, addDependency, addResourceDesc, applyRemovalPolicy, generatePhysicalName, getAtt, getPhysicalName, getRef, getResource, getStack, setMetadata, setResourcegetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected MediaWorkflow(software.amazon.jsii.JsiiObjectRef objRef)
protected MediaWorkflow(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public MediaWorkflow(@NotNull
com.aliyun.ros.cdk.core.Construct scope,
@NotNull
String id,
@NotNull
MediaWorkflowProps props,
@Nullable
Boolean enableResourcePropertyConstraint)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.enableResourcePropertyConstraint - public MediaWorkflow(@NotNull
com.aliyun.ros.cdk.core.Construct scope,
@NotNull
String id,
@NotNull
MediaWorkflowProps props)
scope - This parameter is required.id - This parameter is required.props - This parameter is required.@NotNull public com.aliyun.ros.cdk.core.IResolvable getAttrCreationTime()
@NotNull public com.aliyun.ros.cdk.core.IResolvable getAttrMediaWorkflowId()
@NotNull public com.aliyun.ros.cdk.core.IResolvable getAttrName()
@NotNull public com.aliyun.ros.cdk.core.IResolvable getAttrState()
@NotNull public com.aliyun.ros.cdk.core.IResolvable getAttrTopology()
@NotNull public com.aliyun.ros.cdk.core.IResolvable getAttrTriggerMode()
@NotNull protected Boolean getEnableResourcePropertyConstraint()
protected void setEnableResourcePropertyConstraint(@NotNull
Boolean value)
@NotNull protected String getId()
protected void setId(@NotNull
String value)
@NotNull protected MediaWorkflowProps getProps()
protected void setProps(@NotNull
MediaWorkflowProps value)
@NotNull protected com.aliyun.ros.cdk.core.Construct getScope()
protected void setScope(@NotNull
com.aliyun.ros.cdk.core.Construct value)
Copyright © 2024. All rights reserved.