AlibabaCloud.SDK.ROS.CDK.Oos.Parameter.Parameter C# (CSharp) Method

Parameter() public method

Create a new `ALIYUN::OOS::Parameter`.
Param scope - scope in which this resource is defined Param id - scoped id of the resource Param props - resource properties
public Parameter ( AlibabaCloud.SDK.ROS.CDK.Core.Construct scope, string id, AlibabaCloud.SDK.ROS.CDK.Oos.IParameterProps props, bool? enableResourcePropertyConstraint = null ) : Amazon.JSII.Runtime.Deputy
scope AlibabaCloud.SDK.ROS.CDK.Core.Construct
id string
props AlibabaCloud.SDK.ROS.CDK.Oos.IParameterProps
enableResourcePropertyConstraint bool?
return Amazon.JSII.Runtime.Deputy
        public Parameter(AlibabaCloud.SDK.ROS.CDK.Core.Construct scope, string id, AlibabaCloud.SDK.ROS.CDK.Oos.IParameterProps props, bool? enableResourcePropertyConstraint = null): base(new DeputyProps(new object?[]{scope, id, props, enableResourcePropertyConstraint}))
        {
        }

Same methods

Parameter::Parameter ( ByRefValue reference ) : Amazon.JSII.Runtime.Deputy
Parameter::Parameter ( DeputyProps props ) : Amazon.JSII.Runtime.Deputy
Parameter