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   = "guardduty-detector.terraform-provider-aws.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

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

Functions

func DecodeGuarddutyDetector

func DecodeGuarddutyDetector(prev *GuarddutyDetector, ctyValue cty.Value) (resource.Managed, error)

func DecodeGuarddutyDetector_AccountId

func DecodeGuarddutyDetector_AccountId(p *GuarddutyDetectorObservation, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeGuarddutyDetector_Arn

func DecodeGuarddutyDetector_Arn(p *GuarddutyDetectorObservation, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeGuarddutyDetector_Enable

func DecodeGuarddutyDetector_Enable(p *GuarddutyDetectorParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeGuarddutyDetector_FindingPublishingFrequency

func DecodeGuarddutyDetector_FindingPublishingFrequency(p *GuarddutyDetectorParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeGuarddutyDetector_Tags

func DecodeGuarddutyDetector_Tags(p *GuarddutyDetectorParameters, vals map[string]cty.Value)

primitiveMapTypeDecodeTemplate

func EncodeGuarddutyDetector

func EncodeGuarddutyDetector(r GuarddutyDetector) cty.Value

func EncodeGuarddutyDetector_AccountId

func EncodeGuarddutyDetector_AccountId(p GuarddutyDetectorObservation, vals map[string]cty.Value)

func EncodeGuarddutyDetector_Arn

func EncodeGuarddutyDetector_Arn(p GuarddutyDetectorObservation, vals map[string]cty.Value)

func EncodeGuarddutyDetector_Enable

func EncodeGuarddutyDetector_Enable(p GuarddutyDetectorParameters, vals map[string]cty.Value)

func EncodeGuarddutyDetector_FindingPublishingFrequency

func EncodeGuarddutyDetector_FindingPublishingFrequency(p GuarddutyDetectorParameters, vals map[string]cty.Value)

func EncodeGuarddutyDetector_Tags

func EncodeGuarddutyDetector_Tags(p GuarddutyDetectorParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeGuarddutyDetector_AccountId

func MergeGuarddutyDetector_AccountId(k *GuarddutyDetectorObservation, p *GuarddutyDetectorObservation, md *plugin.MergeDescription) bool

mergePrimitiveTemplateStatus

func MergeGuarddutyDetector_Arn

mergePrimitiveTemplateStatus

func MergeGuarddutyDetector_Enable

func MergeGuarddutyDetector_Enable(k *GuarddutyDetectorParameters, p *GuarddutyDetectorParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeGuarddutyDetector_FindingPublishingFrequency

func MergeGuarddutyDetector_FindingPublishingFrequency(k *GuarddutyDetectorParameters, p *GuarddutyDetectorParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeGuarddutyDetector_Tags

mergePrimitiveContainerTemplateSpec

Types

type GuarddutyDetector

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

	Spec   GuarddutyDetectorSpec   `json:"spec"`
	Status GuarddutyDetectorStatus `json:"status,omitempty"`
}

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

func (*GuarddutyDetector) DeepCopy

func (in *GuarddutyDetector) DeepCopy() *GuarddutyDetector

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

func (*GuarddutyDetector) DeepCopyInto

func (in *GuarddutyDetector) DeepCopyInto(out *GuarddutyDetector)

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

func (*GuarddutyDetector) DeepCopyObject

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

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

func (*GuarddutyDetector) GetCondition

GetCondition of this GuarddutyDetector.

func (*GuarddutyDetector) GetDeletionPolicy

func (mg *GuarddutyDetector) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy

GetDeletionPolicy of this GuarddutyDetector.

func (*GuarddutyDetector) GetProviderConfigReference

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

GetProviderConfigReference of this GuarddutyDetector.

func (*GuarddutyDetector) GetProviderReference

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

GetProviderReference of this GuarddutyDetector. Deprecated: Use GetProviderConfigReference.

func (*GuarddutyDetector) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this GuarddutyDetector.

func (*GuarddutyDetector) SetConditions

func (mg *GuarddutyDetector) SetConditions(c ...runtimev1alpha1.Condition)

SetConditions of this GuarddutyDetector.

func (*GuarddutyDetector) SetDeletionPolicy

func (mg *GuarddutyDetector) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)

SetDeletionPolicy of this GuarddutyDetector.

func (*GuarddutyDetector) SetProviderConfigReference

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

SetProviderConfigReference of this GuarddutyDetector.

func (*GuarddutyDetector) SetProviderReference

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

SetProviderReference of this GuarddutyDetector. Deprecated: Use SetProviderConfigReference.

func (*GuarddutyDetector) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this GuarddutyDetector.

type GuarddutyDetectorList

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

GuarddutyDetector contains a list of GuarddutyDetectorList

func (*GuarddutyDetectorList) DeepCopy

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

func (*GuarddutyDetectorList) DeepCopyInto

func (in *GuarddutyDetectorList) DeepCopyInto(out *GuarddutyDetectorList)

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

func (*GuarddutyDetectorList) DeepCopyObject

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

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

func (*GuarddutyDetectorList) GetItems

func (l *GuarddutyDetectorList) GetItems() []resource.Managed

GetItems of this GuarddutyDetectorList.

type GuarddutyDetectorObservation

type GuarddutyDetectorObservation struct {
	Arn       string `json:"arn"`
	AccountId string `json:"account_id"`
}

A GuarddutyDetectorObservation records the observed state of a GuarddutyDetector

func (*GuarddutyDetectorObservation) DeepCopy

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

func (*GuarddutyDetectorObservation) DeepCopyInto

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

type GuarddutyDetectorParameters

type GuarddutyDetectorParameters struct {
	Enable                     bool              `json:"enable"`
	FindingPublishingFrequency string            `json:"finding_publishing_frequency"`
	Tags                       map[string]string `json:"tags"`
}

A GuarddutyDetectorParameters defines the desired state of a GuarddutyDetector

func (*GuarddutyDetectorParameters) DeepCopy

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

func (*GuarddutyDetectorParameters) DeepCopyInto

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

type GuarddutyDetectorSpec

type GuarddutyDetectorSpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  GuarddutyDetectorParameters `json:"forProvider"`
}

A GuarddutyDetectorSpec defines the desired state of a GuarddutyDetector

func (*GuarddutyDetectorSpec) DeepCopy

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

func (*GuarddutyDetectorSpec) DeepCopyInto

func (in *GuarddutyDetectorSpec) DeepCopyInto(out *GuarddutyDetectorSpec)

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

type GuarddutyDetectorStatus

type GuarddutyDetectorStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     GuarddutyDetectorObservation `json:"atProvider"`
}

A GuarddutyDetectorStatus defines the observed state of a GuarddutyDetector

func (*GuarddutyDetectorStatus) DeepCopy

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

func (*GuarddutyDetectorStatus) DeepCopyInto

func (in *GuarddutyDetectorStatus) DeepCopyInto(out *GuarddutyDetectorStatus)

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