ListDistributionsByWebACLIdRequest
public struct ListDistributionsByWebACLIdRequest : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Use Marker and MaxItems to control pagination of results. If you have more than MaxItems distributions that satisfy the request, the response includes a NextMarker element. To get the next page of results, submit another request. For the value of Marker, specify the value of NextMarker from the last response. (For the first request, omit Marker.)
Declaration
Swift
public let marker: String?
-
The maximum number of distributions that you want CloudFront to return in the response body. The maximum and default values are both 100.
Declaration
Swift
public let maxItems: String?
-
The ID of the AWS WAF web ACL that you want to list the associated distributions. If you specify “null” for the ID, the request returns a list of the distributions that aren’t associated with a web ACL.
Declaration
Swift
public let webACLId: String
-
Undocumented
Declaration
Swift
public init(marker: String? = nil, maxItems: String? = nil, webACLId: String)