Class GetViolationDetailsRequest

    • Method Detail

      • policyId

        public final String policyId()

        The ID of the Firewall Manager policy that you want the details for. You can get violation details for the following policy types:

        • DNS Firewall

        • Imported Network Firewall

        • Network Firewall

        • Security group content audit

        • Network ACL

        • Third-party firewall

        Returns:
        The ID of the Firewall Manager policy that you want the details for. You can get violation details for the following policy types:

        • DNS Firewall

        • Imported Network Firewall

        • Network Firewall

        • Security group content audit

        • Network ACL

        • Third-party firewall

      • memberAccount

        public final String memberAccount()

        The Amazon Web Services account ID that you want the details for.

        Returns:
        The Amazon Web Services account ID that you want the details for.
      • resourceId

        public final String resourceId()

        The ID of the resource that has violations.

        Returns:
        The ID of the resource that has violations.
      • resourceType

        public final String resourceType()

        The resource type. This is in the format shown in the Amazon Web Services Resource Types Reference. Supported resource types are: AWS::EC2::Instance, AWS::EC2::NetworkInterface, AWS::EC2::SecurityGroup, AWS::NetworkFirewall::FirewallPolicy, and AWS::EC2::Subnet.

        Returns:
        The resource type. This is in the format shown in the Amazon Web Services Resource Types Reference. Supported resource types are: AWS::EC2::Instance, AWS::EC2::NetworkInterface, AWS::EC2::SecurityGroup, AWS::NetworkFirewall::FirewallPolicy, and AWS::EC2::Subnet.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object