![]() |
![]()
| ![]() |
![]()
NAMEPaws::Route53Resolver::FirewallRuleGroupAssociation USAGEThis class represents one of two things: Arguments in a call to a service Use the attributes of this class as arguments to methods. You shouldn't make instances of this class. Each attribute should be used as a named argument in the calls that expect this type of object. As an example, if Att1 is expected to be a Paws::Route53Resolver::FirewallRuleGroupAssociation object: $service_obj->Method(Att1 => { Arn => $value, ..., VpcId => $value }); Results returned from an API call Use accessors for each attribute. If Att1 is expected to be an Paws::Route53Resolver::FirewallRuleGroupAssociation object: $result = $service_obj->Method(...); $result->Att1->Arn DESCRIPTIONAn association between a firewall rule group and a VPC, which enables DNS filtering for the VPC. ATTRIBUTESArn => StrThe Amazon Resource Name (ARN) of the firewall rule group association. CreationTime => StrThe date and time that the association was created, in Unix time format and Coordinated Universal Time (UTC). CreatorRequestId => StrA unique string defined by you to identify the request. This allows you to retry failed requests without the risk of running the operation twice. This can be any unique string, for example, a timestamp. FirewallRuleGroupId => StrThe unique identifier of the firewall rule group. Id => StrThe identifier for the association. ManagedOwnerName => StrThe owner of the association, used only for associations that are not managed by you. If you use AWS Firewall Manager to manage your DNS Firewalls, then this reports Firewall Manager as the managed owner. ModificationTime => StrThe date and time that the association was last modified, in Unix time format and Coordinated Universal Time (UTC). MutationProtection => StrIf enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections. Name => StrThe name of the association. Priority => IntThe setting that determines the processing order of the rule group among the rule groups that are associated with a single VPC. DNS Firewall filters VPC traffic starting from rule group with the lowest numeric priority setting. Status => StrThe current status of the association. StatusMessage => StrAdditional information about the status of the response, if available. VpcId => StrThe unique identifier of the VPC that is associated with the rule group. SEE ALSOThis class forms part of Paws, describing an object used in Paws::Route53Resolver BUGS and CONTRIBUTIONSThe source code is located here: <https://github.com/pplu/aws-sdk-perl> Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>
|