Skip to content

RosInstanceProps

Properties for defining a RosInstance.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-waf3-instance

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkwaf3"
&alicloudroscdkwaf3.RosInstanceProps {
    PayType: interface{},
    Region: interface{},
    AdditionalProtectionNodes: interface{},
    ApiSecurity: interface{},
    AutoPay: interface{},
    AutoRenew: interface{},
    BotAppProtection: interface{},
    BotWebProtection: interface{},
    DomainsExtension: interface{},
    ElasticQps: interface{},
    ExclusiveIpAddress: interface{},
    FraudDetection: interface{},
    IgnoreExisting: interface{},
    IntelligentLoadBalancing: interface{},
    LogService: interface{},
    LogStorage: interface{},
    Period: interface{},
    PeriodUnit: interface{},
    QpsExtension: interface{},
    TrafficBillingProtectionThreshold: interface{},
    WafVersion: interface{},
}

Properties

Name Type Description
PayType interface{} No description.
Region interface{} No description.
AdditionalProtectionNodes interface{} No description.
ApiSecurity interface{} No description.
AutoPay interface{} No description.
AutoRenew interface{} No description.
BotAppProtection interface{} No description.
BotWebProtection interface{} No description.
DomainsExtension interface{} No description.
ElasticQps interface{} No description.
ExclusiveIpAddress interface{} No description.
FraudDetection interface{} No description.
IgnoreExisting interface{} No description.
IntelligentLoadBalancing interface{} No description.
LogService interface{} No description.
LogStorage interface{} No description.
Period interface{} No description.
PeriodUnit interface{} No description.
QpsExtension interface{} No description.
TrafficBillingProtectionThreshold interface{} No description.
WafVersion interface{} No description.

PayTypeRequired

PayType interface{}
  • Type: interface{}

RegionRequired

Region interface{}
  • Type: interface{}

AdditionalProtectionNodesOptional

AdditionalProtectionNodes interface{}
  • Type: interface{}

ApiSecurityOptional

ApiSecurity interface{}
  • Type: interface{}

AutoPayOptional

AutoPay interface{}
  • Type: interface{}

AutoRenewOptional

AutoRenew interface{}
  • Type: interface{}

BotAppProtectionOptional

BotAppProtection interface{}
  • Type: interface{}

BotWebProtectionOptional

BotWebProtection interface{}
  • Type: interface{}

DomainsExtensionOptional

DomainsExtension interface{}
  • Type: interface{}

ElasticQpsOptional

ElasticQps interface{}
  • Type: interface{}

ExclusiveIpAddressOptional

ExclusiveIpAddress interface{}
  • Type: interface{}

FraudDetectionOptional

FraudDetection interface{}
  • Type: interface{}

IgnoreExistingOptional

IgnoreExisting interface{}
  • Type: interface{}

IntelligentLoadBalancingOptional

IntelligentLoadBalancing interface{}
  • Type: interface{}

LogServiceOptional

LogService interface{}
  • Type: interface{}

LogStorageOptional

LogStorage interface{}
  • Type: interface{}

PeriodOptional

Period interface{}
  • Type: interface{}

PeriodUnitOptional

PeriodUnit interface{}
  • Type: interface{}

QpsExtensionOptional

QpsExtension interface{}
  • Type: interface{}

TrafficBillingProtectionThresholdOptional

TrafficBillingProtectionThreshold interface{}
  • Type: interface{}

WafVersionOptional

WafVersion interface{}
  • Type: interface{}