Skip to content

RulesProperty

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdksae"
&alicloudroscdksae.RulesProperty {
    AppId: interface{},
    ContainerPort: interface{},
    Domain: interface{},
    Path: interface{},
    BackendProtocol: interface{},
    RewritePath: interface{},
}

Properties

Name Type Description
AppId interface{} No description.
ContainerPort interface{} No description.
Domain interface{} No description.
Path interface{} No description.
BackendProtocol interface{} No description.
RewritePath interface{} No description.

AppIdRequired

AppId interface{}
  • Type: interface{}

ContainerPortRequired

ContainerPort interface{}
  • Type: interface{}

DomainRequired

Domain interface{}
  • Type: interface{}

PathRequired

Path interface{}
  • Type: interface{}

BackendProtocolOptional

BackendProtocol interface{}
  • Type: interface{}

RewritePathOptional

RewritePath interface{}
  • Type: interface{}