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. |
Domain
Required
Domain interface{}
- Type: interface{}
InstanceId
Required
InstanceId interface{}
- Type: interface{}
IsAccessProduct
Required
IsAccessProduct interface{}
- Type: interface{}
Protocols
Required
Protocols interface{}
- Type: interface{}
HttpPort
Optional
HttpPort interface{}
- Type: interface{}
HttpsPort
Optional
HttpsPort interface{}
- Type: interface{}
HttpsRedirect
Optional
HttpsRedirect interface{}
- Type: interface{}
HttpToUserIp
Optional
HttpToUserIp interface{}
- Type: interface{}
LoadBalancing
Optional
LoadBalancing interface{}
- Type: interface{}
Region
Optional
Region interface{}
- Type: interface{}
RsType
Optional
RsType interface{}
- Type: interface{}
SourceIps
Optional
SourceIps interface{}
- Type: interface{}