Documentation ¶
Index ¶
- Constants
- Variables
- func DecodeWafv2WebAclAssociation(prev *Wafv2WebAclAssociation, ctyValue cty.Value) (resource.Managed, error)
- func DecodeWafv2WebAclAssociation_ResourceArn(p *Wafv2WebAclAssociationParameters, vals map[string]cty.Value)
- func DecodeWafv2WebAclAssociation_WebAclArn(p *Wafv2WebAclAssociationParameters, vals map[string]cty.Value)
- func EncodeWafv2WebAclAssociation(r Wafv2WebAclAssociation) cty.Value
- func EncodeWafv2WebAclAssociation_ResourceArn(p Wafv2WebAclAssociationParameters, vals map[string]cty.Value)
- func EncodeWafv2WebAclAssociation_WebAclArn(p Wafv2WebAclAssociationParameters, vals map[string]cty.Value)
- func Implementation() *plugin.Implementation
- func MergeWafv2WebAclAssociation_ResourceArn(k *Wafv2WebAclAssociationParameters, p *Wafv2WebAclAssociationParameters, ...) bool
- func MergeWafv2WebAclAssociation_WebAclArn(k *Wafv2WebAclAssociationParameters, p *Wafv2WebAclAssociationParameters, ...) bool
- type Wafv2WebAclAssociation
- func (in *Wafv2WebAclAssociation) DeepCopy() *Wafv2WebAclAssociation
- func (in *Wafv2WebAclAssociation) DeepCopyInto(out *Wafv2WebAclAssociation)
- func (in *Wafv2WebAclAssociation) DeepCopyObject() runtime.Object
- func (mg *Wafv2WebAclAssociation) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
- func (mg *Wafv2WebAclAssociation) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
- func (mg *Wafv2WebAclAssociation) GetProviderConfigReference() *runtimev1alpha1.Reference
- func (mg *Wafv2WebAclAssociation) GetProviderReference() *runtimev1alpha1.Reference
- func (mg *Wafv2WebAclAssociation) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
- func (mg *Wafv2WebAclAssociation) SetConditions(c ...runtimev1alpha1.Condition)
- func (mg *Wafv2WebAclAssociation) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
- func (mg *Wafv2WebAclAssociation) SetProviderConfigReference(r *runtimev1alpha1.Reference)
- func (mg *Wafv2WebAclAssociation) SetProviderReference(r *runtimev1alpha1.Reference)
- func (mg *Wafv2WebAclAssociation) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
- type Wafv2WebAclAssociationList
- type Wafv2WebAclAssociationObservation
- type Wafv2WebAclAssociationParameters
- type Wafv2WebAclAssociationSpec
- type Wafv2WebAclAssociationStatus
Constants ¶
const ( Group = "wafv-2-web-acl-association.terraform-provider-aws.crossplane.io" Version = "v1alpha1" )
Package type metadata.
Variables ¶
var ( Kind = "Wafv2WebAclAssociation" GroupKind = schema.GroupKind{Group: Group, Kind: Kind}.String() KindAPIVersion = Kind + "." + SchemeGroupVersion.String() GroupVersionKind = SchemeGroupVersion.WithKind(Kind) TerraformResourceName = "aws_wafv2_web_acl_association" )
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: Group, Version: Version} )
Functions ¶
func DecodeWafv2WebAclAssociation_ResourceArn ¶
func DecodeWafv2WebAclAssociation_ResourceArn(p *Wafv2WebAclAssociationParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeWafv2WebAclAssociation_WebAclArn ¶
func DecodeWafv2WebAclAssociation_WebAclArn(p *Wafv2WebAclAssociationParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func EncodeWafv2WebAclAssociation ¶
func EncodeWafv2WebAclAssociation(r Wafv2WebAclAssociation) cty.Value
func EncodeWafv2WebAclAssociation_ResourceArn ¶
func EncodeWafv2WebAclAssociation_ResourceArn(p Wafv2WebAclAssociationParameters, vals map[string]cty.Value)
func EncodeWafv2WebAclAssociation_WebAclArn ¶
func EncodeWafv2WebAclAssociation_WebAclArn(p Wafv2WebAclAssociationParameters, vals map[string]cty.Value)
func Implementation ¶
func Implementation() *plugin.Implementation
func MergeWafv2WebAclAssociation_ResourceArn ¶
func MergeWafv2WebAclAssociation_ResourceArn(k *Wafv2WebAclAssociationParameters, p *Wafv2WebAclAssociationParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeWafv2WebAclAssociation_WebAclArn ¶
func MergeWafv2WebAclAssociation_WebAclArn(k *Wafv2WebAclAssociationParameters, p *Wafv2WebAclAssociationParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
Types ¶
type Wafv2WebAclAssociation ¶
type Wafv2WebAclAssociation struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec Wafv2WebAclAssociationSpec `json:"spec"` Status Wafv2WebAclAssociationStatus `json:"status,omitempty"` }
Wafv2WebAclAssociation is a managed resource representing a resource mirrored in the cloud +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster
func (*Wafv2WebAclAssociation) DeepCopy ¶
func (in *Wafv2WebAclAssociation) DeepCopy() *Wafv2WebAclAssociation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Wafv2WebAclAssociation.
func (*Wafv2WebAclAssociation) DeepCopyInto ¶
func (in *Wafv2WebAclAssociation) DeepCopyInto(out *Wafv2WebAclAssociation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Wafv2WebAclAssociation) DeepCopyObject ¶
func (in *Wafv2WebAclAssociation) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Wafv2WebAclAssociation) GetCondition ¶
func (mg *Wafv2WebAclAssociation) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
GetCondition of this Wafv2WebAclAssociation.
func (*Wafv2WebAclAssociation) GetDeletionPolicy ¶
func (mg *Wafv2WebAclAssociation) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
GetDeletionPolicy of this Wafv2WebAclAssociation.
func (*Wafv2WebAclAssociation) GetProviderConfigReference ¶
func (mg *Wafv2WebAclAssociation) GetProviderConfigReference() *runtimev1alpha1.Reference
GetProviderConfigReference of this Wafv2WebAclAssociation.
func (*Wafv2WebAclAssociation) GetProviderReference ¶
func (mg *Wafv2WebAclAssociation) GetProviderReference() *runtimev1alpha1.Reference
GetProviderReference of this Wafv2WebAclAssociation. Deprecated: Use GetProviderConfigReference.
func (*Wafv2WebAclAssociation) GetWriteConnectionSecretToReference ¶
func (mg *Wafv2WebAclAssociation) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
GetWriteConnectionSecretToReference of this Wafv2WebAclAssociation.
func (*Wafv2WebAclAssociation) SetConditions ¶
func (mg *Wafv2WebAclAssociation) SetConditions(c ...runtimev1alpha1.Condition)
SetConditions of this Wafv2WebAclAssociation.
func (*Wafv2WebAclAssociation) SetDeletionPolicy ¶
func (mg *Wafv2WebAclAssociation) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
SetDeletionPolicy of this Wafv2WebAclAssociation.
func (*Wafv2WebAclAssociation) SetProviderConfigReference ¶
func (mg *Wafv2WebAclAssociation) SetProviderConfigReference(r *runtimev1alpha1.Reference)
SetProviderConfigReference of this Wafv2WebAclAssociation.
func (*Wafv2WebAclAssociation) SetProviderReference ¶
func (mg *Wafv2WebAclAssociation) SetProviderReference(r *runtimev1alpha1.Reference)
SetProviderReference of this Wafv2WebAclAssociation. Deprecated: Use SetProviderConfigReference.
func (*Wafv2WebAclAssociation) SetWriteConnectionSecretToReference ¶
func (mg *Wafv2WebAclAssociation) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
SetWriteConnectionSecretToReference of this Wafv2WebAclAssociation.
type Wafv2WebAclAssociationList ¶
type Wafv2WebAclAssociationList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []Wafv2WebAclAssociation `json:"items"` }
Wafv2WebAclAssociation contains a list of Wafv2WebAclAssociationList
func (*Wafv2WebAclAssociationList) DeepCopy ¶
func (in *Wafv2WebAclAssociationList) DeepCopy() *Wafv2WebAclAssociationList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Wafv2WebAclAssociationList.
func (*Wafv2WebAclAssociationList) DeepCopyInto ¶
func (in *Wafv2WebAclAssociationList) DeepCopyInto(out *Wafv2WebAclAssociationList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*Wafv2WebAclAssociationList) DeepCopyObject ¶
func (in *Wafv2WebAclAssociationList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*Wafv2WebAclAssociationList) GetItems ¶
func (l *Wafv2WebAclAssociationList) GetItems() []resource.Managed
GetItems of this Wafv2WebAclAssociationList.
type Wafv2WebAclAssociationObservation ¶
type Wafv2WebAclAssociationObservation struct{}
A Wafv2WebAclAssociationObservation records the observed state of a Wafv2WebAclAssociation
func (*Wafv2WebAclAssociationObservation) DeepCopy ¶
func (in *Wafv2WebAclAssociationObservation) DeepCopy() *Wafv2WebAclAssociationObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Wafv2WebAclAssociationObservation.
func (*Wafv2WebAclAssociationObservation) DeepCopyInto ¶
func (in *Wafv2WebAclAssociationObservation) DeepCopyInto(out *Wafv2WebAclAssociationObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Wafv2WebAclAssociationParameters ¶
type Wafv2WebAclAssociationParameters struct { WebAclArn string `json:"web_acl_arn"` ResourceArn string `json:"resource_arn"` }
A Wafv2WebAclAssociationParameters defines the desired state of a Wafv2WebAclAssociation
func (*Wafv2WebAclAssociationParameters) DeepCopy ¶
func (in *Wafv2WebAclAssociationParameters) DeepCopy() *Wafv2WebAclAssociationParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Wafv2WebAclAssociationParameters.
func (*Wafv2WebAclAssociationParameters) DeepCopyInto ¶
func (in *Wafv2WebAclAssociationParameters) DeepCopyInto(out *Wafv2WebAclAssociationParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Wafv2WebAclAssociationSpec ¶
type Wafv2WebAclAssociationSpec struct { runtimev1alpha1.ResourceSpec `json:",inline"` ForProvider Wafv2WebAclAssociationParameters `json:"forProvider"` }
A Wafv2WebAclAssociationSpec defines the desired state of a Wafv2WebAclAssociation
func (*Wafv2WebAclAssociationSpec) DeepCopy ¶
func (in *Wafv2WebAclAssociationSpec) DeepCopy() *Wafv2WebAclAssociationSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Wafv2WebAclAssociationSpec.
func (*Wafv2WebAclAssociationSpec) DeepCopyInto ¶
func (in *Wafv2WebAclAssociationSpec) DeepCopyInto(out *Wafv2WebAclAssociationSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type Wafv2WebAclAssociationStatus ¶
type Wafv2WebAclAssociationStatus struct { runtimev1alpha1.ResourceStatus `json:",inline"` AtProvider Wafv2WebAclAssociationObservation `json:"atProvider"` }
A Wafv2WebAclAssociationStatus defines the observed state of a Wafv2WebAclAssociation
func (*Wafv2WebAclAssociationStatus) DeepCopy ¶
func (in *Wafv2WebAclAssociationStatus) DeepCopy() *Wafv2WebAclAssociationStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Wafv2WebAclAssociationStatus.
func (*Wafv2WebAclAssociationStatus) DeepCopyInto ¶
func (in *Wafv2WebAclAssociationStatus) DeepCopyInto(out *Wafv2WebAclAssociationStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.