Skip to content

ControlPolicyProps

Properties for defining a ControlPolicy.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cloudfw-controlpolicy

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcloudfw"
&alicloudroscdkcloudfw.ControlPolicyProps {
    AclAction: interface{},
    Description: interface{},
    Destination: interface{},
    DestinationType: interface{},
    Direction: interface{},
    NewOrder: interface{},
    Proto: interface{},
    Source: interface{},
    SourceType: interface{},
    ApplicationName: interface{},
    ApplicationNameList: interface{},
    DestPort: interface{},
    DestPortGroup: interface{},
    DestPortType: interface{},
    DomainResolveType: interface{},
    EndTime: interface{},
    IpVersion: interface{},
    RegionId: interface{},
    Release: interface{},
    RepeatDays: interface{},
    RepeatEndTime: interface{},
    RepeatStartTime: interface{},
    RepeatType: interface{},
    StartTime: interface{},
}

Properties

Name Type Description
AclAction interface{} Property aclAction: Traffic access control policy set by the cloud of a firewall.
Description interface{} Property description: Security access control policy description information.
Destination interface{} Property destination: Security Access Control destination address policy.
DestinationType interface{} Property destinationType: Security Access Control destination address type of policy.
Direction interface{} Property direction: Security access control traffic direction policies.
NewOrder interface{} Property newOrder: Security access control priority policy in force.
Proto interface{} Property proto: The type of security protocol for traffic access in the security access control policy.
Source interface{} Property source: Security access control source address policy.
SourceType interface{} Property sourceType: Security access control source address type of policy.
ApplicationName interface{} Property applicationName: Application types supported by the security policy.
ApplicationNameList interface{} Property applicationNameList: List of application types supported by the access control policy.
DestPort interface{} Property destPort: Security access control policy access traffic destination port.
DestPortGroup interface{} Property destPortGroup: Security access control policy access traffic destination port address book name.
DestPortType interface{} Property destPortType: Security access control policy access destination port traffic type.
DomainResolveType interface{} Property domainResolveType: The domain name resolution method of the access control policy.
EndTime interface{} Property endTime: The end time of the policy validity period for an access control policy.
IpVersion interface{} Property ipVersion: IP version.
RegionId interface{} Property regionId: Region ID.
Release interface{} Property release: The enabled state of the access control policy.
RepeatDays interface{} Property repeatDays: A collection of repeated dates of policy validity for an access control policy.
RepeatEndTime interface{} Property repeatEndTime: The repeated end time of the policy validity period for an access control policy.
RepeatStartTime interface{} Property repeatStartTime: The repeated start time of the policy validity period for an access control policy.
RepeatType interface{} Property repeatType: The repetition type of the policy validity period for an access control policy.
StartTime interface{} Property startTime: The start time of the policy validity period for an access control policy.

AclActionRequired

AclAction interface{}
  • Type: interface{}

Property aclAction: Traffic access control policy set by the cloud of a firewall.

accept: Release drop: rejected log: Observation


DescriptionRequired

Description interface{}
  • Type: interface{}

Property description: Security access control policy description information.


DestinationRequired

Destination interface{}
  • Type: interface{}

Property destination: Security Access Control destination address policy.

When DestinationType is net, Destination purpose CIDR. For example: 1.2.3.4/24 When DestinationType as a group, Destination for the purpose of the address book name. For example: db_group When DestinationType for the domain, Destination for the purpose of a domain name. For example:. * Aliyuncs.com When DestinationType as location, Destination area for the purpose (see below position encoding specific regions). For example: [ "BJ11", "ZB"]


DestinationTypeRequired

DestinationType interface{}
  • Type: interface{}

Property destinationType: Security Access Control destination address type of policy.

net: Destination network segment (CIDR) group: destination address book domain: The purpose domain location: The purpose area


DirectionRequired

Direction interface{}
  • Type: interface{}

Property direction: Security access control traffic direction policies.

in: internal and external traffic access control out: within the flow of external access control


NewOrderRequired

NewOrder interface{}
  • Type: interface{}

Property newOrder: Security access control priority policy in force.

Priority number increments sequentially from 1, lower the priority number, the higher the priority. Description -1 indicates the lowest priority.


ProtoRequired

Proto interface{}
  • Type: interface{}

Property proto: The type of security protocol for traffic access in the security access control policy.

Can be set to ANY when you are not sure of the specific protocol type. Allowed values: ANY, TCP, UDP, ICMP


SourceRequired

Source interface{}
  • Type: interface{}

Property source: Security access control source address policy.

When SourceType for the net, Source is the source CIDR. For example: 1.2.3.0/24 When SourceType as a group, Source name for the source address book. For example: db_group When SourceType as location, Source source region (specific region position encoder see below). For example, [ "BJ11", "ZB"]


