1. Packages
  2. AWS Native
  3. API Docs
  4. ec2
  5. getSubnetNetworkAclAssociation

We recommend new projects start with resources from the AWS provider.

AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi

aws-native.ec2.getSubnetNetworkAclAssociation

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi

    Resource Type definition for AWS::EC2::SubnetNetworkAclAssociation

    Using getSubnetNetworkAclAssociation

    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 getSubnetNetworkAclAssociation(args: GetSubnetNetworkAclAssociationArgs, opts?: InvokeOptions): Promise<GetSubnetNetworkAclAssociationResult>
    function getSubnetNetworkAclAssociationOutput(args: GetSubnetNetworkAclAssociationOutputArgs, opts?: InvokeOptions): Output<GetSubnetNetworkAclAssociationResult>
    def get_subnet_network_acl_association(association_id: Optional[str] = None,
                                           opts: Optional[InvokeOptions] = None) -> GetSubnetNetworkAclAssociationResult
    def get_subnet_network_acl_association_output(association_id: Optional[pulumi.Input[str]] = None,
                                           opts: Optional[InvokeOptions] = None) -> Output[GetSubnetNetworkAclAssociationResult]
    func LookupSubnetNetworkAclAssociation(ctx *Context, args *LookupSubnetNetworkAclAssociationArgs, opts ...InvokeOption) (*LookupSubnetNetworkAclAssociationResult, error)
    func LookupSubnetNetworkAclAssociationOutput(ctx *Context, args *LookupSubnetNetworkAclAssociationOutputArgs, opts ...InvokeOption) LookupSubnetNetworkAclAssociationResultOutput

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

    public static class GetSubnetNetworkAclAssociation 
    {
        public static Task<GetSubnetNetworkAclAssociationResult> InvokeAsync(GetSubnetNetworkAclAssociationArgs args, InvokeOptions? opts = null)
        public static Output<GetSubnetNetworkAclAssociationResult> Invoke(GetSubnetNetworkAclAssociationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSubnetNetworkAclAssociationResult> getSubnetNetworkAclAssociation(GetSubnetNetworkAclAssociationArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:ec2:getSubnetNetworkAclAssociation
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AssociationId string
    Returns the value of this object's AssociationId property.
    AssociationId string
    Returns the value of this object's AssociationId property.
    associationId String
    Returns the value of this object's AssociationId property.
    associationId string
    Returns the value of this object's AssociationId property.
    association_id str
    Returns the value of this object's AssociationId property.
    associationId String
    Returns the value of this object's AssociationId property.

    getSubnetNetworkAclAssociation Result

    The following output properties are available:

    AssociationId string
    Returns the value of this object's AssociationId property.
    AssociationId string
    Returns the value of this object's AssociationId property.
    associationId String
    Returns the value of this object's AssociationId property.
    associationId string
    Returns the value of this object's AssociationId property.
    association_id str
    Returns the value of this object's AssociationId property.
    associationId String
    Returns the value of this object's AssociationId property.

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi