SpecProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Serverlessdev;
new SpecProperty {
object RoleArn = null,
object TemplateConfig = null
};
Properties
Name | Type | Description |
---|---|---|
RoleArn |
object |
No description. |
TemplateConfig |
object |
No description. |
RoleArn
Optional
public object RoleArn { get; set; }
- Type: object
TemplateConfig
Optional
public object TemplateConfig { get; set; }
- Type: object