Class PutResourcePolicyRequest

    • Method Detail

      • resourceArn

        public final String resourceArn()

        The Amazon Resource Name (ARN) of the account that you want to share rule groups and firewall policies with.

        Returns:
        The Amazon Resource Name (ARN) of the account that you want to share rule groups and firewall policies with.
      • policy

        public final String policy()

        The IAM policy statement that lists the accounts that you want to share your rule group or firewall policy with and the operations that you want the accounts to be able to perform.

        For a rule group resource, you can specify the following operations in the Actions section of the statement:

        • network-firewall:CreateFirewallPolicy

        • network-firewall:UpdateFirewallPolicy

        • network-firewall:ListRuleGroups

        For a firewall policy resource, you can specify the following operations in the Actions section of the statement:

        • network-firewall:AssociateFirewallPolicy

        • network-firewall:ListFirewallPolicies

        In the Resource section of the statement, you specify the ARNs for the rule groups and firewall policies that you want to share with the account that you specified in Arn.

        Returns:
        The IAM policy statement that lists the accounts that you want to share your rule group or firewall policy with and the operations that you want the accounts to be able to perform.

        For a rule group resource, you can specify the following operations in the Actions section of the statement:

        • network-firewall:CreateFirewallPolicy

        • network-firewall:UpdateFirewallPolicy

        • network-firewall:ListRuleGroups

        For a firewall policy resource, you can specify the following operations in the Actions section of the statement:

        • network-firewall:AssociateFirewallPolicy

        • network-firewall:ListFirewallPolicies

        In the Resource section of the statement, you specify the ARNs for the rule groups and firewall policies that you want to share with the account that you specified in Arn.

      • 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