1. Packages
  2. Alibaba Cloud Provider
  3. API Docs
  4. cloudfirewall
  5. getControlPolicies
Alibaba Cloud v3.76.0 published on Tuesday, Apr 8, 2025 by Pulumi

alicloud.cloudfirewall.getControlPolicies

Explore with Pulumi AI

Alibaba Cloud v3.76.0 published on Tuesday, Apr 8, 2025 by Pulumi

This data source provides the Cloud Firewall Control Policies of the current Alibaba Cloud user.

NOTE: Available since v1.129.0.

Example Usage

Basic Usage

import * as pulumi from "@pulumi/pulumi";
import * as alicloud from "@pulumi/alicloud";

const example = alicloud.cloudfirewall.getControlPolicies({
    direction: "in",
});
Copy
import pulumi
import pulumi_alicloud as alicloud

example = alicloud.cloudfirewall.get_control_policies(direction="in")
Copy
package main

import (
	"github.com/pulumi/pulumi-alicloud/sdk/v3/go/alicloud/cloudfirewall"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := cloudfirewall.GetControlPolicies(ctx, &cloudfirewall.GetControlPoliciesArgs{
			Direction: "in",
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AliCloud = Pulumi.AliCloud;

return await Deployment.RunAsync(() => 
{
    var example = AliCloud.CloudFirewall.GetControlPolicies.Invoke(new()
    {
        Direction = "in",
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.alicloud.cloudfirewall.CloudfirewallFunctions;
import com.pulumi.alicloud.cloudfirewall.inputs.GetControlPoliciesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        final var example = CloudfirewallFunctions.getControlPolicies(GetControlPoliciesArgs.builder()
            .direction("in")
            .build());

    }
}
Copy
variables:
  example:
    fn::invoke:
      function: alicloud:cloudfirewall:getControlPolicies
      arguments:
        direction: in
Copy

Using getControlPolicies

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getControlPolicies(args: GetControlPoliciesArgs, opts?: InvokeOptions): Promise<GetControlPoliciesResult>
function getControlPoliciesOutput(args: GetControlPoliciesOutputArgs, opts?: InvokeOptions): Output<GetControlPoliciesResult>
Copy
def get_control_policies(acl_action: Optional[str] = None,
                         acl_uuid: Optional[str] = None,
                         description: Optional[str] = None,
                         destination: Optional[str] = None,
                         direction: Optional[str] = None,
                         ip_version: Optional[str] = None,
                         lang: Optional[str] = None,
                         output_file: Optional[str] = None,
                         proto: Optional[str] = None,
                         source: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetControlPoliciesResult
def get_control_policies_output(acl_action: Optional[pulumi.Input[str]] = None,
                         acl_uuid: Optional[pulumi.Input[str]] = None,
                         description: Optional[pulumi.Input[str]] = None,
                         destination: Optional[pulumi.Input[str]] = None,
                         direction: Optional[pulumi.Input[str]] = None,
                         ip_version: Optional[pulumi.Input[str]] = None,
                         lang: Optional[pulumi.Input[str]] = None,
                         output_file: Optional[pulumi.Input[str]] = None,
                         proto: Optional[pulumi.Input[str]] = None,
                         source: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetControlPoliciesResult]
Copy
func GetControlPolicies(ctx *Context, args *GetControlPoliciesArgs, opts ...InvokeOption) (*GetControlPoliciesResult, error)
func GetControlPoliciesOutput(ctx *Context, args *GetControlPoliciesOutputArgs, opts ...InvokeOption) GetControlPoliciesResultOutput
Copy

> Note: This function is named GetControlPolicies in the Go SDK.

public static class GetControlPolicies 
{
    public static Task<GetControlPoliciesResult> InvokeAsync(GetControlPoliciesArgs args, InvokeOptions? opts = null)
    public static Output<GetControlPoliciesResult> Invoke(GetControlPoliciesInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetControlPoliciesResult> getControlPolicies(GetControlPoliciesArgs args, InvokeOptions options)
public static Output<GetControlPoliciesResult> getControlPolicies(GetControlPoliciesArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: alicloud:cloudfirewall/getControlPolicies:getControlPolicies
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

Direction
This property is required.
Changes to this property will trigger replacement.
string
The direction of the traffic to which the access control policy applies. Valid values: in, out.
AclAction Changes to this property will trigger replacement. string
The action that Cloud Firewall performs on the traffic. Valid values: accept, drop, log.
AclUuid Changes to this property will trigger replacement. string
The unique ID of the access control policy.
Description Changes to this property will trigger replacement. string
The description of the access control policy.
Destination Changes to this property will trigger replacement. string
The destination address defined in the access control policy.
IpVersion Changes to this property will trigger replacement. string
The IP version of the address in the access control policy.
Lang Changes to this property will trigger replacement. string
The language of the content within the response. Valid values: en, zh.
OutputFile string
File name where to save data source results (after running pulumi preview).
Proto Changes to this property will trigger replacement. string
The type of the protocol in the access control policy. Valid values: If direction is in, the valid value is ANY. If direction is out, the valid values are ANY, TCP, UDP, ICMP.
Source Changes to this property will trigger replacement. string
The source address in the access control policy.
Direction
This property is required.
Changes to this property will trigger replacement.
string
The direction of the traffic to which the access control policy applies. Valid values: in, out.
AclAction Changes to this property will trigger replacement. string
The action that Cloud Firewall performs on the traffic. Valid values: accept, drop, log.
AclUuid Changes to this property will trigger replacement. string
The unique ID of the access control policy.
Description Changes to this property will trigger replacement. string
The description of the access control policy.
Destination Changes to this property will trigger replacement. string
The destination address defined in the access control policy.
IpVersion Changes to this property will trigger replacement. string
The IP version of the address in the access control policy.
Lang Changes to this property will trigger replacement. string
The language of the content within the response. Valid values: en, zh.
OutputFile string
File name where to save data source results (after running pulumi preview).
Proto Changes to this property will trigger replacement. string
The type of the protocol in the access control policy. Valid values: If direction is in, the valid value is ANY. If direction is out, the valid values are ANY, TCP, UDP, ICMP.
Source Changes to this property will trigger replacement. string
The source address in the access control policy.
direction
This property is required.
Changes to this property will trigger replacement.
String
The direction of the traffic to which the access control policy applies. Valid values: in, out.
aclAction Changes to this property will trigger replacement. String
The action that Cloud Firewall performs on the traffic. Valid values: accept, drop, log.
aclUuid Changes to this property will trigger replacement. String
The unique ID of the access control policy.
description Changes to this property will trigger replacement. String
The description of the access control policy.
destination Changes to this property will trigger replacement. String
The destination address defined in the access control policy.
ipVersion Changes to this property will trigger replacement. String
The IP version of the address in the access control policy.
lang Changes to this property will trigger replacement. String
The language of the content within the response. Valid values: en, zh.
outputFile String
File name where to save data source results (after running pulumi preview).
proto Changes to this property will trigger replacement. String
The type of the protocol in the access control policy. Valid values: If direction is in, the valid value is ANY. If direction is out, the valid values are ANY, TCP, UDP, ICMP.
source Changes to this property will trigger replacement. String
The source address in the access control policy.
direction
This property is required.
Changes to this property will trigger replacement.
string
The direction of the traffic to which the access control policy applies. Valid values: in, out.
aclAction Changes to this property will trigger replacement. string
The action that Cloud Firewall performs on the traffic. Valid values: accept, drop, log.
aclUuid Changes to this property will trigger replacement. string
The unique ID of the access control policy.
description Changes to this property will trigger replacement. string
The description of the access control policy.
destination Changes to this property will trigger replacement. string
The destination address defined in the access control policy.
ipVersion Changes to this property will trigger replacement. string
The IP version of the address in the access control policy.
lang Changes to this property will trigger replacement. string
The language of the content within the response. Valid values: en, zh.
outputFile string
File name where to save data source results (after running pulumi preview).
proto Changes to this property will trigger replacement. string
The type of the protocol in the access control policy. Valid values: If direction is in, the valid value is ANY. If direction is out, the valid values are ANY, TCP, UDP, ICMP.
source Changes to this property will trigger replacement. string
The source address in the access control policy.
direction
This property is required.
Changes to this property will trigger replacement.
str
The direction of the traffic to which the access control policy applies. Valid values: in, out.
acl_action Changes to this property will trigger replacement. str
The action that Cloud Firewall performs on the traffic. Valid values: accept, drop, log.
acl_uuid Changes to this property will trigger replacement. str
The unique ID of the access control policy.
description Changes to this property will trigger replacement. str
The description of the access control policy.
destination Changes to this property will trigger replacement. str
The destination address defined in the access control policy.
ip_version Changes to this property will trigger replacement. str
The IP version of the address in the access control policy.
lang Changes to this property will trigger replacement. str
The language of the content within the response. Valid values: en, zh.
output_file str
File name where to save data source results (after running pulumi preview).
proto Changes to this property will trigger replacement. str
The type of the protocol in the access control policy. Valid values: If direction is in, the valid value is ANY. If direction is out, the valid values are ANY, TCP, UDP, ICMP.
source Changes to this property will trigger replacement. str
The source address in the access control policy.
direction
This property is required.
Changes to this property will trigger replacement.
String
The direction of the traffic to which the access control policy applies. Valid values: in, out.
aclAction Changes to this property will trigger replacement. String
The action that Cloud Firewall performs on the traffic. Valid values: accept, drop, log.
aclUuid Changes to this property will trigger replacement. String
The unique ID of the access control policy.
description Changes to this property will trigger replacement. String
The description of the access control policy.
destination Changes to this property will trigger replacement. String
The destination address defined in the access control policy.
ipVersion Changes to this property will trigger replacement. String
The IP version of the address in the access control policy.
lang Changes to this property will trigger replacement. String
The language of the content within the response. Valid values: en, zh.
outputFile String
File name where to save data source results (after running pulumi preview).
proto Changes to this property will trigger replacement. String
The type of the protocol in the access control policy. Valid values: If direction is in, the valid value is ANY. If direction is out, the valid values are ANY, TCP, UDP, ICMP.
source Changes to this property will trigger replacement. String
The source address in the access control policy.

getControlPolicies Result

The following output properties are available:

Direction string
The direction of the traffic to which the access control policy applies.
Id string
The provider-assigned unique ID for this managed resource.
Ids List<string>
A list of Control Policy IDs.
Policies List<Pulumi.AliCloud.CloudFirewall.Outputs.GetControlPoliciesPolicy>
A list of Cloud Firewall Control Policies. Each element contains the following attributes:
AclAction string
The action that Cloud Firewall performs on the traffic.
AclUuid string
The unique ID of the access control policy.
Description string
The description of the access control policy.
Destination string
The destination address in the access control policy.
IpVersion string
Lang string
OutputFile string
Proto string
The type of the protocol in the access control policy.
Source string
The source address in the access control policy.
Direction string
The direction of the traffic to which the access control policy applies.
Id string
The provider-assigned unique ID for this managed resource.
Ids []string
A list of Control Policy IDs.
Policies []GetControlPoliciesPolicy
A list of Cloud Firewall Control Policies. Each element contains the following attributes:
AclAction string
The action that Cloud Firewall performs on the traffic.
AclUuid string
The unique ID of the access control policy.
Description string
The description of the access control policy.
Destination string
The destination address in the access control policy.
IpVersion string
Lang string
OutputFile string
Proto string
The type of the protocol in the access control policy.
Source string
The source address in the access control policy.
direction String
The direction of the traffic to which the access control policy applies.
id String
The provider-assigned unique ID for this managed resource.
ids List<String>
A list of Control Policy IDs.
policies List<GetControlPoliciesPolicy>
A list of Cloud Firewall Control Policies. Each element contains the following attributes:
aclAction String
The action that Cloud Firewall performs on the traffic.
aclUuid String
The unique ID of the access control policy.
description String
The description of the access control policy.
destination String
The destination address in the access control policy.
ipVersion String
lang String
outputFile String
proto String
The type of the protocol in the access control policy.
source String
The source address in the access control policy.
direction string
The direction of the traffic to which the access control policy applies.
id string
The provider-assigned unique ID for this managed resource.
ids string[]
A list of Control Policy IDs.
policies GetControlPoliciesPolicy[]
A list of Cloud Firewall Control Policies. Each element contains the following attributes:
aclAction string
The action that Cloud Firewall performs on the traffic.
aclUuid string
The unique ID of the access control policy.
description string
The description of the access control policy.
destination string
The destination address in the access control policy.
ipVersion string
lang string
outputFile string
proto string
The type of the protocol in the access control policy.
source string
The source address in the access control policy.
direction str
The direction of the traffic to which the access control policy applies.
id str
The provider-assigned unique ID for this managed resource.
ids Sequence[str]
A list of Control Policy IDs.
policies Sequence[GetControlPoliciesPolicy]
A list of Cloud Firewall Control Policies. Each element contains the following attributes:
acl_action str
The action that Cloud Firewall performs on the traffic.
acl_uuid str
The unique ID of the access control policy.
description str
The description of the access control policy.
destination str
The destination address in the access control policy.
ip_version str
lang str
output_file str
proto str
The type of the protocol in the access control policy.
source str
The source address in the access control policy.
direction String
The direction of the traffic to which the access control policy applies.
id String
The provider-assigned unique ID for this managed resource.
ids List<String>
A list of Control Policy IDs.
policies List<Property Map>
A list of Cloud Firewall Control Policies. Each element contains the following attributes:
aclAction String
The action that Cloud Firewall performs on the traffic.
aclUuid String
The unique ID of the access control policy.
description String
The description of the access control policy.
destination String
The destination address in the access control policy.
ipVersion String
lang String
outputFile String
proto String
The type of the protocol in the access control policy.
source String
The source address in the access control policy.

Supporting Types

GetControlPoliciesPolicy

AclAction This property is required. string
The action that Cloud Firewall performs on the traffic. Valid values: accept, drop, log.
AclUuid This property is required. string
The unique ID of the access control policy.
ApplicationId This property is required. string
The application ID in the access control policy.
ApplicationName This property is required. string
The type of the application that the access control policy supports.
Description This property is required. string
The description of the access control policy.
DestPort This property is required. string
The destination port in the access control policy.
DestPortGroup This property is required. string
The name of the destination port address book in the access control policy.
DestPortGroupPorts This property is required. List<string>
The ports in the destination port address book.
DestPortType This property is required. string
The type of the destination port in the access control policy.
Destination This property is required. string
The destination address defined in the access control policy.
DestinationGroupCidrs This property is required. List<string>
The CIDR blocks in the destination address book.
DestinationGroupType This property is required. string
The type of the destination address book in the access control policy.
DestinationType This property is required. string
The type of the destination address in the access control policy.
Direction This property is required. string
The direction of the traffic to which the access control policy applies. Valid values: in, out.
DnsResult This property is required. string
The DNS resolution result.
DnsResultTime This property is required. string
The timestamp of the DNS resolution result.
HitTimes This property is required. string
The number of hits for the access control policy.
Id This property is required. string
The ID of the Control Policy. It formats as <acl_uuid>:<direction>.
Order This property is required. int
The priority of the access control policy.
Proto This property is required. string
The type of the protocol in the access control policy. Valid values: If direction is in, the valid value is ANY. If direction is out, the valid values are ANY, TCP, UDP, ICMP.
Release This property is required. bool
Indicates whether the access control policy is enabled.
Source This property is required. string
The source address in the access control policy.
SourceGroupCidrs This property is required. List<string>
The CIDR blocks in the source address book.
SourceGroupType This property is required. string
The type of the source address book in the access control policy.
SourceType This property is required. string
The type of the source address in the access control policy.
AclAction This property is required. string
The action that Cloud Firewall performs on the traffic. Valid values: accept, drop, log.
AclUuid This property is required. string
The unique ID of the access control policy.
ApplicationId This property is required. string
The application ID in the access control policy.
ApplicationName This property is required. string
The type of the application that the access control policy supports.
Description This property is required. string
The description of the access control policy.
DestPort This property is required. string
The destination port in the access control policy.
DestPortGroup This property is required. string
The name of the destination port address book in the access control policy.
DestPortGroupPorts This property is required. []string
The ports in the destination port address book.
DestPortType This property is required. string
The type of the destination port in the access control policy.
Destination This property is required. string
The destination address defined in the access control policy.
DestinationGroupCidrs This property is required. []string
The CIDR blocks in the destination address book.
DestinationGroupType This property is required. string
The type of the destination address book in the access control policy.
DestinationType This property is required. string
The type of the destination address in the access control policy.
Direction This property is required. string
The direction of the traffic to which the access control policy applies. Valid values: in, out.
DnsResult This property is required. string
The DNS resolution result.
DnsResultTime This property is required. string
The timestamp of the DNS resolution result.
HitTimes This property is required. string
The number of hits for the access control policy.
Id This property is required. string
The ID of the Control Policy. It formats as <acl_uuid>:<direction>.
Order This property is required. int
The priority of the access control policy.
Proto This property is required. string
The type of the protocol in the access control policy. Valid values: If direction is in, the valid value is ANY. If direction is out, the valid values are ANY, TCP, UDP, ICMP.
Release This property is required. bool
Indicates whether the access control policy is enabled.
Source This property is required. string
The source address in the access control policy.
SourceGroupCidrs This property is required. []string
The CIDR blocks in the source address book.
SourceGroupType This property is required. string
The type of the source address book in the access control policy.
SourceType This property is required. string
The type of the source address in the access control policy.
aclAction This property is required. String
The action that Cloud Firewall performs on the traffic. Valid values: accept, drop, log.
aclUuid This property is required. String
The unique ID of the access control policy.
applicationId This property is required. String
The application ID in the access control policy.
applicationName This property is required. String
The type of the application that the access control policy supports.
description This property is required. String
The description of the access control policy.
destPort This property is required. String
The destination port in the access control policy.
destPortGroup This property is required. String
The name of the destination port address book in the access control policy.
destPortGroupPorts This property is required. List<String>
The ports in the destination port address book.
destPortType This property is required. String
The type of the destination port in the access control policy.
destination This property is required. String
The destination address defined in the access control policy.
destinationGroupCidrs This property is required. List<String>
The CIDR blocks in the destination address book.
destinationGroupType This property is required. String
The type of the destination address book in the access control policy.
destinationType This property is required. String
The type of the destination address in the access control policy.
direction This property is required. String
The direction of the traffic to which the access control policy applies. Valid values: in, out.
dnsResult This property is required. String
The DNS resolution result.
dnsResultTime This property is required. String
The timestamp of the DNS resolution result.
hitTimes This property is required. String
The number of hits for the access control policy.
id This property is required. String
The ID of the Control Policy. It formats as <acl_uuid>:<direction>.
order This property is required. Integer
The priority of the access control policy.
proto This property is required. String
The type of the protocol in the access control policy. Valid values: If direction is in, the valid value is ANY. If direction is out, the valid values are ANY, TCP, UDP, ICMP.
release This property is required. Boolean
Indicates whether the access control policy is enabled.
source This property is required. String
The source address in the access control policy.
sourceGroupCidrs This property is required. List<String>
The CIDR blocks in the source address book.
sourceGroupType This property is required. String
The type of the source address book in the access control policy.
sourceType This property is required. String
The type of the source address in the access control policy.
aclAction This property is required. string
The action that Cloud Firewall performs on the traffic. Valid values: accept, drop, log.
aclUuid This property is required. string
The unique ID of the access control policy.
applicationId This property is required. string
The application ID in the access control policy.
applicationName This property is required. string
The type of the application that the access control policy supports.
description This property is required. string
The description of the access control policy.
destPort This property is required. string
The destination port in the access control policy.
destPortGroup This property is required. string
The name of the destination port address book in the access control policy.
destPortGroupPorts This property is required. string[]
The ports in the destination port address book.
destPortType This property is required. string
The type of the destination port in the access control policy.
destination This property is required. string
The destination address defined in the access control policy.
destinationGroupCidrs This property is required. string[]
The CIDR blocks in the destination address book.
destinationGroupType This property is required. string
The type of the destination address book in the access control policy.
destinationType This property is required. string
The type of the destination address in the access control policy.
direction This property is required. string
The direction of the traffic to which the access control policy applies. Valid values: in, out.
dnsResult This property is required. string
The DNS resolution result.
dnsResultTime This property is required. string
The timestamp of the DNS resolution result.
hitTimes This property is required. string
The number of hits for the access control policy.
id This property is required. string
The ID of the Control Policy. It formats as <acl_uuid>:<direction>.
order This property is required. number
The priority of the access control policy.
proto This property is required. string
The type of the protocol in the access control policy. Valid values: If direction is in, the valid value is ANY. If direction is out, the valid values are ANY, TCP, UDP, ICMP.
release This property is required. boolean
Indicates whether the access control policy is enabled.
source This property is required. string
The source address in the access control policy.
sourceGroupCidrs This property is required. string[]
The CIDR blocks in the source address book.
sourceGroupType This property is required. string
The type of the source address book in the access control policy.
sourceType This property is required. string
The type of the source address in the access control policy.
acl_action This property is required. str
The action that Cloud Firewall performs on the traffic. Valid values: accept, drop, log.
acl_uuid This property is required. str
The unique ID of the access control policy.
application_id This property is required. str
The application ID in the access control policy.
application_name This property is required. str
The type of the application that the access control policy supports.
description This property is required. str
The description of the access control policy.
dest_port This property is required. str
The destination port in the access control policy.
dest_port_group This property is required. str
The name of the destination port address book in the access control policy.
dest_port_group_ports This property is required. Sequence[str]
The ports in the destination port address book.
dest_port_type This property is required. str
The type of the destination port in the access control policy.
destination This property is required. str
The destination address defined in the access control policy.
destination_group_cidrs This property is required. Sequence[str]
The CIDR blocks in the destination address book.
destination_group_type This property is required. str
The type of the destination address book in the access control policy.
destination_type This property is required. str
The type of the destination address in the access control policy.
direction This property is required. str
The direction of the traffic to which the access control policy applies. Valid values: in, out.
dns_result This property is required. str
The DNS resolution result.
dns_result_time This property is required. str
The timestamp of the DNS resolution result.
hit_times This property is required. str
The number of hits for the access control policy.
id This property is required. str
The ID of the Control Policy. It formats as <acl_uuid>:<direction>.
order This property is required. int
The priority of the access control policy.
proto This property is required. str
The type of the protocol in the access control policy. Valid values: If direction is in, the valid value is ANY. If direction is out, the valid values are ANY, TCP, UDP, ICMP.
release This property is required. bool
Indicates whether the access control policy is enabled.
source This property is required. str
The source address in the access control policy.
source_group_cidrs This property is required. Sequence[str]
The CIDR blocks in the source address book.
source_group_type This property is required. str
The type of the source address book in the access control policy.
source_type This property is required. str
The type of the source address in the access control policy.
aclAction This property is required. String
The action that Cloud Firewall performs on the traffic. Valid values: accept, drop, log.
aclUuid This property is required. String
The unique ID of the access control policy.
applicationId This property is required. String
The application ID in the access control policy.
applicationName This property is required. String
The type of the application that the access control policy supports.
description This property is required. String
The description of the access control policy.
destPort This property is required. String
The destination port in the access control policy.
destPortGroup This property is required. String
The name of the destination port address book in the access control policy.
destPortGroupPorts This property is required. List<String>
The ports in the destination port address book.
destPortType This property is required. String
The type of the destination port in the access control policy.
destination This property is required. String
The destination address defined in the access control policy.
destinationGroupCidrs This property is required. List<String>
The CIDR blocks in the destination address book.
destinationGroupType This property is required. String
The type of the destination address book in the access control policy.
destinationType This property is required. String
The type of the destination address in the access control policy.
direction This property is required. String
The direction of the traffic to which the access control policy applies. Valid values: in, out.
dnsResult This property is required. String
The DNS resolution result.
dnsResultTime This property is required. String
The timestamp of the DNS resolution result.
hitTimes This property is required. String
The number of hits for the access control policy.
id This property is required. String
The ID of the Control Policy. It formats as <acl_uuid>:<direction>.
order This property is required. Number
The priority of the access control policy.
proto This property is required. String
The type of the protocol in the access control policy. Valid values: If direction is in, the valid value is ANY. If direction is out, the valid values are ANY, TCP, UDP, ICMP.
release This property is required. Boolean
Indicates whether the access control policy is enabled.
source This property is required. String
The source address in the access control policy.
sourceGroupCidrs This property is required. List<String>
The CIDR blocks in the source address book.
sourceGroupType This property is required. String
The type of the source address book in the access control policy.
sourceType This property is required. String
The type of the source address in the access control policy.

Package Details

Repository
Alibaba Cloud pulumi/pulumi-alicloud
License
Apache-2.0
Notes
This Pulumi package is based on the alicloud Terraform Provider.
Alibaba Cloud v3.76.0 published on Tuesday, Apr 8, 2025 by Pulumi