ControlPolicyProps
Properties for defining a ControlPolicy
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cloudfw-controlpolicy
Initializer
import com.aliyun.ros.cdk.cloudfw.ControlPolicyProps;
ControlPolicyProps.builder()
.aclAction(java.lang.String)
.aclAction(IResolvable)
.description(java.lang.String)
.description(IResolvable)
.destination(java.lang.String)
.destination(IResolvable)
.destinationType(java.lang.String)
.destinationType(IResolvable)
.direction(java.lang.String)
.direction(IResolvable)
.newOrder(java.lang.Number)
.newOrder(IResolvable)
.proto(java.lang.String)
.proto(IResolvable)
.source(java.lang.String)
.source(IResolvable)
.sourceType(java.lang.String)
.sourceType(IResolvable)
// .applicationName(java.lang.String)
// .applicationName(IResolvable)
// .applicationNameList(IResolvable)
// .applicationNameList(java.util.List<java.lang.String)
// .applicationNameList(IResolvable>)
// .destPort(java.lang.String)
// .destPort(IResolvable)
// .destPortGroup(java.lang.String)
// .destPortGroup(IResolvable)
// .destPortType(java.lang.String)
// .destPortType(IResolvable)
// .domainResolveType(java.lang.String)
// .domainResolveType(IResolvable)
// .endTime(java.lang.Number)
// .endTime(IResolvable)
// .ipVersion(java.lang.String)
// .ipVersion(IResolvable)
// .regionId(java.lang.String)
// .regionId(IResolvable)
// .release(java.lang.Boolean)
// .release(IResolvable)
// .repeatDays(IResolvable)
// .repeatDays(java.util.List<java.lang.Number)
// .repeatDays(IResolvable>)
// .repeatEndTime(java.lang.String)
// .repeatEndTime(IResolvable)
// .repeatStartTime(java.lang.String)
// .repeatStartTime(IResolvable)
// .repeatType(java.lang.String)
// .repeatType(IResolvable)
// .startTime(java.lang.Number)
// .startTime(IResolvable)
.build();
Properties
Name | Type | Description |
---|---|---|
aclAction |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property aclAction: Traffic access control policy set by the cloud of a firewall. |
description |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property description: Security access control policy description information. |
destination |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property destination: Security Access Control destination address policy. |
destinationType |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property destinationType: Security Access Control destination address type of policy. |
direction |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property direction: Security access control traffic direction policies. |
newOrder |
java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable |
Property newOrder: Security access control priority policy in force. |
proto |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property proto: The type of security protocol for traffic access in the security access control policy. |
source |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property source: Security access control source address policy. |
sourceType |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property sourceType: Security access control source address type of policy. |
applicationName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property applicationName: Application types supported by the security policy. |
applicationNameList |
com.aliyun.ros.cdk.core.IResolvable OR java.util.List |
Property applicationNameList: List of application types supported by the access control policy. |
destPort |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property destPort: Security access control policy access traffic destination port. |
destPortGroup |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property destPortGroup: Security access control policy access traffic destination port address book name. |
destPortType |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property destPortType: Security access control policy access destination port traffic type. |
domainResolveType |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property domainResolveType: The domain name resolution method of the access control policy. |
endTime |
java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable |
Property endTime: The end time of the policy validity period for an access control policy. |
ipVersion |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property ipVersion: IP version. |
regionId |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property regionId: Region ID. |
release |
java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable |
Property release: The enabled state of the access control policy. |
repeatDays |
com.aliyun.ros.cdk.core.IResolvable OR java.util.List |
Property repeatDays: A collection of repeated dates of policy validity for an access control policy. |
repeatEndTime |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property repeatEndTime: The repeated end time of the policy validity period for an access control policy. |
repeatStartTime |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property repeatStartTime: The repeated start time of the policy validity period for an access control policy. |
repeatType |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
Property repeatType: The repetition type of the policy validity period for an access control policy. |
startTime |
java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable |
Property startTime: The start time of the policy validity period for an access control policy. |
aclAction
Required
public java.lang.Object getAclAction();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property aclAction: Traffic access control policy set by the cloud of a firewall.
accept: Release drop: rejected log: Observation
description
Required
public java.lang.Object getDescription();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property description: Security access control policy description information.
destination
Required
public java.lang.Object getDestination();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
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"]
destinationType
Required
public java.lang.Object getDestinationType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
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
direction
Required
public java.lang.Object getDirection();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property direction: Security access control traffic direction policies.
in: internal and external traffic access control out: within the flow of external access control
newOrder
Required
public java.lang.Object getNewOrder();
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
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.
proto
Required
public java.lang.Object getProto();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
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
source
Required
public java.lang.Object getSource();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
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"]
sourceType
Required
public java.lang.Object getSourceType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property sourceType: Security access control source address type of policy.
net: Source segment (CIDR) group: source address book location: the source area
applicationName
Optional
public java.lang.Object getApplicationName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
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.
applicationNameList
Optional
public java.lang.Object getApplicationNameList();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List
Property applicationNameList: List of application types supported by the access control policy.
destPort
Optional
public java.lang.Object getDestPort();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property destPort: Security access control policy access traffic destination port.
Note When DestPortType to port, set the item.
destPortGroup
Optional
public java.lang.Object getDestPortGroup();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property destPortGroup: Security access control policy access traffic destination port address book name.
Description DestPortType is group, set the item.
destPortType
Optional
public java.lang.Object getDestPortType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property destPortType: Security access control policy access destination port traffic type.
port: Port group: port address book
domainResolveType
Optional
public java.lang.Object getDomainResolveType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
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
endTime
Optional
public java.lang.Object getEndTime();
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
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.
ipVersion
Optional
public java.lang.Object getIpVersion();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property ipVersion: IP version.
Valid values:
- 4: IPv4
- 6: IPv6
regionId
Optional
public java.lang.Object getRegionId();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property regionId: Region ID.
Default to cn-hangzhou.
release
Optional
public java.lang.Object getRelease();
- Type: java.lang.Boolean OR com.aliyun.ros.cdk.core.IResolvable
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
repeatDays
Optional
public java.lang.Object getRepeatDays();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List
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.
repeatEndTime
Optional
public java.lang.Object getRepeatEndTime();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
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.
repeatStartTime
Optional
public java.lang.Object getRepeatStartTime();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
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.
repeatType
Optional
public java.lang.Object getRepeatType();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
Property repeatType: The repetition type of the policy validity period for an access control policy.
Valid values:
- Permanent (default)
- None
- Daily
- Weekly
- Monthly.
startTime
Optional
public java.lang.Object getStartTime();
- Type: java.lang.Number OR com.aliyun.ros.cdk.core.IResolvable
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.