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<Get
Network Acls Filter Args> Custom filter block as described below.
- Dictionary<string, string>
A map of tags, each pair of which must exactly match a pair on the desired network ACLs.
- Vpc
Id string The VPC ID that you want to filter from.
- Filters
[]Get
Network Acls Filter Custom filter block as described below.
- map[string]string
A map of tags, each pair of which must exactly match a pair on the desired network ACLs.
- Vpc
Id string The VPC ID that you want to filter from.
- filters
Get
Network Acls Filter[] Custom filter block as described below.
- {[key: string]: string}
A map of tags, each pair of which must exactly match a pair on the desired network ACLs.
- vpc
Id string The VPC ID that you want to filter from.
- filters
List[Get
Network Acls Filter] Custom filter block as described below.
- 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.
- Dictionary<string, string>
- Filters
List<Get
Network Acls Filter> - Vpc
Id string
Supporting Types
GetNetworkAclsFilter
- 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
awsTerraform Provider.