Class WebAclAssociationState
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.WafRegional
Assembly: Pulumi.Aws.dll
Syntax
public sealed class WebAclAssociationState : ResourceArgs
Constructors
View SourceWebAclAssociationState()
Declaration
public WebAclAssociationState()
Properties
View SourceResourceArn
ARN of the resource to associate with. For example, an Application Load Balancer or API Gateway Stage.
Declaration
public Input<string> ResourceArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
WebAclId
The ID of the WAF Regional WebACL to create an association.
Declaration
public Input<string> WebAclId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |