Skip to content

RosDomainProps

Properties for defining a RosDomain.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkwaf"
&alicloudroscdkwaf.RosDomainProps {
    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{} No description.
InstanceId interface{} No description.
IsAccessProduct interface{} No description.
SourceIps interface{} No description.
ClusterType interface{} No description.
ConnectionTime interface{} No description.
Http2Port interface{} No description.
HttpPort interface{} No description.
HttpsPort interface{} No description.
HttpsRedirect interface{} No description.
HttpToUserIp interface{} No description.
LoadBalancing interface{} No description.
LogHeaders interface{} No description.
ReadTime interface{} No description.
ResourceGroupId interface{} No description.
WriteTime interface{} No description.

DomainNameRequired

DomainName interface{}
  • Type: interface{}

InstanceIdRequired

InstanceId interface{}
  • Type: interface{}

IsAccessProductRequired

IsAccessProduct interface{}
  • Type: interface{}

SourceIpsRequired

SourceIps interface{}
  • Type: interface{}

ClusterTypeOptional

ClusterType interface{}
  • Type: interface{}

ConnectionTimeOptional

ConnectionTime interface{}
  • Type: interface{}

Http2PortOptional

Http2Port 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{}

LogHeadersOptional

LogHeaders interface{}
  • Type: interface{}

ReadTimeOptional

ReadTime interface{}
  • Type: interface{}

ResourceGroupIdOptional

ResourceGroupId interface{}
  • Type: interface{}

WriteTimeOptional

WriteTime interface{}
  • Type: interface{}