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-region 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 { WebACLID string `json:"webACLID"` ResourceARN core.StringToken `json:"resourceARN"` }
WebACLAssociationSpec defines the desired state of LoadBalancer
Click to show internal directories.
Click to hide internal directories.