Skip to content

InstanceProps

Properties for defining a Instance.

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

Initializer

import ros_cdk_waf
ros_cdk_waf.InstanceProps(
  big_screen: typing.Union[str, IResolvable],
  exclusive_ip_package: typing.Union[str, IResolvable],
  ext_bandwidth: typing.Union[str, IResolvable],
  ext_domain_package: typing.Union[str, IResolvable],
  log_storage: typing.Union[str, IResolvable],
  log_time: typing.Union[str, IResolvable],
  package_code: typing.Union[str, IResolvable],
  prefessional_service: typing.Union[str, IResolvable],
  subscription_type: typing.Union[str, IResolvable],
  waf_log: typing.Union[str, IResolvable],
  period: typing.Union[str, IResolvable] = None,
  renewal_status: typing.Union[str, IResolvable] = None,
  renew_period: typing.Union[str, IResolvable] = None
)

Properties

Name Type Description
big_screen typing.Union[str, ros_cdk_core.IResolvable] Property bigScreen:.
exclusive_ip_package typing.Union[str, ros_cdk_core.IResolvable] Property exclusiveIpPackage:.
ext_bandwidth typing.Union[str, ros_cdk_core.IResolvable] Property extBandwidth:.
ext_domain_package typing.Union[str, ros_cdk_core.IResolvable] Property extDomainPackage:.
log_storage typing.Union[str, ros_cdk_core.IResolvable] Property logStorage:.
log_time typing.Union[str, ros_cdk_core.IResolvable] Property logTime:.
package_code typing.Union[str, ros_cdk_core.IResolvable] Property packageCode:.
prefessional_service typing.Union[str, ros_cdk_core.IResolvable] Property prefessionalService:.
subscription_type typing.Union[str, ros_cdk_core.IResolvable] Property subscriptionType: Subscription type of the instance.
waf_log typing.Union[str, ros_cdk_core.IResolvable] Property wafLog:.
period typing.Union[str, ros_cdk_core.IResolvable] Property period:.
renewal_status typing.Union[str, ros_cdk_core.IResolvable] Property renewalStatus:.
renew_period typing.Union[str, ros_cdk_core.IResolvable] Property renewPeriod:.

big_screenRequired

big_screen: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property bigScreen:.


exclusive_ip_packageRequired

exclusive_ip_package: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property exclusiveIpPackage:.


ext_bandwidthRequired

ext_bandwidth: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property extBandwidth:.


ext_domain_packageRequired

ext_domain_package: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property extDomainPackage:.


log_storageRequired

log_storage: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property logStorage:.


log_timeRequired

log_time: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property logTime:.


package_codeRequired

package_code: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property packageCode:.


prefessional_serviceRequired

prefessional_service: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property prefessionalService:.


subscription_typeRequired

subscription_type: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property subscriptionType: Subscription type of the instance.


waf_logRequired

waf_log: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property wafLog:.


periodOptional

period: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property period:.


renewal_statusOptional

renewal_status: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property renewalStatus:.


renew_periodOptional

renew_period: typing.Union[str, IResolvable]
  • Type: typing.Union[str, ros_cdk_core.IResolvable]

Property renewPeriod:.