GetNetworkAcls

Using GetNetworkAcls

function getNetworkAcls(args: GetNetworkAclsArgs, opts?: InvokeOptions): Promise<GetNetworkAclsResult>
function  get_network_acls(filters=None, tags=None, vpc_id=None, opts=None)
func GetNetworkAcls(ctx *Context, args *GetNetworkAclsArgs, opts ...InvokeOption) (*GetNetworkAclsResult, error)
public static class GetNetworkAcls {
    public static Task<GetNetworkAclsResult> InvokeAsync(GetNetworkAclsArgs args, InvokeOptions? opts = null)
}

The following arguments are supported:

Filters List<GetNetworkAclsFilterArgs>

Custom filter block as described below.

Tags Dictionary<string, string>

A map of tags, each pair of which must exactly match a pair on the desired network ACLs.

VpcId string

The VPC ID that you want to filter from.

Filters []GetNetworkAclsFilter

Custom filter block as described below.

Tags map[string]string

A map of tags, each pair of which must exactly match a pair on the desired network ACLs.

VpcId string

The VPC ID that you want to filter from.

filters GetNetworkAclsFilter[]

Custom filter block as described below.

tags {[key: string]: string}

A map of tags, each pair of which must exactly match a pair on the desired network ACLs.

vpcId string

The VPC ID that you want to filter from.

filters List[GetNetworkAclsFilter]

Custom filter block as described below.

tags Dict[str, str]

A map of tags, each pair of which must exactly match a pair on the desired network ACLs.

vpc_id str

The VPC ID that you want to filter from.

GetNetworkAcls Result

The following output properties are available:

Id string

The provider-assigned unique ID for this managed resource.

Ids List<string>

A list of all the network ACL ids found. This data source will fail if none are found.

Tags Dictionary<string, string>
Filters List<GetNetworkAclsFilter>
VpcId string
Id string

The provider-assigned unique ID for this managed resource.

Ids []string

A list of all the network ACL ids found. This data source will fail if none are found.

Tags map[string]string
Filters []GetNetworkAclsFilter
VpcId string
id string

The provider-assigned unique ID for this managed resource.

ids string[]

A list of all the network ACL ids found. This data source will fail if none are found.

tags {[key: string]: string}
filters GetNetworkAclsFilter[]
vpcId string
id str

The provider-assigned unique ID for this managed resource.

ids List[str]

A list of all the network ACL ids found. This data source will fail if none are found.

tags Dict[str, str]
filters List[GetNetworkAclsFilter]
vpc_id str

Supporting Types

GetNetworkAclsFilter

See the input and output API doc for this type.

See the input and output API doc for this type.

See the input and output API doc for this type.

Name string

The name of the field to filter by, as defined by the underlying AWS API.

Values List<string>

Set of values that are accepted for the given field. A VPC will be selected if any one of the given values matches.

Name string

The name of the field to filter by, as defined by the underlying AWS API.

Values []string

Set of values that are accepted for the given field. A VPC will be selected if any one of the given values matches.

name string

The name of the field to filter by, as defined by the underlying AWS API.

values string[]

Set of values that are accepted for the given field. A VPC will be selected if any one of the given values matches.

name str

The name of the field to filter by, as defined by the underlying AWS API.

values List[str]

Set of values that are accepted for the given field. A VPC will be selected if any one of the given values matches.

Package Details

Repository
https://github.com/pulumi/pulumi-aws
License
Apache-2.0
Notes
This Pulumi package is based on the aws Terraform Provider.