NAME
Paws::Route53Resolver::FirewallRuleGroupAssociation
USAGE
This 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
DESCRIPTION
An association between a firewall rule group and a VPC, which enables DNS filtering for the VPC.
ATTRIBUTES
Arn => Str
The Amazon Resource Name (ARN) of the firewall rule group association.
CreationTime => Str
The date and time that the association was created, in Unix time format and Coordinated Universal Time (UTC).
CreatorRequestId => Str
A 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 => Str
The unique identifier of the firewall rule group.
Id => Str
The identifier for the association.
ManagedOwnerName => Str
The 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 => Str
The date and time that the association was last modified, in Unix time format and Coordinated Universal Time (UTC).
MutationProtection => Str
If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections.
Name => Str
The name of the association.
Priority => Int
The 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 => Str
The current status of the association.
StatusMessage => Str
Additional information about the status of the response, if available.
VpcId => Str
The unique identifier of the VPC that is associated with the rule group.
SEE ALSO
This class forms part of Paws, describing an object used in Paws::Route53Resolver
BUGS and CONTRIBUTIONS
The source code is located here: https://github.com/pplu/aws-sdk-perl
Please report bugs to: https://github.com/pplu/aws-sdk-perl/issues