GetWebAclPlainArgs

data class GetWebAclPlainArgs(val id: String, val name: String, val scope: WebAclScope) : ConvertibleToJava<GetWebAclPlainArgs>

Constructors

Link copied to clipboard
constructor(id: String, name: String, scope: WebAclScope)

Properties

Link copied to clipboard
val id: String

The ID of the web ACL.

Link copied to clipboard

The name of the web ACL. You cannot change the name of a web ACL after you create it.

Link copied to clipboard

Specifies whether this is for an Amazon CloudFront distribution or for a regional application. For an AWS Amplify application, use CLOUDFRONT . A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, an AWS AppSync GraphQL API, an Amazon Cognito user pool, an AWS App Runner service, or an AWS Verified Access instance. Valid Values are CLOUDFRONT and REGIONAL .

Functions

Link copied to clipboard
open override fun toJava(): GetWebAclPlainArgs