Show / Hide Table of Contents

Class WebAclAssociationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
WebAclAssociationArgs
Inherited Members
ResourceArgs.Empty
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 WebAclAssociationArgs : ResourceArgs

Constructors

View Source

WebAclAssociationArgs()

Declaration
public WebAclAssociationArgs()

Properties

View Source

ResourceArn

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.