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   = "route-53-resolver-query-log-config-association.terraform-provider-aws.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

View Source
var (
	Kind                  = "Route53ResolverQueryLogConfigAssociation"
	GroupKind             = schema.GroupKind{Group: Group, Kind: Kind}.String()
	KindAPIVersion        = Kind + "." + SchemeGroupVersion.String()
	GroupVersionKind      = SchemeGroupVersion.WithKind(Kind)
	TerraformResourceName = "aws_route53_resolver_query_log_config_association"
)
View Source
var (
	// SchemeGroupVersion is group version used to register these objects
	SchemeGroupVersion = schema.GroupVersion{Group: Group, Version: Version}
)

Functions

func DecodeRoute53ResolverQueryLogConfigAssociation

func DecodeRoute53ResolverQueryLogConfigAssociation(prev *Route53ResolverQueryLogConfigAssociation, ctyValue cty.Value) (resource.Managed, error)

func DecodeRoute53ResolverQueryLogConfigAssociation_ResolverQueryLogConfigId

func DecodeRoute53ResolverQueryLogConfigAssociation_ResolverQueryLogConfigId(p *Route53ResolverQueryLogConfigAssociationParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeRoute53ResolverQueryLogConfigAssociation_ResourceId

func DecodeRoute53ResolverQueryLogConfigAssociation_ResourceId(p *Route53ResolverQueryLogConfigAssociationParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func EncodeRoute53ResolverQueryLogConfigAssociation

func EncodeRoute53ResolverQueryLogConfigAssociation(r Route53ResolverQueryLogConfigAssociation) cty.Value

func EncodeRoute53ResolverQueryLogConfigAssociation_ResolverQueryLogConfigId

func EncodeRoute53ResolverQueryLogConfigAssociation_ResolverQueryLogConfigId(p Route53ResolverQueryLogConfigAssociationParameters, vals map[string]cty.Value)

func EncodeRoute53ResolverQueryLogConfigAssociation_ResourceId

func EncodeRoute53ResolverQueryLogConfigAssociation_ResourceId(p Route53ResolverQueryLogConfigAssociationParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

Types

type Route53ResolverQueryLogConfigAssociation

type Route53ResolverQueryLogConfigAssociation struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`

	Spec   Route53ResolverQueryLogConfigAssociationSpec   `json:"spec"`
	Status Route53ResolverQueryLogConfigAssociationStatus `json:"status,omitempty"`
}

Route53ResolverQueryLogConfigAssociation is a managed resource representing a resource mirrored in the cloud +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster

func (*Route53ResolverQueryLogConfigAssociation) DeepCopy

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

func (*Route53ResolverQueryLogConfigAssociation) DeepCopyInto

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

func (*Route53ResolverQueryLogConfigAssociation) DeepCopyObject

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*Route53ResolverQueryLogConfigAssociation) GetCondition

GetCondition of this Route53ResolverQueryLogConfigAssociation.

func (*Route53ResolverQueryLogConfigAssociation) GetDeletionPolicy

GetDeletionPolicy of this Route53ResolverQueryLogConfigAssociation.

func (*Route53ResolverQueryLogConfigAssociation) GetProviderConfigReference

func (mg *Route53ResolverQueryLogConfigAssociation) GetProviderConfigReference() *runtimev1alpha1.Reference

GetProviderConfigReference of this Route53ResolverQueryLogConfigAssociation.

func (*Route53ResolverQueryLogConfigAssociation) GetProviderReference

GetProviderReference of this Route53ResolverQueryLogConfigAssociation. Deprecated: Use GetProviderConfigReference.

func (*Route53ResolverQueryLogConfigAssociation) GetWriteConnectionSecretToReference

func (mg *Route53ResolverQueryLogConfigAssociation) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference

GetWriteConnectionSecretToReference of this Route53ResolverQueryLogConfigAssociation.

func (*Route53ResolverQueryLogConfigAssociation) SetConditions

SetConditions of this Route53ResolverQueryLogConfigAssociation.

func (*Route53ResolverQueryLogConfigAssociation) SetDeletionPolicy

SetDeletionPolicy of this Route53ResolverQueryLogConfigAssociation.

func (*Route53ResolverQueryLogConfigAssociation) SetProviderConfigReference

func (mg *Route53ResolverQueryLogConfigAssociation) SetProviderConfigReference(r *runtimev1alpha1.Reference)

SetProviderConfigReference of this Route53ResolverQueryLogConfigAssociation.

func (*Route53ResolverQueryLogConfigAssociation) SetProviderReference

SetProviderReference of this Route53ResolverQueryLogConfigAssociation. Deprecated: Use SetProviderConfigReference.

func (*Route53ResolverQueryLogConfigAssociation) SetWriteConnectionSecretToReference

func (mg *Route53ResolverQueryLogConfigAssociation) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)

SetWriteConnectionSecretToReference of this Route53ResolverQueryLogConfigAssociation.

type Route53ResolverQueryLogConfigAssociationList

type Route53ResolverQueryLogConfigAssociationList struct {
	metav1.TypeMeta `json:",inline"`
	metav1.ListMeta `json:"metadata,omitempty"`
	Items           []Route53ResolverQueryLogConfigAssociation `json:"items"`
}

Route53ResolverQueryLogConfigAssociation contains a list of Route53ResolverQueryLogConfigAssociationList

func (*Route53ResolverQueryLogConfigAssociationList) DeepCopy

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

func (*Route53ResolverQueryLogConfigAssociationList) DeepCopyInto

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

func (*Route53ResolverQueryLogConfigAssociationList) DeepCopyObject

DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.

func (*Route53ResolverQueryLogConfigAssociationList) GetItems

GetItems of this Route53ResolverQueryLogConfigAssociationList.

type Route53ResolverQueryLogConfigAssociationObservation

type Route53ResolverQueryLogConfigAssociationObservation struct{}

A Route53ResolverQueryLogConfigAssociationObservation records the observed state of a Route53ResolverQueryLogConfigAssociation

func (*Route53ResolverQueryLogConfigAssociationObservation) DeepCopy

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

func (*Route53ResolverQueryLogConfigAssociationObservation) DeepCopyInto

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

type Route53ResolverQueryLogConfigAssociationParameters

type Route53ResolverQueryLogConfigAssociationParameters struct {
	ResourceId               string `json:"resource_id"`
	ResolverQueryLogConfigId string `json:"resolver_query_log_config_id"`
}

A Route53ResolverQueryLogConfigAssociationParameters defines the desired state of a Route53ResolverQueryLogConfigAssociation

func (*Route53ResolverQueryLogConfigAssociationParameters) DeepCopy

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

func (*Route53ResolverQueryLogConfigAssociationParameters) DeepCopyInto

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

type Route53ResolverQueryLogConfigAssociationSpec

type Route53ResolverQueryLogConfigAssociationSpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  Route53ResolverQueryLogConfigAssociationParameters `json:"forProvider"`
}

A Route53ResolverQueryLogConfigAssociationSpec defines the desired state of a Route53ResolverQueryLogConfigAssociation

func (*Route53ResolverQueryLogConfigAssociationSpec) DeepCopy

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

func (*Route53ResolverQueryLogConfigAssociationSpec) DeepCopyInto

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

type Route53ResolverQueryLogConfigAssociationStatus

type Route53ResolverQueryLogConfigAssociationStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     Route53ResolverQueryLogConfigAssociationObservation `json:"atProvider"`
}

A Route53ResolverQueryLogConfigAssociationStatus defines the observed state of a Route53ResolverQueryLogConfigAssociation

func (*Route53ResolverQueryLogConfigAssociationStatus) DeepCopy

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

func (*Route53ResolverQueryLogConfigAssociationStatus) 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