We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
aws-native.ec2.getSubnetNetworkAclAssociation
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 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)
public static Output<GetSubnetNetworkAclAssociationResult> getSubnetNetworkAclAssociation(GetSubnetNetworkAclAssociationArgs args, InvokeOptions options)
fn::invoke:
function: aws-native:ec2:getSubnetNetworkAclAssociation
arguments:
# arguments dictionaryThe following arguments are supported:
- Association
Id string - Returns the value of this object's AssociationId property.
- Association
Id string - Returns the value of this object's AssociationId property.
- association
Id String - Returns the value of this object's AssociationId property.
- association
Id string - Returns the value of this object's AssociationId property.
- association_
id str - Returns the value of this object's AssociationId property.
- association
Id String - Returns the value of this object's AssociationId property.
getSubnetNetworkAclAssociation Result
The following output properties are available:
- Association
Id string - Returns the value of this object's AssociationId property.
- Association
Id string - Returns the value of this object's AssociationId property.
- association
Id String - Returns the value of this object's AssociationId property.
- association
Id string - Returns the value of this object's AssociationId property.
- association_
id str - Returns the value of this object's AssociationId property.
- association
Id String - Returns the value of this object's AssociationId property.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.37.0 published on Wednesday, Oct 15, 2025 by Pulumi
