Show / Hide Table of Contents

Class WebAclAssociationState

Inheritance
System.Object
InputArgs
ResourceArgs
WebAclAssociationState
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 WebAclAssociationState : ResourceArgs

Constructors

View Source

WebAclAssociationState()

Declaration
public WebAclAssociationState()

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.