ListResourcesForWebACLRequest

public struct ListResourcesForWebACLRequest : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Used for web ACLs that are scoped for regional applications. A regional application can be an Application Load Balancer (ALB) or an API Gateway stage.

    Declaration

    Swift

    public let resourceType: ResourceType?
  • The Amazon Resource Name (ARN) of the Web ACL.

    Declaration

    Swift

    public let webACLArn: String
  • Undocumented

    Declaration

    Swift

    public init(resourceType: ResourceType? = nil, webACLArn: String)
  • Declaration

    Swift

    public func validate(name: String) throws