@Generated(value="jsii-pacmak/1.85.0 (build 08ee592)", date="2024-06-24T05:57:07.714Z") public class RosMediaWorkflow extends com.aliyun.ros.cdk.core.RosResource
ALIYUN::MPS::MediaWorkflow.| Modifier and Type | Class and Description |
|---|---|
static class |
RosMediaWorkflow.Builder
A fluent builder for
RosMediaWorkflow. |
| Modifier and Type | Field and Description |
|---|---|
static String |
ROS_RESOURCE_TYPE_NAME
The resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
RosMediaWorkflow(com.aliyun.ros.cdk.core.Construct scope,
String id,
RosMediaWorkflowProps props,
Boolean enableResourcePropertyConstraint) |
protected |
RosMediaWorkflow(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
RosMediaWorkflow(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
com.aliyun.ros.cdk.core.IResolvable |
getAttrCreationTime() |
com.aliyun.ros.cdk.core.IResolvable |
getAttrMediaWorkflowId() |
com.aliyun.ros.cdk.core.IResolvable |
getAttrName() |
com.aliyun.ros.cdk.core.IResolvable |
getAttrState() |
com.aliyun.ros.cdk.core.IResolvable |
getAttrTopology() |
com.aliyun.ros.cdk.core.IResolvable |
getAttrTriggerMode() |
Boolean |
getEnableResourcePropertyConstraint() |
Object |
getName() |
protected Map<String,Object> |
getRosProperties() |
Object |
getTopology() |
Object |
getTriggerMode() |
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setEnableResourcePropertyConstraint(Boolean value) |
void |
setName(com.aliyun.ros.cdk.core.IResolvable value) |
void |
setName(String value) |
void |
setTopology(com.aliyun.ros.cdk.core.IResolvable value) |
void |
setTopology(Map<String,Object> value) |
void |
setTriggerMode(com.aliyun.ros.cdk.core.IResolvable value) |
void |
setTriggerMode(String value) |
addCondition, addCount, addDeletionOverride, addDependsOn, addDesc, addMetaData, addOverride, addPropertyDeletionOverride, addPropertyOverride, addRosDependency, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getRosOptions, getRosResourceType, getUpdatedProperites, isRosResource, toString, validatePropertiesgetCreationStack, getLogicalId, getStack, isRosElement, overrideLogicalIdgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetpublic static final String ROS_RESOURCE_TYPE_NAME
protected RosMediaWorkflow(software.amazon.jsii.JsiiObjectRef objRef)
protected RosMediaWorkflow(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public RosMediaWorkflow(@NotNull
com.aliyun.ros.cdk.core.Construct scope,
@NotNull
String id,
@NotNull
RosMediaWorkflowProps props,
@NotNull
Boolean enableResourcePropertyConstraint)
scope - id - props - enableResourcePropertyConstraint - This parameter is required.@NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class com.aliyun.ros.cdk.core.RosResource@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 Map<String,Object> getRosProperties()
getRosProperties in class com.aliyun.ros.cdk.core.RosResource@NotNull public Boolean getEnableResourcePropertyConstraint()
public void setEnableResourcePropertyConstraint(@NotNull
Boolean value)
@NotNull public Object getName()
public void setName(@NotNull
String value)
public void setName(@NotNull
com.aliyun.ros.cdk.core.IResolvable value)
@NotNull public Object getTopology()
public void setTopology(@NotNull
com.aliyun.ros.cdk.core.IResolvable value)
@Nullable public Object getTriggerMode()
public void setTriggerMode(@Nullable
String value)
public void setTriggerMode(@Nullable
com.aliyun.ros.cdk.core.IResolvable value)
Copyright © 2024. All rights reserved.