v1alpha1

package
v0.0.0-...-bf43ebf Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 18, 2021 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Group   = "wafv-2-web-acl-association.terraform-provider-aws.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

View Source
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"
)
View Source
var (
	// SchemeGroupVersion is group version used to register these objects
	SchemeGroupVersion = schema.GroupVersion{Group: Group, Version: Version}
)

Functions

func DecodeWafv2WebAclAssociation

func DecodeWafv2WebAclAssociation(prev *Wafv2WebAclAssociation, ctyValue cty.Value) (resource.Managed, error)

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

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

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

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Wafv2WebAclAssociationList.

func (*Wafv2WebAclAssociationList) DeepCopyInto

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

GetItems of this Wafv2WebAclAssociationList.

type Wafv2WebAclAssociationObservation

type Wafv2WebAclAssociationObservation struct{}

A Wafv2WebAclAssociationObservation records the observed state of a Wafv2WebAclAssociation

func (*Wafv2WebAclAssociationObservation) DeepCopy

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Wafv2WebAclAssociationObservation.

func (*Wafv2WebAclAssociationObservation) DeepCopyInto

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

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Wafv2WebAclAssociationParameters.

func (*Wafv2WebAclAssociationParameters) DeepCopyInto

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

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Wafv2WebAclAssociationSpec.

func (*Wafv2WebAclAssociationSpec) DeepCopyInto

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

DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new Wafv2WebAclAssociationStatus.

func (*Wafv2WebAclAssociationStatus) DeepCopyInto

DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL