DomainProps
Properties for defining a Domain
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-waf-domain
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkwaf"
&alicloudroscdkwaf.DomainProps {
DomainName: interface{},
InstanceId: interface{},
IsAccessProduct: interface{},
SourceIps: interface{},
ClusterType: interface{},
ConnectionTime: interface{},
Http2Port: interface{},
HttpPort: interface{},
HttpsPort: interface{},
HttpsRedirect: interface{},
HttpToUserIp: interface{},
LoadBalancing: interface{},
LogHeaders: interface{},
ReadTime: interface{},
ResourceGroupId: interface{},
WriteTime: interface{},
}
Properties
Name | Type | Description |
---|---|---|
DomainName |
interface{} |
Property domainName: Domain name. |
InstanceId |
interface{} |
Property instanceId: Instance id. |
IsAccessProduct |
interface{} |
Property isAccessProduct: Is there a seven-layer agency before WAF. |
SourceIps |
interface{} |
Property sourceIps: Back to source IP configuration. |
ClusterType |
interface{} |
Property clusterType: Cluster type. |
ConnectionTime |
interface{} |
Property connectionTime: Connection timeout. |
Http2Port |
interface{} |
Property http2Port: Http2 port configuration. |
HttpPort |
interface{} |
Property httpPort: Http port configuration. |
HttpsPort |
interface{} |
Property httpsPort: Https port configuration. |
HttpsRedirect |
interface{} |
Property httpsRedirect: Https forced redirect configuration. |
HttpToUserIp |
interface{} |
Property httpToUserIp: Http back to source. |
LoadBalancing |
interface{} |
Property loadBalancing: Load balancing configuration. |
LogHeaders |
interface{} |
Property logHeaders: Domain traffic tagging. |
ReadTime |
interface{} |
Property readTime: Read connection timeout period. |
ResourceGroupId |
interface{} |
Property resourceGroupId: Resource group Id. |
WriteTime |
interface{} |
Property writeTime: Write connection timeout period. |
DomainName
Required
DomainName interface{}
- Type: interface{}
Property domainName: Domain name.
InstanceId
Required
InstanceId interface{}
- Type: interface{}
Property instanceId: Instance id.
IsAccessProduct
Required
IsAccessProduct interface{}
- Type: interface{}
Property isAccessProduct: Is there a seven-layer agency before WAF.
SourceIps
Required
SourceIps interface{}
- Type: interface{}
Property sourceIps: Back to source IP configuration.
ClusterType
Optional
ClusterType interface{}
- Type: interface{}
Property clusterType: Cluster type.
ConnectionTime
Optional
ConnectionTime interface{}
- Type: interface{}
Property connectionTime: Connection timeout.
Http2Port
Optional
Http2Port interface{}
- Type: interface{}
Property http2Port: Http2 port configuration.
HttpPort
Optional
HttpPort interface{}
- Type: interface{}
Property httpPort: Http port configuration.
HttpsPort
Optional
HttpsPort interface{}
- Type: interface{}
Property httpsPort: Https port configuration.
HttpsRedirect
Optional
HttpsRedirect interface{}
- Type: interface{}
Property httpsRedirect: Https forced redirect configuration.
HttpToUserIp
Optional
HttpToUserIp interface{}
- Type: interface{}
Property httpToUserIp: Http back to source.
LoadBalancing
Optional
LoadBalancing interface{}
- Type: interface{}
Property loadBalancing: Load balancing configuration.
LogHeaders
Optional
LogHeaders interface{}
- Type: interface{}
Property logHeaders: Domain traffic tagging.
ReadTime
Optional
ReadTime interface{}
- Type: interface{}
Property readTime: Read connection timeout period.
ResourceGroupId
Optional
ResourceGroupId interface{}
- Type: interface{}
Property resourceGroupId: Resource group Id.
WriteTime
Optional
WriteTime interface{}
- Type: interface{}
Property writeTime: Write connection timeout period.