Skip to content

RosDomainConfigProps

Properties for defining a RosDomainConfig.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-waf-domainconfig

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkwaf"
&alicloudroscdkwaf.RosDomainConfigProps {
    Domain: interface{},
    InstanceId: interface{},
    IsAccessProduct: interface{},
    Protocols: interface{},
    HttpPort: interface{},
    HttpsPort: interface{},
    HttpsRedirect: interface{},
    HttpToUserIp: interface{},
    LoadBalancing: interface{},
    Region: interface{},
    RsType: interface{},
    SourceIps: interface{},
}

Properties

Name Type Description
Domain interface{} No description.
InstanceId interface{} No description.
IsAccessProduct interface{} No description.
Protocols interface{} No description.
HttpPort interface{} No description.
HttpsPort interface{} No description.
HttpsRedirect interface{} No description.
HttpToUserIp interface{} No description.
LoadBalancing interface{} No description.
Region interface{} No description.
RsType interface{} No description.
SourceIps interface{} No description.

DomainRequired

Domain interface{}
  • Type: interface{}

InstanceIdRequired

InstanceId interface{}
  • Type: interface{}

IsAccessProductRequired

IsAccessProduct interface{}
  • Type: interface{}

ProtocolsRequired

Protocols interface{}
  • Type: interface{}

HttpPortOptional

HttpPort interface{}
  • Type: interface{}

HttpsPortOptional

HttpsPort interface{}
  • Type: interface{}

HttpsRedirectOptional

HttpsRedirect interface{}
  • Type: interface{}

HttpToUserIpOptional

HttpToUserIp interface{}
  • Type: interface{}

LoadBalancingOptional

LoadBalancing interface{}
  • Type: interface{}

RegionOptional

Region interface{}
  • Type: interface{}

RsTypeOptional

RsType interface{}
  • Type: interface{}

SourceIpsOptional

SourceIps interface{}
  • Type: interface{}