SourceTypeRequired

SourceType interface{}
  • Type: interface{}

Property sourceType: Security access control source address type of policy.

net: Source segment (CIDR) group: source address book location: the source area


ApplicationNameOptional

ApplicationName interface{}
  • Type: interface{}

Property applicationName: Application types supported by the security policy.

The following types of applications are supported: ANY, HTTP, HTTPS, MySQL, SMTP, SMTPS, RDP, VNC, SSH, Redis, MQTT, MongoDB, Memcache, SSL NOTE ANY indicates that the policy is applied to all types of applications. Either ApplicationNameList or ApplicationName must be passed, not both.


ApplicationNameListOptional

ApplicationNameList interface{}
  • Type: interface{}

Property applicationNameList: List of application types supported by the access control policy.


DestPortOptional

DestPort interface{}
  • Type: interface{}

Property destPort: Security access control policy access traffic destination port.

Note When DestPortType to port, set the item.


DestPortGroupOptional

DestPortGroup interface{}
  • Type: interface{}

Property destPortGroup: Security access control policy access traffic destination port address book name.

Description DestPortType is group, set the item.


DestPortTypeOptional

DestPortType interface{}
  • Type: interface{}

Property destPortType: Security access control policy access destination port traffic type.

port: Port group: port address book


DomainResolveTypeOptional

DomainResolveType interface{}
  • Type: interface{}

Property domainResolveType: The domain name resolution method of the access control policy.

Value:

  • FQDN: Based on FQDN
  • DNS: Based on DNS dynamic resolution
  • FQDN_AND_DNS: Based on FQDN and DNS dynamic resolution

EndTimeOptional

EndTime interface{}
  • Type: interface{}

Property endTime: The end time of the policy validity period for an access control policy.

It is represented in a second-level timestamp format. It must be the whole hour or half hour, and at least half an hour greater than the start time. Notes: When RepeatType is Permanent, EndTime is empty. When RepeatType is None, Daily, Weekly, Monthly, EndTime must havea value, and you need to set the end time.


IpVersionOptional

IpVersion interface{}
  • Type: interface{}

Property ipVersion: IP version.

Valid values:

  • 4: IPv4
  • 6: IPv6

RegionIdOptional

RegionId interface{}
  • Type: interface{}

Property regionId: Region ID.

Default to cn-hangzhou.


ReleaseOptional

Release interface{}
  • Type: interface{}

Property release: The enabled state of the access control policy.

This policy is enabled by default when it is created. Valid values:

  • true: Access control policy is enabled
  • false: Access control policy is not enabled

RepeatDaysOptional

RepeatDays interface{}
  • Type: interface{}

Property repeatDays: A collection of repeated dates of policy validity for an access control policy.

When RepeatType is Permanent, None, and Daily, RepeatDays is an empty set. For example: [] When RepeatType is Weekly, RepeatDays cannot be empty. Example: [0, 6] Notes: When RepeatType is set to Weekly, RepeatDays is not allowed. When RepeatType is Monthly, RepeatDays cannot be empty. Examples: [1, 31] Notes: When RepeatType is set to Monthly, RepeatDays is not allowed to repeat.


RepeatEndTimeOptional

RepeatEndTime interface{}
  • Type: interface{}

Property repeatEndTime: The repeated end time of the policy validity period for an access control policy.

For example: 08:00, must be the hour or half time, and less than the repeat start time at least half an hour. Notes: When RepeatType is Permanent and None, RepeatEndTime is empty. When RepeatType is Daily, Weekly, or Monthly, RepeatEndTime musthave a value, and you need to set the repeat end time.


RepeatStartTimeOptional

RepeatStartTime interface{}
  • Type: interface{}

Property repeatStartTime: The repeated start time of the policy validity period for an access control policy.

For example: 08:00, must be the hour or half time, and less than the repeat end time at least half an hour. Notes: When RepeatType is Permanent and None, RepeatStartTime is empty. When RepeatType is Daily, Weekly, or Monthly, RepeatStartTime must have a value, and you need to set the repeat start time.


RepeatTypeOptional

RepeatType interface{}
  • Type: interface{}

Property repeatType: The repetition type of the policy validity period for an access control policy.

Valid values:

  • Permanent (default)
  • None
  • Daily
  • Weekly
  • Monthly.

StartTimeOptional

StartTime interface{}
  • Type: interface{}

Property startTime: The start time of the policy validity period for an access control policy.

It is represented in a second-level timestamp format. It must be the whole hour or half hour, and at least half an hour less than the end time. Notes: When RepeatType is Permanent, StartTime is empty. When RepeatType is None, Daily, Weekly, Monthly, StartTime must have a value, and you need to set the start time.