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. |
RoleArnOptional
public object RoleArn { get; set; }
- Type: object
TemplateConfigOptional
public object TemplateConfig { get; set; }
- Type: object