Class CfnWebACLAssociationProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.wafv2.CfnWebACLAssociationProps.Jsii$Proxy
All Implemented Interfaces:
CfnWebACLAssociationProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnWebACLAssociationProps

@Stability(Stable) @Internal public static final class CfnWebACLAssociationProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnWebACLAssociationProps
An implementation for CfnWebACLAssociationProps
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(CfnWebACLAssociationProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnWebACLAssociationProps.Builder.
  • Method Details

    • getResourceArn

      public final String getResourceArn()
      Description copied from interface: CfnWebACLAssociationProps
      The Amazon Resource Name (ARN) of the resource to associate with the web ACL.

      The ARN must be in one of the following formats:

      • For an Application Load Balancer: arn:aws:elasticloadbalancing: *region* : *account-id* :loadbalancer/app/ *load-balancer-name* / *load-balancer-id*
      • For an Amazon API Gateway REST API: arn:aws:apigateway: *region* ::/restapis/ *api-id* /stages/ *stage-name*
      • For an AWS AppSync GraphQL API: arn:aws:appsync: *region* : *account-id* :apis/ *GraphQLApiId*
      • For an Amazon Cognito user pool: arn:aws:cognito-idp: *region* : *account-id* :userpool/ *user-pool-id*
      • For an AWS App Runner service: arn:aws:apprunner: *region* : *account-id* :service/ *apprunner-service-name* / *apprunner-service-id*
      Specified by:
      getResourceArn in interface CfnWebACLAssociationProps
    • getWebAclArn

      public final String getWebAclArn()
      Description copied from interface: CfnWebACLAssociationProps
      The Amazon Resource Name (ARN) of the web ACL that you want to associate with the resource.
      Specified by:
      getWebAclArn in interface CfnWebACLAssociationProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object