GetRuleGroupPlainArgs

data class GetRuleGroupPlainArgs(val id: String, val name: String, val scope: RuleGroupScope) : ConvertibleToJava<GetRuleGroupPlainArgs>

Constructors

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

Properties

Link copied to clipboard
val id: String

The ID of the rule group.

Link copied to clipboard

The name of the rule group. You cannot change the name of a rule group after you create it.

Link copied to clipboard

Specifies whether this is for an Amazon CloudFront distribution or for a regional application. 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(): GetRuleGroupPlainArgs