AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.ec2.getSubnetNetworkAclAssociation
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 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:
- 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
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi