Documentation ¶
Index ¶
- Constants
- Variables
- func DecodeGuarddutyDetector(prev *GuarddutyDetector, ctyValue cty.Value) (resource.Managed, error)
- func DecodeGuarddutyDetector_AccountId(p *GuarddutyDetectorObservation, vals map[string]cty.Value)
- func DecodeGuarddutyDetector_Arn(p *GuarddutyDetectorObservation, vals map[string]cty.Value)
- func DecodeGuarddutyDetector_Enable(p *GuarddutyDetectorParameters, vals map[string]cty.Value)
- func DecodeGuarddutyDetector_FindingPublishingFrequency(p *GuarddutyDetectorParameters, vals map[string]cty.Value)
- func DecodeGuarddutyDetector_Tags(p *GuarddutyDetectorParameters, vals map[string]cty.Value)
- func EncodeGuarddutyDetector(r GuarddutyDetector) cty.Value
- func EncodeGuarddutyDetector_AccountId(p GuarddutyDetectorObservation, vals map[string]cty.Value)
- func EncodeGuarddutyDetector_Arn(p GuarddutyDetectorObservation, vals map[string]cty.Value)
- func EncodeGuarddutyDetector_Enable(p GuarddutyDetectorParameters, vals map[string]cty.Value)
- func EncodeGuarddutyDetector_FindingPublishingFrequency(p GuarddutyDetectorParameters, vals map[string]cty.Value)
- func EncodeGuarddutyDetector_Tags(p GuarddutyDetectorParameters, vals map[string]cty.Value)
- func Implementation() *plugin.Implementation
- func MergeGuarddutyDetector_AccountId(k *GuarddutyDetectorObservation, p *GuarddutyDetectorObservation, ...) bool
- func MergeGuarddutyDetector_Arn(k *GuarddutyDetectorObservation, p *GuarddutyDetectorObservation, ...) bool
- func MergeGuarddutyDetector_Enable(k *GuarddutyDetectorParameters, p *GuarddutyDetectorParameters, ...) bool
- func MergeGuarddutyDetector_FindingPublishingFrequency(k *GuarddutyDetectorParameters, p *GuarddutyDetectorParameters, ...) bool
- func MergeGuarddutyDetector_Tags(k *GuarddutyDetectorParameters, p *GuarddutyDetectorParameters, ...) bool
- type GuarddutyDetector
- func (in *GuarddutyDetector) DeepCopy() *GuarddutyDetector
- func (in *GuarddutyDetector) DeepCopyInto(out *GuarddutyDetector)
- func (in *GuarddutyDetector) DeepCopyObject() runtime.Object
- func (mg *GuarddutyDetector) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
- func (mg *GuarddutyDetector) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
- func (mg *GuarddutyDetector) GetProviderConfigReference() *runtimev1alpha1.Reference
- func (mg *GuarddutyDetector) GetProviderReference() *runtimev1alpha1.Reference
- func (mg *GuarddutyDetector) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
- func (mg *GuarddutyDetector) SetConditions(c ...runtimev1alpha1.Condition)
- func (mg *GuarddutyDetector) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
- func (mg *GuarddutyDetector) SetProviderConfigReference(r *runtimev1alpha1.Reference)
- func (mg *GuarddutyDetector) SetProviderReference(r *runtimev1alpha1.Reference)
- func (mg *GuarddutyDetector) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
- type GuarddutyDetectorList
- type GuarddutyDetectorObservation
- type GuarddutyDetectorParameters
- type GuarddutyDetectorSpec
- type GuarddutyDetectorStatus
Constants ¶
const ( Group = "guardduty-detector.terraform-provider-aws.crossplane.io" Version = "v1alpha1" )
Package type metadata.
Variables ¶
var ( Kind = "GuarddutyDetector" GroupKind = schema.GroupKind{Group: Group, Kind: Kind}.String() KindAPIVersion = Kind + "." + SchemeGroupVersion.String() GroupVersionKind = SchemeGroupVersion.WithKind(Kind) TerraformResourceName = "aws_guardduty_detector" )
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: Group, Version: Version} )
Functions ¶
func DecodeGuarddutyDetector ¶
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 ¶
func MergeGuarddutyDetector_Arn(k *GuarddutyDetectorObservation, p *GuarddutyDetectorObservation, md *plugin.MergeDescription) bool
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 ¶
func MergeGuarddutyDetector_Tags(k *GuarddutyDetectorParameters, p *GuarddutyDetectorParameters, md *plugin.MergeDescription) bool
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 ¶
func (mg *GuarddutyDetector) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
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 ¶
func (in *GuarddutyDetectorList) DeepCopy() *GuarddutyDetectorList
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 ¶
func (in *GuarddutyDetectorObservation) DeepCopy() *GuarddutyDetectorObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GuarddutyDetectorObservation.
func (*GuarddutyDetectorObservation) DeepCopyInto ¶
func (in *GuarddutyDetectorObservation) DeepCopyInto(out *GuarddutyDetectorObservation)
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 ¶
func (in *GuarddutyDetectorParameters) DeepCopy() *GuarddutyDetectorParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GuarddutyDetectorParameters.
func (*GuarddutyDetectorParameters) DeepCopyInto ¶
func (in *GuarddutyDetectorParameters) DeepCopyInto(out *GuarddutyDetectorParameters)
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 ¶
func (in *GuarddutyDetectorSpec) DeepCopy() *GuarddutyDetectorSpec
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 ¶
func (in *GuarddutyDetectorStatus) DeepCopy() *GuarddutyDetectorStatus
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.