Class ListResourcesForWebAclRequest

    • Method Detail

      • webACLArn

        public final String webACLArn()

        The Amazon Resource Name (ARN) of the web ACL.

        Returns:
        The Amazon Resource Name (ARN) of the web ACL.
      • resourceType

        public final ResourceType resourceType()

        Used for web ACLs that are scoped for regional applications. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance.

        If you don't provide a resource type, the call uses the resource type APPLICATION_LOAD_BALANCER.

        Default: APPLICATION_LOAD_BALANCER

        If the service returns an enum value that is not available in the current SDK version, resourceType will return ResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from resourceTypeAsString().

        Returns:
        Used for web ACLs that are scoped for regional applications. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance.

        If you don't provide a resource type, the call uses the resource type APPLICATION_LOAD_BALANCER.

        Default: APPLICATION_LOAD_BALANCER

        See Also:
        ResourceType
      • resourceTypeAsString

        public final String resourceTypeAsString()

        Used for web ACLs that are scoped for regional applications. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance.

        If you don't provide a resource type, the call uses the resource type APPLICATION_LOAD_BALANCER.

        Default: APPLICATION_LOAD_BALANCER

        If the service returns an enum value that is not available in the current SDK version, resourceType will return ResourceType.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from resourceTypeAsString().

        Returns:
        Used for web ACLs that are scoped for regional applications. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AppSync GraphQL API, an Amazon Cognito user pool, an App Runner service, or an Amazon Web Services Verified Access instance.

        If you don't provide a resource type, the call uses the resource type APPLICATION_LOAD_BALANCER.

        Default: APPLICATION_LOAD_BALANCER

        See Also:
        ResourceType
      • 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