Class GetAuthPolicyArgs


  • public final class GetAuthPolicyArgs
    extends com.pulumi.resources.InvokeArgs
    • Method Detail

      • policy

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> policy()
        Returns:
        The auth policy. The policy string in JSON must not contain newlines or blank lines.
      • resourceIdentifier

        public com.pulumi.core.Output<java.lang.String> resourceIdentifier()
        Returns:
        The ID or Amazon Resource Name (ARN) of the service network or service for which the policy is created.
      • state

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> state()
        Returns:
        The state of the auth policy. The auth policy is only active when the auth type is set to AWS_IAM. If you provide a policy, then authentication and authorization decisions are made based on this policy and the client's IAM policy. If the Auth type is NONE, then, any auth policy you provide will remain inactive.