Documentation ¶
Index ¶
- Constants
- Variables
- func DecodeGuarddutyPublishingDestination(prev *GuarddutyPublishingDestination, ctyValue cty.Value) (resource.Managed, error)
- func DecodeGuarddutyPublishingDestination_DestinationArn(p *GuarddutyPublishingDestinationParameters, vals map[string]cty.Value)
- func DecodeGuarddutyPublishingDestination_DestinationType(p *GuarddutyPublishingDestinationParameters, vals map[string]cty.Value)
- func DecodeGuarddutyPublishingDestination_DetectorId(p *GuarddutyPublishingDestinationParameters, vals map[string]cty.Value)
- func DecodeGuarddutyPublishingDestination_KmsKeyArn(p *GuarddutyPublishingDestinationParameters, vals map[string]cty.Value)
- func EncodeGuarddutyPublishingDestination(r GuarddutyPublishingDestination) cty.Value
- func EncodeGuarddutyPublishingDestination_DestinationArn(p GuarddutyPublishingDestinationParameters, vals map[string]cty.Value)
- func EncodeGuarddutyPublishingDestination_DestinationType(p GuarddutyPublishingDestinationParameters, vals map[string]cty.Value)
- func EncodeGuarddutyPublishingDestination_DetectorId(p GuarddutyPublishingDestinationParameters, vals map[string]cty.Value)
- func EncodeGuarddutyPublishingDestination_KmsKeyArn(p GuarddutyPublishingDestinationParameters, vals map[string]cty.Value)
- func Implementation() *plugin.Implementation
- func MergeGuarddutyPublishingDestination_DestinationArn(k *GuarddutyPublishingDestinationParameters, ...) bool
- func MergeGuarddutyPublishingDestination_DestinationType(k *GuarddutyPublishingDestinationParameters, ...) bool
- func MergeGuarddutyPublishingDestination_DetectorId(k *GuarddutyPublishingDestinationParameters, ...) bool
- func MergeGuarddutyPublishingDestination_KmsKeyArn(k *GuarddutyPublishingDestinationParameters, ...) bool
- type GuarddutyPublishingDestination
- func (in *GuarddutyPublishingDestination) DeepCopy() *GuarddutyPublishingDestination
- func (in *GuarddutyPublishingDestination) DeepCopyInto(out *GuarddutyPublishingDestination)
- func (in *GuarddutyPublishingDestination) DeepCopyObject() runtime.Object
- func (mg *GuarddutyPublishingDestination) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
- func (mg *GuarddutyPublishingDestination) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
- func (mg *GuarddutyPublishingDestination) GetProviderConfigReference() *runtimev1alpha1.Reference
- func (mg *GuarddutyPublishingDestination) GetProviderReference() *runtimev1alpha1.Reference
- func (mg *GuarddutyPublishingDestination) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
- func (mg *GuarddutyPublishingDestination) SetConditions(c ...runtimev1alpha1.Condition)
- func (mg *GuarddutyPublishingDestination) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
- func (mg *GuarddutyPublishingDestination) SetProviderConfigReference(r *runtimev1alpha1.Reference)
- func (mg *GuarddutyPublishingDestination) SetProviderReference(r *runtimev1alpha1.Reference)
- func (mg *GuarddutyPublishingDestination) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
- type GuarddutyPublishingDestinationList
- func (in *GuarddutyPublishingDestinationList) DeepCopy() *GuarddutyPublishingDestinationList
- func (in *GuarddutyPublishingDestinationList) DeepCopyInto(out *GuarddutyPublishingDestinationList)
- func (in *GuarddutyPublishingDestinationList) DeepCopyObject() runtime.Object
- func (l *GuarddutyPublishingDestinationList) GetItems() []resource.Managed
- type GuarddutyPublishingDestinationObservation
- type GuarddutyPublishingDestinationParameters
- type GuarddutyPublishingDestinationSpec
- type GuarddutyPublishingDestinationStatus
Constants ¶
const ( Group = "guardduty-publishing-destination.terraform-provider-aws.crossplane.io" Version = "v1alpha1" )
Package type metadata.
Variables ¶
var ( Kind = "GuarddutyPublishingDestination" GroupKind = schema.GroupKind{Group: Group, Kind: Kind}.String() KindAPIVersion = Kind + "." + SchemeGroupVersion.String() GroupVersionKind = SchemeGroupVersion.WithKind(Kind) TerraformResourceName = "aws_guardduty_publishing_destination" )
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: Group, Version: Version} )
Functions ¶
func DecodeGuarddutyPublishingDestination_DestinationArn ¶
func DecodeGuarddutyPublishingDestination_DestinationArn(p *GuarddutyPublishingDestinationParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeGuarddutyPublishingDestination_DestinationType ¶
func DecodeGuarddutyPublishingDestination_DestinationType(p *GuarddutyPublishingDestinationParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeGuarddutyPublishingDestination_DetectorId ¶
func DecodeGuarddutyPublishingDestination_DetectorId(p *GuarddutyPublishingDestinationParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeGuarddutyPublishingDestination_KmsKeyArn ¶
func DecodeGuarddutyPublishingDestination_KmsKeyArn(p *GuarddutyPublishingDestinationParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func EncodeGuarddutyPublishingDestination ¶
func EncodeGuarddutyPublishingDestination(r GuarddutyPublishingDestination) cty.Value
func EncodeGuarddutyPublishingDestination_DestinationArn ¶
func EncodeGuarddutyPublishingDestination_DestinationArn(p GuarddutyPublishingDestinationParameters, vals map[string]cty.Value)
func EncodeGuarddutyPublishingDestination_DestinationType ¶
func EncodeGuarddutyPublishingDestination_DestinationType(p GuarddutyPublishingDestinationParameters, vals map[string]cty.Value)
func EncodeGuarddutyPublishingDestination_DetectorId ¶
func EncodeGuarddutyPublishingDestination_DetectorId(p GuarddutyPublishingDestinationParameters, vals map[string]cty.Value)
func EncodeGuarddutyPublishingDestination_KmsKeyArn ¶
func EncodeGuarddutyPublishingDestination_KmsKeyArn(p GuarddutyPublishingDestinationParameters, vals map[string]cty.Value)
func Implementation ¶
func Implementation() *plugin.Implementation
func MergeGuarddutyPublishingDestination_DestinationArn ¶
func MergeGuarddutyPublishingDestination_DestinationArn(k *GuarddutyPublishingDestinationParameters, p *GuarddutyPublishingDestinationParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeGuarddutyPublishingDestination_DestinationType ¶
func MergeGuarddutyPublishingDestination_DestinationType(k *GuarddutyPublishingDestinationParameters, p *GuarddutyPublishingDestinationParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeGuarddutyPublishingDestination_DetectorId ¶
func MergeGuarddutyPublishingDestination_DetectorId(k *GuarddutyPublishingDestinationParameters, p *GuarddutyPublishingDestinationParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeGuarddutyPublishingDestination_KmsKeyArn ¶
func MergeGuarddutyPublishingDestination_KmsKeyArn(k *GuarddutyPublishingDestinationParameters, p *GuarddutyPublishingDestinationParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
Types ¶
type GuarddutyPublishingDestination ¶
type GuarddutyPublishingDestination struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec GuarddutyPublishingDestinationSpec `json:"spec"` Status GuarddutyPublishingDestinationStatus `json:"status,omitempty"` }
GuarddutyPublishingDestination is a managed resource representing a resource mirrored in the cloud +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster
func (*GuarddutyPublishingDestination) DeepCopy ¶
func (in *GuarddutyPublishingDestination) DeepCopy() *GuarddutyPublishingDestination
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GuarddutyPublishingDestination.
func (*GuarddutyPublishingDestination) DeepCopyInto ¶
func (in *GuarddutyPublishingDestination) DeepCopyInto(out *GuarddutyPublishingDestination)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*GuarddutyPublishingDestination) DeepCopyObject ¶
func (in *GuarddutyPublishingDestination) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*GuarddutyPublishingDestination) GetCondition ¶
func (mg *GuarddutyPublishingDestination) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
GetCondition of this GuarddutyPublishingDestination.
func (*GuarddutyPublishingDestination) GetDeletionPolicy ¶
func (mg *GuarddutyPublishingDestination) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
GetDeletionPolicy of this GuarddutyPublishingDestination.
func (*GuarddutyPublishingDestination) GetProviderConfigReference ¶
func (mg *GuarddutyPublishingDestination) GetProviderConfigReference() *runtimev1alpha1.Reference
GetProviderConfigReference of this GuarddutyPublishingDestination.
func (*GuarddutyPublishingDestination) GetProviderReference ¶
func (mg *GuarddutyPublishingDestination) GetProviderReference() *runtimev1alpha1.Reference
GetProviderReference of this GuarddutyPublishingDestination. Deprecated: Use GetProviderConfigReference.
func (*GuarddutyPublishingDestination) GetWriteConnectionSecretToReference ¶
func (mg *GuarddutyPublishingDestination) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
GetWriteConnectionSecretToReference of this GuarddutyPublishingDestination.
func (*GuarddutyPublishingDestination) SetConditions ¶
func (mg *GuarddutyPublishingDestination) SetConditions(c ...runtimev1alpha1.Condition)
SetConditions of this GuarddutyPublishingDestination.
func (*GuarddutyPublishingDestination) SetDeletionPolicy ¶
func (mg *GuarddutyPublishingDestination) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
SetDeletionPolicy of this GuarddutyPublishingDestination.
func (*GuarddutyPublishingDestination) SetProviderConfigReference ¶
func (mg *GuarddutyPublishingDestination) SetProviderConfigReference(r *runtimev1alpha1.Reference)
SetProviderConfigReference of this GuarddutyPublishingDestination.
func (*GuarddutyPublishingDestination) SetProviderReference ¶
func (mg *GuarddutyPublishingDestination) SetProviderReference(r *runtimev1alpha1.Reference)
SetProviderReference of this GuarddutyPublishingDestination. Deprecated: Use SetProviderConfigReference.
func (*GuarddutyPublishingDestination) SetWriteConnectionSecretToReference ¶
func (mg *GuarddutyPublishingDestination) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
SetWriteConnectionSecretToReference of this GuarddutyPublishingDestination.
type GuarddutyPublishingDestinationList ¶
type GuarddutyPublishingDestinationList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []GuarddutyPublishingDestination `json:"items"` }
GuarddutyPublishingDestination contains a list of GuarddutyPublishingDestinationList
func (*GuarddutyPublishingDestinationList) DeepCopy ¶
func (in *GuarddutyPublishingDestinationList) DeepCopy() *GuarddutyPublishingDestinationList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GuarddutyPublishingDestinationList.
func (*GuarddutyPublishingDestinationList) DeepCopyInto ¶
func (in *GuarddutyPublishingDestinationList) DeepCopyInto(out *GuarddutyPublishingDestinationList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*GuarddutyPublishingDestinationList) DeepCopyObject ¶
func (in *GuarddutyPublishingDestinationList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*GuarddutyPublishingDestinationList) GetItems ¶
func (l *GuarddutyPublishingDestinationList) GetItems() []resource.Managed
GetItems of this GuarddutyPublishingDestinationList.
type GuarddutyPublishingDestinationObservation ¶
type GuarddutyPublishingDestinationObservation struct{}
A GuarddutyPublishingDestinationObservation records the observed state of a GuarddutyPublishingDestination
func (*GuarddutyPublishingDestinationObservation) DeepCopy ¶
func (in *GuarddutyPublishingDestinationObservation) DeepCopy() *GuarddutyPublishingDestinationObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GuarddutyPublishingDestinationObservation.
func (*GuarddutyPublishingDestinationObservation) DeepCopyInto ¶
func (in *GuarddutyPublishingDestinationObservation) DeepCopyInto(out *GuarddutyPublishingDestinationObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type GuarddutyPublishingDestinationParameters ¶
type GuarddutyPublishingDestinationParameters struct { DestinationArn string `json:"destination_arn"` DestinationType string `json:"destination_type"` DetectorId string `json:"detector_id"` KmsKeyArn string `json:"kms_key_arn"` }
A GuarddutyPublishingDestinationParameters defines the desired state of a GuarddutyPublishingDestination
func (*GuarddutyPublishingDestinationParameters) DeepCopy ¶
func (in *GuarddutyPublishingDestinationParameters) DeepCopy() *GuarddutyPublishingDestinationParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GuarddutyPublishingDestinationParameters.
func (*GuarddutyPublishingDestinationParameters) DeepCopyInto ¶
func (in *GuarddutyPublishingDestinationParameters) DeepCopyInto(out *GuarddutyPublishingDestinationParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type GuarddutyPublishingDestinationSpec ¶
type GuarddutyPublishingDestinationSpec struct { runtimev1alpha1.ResourceSpec `json:",inline"` ForProvider GuarddutyPublishingDestinationParameters `json:"forProvider"` }
A GuarddutyPublishingDestinationSpec defines the desired state of a GuarddutyPublishingDestination
func (*GuarddutyPublishingDestinationSpec) DeepCopy ¶
func (in *GuarddutyPublishingDestinationSpec) DeepCopy() *GuarddutyPublishingDestinationSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GuarddutyPublishingDestinationSpec.
func (*GuarddutyPublishingDestinationSpec) DeepCopyInto ¶
func (in *GuarddutyPublishingDestinationSpec) DeepCopyInto(out *GuarddutyPublishingDestinationSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type GuarddutyPublishingDestinationStatus ¶
type GuarddutyPublishingDestinationStatus struct { runtimev1alpha1.ResourceStatus `json:",inline"` AtProvider GuarddutyPublishingDestinationObservation `json:"atProvider"` }
A GuarddutyPublishingDestinationStatus defines the observed state of a GuarddutyPublishingDestination
func (*GuarddutyPublishingDestinationStatus) DeepCopy ¶
func (in *GuarddutyPublishingDestinationStatus) DeepCopy() *GuarddutyPublishingDestinationStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new GuarddutyPublishingDestinationStatus.
func (*GuarddutyPublishingDestinationStatus) DeepCopyInto ¶
func (in *GuarddutyPublishingDestinationStatus) DeepCopyInto(out *GuarddutyPublishingDestinationStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.