PolicySummary class
Details of the AWS Firewall Manager policy.
Constructors
- PolicySummary({String? policyArn, String? policyId, String? policyName, bool? remediationEnabled, String? resourceType, SecurityServiceType? securityServiceType})
-
PolicySummary.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- policyArn → String?
-
The Amazon Resource Name (ARN) of the specified policy.
final
- policyId → String?
-
The ID of the specified policy.
final
- policyName → String?
-
The name of the specified policy.
final
- remediationEnabled → bool?
-
Indicates if the policy should be automatically applied to new resources.
final
- resourceType → String?
-
The type of resource protected by or in scope of the policy. This is in the
format shown in the AWS
Resource Types Reference. For AWS WAF and Shield Advanced, examples
include
AWS::ElasticLoadBalancingV2::LoadBalancer
andAWS::CloudFront::Distribution
. For a security group common policy, valid values areAWS::EC2::NetworkInterface
andAWS::EC2::Instance
. For a security group content audit policy, valid values areAWS::EC2::SecurityGroup
,AWS::EC2::NetworkInterface
, andAWS::EC2::Instance
. For a security group usage audit policy, the value isAWS::EC2::SecurityGroup
. For an AWS Network Firewall policy, the value isAWS::EC2::VPC
.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- securityServiceType → SecurityServiceType?
-
The service that the policy is using to protect the resources. This
specifies the type of policy that is created, either an AWS WAF policy, a
Shield Advanced policy, or a security group policy.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited