FunctionComputeConfigProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Apigateway;
new FunctionComputeConfigProperty {
object ContentTypeCatagory = null,
object ContentTypeValue = null,
object FcBaseUrl = null,
object FcRegionId = null,
object FcType = null,
object FcVersion = null,
object FunctionName = null,
object Method = null,
object OnlyBusinessPath = null,
object Path = null,
object Qualifier = null,
object RoleArn = null,
object ServiceName = null
};
Properties
ContentTypeCatagoryOptional
public object ContentTypeCatagory { get; set; }
ContentTypeValueOptional
public object ContentTypeValue { get; set; }
FcBaseUrlOptional
public object FcBaseUrl { get; set; }
FcRegionIdOptional
public object FcRegionId { get; set; }
FcTypeOptional
public object FcType { get; set; }
FcVersionOptional
public object FcVersion { get; set; }
FunctionNameOptional
public object FunctionName { get; set; }
MethodOptional
public object Method { get; set; }
OnlyBusinessPathOptional
public object OnlyBusinessPath { get; set; }
PathOptional
public object Path { get; set; }
QualifierOptional
public object Qualifier { get; set; }
RoleArnOptional
public object RoleArn { get; set; }
ServiceNameOptional
public object ServiceName { get; set; }