@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:40.808Z")
public interface CfnWebACLAssociationProps
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.wafv2.*; CfnWebACLAssociationProps cfnWebACLAssociationProps = CfnWebACLAssociationProps.builder() .resourceArn("resourceArn") .webAclArn("webAclArn") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnWebACLAssociationProps.Builder
A builder for
CfnWebACLAssociationProps |
static class |
CfnWebACLAssociationProps.Jsii$Proxy
An implementation for
CfnWebACLAssociationProps |
Modifier and Type | Method and Description |
---|---|
static CfnWebACLAssociationProps.Builder |
builder() |
java.lang.String |
getResourceArn()
The Amazon Resource Name (ARN) of the resource to associate with the web ACL.
|
java.lang.String |
getWebAclArn()
The Amazon Resource Name (ARN) of the web ACL that you want to associate with the resource.
|
java.lang.String getResourceArn()
The ARN must be in one of the following formats:
arn:aws:elasticloadbalancing: *region* : *account-id* :loadbalancer/app/ *load-balancer-name* / *load-balancer-id*
arn:aws:apigateway: *region* ::/restapis/ *api-id* /stages/ *stage-name*
arn:aws:appsync: *region* : *account-id* :apis/ *GraphQLApiId*
arn:aws:cognito-idp: *region* : *account-id* :userpool/ *user-pool-id*
arn:aws:apprunner: *region* : *account-id* :service/ *apprunner-service-name* / *apprunner-service-id*
java.lang.String getWebAclArn()
static CfnWebACLAssociationProps.Builder builder()
CfnWebACLAssociationProps.Builder
of CfnWebACLAssociationProps