associate_netacl: Associate ACL w/Subnet

Description Usage Arguments Details Value References See Also

View source: R/network_acls.R

Description

Associate a Network ACL with a Subnet

Usage

1
associate_netacl(acl, association, ...)

Arguments

acl

...

association

A character string specifying a Network ACL Association, or an object of class “ec2_network_association” (possibly returned by describe_netacls()). This should be the association that you want to replace.

...

Additional arguments passed to [ec2HTTP()].

Details

This function modifies the ACL associated with a Subnet. By default when you create a Subnet, it is automatically associated with the default network ACL. This can be used to change that association.

Value

A list

References

http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_ReplaceNetworkAclAssociation.html

See Also

create_netacl(), create_subnet()


cloudyr/aws.ec2 documentation built on Jan. 14, 2020, 4:55 a.m.