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

Package type metadata.

Variables

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

Functions

func DecodeGuarddutyPublishingDestination

func DecodeGuarddutyPublishingDestination(prev *GuarddutyPublishingDestination, ctyValue cty.Value) (resource.Managed, error)

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

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

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

func (*GuarddutyPublishingDestination) DeepCopyInto

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

GetCondition of this GuarddutyPublishingDestination.

func (*GuarddutyPublishingDestination) GetDeletionPolicy

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

SetConditions of this GuarddutyPublishingDestination.

func (*GuarddutyPublishingDestination) SetDeletionPolicy

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

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

func (*GuarddutyPublishingDestinationList) DeepCopyInto

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

GetItems of this GuarddutyPublishingDestinationList.

type GuarddutyPublishingDestinationObservation

type GuarddutyPublishingDestinationObservation struct{}

A GuarddutyPublishingDestinationObservation records the observed state of a GuarddutyPublishingDestination

func (*GuarddutyPublishingDestinationObservation) DeepCopy

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

func (*GuarddutyPublishingDestinationObservation) DeepCopyInto

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

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

func (*GuarddutyPublishingDestinationParameters) DeepCopyInto

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

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

func (*GuarddutyPublishingDestinationSpec) DeepCopyInto

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

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

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