Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type WebACLAssociation ¶
type WebACLAssociation struct { core.ResourceMeta `json:"-"` // desired state of WebACLAssociation Spec WebACLAssociationSpec `json:"spec"` }
WebACLAssociation represents a waf v2 web-acl association.
func NewWebACLAssociation ¶
func NewWebACLAssociation(stack core.Stack, id string, spec WebACLAssociationSpec) *WebACLAssociation
NewWebACLAssociation constructs new WebACLAssociation resource.
type WebACLAssociationSpec ¶
type WebACLAssociationSpec struct { WebACLARN string `json:"webACLARN"` ResourceARN core.StringToken `json:"resourceARN"` }
WebACLAssociationSpec defines the desired state of LoadBalancer
Click to show internal directories.
Click to hide internal directories.