Skip to content

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

Name Type Description
ContentTypeCatagory object No description.
ContentTypeValue object No description.
FcBaseUrl object No description.
FcRegionId object No description.
FcType object No description.
FcVersion object No description.
FunctionName object No description.
Method object No description.
OnlyBusinessPath object No description.
Path object No description.
Qualifier object No description.
RoleArn object No description.
ServiceName object No description.

ContentTypeCatagoryOptional

public object ContentTypeCatagory { get; set; }
  • Type: object

ContentTypeValueOptional

public object ContentTypeValue { get; set; }
  • Type: object

FcBaseUrlOptional

public object FcBaseUrl { get; set; }
  • Type: object

FcRegionIdOptional

public object FcRegionId { get; set; }
  • Type: object

FcTypeOptional

public object FcType { get; set; }
  • Type: object

FcVersionOptional

public object FcVersion { get; set; }
  • Type: object

FunctionNameOptional

public object FunctionName { get; set; }
  • Type: object

MethodOptional

public object Method { get; set; }
  • Type: object

OnlyBusinessPathOptional

public object OnlyBusinessPath { get; set; }
  • Type: object

PathOptional

public object Path { get; set; }
  • Type: object

QualifierOptional

public object Qualifier { get; set; }
  • Type: object

RoleArnOptional

public object RoleArn { get; set; }
  • Type: object

ServiceNameOptional

public object ServiceName { get; set; }
  • Type: object