1. Packages
  2. Alibaba Cloud Provider
  3. API Docs
  4. cloudfirewall
  5. getNatFirewalls
Alibaba Cloud v3.75.0 published on Friday, Mar 7, 2025 by Pulumi

alicloud.cloudfirewall.getNatFirewalls

Explore with Pulumi AI

alicloud logo
Alibaba Cloud v3.75.0 published on Friday, Mar 7, 2025 by Pulumi

    This data source provides Cloud Firewall Nat Firewall available to the user.What is Nat Firewall

    NOTE: Available since v1.243.0.

    Using getNatFirewalls

    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 getNatFirewalls(args: GetNatFirewallsArgs, opts?: InvokeOptions): Promise<GetNatFirewallsResult>
    function getNatFirewallsOutput(args: GetNatFirewallsOutputArgs, opts?: InvokeOptions): Output<GetNatFirewallsResult>
    def get_nat_firewalls(ids: Optional[Sequence[str]] = None,
                          lang: Optional[str] = None,
                          member_uid: Optional[int] = None,
                          nat_gateway_id: Optional[str] = None,
                          output_file: Optional[str] = None,
                          page_number: Optional[int] = None,
                          page_size: Optional[int] = None,
                          proxy_id: Optional[str] = None,
                          proxy_name: Optional[str] = None,
                          region_no: Optional[str] = None,
                          status: Optional[str] = None,
                          vpc_id: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetNatFirewallsResult
    def get_nat_firewalls_output(ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                          lang: Optional[pulumi.Input[str]] = None,
                          member_uid: Optional[pulumi.Input[int]] = None,
                          nat_gateway_id: Optional[pulumi.Input[str]] = None,
                          output_file: Optional[pulumi.Input[str]] = None,
                          page_number: Optional[pulumi.Input[int]] = None,
                          page_size: Optional[pulumi.Input[int]] = None,
                          proxy_id: Optional[pulumi.Input[str]] = None,
                          proxy_name: Optional[pulumi.Input[str]] = None,
                          region_no: Optional[pulumi.Input[str]] = None,
                          status: Optional[pulumi.Input[str]] = None,
                          vpc_id: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetNatFirewallsResult]
    func GetNatFirewalls(ctx *Context, args *GetNatFirewallsArgs, opts ...InvokeOption) (*GetNatFirewallsResult, error)
    func GetNatFirewallsOutput(ctx *Context, args *GetNatFirewallsOutputArgs, opts ...InvokeOption) GetNatFirewallsResultOutput

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

    public static class GetNatFirewalls 
    {
        public static Task<GetNatFirewallsResult> InvokeAsync(GetNatFirewallsArgs args, InvokeOptions? opts = null)
        public static Output<GetNatFirewallsResult> Invoke(GetNatFirewallsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetNatFirewallsResult> getNatFirewalls(GetNatFirewallsArgs args, InvokeOptions options)
    public static Output<GetNatFirewallsResult> getNatFirewalls(GetNatFirewallsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: alicloud:cloudfirewall/getNatFirewalls:getNatFirewalls
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Ids List<string>
    A list of Nat Firewall IDs.
    Lang string
    Lang
    MemberUid int
    Member Account ID
    NatGatewayId string
    NAT gateway ID
    OutputFile string
    File name where to save data source results (after running pulumi preview).
    PageNumber int
    Page No
    PageSize int
    Page Size
    ProxyId string
    NAT firewall ID
    ProxyName string
    NAT firewall name
    RegionNo string
    Region
    Status string
    The status of the resource
    VpcId string
    The ID of the VPC instance.
    Ids []string
    A list of Nat Firewall IDs.
    Lang string
    Lang
    MemberUid int
    Member Account ID
    NatGatewayId string
    NAT gateway ID
    OutputFile string
    File name where to save data source results (after running pulumi preview).
    PageNumber int
    Page No
    PageSize int
    Page Size
    ProxyId string
    NAT firewall ID
    ProxyName string
    NAT firewall name
    RegionNo string
    Region
    Status string
    The status of the resource
    VpcId string
    The ID of the VPC instance.
    ids List<String>
    A list of Nat Firewall IDs.
    lang String
    Lang
    memberUid Integer
    Member Account ID
    natGatewayId String
    NAT gateway ID
    outputFile String
    File name where to save data source results (after running pulumi preview).
    pageNumber Integer
    Page No
    pageSize Integer
    Page Size
    proxyId String
    NAT firewall ID
    proxyName String
    NAT firewall name
    regionNo String
    Region
    status String
    The status of the resource
    vpcId String
    The ID of the VPC instance.
    ids string[]
    A list of Nat Firewall IDs.
    lang string
    Lang
    memberUid number
    Member Account ID
    natGatewayId string
    NAT gateway ID
    outputFile string
    File name where to save data source results (after running pulumi preview).
    pageNumber number
    Page No
    pageSize number
    Page Size
    proxyId string
    NAT firewall ID
    proxyName string
    NAT firewall name
    regionNo string
    Region
    status string
    The status of the resource
    vpcId string
    The ID of the VPC instance.
    ids Sequence[str]
    A list of Nat Firewall IDs.
    lang str
    Lang
    member_uid int
    Member Account ID
    nat_gateway_id str
    NAT gateway ID
    output_file str
    File name where to save data source results (after running pulumi preview).
    page_number int
    Page No
    page_size int
    Page Size
    proxy_id str
    NAT firewall ID
    proxy_name str
    NAT firewall name
    region_no str
    Region
    status str
    The status of the resource
    vpc_id str
    The ID of the VPC instance.
    ids List<String>
    A list of Nat Firewall IDs.
    lang String
    Lang
    memberUid Number
    Member Account ID
    natGatewayId String
    NAT gateway ID
    outputFile String
    File name where to save data source results (after running pulumi preview).
    pageNumber Number
    Page No
    pageSize Number
    Page Size
    proxyId String
    NAT firewall ID
    proxyName String
    NAT firewall name
    regionNo String
    Region
    status String
    The status of the resource
    vpcId String
    The ID of the VPC instance.

    getNatFirewalls Result

    The following output properties are available:

    Firewalls List<Pulumi.AliCloud.CloudFirewall.Outputs.GetNatFirewallsFirewall>
    A list of Nat Firewall Entries. Each element contains the following attributes:
    Id string
    The provider-assigned unique ID for this managed resource.
    Ids List<string>
    A list of Nat Firewall IDs.
    Lang string
    MemberUid int
    Member Account ID
    NatGatewayId string
    NAT gateway ID
    OutputFile string
    PageNumber int
    PageSize int
    ProxyId string
    NAT firewall ID
    ProxyName string
    NAT firewall name
    RegionNo string
    Status string
    VpcId string
    The ID of the VPC instance.
    Firewalls []GetNatFirewallsFirewall
    A list of Nat Firewall Entries. Each element contains the following attributes:
    Id string
    The provider-assigned unique ID for this managed resource.
    Ids []string
    A list of Nat Firewall IDs.
    Lang string
    MemberUid int
    Member Account ID
    NatGatewayId string
    NAT gateway ID
    OutputFile string
    PageNumber int
    PageSize int
    ProxyId string
    NAT firewall ID
    ProxyName string
    NAT firewall name
    RegionNo string
    Status string
    VpcId string
    The ID of the VPC instance.
    firewalls List<GetNatFirewallsFirewall>
    A list of Nat Firewall Entries. Each element contains the following attributes:
    id String
    The provider-assigned unique ID for this managed resource.
    ids List<String>
    A list of Nat Firewall IDs.
    lang String
    memberUid Integer
    Member Account ID
    natGatewayId String
    NAT gateway ID
    outputFile String
    pageNumber Integer
    pageSize Integer
    proxyId String
    NAT firewall ID
    proxyName String
    NAT firewall name
    regionNo String
    status String
    vpcId String
    The ID of the VPC instance.
    firewalls GetNatFirewallsFirewall[]
    A list of Nat Firewall Entries. Each element contains the following attributes:
    id string
    The provider-assigned unique ID for this managed resource.
    ids string[]
    A list of Nat Firewall IDs.
    lang string
    memberUid number
    Member Account ID
    natGatewayId string
    NAT gateway ID
    outputFile string
    pageNumber number
    pageSize number
    proxyId string
    NAT firewall ID
    proxyName string
    NAT firewall name
    regionNo string
    status string
    vpcId string
    The ID of the VPC instance.
    firewalls Sequence[GetNatFirewallsFirewall]
    A list of Nat Firewall Entries. Each element contains the following attributes:
    id str
    The provider-assigned unique ID for this managed resource.
    ids Sequence[str]
    A list of Nat Firewall IDs.
    lang str
    member_uid int
    Member Account ID
    nat_gateway_id str
    NAT gateway ID
    output_file str
    page_number int
    page_size int
    proxy_id str
    NAT firewall ID
    proxy_name str
    NAT firewall name
    region_no str
    status str
    vpc_id str
    The ID of the VPC instance.
    firewalls List<Property Map>
    A list of Nat Firewall Entries. Each element contains the following attributes:
    id String
    The provider-assigned unique ID for this managed resource.
    ids List<String>
    A list of Nat Firewall IDs.
    lang String
    memberUid Number
    Member Account ID
    natGatewayId String
    NAT gateway ID
    outputFile String
    pageNumber Number
    pageSize Number
    proxyId String
    NAT firewall ID
    proxyName String
    NAT firewall name
    regionNo String
    status String
    vpcId String
    The ID of the VPC instance.

    Supporting Types

    GetNatFirewallsFirewall

    AliUid int
    Alibaba Cloud account ID
    Id string
    The ID of the resource supplied above.
    MemberUid int
    Member Account ID
    NatGatewayId string
    NAT gateway ID
    NatGatewayName string
    NAT Gateway name
    NatRouteEntryLists List<Pulumi.AliCloud.CloudFirewall.Inputs.GetNatFirewallsFirewallNatRouteEntryList>
    The list of routes to be switched by the NAT gateway.
    ProxyId string
    NAT firewall ID
    ProxyName string
    NAT firewall name
    StrictMode int
    Whether strict mode is enabled1-Enable strict mode0-Disable strict mode
    VpcId string
    The ID of the VPC instance.
    AliUid int
    Alibaba Cloud account ID
    Id string
    The ID of the resource supplied above.
    MemberUid int
    Member Account ID
    NatGatewayId string
    NAT gateway ID
    NatGatewayName string
    NAT Gateway name
    NatRouteEntryLists []GetNatFirewallsFirewallNatRouteEntryList
    The list of routes to be switched by the NAT gateway.
    ProxyId string
    NAT firewall ID
    ProxyName string
    NAT firewall name
    StrictMode int
    Whether strict mode is enabled1-Enable strict mode0-Disable strict mode
    VpcId string
    The ID of the VPC instance.
    aliUid Integer
    Alibaba Cloud account ID
    id String
    The ID of the resource supplied above.
    memberUid Integer
    Member Account ID
    natGatewayId String
    NAT gateway ID
    natGatewayName String
    NAT Gateway name
    natRouteEntryLists List<GetNatFirewallsFirewallNatRouteEntryList>
    The list of routes to be switched by the NAT gateway.
    proxyId String
    NAT firewall ID
    proxyName String
    NAT firewall name
    strictMode Integer
    Whether strict mode is enabled1-Enable strict mode0-Disable strict mode
    vpcId String
    The ID of the VPC instance.
    aliUid number
    Alibaba Cloud account ID
    id string
    The ID of the resource supplied above.
    memberUid number
    Member Account ID
    natGatewayId string
    NAT gateway ID
    natGatewayName string
    NAT Gateway name
    natRouteEntryLists GetNatFirewallsFirewallNatRouteEntryList[]
    The list of routes to be switched by the NAT gateway.
    proxyId string
    NAT firewall ID
    proxyName string
    NAT firewall name
    strictMode number
    Whether strict mode is enabled1-Enable strict mode0-Disable strict mode
    vpcId string
    The ID of the VPC instance.
    ali_uid int
    Alibaba Cloud account ID
    id str
    The ID of the resource supplied above.
    member_uid int
    Member Account ID
    nat_gateway_id str
    NAT gateway ID
    nat_gateway_name str
    NAT Gateway name
    nat_route_entry_lists Sequence[GetNatFirewallsFirewallNatRouteEntryList]
    The list of routes to be switched by the NAT gateway.
    proxy_id str
    NAT firewall ID
    proxy_name str
    NAT firewall name
    strict_mode int
    Whether strict mode is enabled1-Enable strict mode0-Disable strict mode
    vpc_id str
    The ID of the VPC instance.
    aliUid Number
    Alibaba Cloud account ID
    id String
    The ID of the resource supplied above.
    memberUid Number
    Member Account ID
    natGatewayId String
    NAT gateway ID
    natGatewayName String
    NAT Gateway name
    natRouteEntryLists List<Property Map>
    The list of routes to be switched by the NAT gateway.
    proxyId String
    NAT firewall ID
    proxyName String
    NAT firewall name
    strictMode Number
    Whether strict mode is enabled1-Enable strict mode0-Disable strict mode
    vpcId String
    The ID of the VPC instance.

    GetNatFirewallsFirewallNatRouteEntryList

    DestinationCidr string
    The destination network segment of the default route.
    NexthopId string
    The next hop address of the original NAT gateway.
    NexthopType string
    The network type of the next hop. Value: NatGateway : NAT Gateway.
    RouteTableId string
    The route table where the default route of the NAT gateway is located.
    DestinationCidr string
    The destination network segment of the default route.
    NexthopId string
    The next hop address of the original NAT gateway.
    NexthopType string
    The network type of the next hop. Value: NatGateway : NAT Gateway.
    RouteTableId string
    The route table where the default route of the NAT gateway is located.
    destinationCidr String
    The destination network segment of the default route.
    nexthopId String
    The next hop address of the original NAT gateway.
    nexthopType String
    The network type of the next hop. Value: NatGateway : NAT Gateway.
    routeTableId String
    The route table where the default route of the NAT gateway is located.
    destinationCidr string
    The destination network segment of the default route.
    nexthopId string
    The next hop address of the original NAT gateway.
    nexthopType string
    The network type of the next hop. Value: NatGateway : NAT Gateway.
    routeTableId string
    The route table where the default route of the NAT gateway is located.
    destination_cidr str
    The destination network segment of the default route.
    nexthop_id str
    The next hop address of the original NAT gateway.
    nexthop_type str
    The network type of the next hop. Value: NatGateway : NAT Gateway.
    route_table_id str
    The route table where the default route of the NAT gateway is located.
    destinationCidr String
    The destination network segment of the default route.
    nexthopId String
    The next hop address of the original NAT gateway.
    nexthopType String
    The network type of the next hop. Value: NatGateway : NAT Gateway.
    routeTableId String
    The route table where the default route of the NAT gateway is located.

    Package Details

    Repository
    Alibaba Cloud pulumi/pulumi-alicloud
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the alicloud Terraform Provider.
    alicloud logo
    Alibaba Cloud v3.75.0 published on Friday, Mar 7, 2025 by Pulumi