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   = "directory-service-log-subscription.terraform-provider-aws.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

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

Functions

func DecodeDirectoryServiceLogSubscription

func DecodeDirectoryServiceLogSubscription(prev *DirectoryServiceLogSubscription, ctyValue cty.Value) (resource.Managed, error)

func DecodeDirectoryServiceLogSubscription_DirectoryId

func DecodeDirectoryServiceLogSubscription_DirectoryId(p *DirectoryServiceLogSubscriptionParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeDirectoryServiceLogSubscription_LogGroupName

func DecodeDirectoryServiceLogSubscription_LogGroupName(p *DirectoryServiceLogSubscriptionParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func EncodeDirectoryServiceLogSubscription

func EncodeDirectoryServiceLogSubscription(r DirectoryServiceLogSubscription) cty.Value

func EncodeDirectoryServiceLogSubscription_DirectoryId

func EncodeDirectoryServiceLogSubscription_DirectoryId(p DirectoryServiceLogSubscriptionParameters, vals map[string]cty.Value)

func EncodeDirectoryServiceLogSubscription_LogGroupName

func EncodeDirectoryServiceLogSubscription_LogGroupName(p DirectoryServiceLogSubscriptionParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeDirectoryServiceLogSubscription_DirectoryId

func MergeDirectoryServiceLogSubscription_DirectoryId(k *DirectoryServiceLogSubscriptionParameters, p *DirectoryServiceLogSubscriptionParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeDirectoryServiceLogSubscription_LogGroupName

func MergeDirectoryServiceLogSubscription_LogGroupName(k *DirectoryServiceLogSubscriptionParameters, p *DirectoryServiceLogSubscriptionParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

Types

type DirectoryServiceLogSubscription

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

	Spec   DirectoryServiceLogSubscriptionSpec   `json:"spec"`
	Status DirectoryServiceLogSubscriptionStatus `json:"status,omitempty"`
}

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

func (*DirectoryServiceLogSubscription) DeepCopy

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

func (*DirectoryServiceLogSubscription) DeepCopyInto

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

func (*DirectoryServiceLogSubscription) DeepCopyObject

func (in *DirectoryServiceLogSubscription) DeepCopyObject() runtime.Object

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

func (*DirectoryServiceLogSubscription) GetCondition

GetCondition of this DirectoryServiceLogSubscription.

func (*DirectoryServiceLogSubscription) GetDeletionPolicy

GetDeletionPolicy of this DirectoryServiceLogSubscription.

func (*DirectoryServiceLogSubscription) GetProviderConfigReference

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

GetProviderConfigReference of this DirectoryServiceLogSubscription.

func (*DirectoryServiceLogSubscription) GetProviderReference

func (mg *DirectoryServiceLogSubscription) GetProviderReference() *runtimev1alpha1.Reference

GetProviderReference of this DirectoryServiceLogSubscription. Deprecated: Use GetProviderConfigReference.

func (*DirectoryServiceLogSubscription) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this DirectoryServiceLogSubscription.

func (*DirectoryServiceLogSubscription) SetConditions

SetConditions of this DirectoryServiceLogSubscription.

func (*DirectoryServiceLogSubscription) SetDeletionPolicy

SetDeletionPolicy of this DirectoryServiceLogSubscription.

func (*DirectoryServiceLogSubscription) SetProviderConfigReference

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

SetProviderConfigReference of this DirectoryServiceLogSubscription.

func (*DirectoryServiceLogSubscription) SetProviderReference

func (mg *DirectoryServiceLogSubscription) SetProviderReference(r *runtimev1alpha1.Reference)

SetProviderReference of this DirectoryServiceLogSubscription. Deprecated: Use SetProviderConfigReference.

func (*DirectoryServiceLogSubscription) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this DirectoryServiceLogSubscription.

type DirectoryServiceLogSubscriptionList

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

DirectoryServiceLogSubscription contains a list of DirectoryServiceLogSubscriptionList

func (*DirectoryServiceLogSubscriptionList) DeepCopy

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

func (*DirectoryServiceLogSubscriptionList) DeepCopyInto

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

func (*DirectoryServiceLogSubscriptionList) DeepCopyObject

func (in *DirectoryServiceLogSubscriptionList) DeepCopyObject() runtime.Object

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

func (*DirectoryServiceLogSubscriptionList) GetItems

GetItems of this DirectoryServiceLogSubscriptionList.

type DirectoryServiceLogSubscriptionObservation

type DirectoryServiceLogSubscriptionObservation struct{}

A DirectoryServiceLogSubscriptionObservation records the observed state of a DirectoryServiceLogSubscription

func (*DirectoryServiceLogSubscriptionObservation) DeepCopy

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

func (*DirectoryServiceLogSubscriptionObservation) DeepCopyInto

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

type DirectoryServiceLogSubscriptionParameters

type DirectoryServiceLogSubscriptionParameters struct {
	DirectoryId  string `json:"directory_id"`
	LogGroupName string `json:"log_group_name"`
}

A DirectoryServiceLogSubscriptionParameters defines the desired state of a DirectoryServiceLogSubscription

func (*DirectoryServiceLogSubscriptionParameters) DeepCopy

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

func (*DirectoryServiceLogSubscriptionParameters) DeepCopyInto

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

type DirectoryServiceLogSubscriptionSpec

type DirectoryServiceLogSubscriptionSpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  DirectoryServiceLogSubscriptionParameters `json:"forProvider"`
}

A DirectoryServiceLogSubscriptionSpec defines the desired state of a DirectoryServiceLogSubscription

func (*DirectoryServiceLogSubscriptionSpec) DeepCopy

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

func (*DirectoryServiceLogSubscriptionSpec) DeepCopyInto

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

type DirectoryServiceLogSubscriptionStatus

type DirectoryServiceLogSubscriptionStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     DirectoryServiceLogSubscriptionObservation `json:"atProvider"`
}

A DirectoryServiceLogSubscriptionStatus defines the observed state of a DirectoryServiceLogSubscription

func (*DirectoryServiceLogSubscriptionStatus) DeepCopy

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

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