v1beta2

package
v1.17.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 4, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Overview

+kubebuilder:object:generate=true +groupName=securityhub.aws.upbound.io +versionName=v1beta2

Index

Constants

View Source
const (
	CRDGroup   = "securityhub.aws.upbound.io"
	CRDVersion = "v1beta2"
)

Package type metadata.

Variables

View Source
var (
	// CRDGroupVersion is the API Group Version used to register the objects
	CRDGroupVersion = schema.GroupVersion{Group: CRDGroup, Version: CRDVersion}

	// SchemeBuilder is used to add go types to the GroupVersionKind scheme
	SchemeBuilder = &scheme.Builder{GroupVersion: CRDGroupVersion}

	// AddToScheme adds the types in this group-version to the given scheme.
	AddToScheme = SchemeBuilder.AddToScheme
)
View Source
var (
	Insight_Kind             = "Insight"
	Insight_GroupKind        = schema.GroupKind{Group: CRDGroup, Kind: Insight_Kind}.String()
	Insight_KindAPIVersion   = Insight_Kind + "." + CRDGroupVersion.String()
	Insight_GroupVersionKind = CRDGroupVersion.WithKind(Insight_Kind)
)

Repository type metadata.

Functions

This section is empty.

Types

type AwsAccountIDInitParameters

type AwsAccountIDInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*AwsAccountIDInitParameters) DeepCopy

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

func (*AwsAccountIDInitParameters) DeepCopyInto

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

type AwsAccountIDObservation

type AwsAccountIDObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*AwsAccountIDObservation) DeepCopy

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

func (*AwsAccountIDObservation) DeepCopyInto

func (in *AwsAccountIDObservation) DeepCopyInto(out *AwsAccountIDObservation)

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

type AwsAccountIDParameters

type AwsAccountIDParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*AwsAccountIDParameters) DeepCopy

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

func (*AwsAccountIDParameters) DeepCopyInto

func (in *AwsAccountIDParameters) DeepCopyInto(out *AwsAccountIDParameters)

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

type CompanyNameInitParameters

type CompanyNameInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*CompanyNameInitParameters) DeepCopy

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

func (*CompanyNameInitParameters) DeepCopyInto

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

type CompanyNameObservation

type CompanyNameObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*CompanyNameObservation) DeepCopy

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

func (*CompanyNameObservation) DeepCopyInto

func (in *CompanyNameObservation) DeepCopyInto(out *CompanyNameObservation)

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

type CompanyNameParameters

type CompanyNameParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*CompanyNameParameters) DeepCopy

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

func (*CompanyNameParameters) DeepCopyInto

func (in *CompanyNameParameters) DeepCopyInto(out *CompanyNameParameters)

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

type ComplianceStatusInitParameters

type ComplianceStatusInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ComplianceStatusInitParameters) DeepCopy

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

func (*ComplianceStatusInitParameters) DeepCopyInto

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

type ComplianceStatusObservation

type ComplianceStatusObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ComplianceStatusObservation) DeepCopy

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

func (*ComplianceStatusObservation) DeepCopyInto

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

type ComplianceStatusParameters

type ComplianceStatusParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*ComplianceStatusParameters) DeepCopy

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

func (*ComplianceStatusParameters) DeepCopyInto

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

type ConfidenceInitParameters

type ConfidenceInitParameters struct {

	// The equal-to condition to be applied to a single field when querying for findings, provided as a String.
	Eq *string `json:"eq,omitempty" tf:"eq,omitempty"`

	// The greater-than-equal condition to be applied to a single field when querying for findings, provided as a String.
	Gte *string `json:"gte,omitempty" tf:"gte,omitempty"`

	// The less-than-equal condition to be applied to a single field when querying for findings, provided as a String.
	Lte *string `json:"lte,omitempty" tf:"lte,omitempty"`
}

func (*ConfidenceInitParameters) DeepCopy

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

func (*ConfidenceInitParameters) DeepCopyInto

func (in *ConfidenceInitParameters) DeepCopyInto(out *ConfidenceInitParameters)

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

type ConfidenceObservation

type ConfidenceObservation struct {

	// The equal-to condition to be applied to a single field when querying for findings, provided as a String.
	Eq *string `json:"eq,omitempty" tf:"eq,omitempty"`

	// The greater-than-equal condition to be applied to a single field when querying for findings, provided as a String.
	Gte *string `json:"gte,omitempty" tf:"gte,omitempty"`

	// The less-than-equal condition to be applied to a single field when querying for findings, provided as a String.
	Lte *string `json:"lte,omitempty" tf:"lte,omitempty"`
}

func (*ConfidenceObservation) DeepCopy

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

func (*ConfidenceObservation) DeepCopyInto

func (in *ConfidenceObservation) DeepCopyInto(out *ConfidenceObservation)

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

type ConfidenceParameters

type ConfidenceParameters struct {

	// The equal-to condition to be applied to a single field when querying for findings, provided as a String.
	// +kubebuilder:validation:Optional
	Eq *string `json:"eq,omitempty" tf:"eq,omitempty"`

	// The greater-than-equal condition to be applied to a single field when querying for findings, provided as a String.
	// +kubebuilder:validation:Optional
	Gte *string `json:"gte,omitempty" tf:"gte,omitempty"`

	// The less-than-equal condition to be applied to a single field when querying for findings, provided as a String.
	// +kubebuilder:validation:Optional
	Lte *string `json:"lte,omitempty" tf:"lte,omitempty"`
}

func (*ConfidenceParameters) DeepCopy

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

func (*ConfidenceParameters) DeepCopyInto

func (in *ConfidenceParameters) DeepCopyInto(out *ConfidenceParameters)

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

type CreatedAtInitParameters

type CreatedAtInitParameters struct {

	// A configuration block of the date range for the date filter. See date_range below for more details.
	DateRange *DateRangeInitParameters `json:"dateRange,omitempty" tf:"date_range,omitempty"`

	// An end date for the date filter. Required with start if date_range is not specified.
	End *string `json:"end,omitempty" tf:"end,omitempty"`

	// A start date for the date filter. Required with end if date_range is not specified.
	Start *string `json:"start,omitempty" tf:"start,omitempty"`
}

func (*CreatedAtInitParameters) DeepCopy

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

func (*CreatedAtInitParameters) DeepCopyInto

func (in *CreatedAtInitParameters) DeepCopyInto(out *CreatedAtInitParameters)

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

type CreatedAtObservation

type CreatedAtObservation struct {

	// A configuration block of the date range for the date filter. See date_range below for more details.
	DateRange *DateRangeObservation `json:"dateRange,omitempty" tf:"date_range,omitempty"`

	// An end date for the date filter. Required with start if date_range is not specified.
	End *string `json:"end,omitempty" tf:"end,omitempty"`

	// A start date for the date filter. Required with end if date_range is not specified.
	Start *string `json:"start,omitempty" tf:"start,omitempty"`
}

func (*CreatedAtObservation) DeepCopy

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

func (*CreatedAtObservation) DeepCopyInto

func (in *CreatedAtObservation) DeepCopyInto(out *CreatedAtObservation)

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

type CreatedAtParameters

type CreatedAtParameters struct {

	// A configuration block of the date range for the date filter. See date_range below for more details.
	// +kubebuilder:validation:Optional
	DateRange *DateRangeParameters `json:"dateRange,omitempty" tf:"date_range,omitempty"`

	// An end date for the date filter. Required with start if date_range is not specified.
	// +kubebuilder:validation:Optional
	End *string `json:"end,omitempty" tf:"end,omitempty"`

	// A start date for the date filter. Required with end if date_range is not specified.
	// +kubebuilder:validation:Optional
	Start *string `json:"start,omitempty" tf:"start,omitempty"`
}

func (*CreatedAtParameters) DeepCopy

func (in *CreatedAtParameters) DeepCopy() *CreatedAtParameters

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

func (*CreatedAtParameters) DeepCopyInto

func (in *CreatedAtParameters) DeepCopyInto(out *CreatedAtParameters)

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

type CriticalityInitParameters

type CriticalityInitParameters struct {

	// The equal-to condition to be applied to a single field when querying for findings, provided as a String.
	Eq *string `json:"eq,omitempty" tf:"eq,omitempty"`

	// The greater-than-equal condition to be applied to a single field when querying for findings, provided as a String.
	Gte *string `json:"gte,omitempty" tf:"gte,omitempty"`

	// The less-than-equal condition to be applied to a single field when querying for findings, provided as a String.
	Lte *string `json:"lte,omitempty" tf:"lte,omitempty"`
}

func (*CriticalityInitParameters) DeepCopy

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

func (*CriticalityInitParameters) DeepCopyInto

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

type CriticalityObservation

type CriticalityObservation struct {

	// The equal-to condition to be applied to a single field when querying for findings, provided as a String.
	Eq *string `json:"eq,omitempty" tf:"eq,omitempty"`

	// The greater-than-equal condition to be applied to a single field when querying for findings, provided as a String.
	Gte *string `json:"gte,omitempty" tf:"gte,omitempty"`

	// The less-than-equal condition to be applied to a single field when querying for findings, provided as a String.
	Lte *string `json:"lte,omitempty" tf:"lte,omitempty"`
}

func (*CriticalityObservation) DeepCopy

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

func (*CriticalityObservation) DeepCopyInto

func (in *CriticalityObservation) DeepCopyInto(out *CriticalityObservation)

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

type CriticalityParameters

type CriticalityParameters struct {

	// The equal-to condition to be applied to a single field when querying for findings, provided as a String.
	// +kubebuilder:validation:Optional
	Eq *string `json:"eq,omitempty" tf:"eq,omitempty"`

	// The greater-than-equal condition to be applied to a single field when querying for findings, provided as a String.
	// +kubebuilder:validation:Optional
	Gte *string `json:"gte,omitempty" tf:"gte,omitempty"`

	// The less-than-equal condition to be applied to a single field when querying for findings, provided as a String.
	// +kubebuilder:validation:Optional
	Lte *string `json:"lte,omitempty" tf:"lte,omitempty"`
}

func (*CriticalityParameters) DeepCopy

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

func (*CriticalityParameters) DeepCopyInto

func (in *CriticalityParameters) DeepCopyInto(out *CriticalityParameters)

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

type DateRangeInitParameters

type DateRangeInitParameters struct {

	// A date range unit for the date filter. Valid values: DAYS.
	Unit *string `json:"unit,omitempty" tf:"unit,omitempty"`

	// A value for the keyword.
	Value *float64 `json:"value,omitempty" tf:"value,omitempty"`
}

func (*DateRangeInitParameters) DeepCopy

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

func (*DateRangeInitParameters) DeepCopyInto

func (in *DateRangeInitParameters) DeepCopyInto(out *DateRangeInitParameters)

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

type DateRangeObservation

type DateRangeObservation struct {

	// A date range unit for the date filter. Valid values: DAYS.
	Unit *string `json:"unit,omitempty" tf:"unit,omitempty"`

	// A value for the keyword.
	Value *float64 `json:"value,omitempty" tf:"value,omitempty"`
}

func (*DateRangeObservation) DeepCopy

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

func (*DateRangeObservation) DeepCopyInto

func (in *DateRangeObservation) DeepCopyInto(out *DateRangeObservation)

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

type DateRangeParameters

type DateRangeParameters struct {

	// A date range unit for the date filter. Valid values: DAYS.
	// +kubebuilder:validation:Optional
	Unit *string `json:"unit" tf:"unit,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *float64 `json:"value" tf:"value,omitempty"`
}

func (*DateRangeParameters) DeepCopy

func (in *DateRangeParameters) DeepCopy() *DateRangeParameters

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

func (*DateRangeParameters) DeepCopyInto

func (in *DateRangeParameters) DeepCopyInto(out *DateRangeParameters)

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

type DescriptionInitParameters

type DescriptionInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*DescriptionInitParameters) DeepCopy

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

func (*DescriptionInitParameters) DeepCopyInto

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

type DescriptionObservation

type DescriptionObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*DescriptionObservation) DeepCopy

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

func (*DescriptionObservation) DeepCopyInto

func (in *DescriptionObservation) DeepCopyInto(out *DescriptionObservation)

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

type DescriptionParameters

type DescriptionParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*DescriptionParameters) DeepCopy

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

func (*DescriptionParameters) DeepCopyInto

func (in *DescriptionParameters) DeepCopyInto(out *DescriptionParameters)

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

type FiltersInitParameters

type FiltersInitParameters struct {

	// AWS account ID that a finding is generated in. See String_Filter below for more details.
	AwsAccountID []AwsAccountIDInitParameters `json:"awsAccountId,omitempty" tf:"aws_account_id,omitempty"`

	// The name of the findings provider (company) that owns the solution (product) that generates findings. See String_Filter below for more details.
	CompanyName []CompanyNameInitParameters `json:"companyName,omitempty" tf:"company_name,omitempty"`

	// Exclusive to findings that are generated as the result of a check run against a specific rule in a supported standard, such as CIS AWS Foundations. Contains security standard-related finding details. See String Filter below for more details.
	ComplianceStatus []ComplianceStatusInitParameters `json:"complianceStatus,omitempty" tf:"compliance_status,omitempty"`

	// A finding's confidence. Confidence is defined as the likelihood that a finding accurately identifies the behavior or issue that it was intended to identify. Confidence is scored on a 0-100 basis using a ratio scale, where 0 means zero percent confidence and 100 means 100 percent confidence. See Number Filter below for more details.
	Confidence []ConfidenceInitParameters `json:"confidence,omitempty" tf:"confidence,omitempty"`

	// An ISO8601-formatted timestamp that indicates when the security-findings provider captured the potential security issue that a finding captured. See Date Filter below for more details.
	CreatedAt []CreatedAtInitParameters `json:"createdAt,omitempty" tf:"created_at,omitempty"`

	// The level of importance assigned to the resources associated with the finding. A score of 0 means that the underlying resources have no criticality, and a score of 100 is reserved for the most critical resources. See Number Filter below for more details.
	Criticality []CriticalityInitParameters `json:"criticality,omitempty" tf:"criticality,omitempty"`

	// A finding's description. See String Filter below for more details.
	Description []DescriptionInitParameters `json:"description,omitempty" tf:"description,omitempty"`

	// The finding provider value for the finding confidence. Confidence is defined as the likelihood that a finding accurately identifies the behavior or issue that it was intended to identify. Confidence is scored on a 0-100 basis using a ratio scale, where 0 means zero percent confidence and 100 means 100 percent confidence. See Number Filter below for more details.
	FindingProviderFieldsConfidence []FindingProviderFieldsConfidenceInitParameters `json:"findingProviderFieldsConfidence,omitempty" tf:"finding_provider_fields_confidence,omitempty"`

	// The finding provider value for the level of importance assigned to the resources associated with the findings. A score of 0 means that the underlying resources have no criticality, and a score of 100 is reserved for the most critical resources. See Number Filter below for more details.
	FindingProviderFieldsCriticality []FindingProviderFieldsCriticalityInitParameters `json:"findingProviderFieldsCriticality,omitempty" tf:"finding_provider_fields_criticality,omitempty"`

	// The finding identifier of a related finding that is identified by the finding provider. See String Filter below for more details.
	FindingProviderFieldsRelatedFindingsID []FindingProviderFieldsRelatedFindingsIDInitParameters `json:"findingProviderFieldsRelatedFindingsId,omitempty" tf:"finding_provider_fields_related_findings_id,omitempty"`

	// The ARN of the solution that generated a related finding that is identified by the finding provider. See String Filter below for more details.
	FindingProviderFieldsRelatedFindingsProductArn []FindingProviderFieldsRelatedFindingsProductArnInitParameters `` /* 131-byte string literal not displayed */

	// The finding provider value for the severity label. See String Filter below for more details.
	FindingProviderFieldsSeverityLabel []FindingProviderFieldsSeverityLabelInitParameters `json:"findingProviderFieldsSeverityLabel,omitempty" tf:"finding_provider_fields_severity_label,omitempty"`

	// The finding provider's original value for the severity. See String Filter below for more details.
	FindingProviderFieldsSeverityOriginal []FindingProviderFieldsSeverityOriginalInitParameters `json:"findingProviderFieldsSeverityOriginal,omitempty" tf:"finding_provider_fields_severity_original,omitempty"`

	// One or more finding types that the finding provider assigned to the finding. Uses the format of namespace/category/classifier that classify a finding. Valid namespace values include: Software and Configuration Checks, TTPs, Effects, Unusual Behaviors, and Sensitive Data Identifications. See String Filter below for more details.
	FindingProviderFieldsTypes []FindingProviderFieldsTypesInitParameters `json:"findingProviderFieldsTypes,omitempty" tf:"finding_provider_fields_types,omitempty"`

	// An ISO8601-formatted timestamp that indicates when the security-findings provider first observed the potential security issue that a finding captured. See Date Filter below for more details.
	FirstObservedAt []FirstObservedAtInitParameters `json:"firstObservedAt,omitempty" tf:"first_observed_at,omitempty"`

	// The identifier for the solution-specific component (a discrete unit of logic) that generated a finding. See String Filter below for more details.
	GeneratorID []GeneratorIDInitParameters `json:"generatorId,omitempty" tf:"generator_id,omitempty"`

	// The security findings provider-specific identifier for a finding. See String Filter below for more details.
	ID []IDInitParameters `json:"id,omitempty" tf:"id,omitempty"`

	// A keyword for a finding. See Keyword Filter below for more details.
	Keyword []KeywordInitParameters `json:"keyword,omitempty" tf:"keyword,omitempty"`

	// An ISO8601-formatted timestamp that indicates when the security-findings provider most recently observed the potential security issue that a finding captured. See Date Filter below for more details.
	LastObservedAt []LastObservedAtInitParameters `json:"lastObservedAt,omitempty" tf:"last_observed_at,omitempty"`

	// The name of the malware that was observed. See String Filter below for more details.
	MalwareName []MalwareNameInitParameters `json:"malwareName,omitempty" tf:"malware_name,omitempty"`

	// The filesystem path of the malware that was observed. See String Filter below for more details.
	MalwarePath []MalwarePathInitParameters `json:"malwarePath,omitempty" tf:"malware_path,omitempty"`

	// The state of the malware that was observed. See String Filter below for more details.
	MalwareState []MalwareStateInitParameters `json:"malwareState,omitempty" tf:"malware_state,omitempty"`

	// The type of the malware that was observed. See String Filter below for more details.
	MalwareType []MalwareTypeInitParameters `json:"malwareType,omitempty" tf:"malware_type,omitempty"`

	// The destination domain of network-related information about a finding. See String Filter below for more details.
	NetworkDestinationDomain []NetworkDestinationDomainInitParameters `json:"networkDestinationDomain,omitempty" tf:"network_destination_domain,omitempty"`

	// The destination IPv4 address of network-related information about a finding. See Ip Filter below for more details.
	NetworkDestinationIPv4 []NetworkDestinationIPv4InitParameters `json:"networkDestinationIpv4,omitempty" tf:"network_destination_ipv4,omitempty"`

	// The destination IPv6 address of network-related information about a finding. See Ip Filter below for more details.
	NetworkDestinationIPv6 []NetworkDestinationIPv6InitParameters `json:"networkDestinationIpv6,omitempty" tf:"network_destination_ipv6,omitempty"`

	// The destination port of network-related information about a finding. See Number Filter below for more details.
	NetworkDestinationPort []NetworkDestinationPortInitParameters `json:"networkDestinationPort,omitempty" tf:"network_destination_port,omitempty"`

	// Indicates the direction of network traffic associated with a finding. See String Filter below for more details.
	NetworkDirection []NetworkDirectionInitParameters `json:"networkDirection,omitempty" tf:"network_direction,omitempty"`

	// The protocol of network-related information about a finding. See String Filter below for more details.
	NetworkProtocol []NetworkProtocolInitParameters `json:"networkProtocol,omitempty" tf:"network_protocol,omitempty"`

	// The source domain of network-related information about a finding. See String Filter below for more details.
	NetworkSourceDomain []NetworkSourceDomainInitParameters `json:"networkSourceDomain,omitempty" tf:"network_source_domain,omitempty"`

	// The source IPv4 address of network-related information about a finding. See Ip Filter below for more details.
	NetworkSourceIPv4 []NetworkSourceIPv4InitParameters `json:"networkSourceIpv4,omitempty" tf:"network_source_ipv4,omitempty"`

	// The source IPv6 address of network-related information about a finding. See Ip Filter below for more details.
	NetworkSourceIPv6 []NetworkSourceIPv6InitParameters `json:"networkSourceIpv6,omitempty" tf:"network_source_ipv6,omitempty"`

	// The source media access control (MAC) address of network-related information about a finding. See String Filter below for more details.
	NetworkSourceMac []NetworkSourceMacInitParameters `json:"networkSourceMac,omitempty" tf:"network_source_mac,omitempty"`

	// The source port of network-related information about a finding. See Number Filter below for more details.
	NetworkSourcePort []NetworkSourcePortInitParameters `json:"networkSourcePort,omitempty" tf:"network_source_port,omitempty"`

	// The text of a note. See String Filter below for more details.
	NoteText []NoteTextInitParameters `json:"noteText,omitempty" tf:"note_text,omitempty"`

	// The timestamp of when the note was updated. See Date Filter below for more details.
	NoteUpdatedAt []NoteUpdatedAtInitParameters `json:"noteUpdatedAt,omitempty" tf:"note_updated_at,omitempty"`

	// The principal that created a note. See String Filter below for more details.
	NoteUpdatedBy []NoteUpdatedByInitParameters `json:"noteUpdatedBy,omitempty" tf:"note_updated_by,omitempty"`

	// The date/time that the process was launched. See Date Filter below for more details.
	ProcessLaunchedAt []ProcessLaunchedAtInitParameters `json:"processLaunchedAt,omitempty" tf:"process_launched_at,omitempty"`

	// The name of the process. See String Filter below for more details.
	ProcessName []ProcessNameInitParameters `json:"processName,omitempty" tf:"process_name,omitempty"`

	// The parent process ID. See Number Filter below for more details.
	ProcessParentPid []ProcessParentPidInitParameters `json:"processParentPid,omitempty" tf:"process_parent_pid,omitempty"`

	// The path to the process executable. See String Filter below for more details.
	ProcessPath []ProcessPathInitParameters `json:"processPath,omitempty" tf:"process_path,omitempty"`

	// The process ID. See Number Filter below for more details.
	ProcessPid []ProcessPidInitParameters `json:"processPid,omitempty" tf:"process_pid,omitempty"`

	// The date/time that the process was terminated. See Date Filter below for more details.
	ProcessTerminatedAt []ProcessTerminatedAtInitParameters `json:"processTerminatedAt,omitempty" tf:"process_terminated_at,omitempty"`

	// The ARN generated by Security Hub that uniquely identifies a third-party company (security findings provider) after this provider's product (solution that generates findings) is registered with Security Hub. See String Filter below for more details.
	ProductArn []ProductArnInitParameters `json:"productArn,omitempty" tf:"product_arn,omitempty"`

	// A data type where security-findings providers can include additional solution-specific details that aren't part of the defined AwsSecurityFinding format. See Map Filter below for more details.
	ProductFields []ProductFieldsInitParameters `json:"productFields,omitempty" tf:"product_fields,omitempty"`

	// The name of the solution (product) that generates findings. See String Filter below for more details.
	ProductName []ProductNameInitParameters `json:"productName,omitempty" tf:"product_name,omitempty"`

	// The recommendation of what to do about the issue described in a finding. See String Filter below for more details.
	RecommendationText []RecommendationTextInitParameters `json:"recommendationText,omitempty" tf:"recommendation_text,omitempty"`

	// The updated record state for the finding. See String Filter below for more details.
	RecordState []RecordStateInitParameters `json:"recordState,omitempty" tf:"record_state,omitempty"`

	// The solution-generated identifier for a related finding. See String Filter below for more details.
	RelatedFindingsID []RelatedFindingsIDInitParameters `json:"relatedFindingsId,omitempty" tf:"related_findings_id,omitempty"`

	// The ARN of the solution that generated a related finding. See String Filter below for more details.
	RelatedFindingsProductArn []RelatedFindingsProductArnInitParameters `json:"relatedFindingsProductArn,omitempty" tf:"related_findings_product_arn,omitempty"`

	// The IAM profile ARN of the instance. See String Filter below for more details.
	ResourceAwsEC2InstanceIAMInstanceProfileArn []ResourceAwsEC2InstanceIAMInstanceProfileArnInitParameters `` /* 126-byte string literal not displayed */

	// The IPv4 addresses associated with the instance. See Ip Filter below for more details.
	ResourceAwsEC2InstanceIPv4Addresses []ResourceAwsEC2InstanceIPv4AddressesInitParameters `json:"resourceAwsEc2InstanceIpv4Addresses,omitempty" tf:"resource_aws_ec2_instance_ipv4_addresses,omitempty"`

	// The IPv6 addresses associated with the instance. See Ip Filter below for more details.
	ResourceAwsEC2InstanceIPv6Addresses []ResourceAwsEC2InstanceIPv6AddressesInitParameters `json:"resourceAwsEc2InstanceIpv6Addresses,omitempty" tf:"resource_aws_ec2_instance_ipv6_addresses,omitempty"`

	// The Amazon Machine Image (AMI) ID of the instance. See String Filter below for more details.
	ResourceAwsEC2InstanceImageID []ResourceAwsEC2InstanceImageIDInitParameters `json:"resourceAwsEc2InstanceImageId,omitempty" tf:"resource_aws_ec2_instance_image_id,omitempty"`

	// The key name associated with the instance. See String Filter below for more details.
	ResourceAwsEC2InstanceKeyName []ResourceAwsEC2InstanceKeyNameInitParameters `json:"resourceAwsEc2InstanceKeyName,omitempty" tf:"resource_aws_ec2_instance_key_name,omitempty"`

	// The date and time the instance was launched. See Date Filter below for more details.
	ResourceAwsEC2InstanceLaunchedAt []ResourceAwsEC2InstanceLaunchedAtInitParameters `json:"resourceAwsEc2InstanceLaunchedAt,omitempty" tf:"resource_aws_ec2_instance_launched_at,omitempty"`

	// The identifier of the subnet that the instance was launched in. See String Filter below for more details.
	ResourceAwsEC2InstanceSubnetID []ResourceAwsEC2InstanceSubnetIDInitParameters `json:"resourceAwsEc2InstanceSubnetId,omitempty" tf:"resource_aws_ec2_instance_subnet_id,omitempty"`

	// The instance type of the instance. See String Filter below for more details.
	ResourceAwsEC2InstanceType []ResourceAwsEC2InstanceTypeInitParameters `json:"resourceAwsEc2InstanceType,omitempty" tf:"resource_aws_ec2_instance_type,omitempty"`

	// The identifier of the VPC that the instance was launched in. See String Filter below for more details.
	ResourceAwsEC2InstanceVPCID []ResourceAwsEC2InstanceVPCIDInitParameters `json:"resourceAwsEc2InstanceVpcId,omitempty" tf:"resource_aws_ec2_instance_vpc_id,omitempty"`

	// The creation date/time of the IAM access key related to a finding. See Date Filter below for more details.
	ResourceAwsIAMAccessKeyCreatedAt []ResourceAwsIAMAccessKeyCreatedAtInitParameters `json:"resourceAwsIamAccessKeyCreatedAt,omitempty" tf:"resource_aws_iam_access_key_created_at,omitempty"`

	// The status of the IAM access key related to a finding. See String Filter below for more details.
	ResourceAwsIAMAccessKeyStatus []ResourceAwsIAMAccessKeyStatusInitParameters `json:"resourceAwsIamAccessKeyStatus,omitempty" tf:"resource_aws_iam_access_key_status,omitempty"`

	// The user associated with the IAM access key related to a finding. See String Filter below for more details.
	ResourceAwsIAMAccessKeyUserName []ResourceAwsIAMAccessKeyUserNameInitParameters `json:"resourceAwsIamAccessKeyUserName,omitempty" tf:"resource_aws_iam_access_key_user_name,omitempty"`

	// The canonical user ID of the owner of the S3 bucket. See String Filter below for more details.
	ResourceAwsS3BucketOwnerID []ResourceAwsS3BucketOwnerIDInitParameters `json:"resourceAwsS3BucketOwnerId,omitempty" tf:"resource_aws_s3_bucket_owner_id,omitempty"`

	// The display name of the owner of the S3 bucket. See String Filter below for more details.
	ResourceAwsS3BucketOwnerName []ResourceAwsS3BucketOwnerNameInitParameters `json:"resourceAwsS3BucketOwnerName,omitempty" tf:"resource_aws_s3_bucket_owner_name,omitempty"`

	// The identifier of the image related to a finding. See String Filter below for more details.
	ResourceContainerImageID []ResourceContainerImageIDInitParameters `json:"resourceContainerImageId,omitempty" tf:"resource_container_image_id,omitempty"`

	// The name of the image related to a finding. See String Filter below for more details.
	ResourceContainerImageName []ResourceContainerImageNameInitParameters `json:"resourceContainerImageName,omitempty" tf:"resource_container_image_name,omitempty"`

	// The date/time that the container was started. See Date Filter below for more details.
	ResourceContainerLaunchedAt []ResourceContainerLaunchedAtInitParameters `json:"resourceContainerLaunchedAt,omitempty" tf:"resource_container_launched_at,omitempty"`

	// The name of the container related to a finding. See String Filter below for more details.
	ResourceContainerName []ResourceContainerNameInitParameters `json:"resourceContainerName,omitempty" tf:"resource_container_name,omitempty"`

	// The details of a resource that doesn't have a specific subfield for the resource type defined. See Map Filter below for more details.
	ResourceDetailsOther []ResourceDetailsOtherInitParameters `json:"resourceDetailsOther,omitempty" tf:"resource_details_other,omitempty"`

	// The canonical identifier for the given resource type. See String Filter below for more details.
	ResourceID []ResourceIDInitParameters `json:"resourceId,omitempty" tf:"resource_id,omitempty"`

	// The canonical AWS partition name that the Region is assigned to. See String Filter below for more details.
	ResourcePartition []ResourcePartitionInitParameters `json:"resourcePartition,omitempty" tf:"resource_partition,omitempty"`

	// The canonical AWS external Region name where this resource is located. See String Filter below for more details.
	ResourceRegion []ResourceRegionInitParameters `json:"resourceRegion,omitempty" tf:"resource_region,omitempty"`

	// A list of AWS tags associated with a resource at the time the finding was processed. See Map Filter below for more details.
	ResourceTags []ResourceTagsInitParameters `json:"resourceTags,omitempty" tf:"resource_tags,omitempty"`

	// Specifies the type of the resource that details are provided for. See String Filter below for more details.
	ResourceType []ResourceTypeInitParameters `json:"resourceType,omitempty" tf:"resource_type,omitempty"`

	// The label of a finding's severity. See String Filter below for more details.
	SeverityLabel []SeverityLabelInitParameters `json:"severityLabel,omitempty" tf:"severity_label,omitempty"`

	// A URL that links to a page about the current finding in the security-findings provider's solution. See String Filter below for more details.
	SourceURL []SourceURLInitParameters `json:"sourceUrl,omitempty" tf:"source_url,omitempty"`

	// The category of a threat intelligence indicator. See String Filter below for more details.
	ThreatIntelIndicatorCategory []ThreatIntelIndicatorCategoryInitParameters `json:"threatIntelIndicatorCategory,omitempty" tf:"threat_intel_indicator_category,omitempty"`

	// The date/time of the last observation of a threat intelligence indicator. See Date Filter below for more details.
	ThreatIntelIndicatorLastObservedAt []ThreatIntelIndicatorLastObservedAtInitParameters `json:"threatIntelIndicatorLastObservedAt,omitempty" tf:"threat_intel_indicator_last_observed_at,omitempty"`

	// The source of the threat intelligence. See String Filter below for more details.
	ThreatIntelIndicatorSource []ThreatIntelIndicatorSourceInitParameters `json:"threatIntelIndicatorSource,omitempty" tf:"threat_intel_indicator_source,omitempty"`

	// The URL for more details from the source of the threat intelligence. See String Filter below for more details.
	ThreatIntelIndicatorSourceURL []ThreatIntelIndicatorSourceURLInitParameters `json:"threatIntelIndicatorSourceUrl,omitempty" tf:"threat_intel_indicator_source_url,omitempty"`

	// The type of a threat intelligence indicator. See String Filter below for more details.
	ThreatIntelIndicatorType []ThreatIntelIndicatorTypeInitParameters `json:"threatIntelIndicatorType,omitempty" tf:"threat_intel_indicator_type,omitempty"`

	// The value of a threat intelligence indicator. See String Filter below for more details.
	ThreatIntelIndicatorValue []ThreatIntelIndicatorValueInitParameters `json:"threatIntelIndicatorValue,omitempty" tf:"threat_intel_indicator_value,omitempty"`

	// A finding's title. See String Filter below for more details.
	Title []TitleInitParameters `json:"title,omitempty" tf:"title,omitempty"`

	// A finding type in the format of namespace/category/classifier that classifies a finding. See String Filter below for more details.
	Type []TypeInitParameters `json:"type,omitempty" tf:"type,omitempty"`

	// An ISO8601-formatted timestamp that indicates when the security-findings provider last updated the finding record. See Date Filter below for more details.
	UpdatedAt []UpdatedAtInitParameters `json:"updatedAt,omitempty" tf:"updated_at,omitempty"`

	// A list of name/value string pairs associated with the finding. These are custom, user-defined fields added to a finding. See Map Filter below for more details.
	UserDefinedValues []UserDefinedValuesInitParameters `json:"userDefinedValues,omitempty" tf:"user_defined_values,omitempty"`

	// The veracity of a finding. See String Filter below for more details.
	VerificationState []VerificationStateInitParameters `json:"verificationState,omitempty" tf:"verification_state,omitempty"`

	// The status of the investigation into a finding. See Workflow Status Filter below for more details.
	WorkflowStatus []WorkflowStatusInitParameters `json:"workflowStatus,omitempty" tf:"workflow_status,omitempty"`
}

func (*FiltersInitParameters) DeepCopy

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

func (*FiltersInitParameters) DeepCopyInto

func (in *FiltersInitParameters) DeepCopyInto(out *FiltersInitParameters)

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

type FiltersObservation

type FiltersObservation struct {

	// AWS account ID that a finding is generated in. See String_Filter below for more details.
	AwsAccountID []AwsAccountIDObservation `json:"awsAccountId,omitempty" tf:"aws_account_id,omitempty"`

	// The name of the findings provider (company) that owns the solution (product) that generates findings. See String_Filter below for more details.
	CompanyName []CompanyNameObservation `json:"companyName,omitempty" tf:"company_name,omitempty"`

	// Exclusive to findings that are generated as the result of a check run against a specific rule in a supported standard, such as CIS AWS Foundations. Contains security standard-related finding details. See String Filter below for more details.
	ComplianceStatus []ComplianceStatusObservation `json:"complianceStatus,omitempty" tf:"compliance_status,omitempty"`

	// A finding's confidence. Confidence is defined as the likelihood that a finding accurately identifies the behavior or issue that it was intended to identify. Confidence is scored on a 0-100 basis using a ratio scale, where 0 means zero percent confidence and 100 means 100 percent confidence. See Number Filter below for more details.
	Confidence []ConfidenceObservation `json:"confidence,omitempty" tf:"confidence,omitempty"`

	// An ISO8601-formatted timestamp that indicates when the security-findings provider captured the potential security issue that a finding captured. See Date Filter below for more details.
	CreatedAt []CreatedAtObservation `json:"createdAt,omitempty" tf:"created_at,omitempty"`

	// The level of importance assigned to the resources associated with the finding. A score of 0 means that the underlying resources have no criticality, and a score of 100 is reserved for the most critical resources. See Number Filter below for more details.
	Criticality []CriticalityObservation `json:"criticality,omitempty" tf:"criticality,omitempty"`

	// A finding's description. See String Filter below for more details.
	Description []DescriptionObservation `json:"description,omitempty" tf:"description,omitempty"`

	// The finding provider value for the finding confidence. Confidence is defined as the likelihood that a finding accurately identifies the behavior or issue that it was intended to identify. Confidence is scored on a 0-100 basis using a ratio scale, where 0 means zero percent confidence and 100 means 100 percent confidence. See Number Filter below for more details.
	FindingProviderFieldsConfidence []FindingProviderFieldsConfidenceObservation `json:"findingProviderFieldsConfidence,omitempty" tf:"finding_provider_fields_confidence,omitempty"`

	// The finding provider value for the level of importance assigned to the resources associated with the findings. A score of 0 means that the underlying resources have no criticality, and a score of 100 is reserved for the most critical resources. See Number Filter below for more details.
	FindingProviderFieldsCriticality []FindingProviderFieldsCriticalityObservation `json:"findingProviderFieldsCriticality,omitempty" tf:"finding_provider_fields_criticality,omitempty"`

	// The finding identifier of a related finding that is identified by the finding provider. See String Filter below for more details.
	FindingProviderFieldsRelatedFindingsID []FindingProviderFieldsRelatedFindingsIDObservation `json:"findingProviderFieldsRelatedFindingsId,omitempty" tf:"finding_provider_fields_related_findings_id,omitempty"`

	// The ARN of the solution that generated a related finding that is identified by the finding provider. See String Filter below for more details.
	FindingProviderFieldsRelatedFindingsProductArn []FindingProviderFieldsRelatedFindingsProductArnObservation `` /* 131-byte string literal not displayed */

	// The finding provider value for the severity label. See String Filter below for more details.
	FindingProviderFieldsSeverityLabel []FindingProviderFieldsSeverityLabelObservation `json:"findingProviderFieldsSeverityLabel,omitempty" tf:"finding_provider_fields_severity_label,omitempty"`

	// The finding provider's original value for the severity. See String Filter below for more details.
	FindingProviderFieldsSeverityOriginal []FindingProviderFieldsSeverityOriginalObservation `json:"findingProviderFieldsSeverityOriginal,omitempty" tf:"finding_provider_fields_severity_original,omitempty"`

	// One or more finding types that the finding provider assigned to the finding. Uses the format of namespace/category/classifier that classify a finding. Valid namespace values include: Software and Configuration Checks, TTPs, Effects, Unusual Behaviors, and Sensitive Data Identifications. See String Filter below for more details.
	FindingProviderFieldsTypes []FindingProviderFieldsTypesObservation `json:"findingProviderFieldsTypes,omitempty" tf:"finding_provider_fields_types,omitempty"`

	// An ISO8601-formatted timestamp that indicates when the security-findings provider first observed the potential security issue that a finding captured. See Date Filter below for more details.
	FirstObservedAt []FirstObservedAtObservation `json:"firstObservedAt,omitempty" tf:"first_observed_at,omitempty"`

	// The identifier for the solution-specific component (a discrete unit of logic) that generated a finding. See String Filter below for more details.
	GeneratorID []GeneratorIDObservation `json:"generatorId,omitempty" tf:"generator_id,omitempty"`

	// The security findings provider-specific identifier for a finding. See String Filter below for more details.
	ID []IDObservation `json:"id,omitempty" tf:"id,omitempty"`

	// A keyword for a finding. See Keyword Filter below for more details.
	Keyword []KeywordObservation `json:"keyword,omitempty" tf:"keyword,omitempty"`

	// An ISO8601-formatted timestamp that indicates when the security-findings provider most recently observed the potential security issue that a finding captured. See Date Filter below for more details.
	LastObservedAt []LastObservedAtObservation `json:"lastObservedAt,omitempty" tf:"last_observed_at,omitempty"`

	// The name of the malware that was observed. See String Filter below for more details.
	MalwareName []MalwareNameObservation `json:"malwareName,omitempty" tf:"malware_name,omitempty"`

	// The filesystem path of the malware that was observed. See String Filter below for more details.
	MalwarePath []MalwarePathObservation `json:"malwarePath,omitempty" tf:"malware_path,omitempty"`

	// The state of the malware that was observed. See String Filter below for more details.
	MalwareState []MalwareStateObservation `json:"malwareState,omitempty" tf:"malware_state,omitempty"`

	// The type of the malware that was observed. See String Filter below for more details.
	MalwareType []MalwareTypeObservation `json:"malwareType,omitempty" tf:"malware_type,omitempty"`

	// The destination domain of network-related information about a finding. See String Filter below for more details.
	NetworkDestinationDomain []NetworkDestinationDomainObservation `json:"networkDestinationDomain,omitempty" tf:"network_destination_domain,omitempty"`

	// The destination IPv4 address of network-related information about a finding. See Ip Filter below for more details.
	NetworkDestinationIPv4 []NetworkDestinationIPv4Observation `json:"networkDestinationIpv4,omitempty" tf:"network_destination_ipv4,omitempty"`

	// The destination IPv6 address of network-related information about a finding. See Ip Filter below for more details.
	NetworkDestinationIPv6 []NetworkDestinationIPv6Observation `json:"networkDestinationIpv6,omitempty" tf:"network_destination_ipv6,omitempty"`

	// The destination port of network-related information about a finding. See Number Filter below for more details.
	NetworkDestinationPort []NetworkDestinationPortObservation `json:"networkDestinationPort,omitempty" tf:"network_destination_port,omitempty"`

	// Indicates the direction of network traffic associated with a finding. See String Filter below for more details.
	NetworkDirection []NetworkDirectionObservation `json:"networkDirection,omitempty" tf:"network_direction,omitempty"`

	// The protocol of network-related information about a finding. See String Filter below for more details.
	NetworkProtocol []NetworkProtocolObservation `json:"networkProtocol,omitempty" tf:"network_protocol,omitempty"`

	// The source domain of network-related information about a finding. See String Filter below for more details.
	NetworkSourceDomain []NetworkSourceDomainObservation `json:"networkSourceDomain,omitempty" tf:"network_source_domain,omitempty"`

	// The source IPv4 address of network-related information about a finding. See Ip Filter below for more details.
	NetworkSourceIPv4 []NetworkSourceIPv4Observation `json:"networkSourceIpv4,omitempty" tf:"network_source_ipv4,omitempty"`

	// The source IPv6 address of network-related information about a finding. See Ip Filter below for more details.
	NetworkSourceIPv6 []NetworkSourceIPv6Observation `json:"networkSourceIpv6,omitempty" tf:"network_source_ipv6,omitempty"`

	// The source media access control (MAC) address of network-related information about a finding. See String Filter below for more details.
	NetworkSourceMac []NetworkSourceMacObservation `json:"networkSourceMac,omitempty" tf:"network_source_mac,omitempty"`

	// The source port of network-related information about a finding. See Number Filter below for more details.
	NetworkSourcePort []NetworkSourcePortObservation `json:"networkSourcePort,omitempty" tf:"network_source_port,omitempty"`

	// The text of a note. See String Filter below for more details.
	NoteText []NoteTextObservation `json:"noteText,omitempty" tf:"note_text,omitempty"`

	// The timestamp of when the note was updated. See Date Filter below for more details.
	NoteUpdatedAt []NoteUpdatedAtObservation `json:"noteUpdatedAt,omitempty" tf:"note_updated_at,omitempty"`

	// The principal that created a note. See String Filter below for more details.
	NoteUpdatedBy []NoteUpdatedByObservation `json:"noteUpdatedBy,omitempty" tf:"note_updated_by,omitempty"`

	// The date/time that the process was launched. See Date Filter below for more details.
	ProcessLaunchedAt []ProcessLaunchedAtObservation `json:"processLaunchedAt,omitempty" tf:"process_launched_at,omitempty"`

	// The name of the process. See String Filter below for more details.
	ProcessName []ProcessNameObservation `json:"processName,omitempty" tf:"process_name,omitempty"`

	// The parent process ID. See Number Filter below for more details.
	ProcessParentPid []ProcessParentPidObservation `json:"processParentPid,omitempty" tf:"process_parent_pid,omitempty"`

	// The path to the process executable. See String Filter below for more details.
	ProcessPath []ProcessPathObservation `json:"processPath,omitempty" tf:"process_path,omitempty"`

	// The process ID. See Number Filter below for more details.
	ProcessPid []ProcessPidObservation `json:"processPid,omitempty" tf:"process_pid,omitempty"`

	// The date/time that the process was terminated. See Date Filter below for more details.
	ProcessTerminatedAt []ProcessTerminatedAtObservation `json:"processTerminatedAt,omitempty" tf:"process_terminated_at,omitempty"`

	// The ARN generated by Security Hub that uniquely identifies a third-party company (security findings provider) after this provider's product (solution that generates findings) is registered with Security Hub. See String Filter below for more details.
	ProductArn []ProductArnObservation `json:"productArn,omitempty" tf:"product_arn,omitempty"`

	// A data type where security-findings providers can include additional solution-specific details that aren't part of the defined AwsSecurityFinding format. See Map Filter below for more details.
	ProductFields []ProductFieldsObservation `json:"productFields,omitempty" tf:"product_fields,omitempty"`

	// The name of the solution (product) that generates findings. See String Filter below for more details.
	ProductName []ProductNameObservation `json:"productName,omitempty" tf:"product_name,omitempty"`

	// The recommendation of what to do about the issue described in a finding. See String Filter below for more details.
	RecommendationText []RecommendationTextObservation `json:"recommendationText,omitempty" tf:"recommendation_text,omitempty"`

	// The updated record state for the finding. See String Filter below for more details.
	RecordState []RecordStateObservation `json:"recordState,omitempty" tf:"record_state,omitempty"`

	// The solution-generated identifier for a related finding. See String Filter below for more details.
	RelatedFindingsID []RelatedFindingsIDObservation `json:"relatedFindingsId,omitempty" tf:"related_findings_id,omitempty"`

	// The ARN of the solution that generated a related finding. See String Filter below for more details.
	RelatedFindingsProductArn []RelatedFindingsProductArnObservation `json:"relatedFindingsProductArn,omitempty" tf:"related_findings_product_arn,omitempty"`

	// The IAM profile ARN of the instance. See String Filter below for more details.
	ResourceAwsEC2InstanceIAMInstanceProfileArn []ResourceAwsEC2InstanceIAMInstanceProfileArnObservation `` /* 126-byte string literal not displayed */

	// The IPv4 addresses associated with the instance. See Ip Filter below for more details.
	ResourceAwsEC2InstanceIPv4Addresses []ResourceAwsEC2InstanceIPv4AddressesObservation `json:"resourceAwsEc2InstanceIpv4Addresses,omitempty" tf:"resource_aws_ec2_instance_ipv4_addresses,omitempty"`

	// The IPv6 addresses associated with the instance. See Ip Filter below for more details.
	ResourceAwsEC2InstanceIPv6Addresses []ResourceAwsEC2InstanceIPv6AddressesObservation `json:"resourceAwsEc2InstanceIpv6Addresses,omitempty" tf:"resource_aws_ec2_instance_ipv6_addresses,omitempty"`

	// The Amazon Machine Image (AMI) ID of the instance. See String Filter below for more details.
	ResourceAwsEC2InstanceImageID []ResourceAwsEC2InstanceImageIDObservation `json:"resourceAwsEc2InstanceImageId,omitempty" tf:"resource_aws_ec2_instance_image_id,omitempty"`

	// The key name associated with the instance. See String Filter below for more details.
	ResourceAwsEC2InstanceKeyName []ResourceAwsEC2InstanceKeyNameObservation `json:"resourceAwsEc2InstanceKeyName,omitempty" tf:"resource_aws_ec2_instance_key_name,omitempty"`

	// The date and time the instance was launched. See Date Filter below for more details.
	ResourceAwsEC2InstanceLaunchedAt []ResourceAwsEC2InstanceLaunchedAtObservation `json:"resourceAwsEc2InstanceLaunchedAt,omitempty" tf:"resource_aws_ec2_instance_launched_at,omitempty"`

	// The identifier of the subnet that the instance was launched in. See String Filter below for more details.
	ResourceAwsEC2InstanceSubnetID []ResourceAwsEC2InstanceSubnetIDObservation `json:"resourceAwsEc2InstanceSubnetId,omitempty" tf:"resource_aws_ec2_instance_subnet_id,omitempty"`

	// The instance type of the instance. See String Filter below for more details.
	ResourceAwsEC2InstanceType []ResourceAwsEC2InstanceTypeObservation `json:"resourceAwsEc2InstanceType,omitempty" tf:"resource_aws_ec2_instance_type,omitempty"`

	// The identifier of the VPC that the instance was launched in. See String Filter below for more details.
	ResourceAwsEC2InstanceVPCID []ResourceAwsEC2InstanceVPCIDObservation `json:"resourceAwsEc2InstanceVpcId,omitempty" tf:"resource_aws_ec2_instance_vpc_id,omitempty"`

	// The creation date/time of the IAM access key related to a finding. See Date Filter below for more details.
	ResourceAwsIAMAccessKeyCreatedAt []ResourceAwsIAMAccessKeyCreatedAtObservation `json:"resourceAwsIamAccessKeyCreatedAt,omitempty" tf:"resource_aws_iam_access_key_created_at,omitempty"`

	// The status of the IAM access key related to a finding. See String Filter below for more details.
	ResourceAwsIAMAccessKeyStatus []ResourceAwsIAMAccessKeyStatusObservation `json:"resourceAwsIamAccessKeyStatus,omitempty" tf:"resource_aws_iam_access_key_status,omitempty"`

	// The user associated with the IAM access key related to a finding. See String Filter below for more details.
	ResourceAwsIAMAccessKeyUserName []ResourceAwsIAMAccessKeyUserNameObservation `json:"resourceAwsIamAccessKeyUserName,omitempty" tf:"resource_aws_iam_access_key_user_name,omitempty"`

	// The canonical user ID of the owner of the S3 bucket. See String Filter below for more details.
	ResourceAwsS3BucketOwnerID []ResourceAwsS3BucketOwnerIDObservation `json:"resourceAwsS3BucketOwnerId,omitempty" tf:"resource_aws_s3_bucket_owner_id,omitempty"`

	// The display name of the owner of the S3 bucket. See String Filter below for more details.
	ResourceAwsS3BucketOwnerName []ResourceAwsS3BucketOwnerNameObservation `json:"resourceAwsS3BucketOwnerName,omitempty" tf:"resource_aws_s3_bucket_owner_name,omitempty"`

	// The identifier of the image related to a finding. See String Filter below for more details.
	ResourceContainerImageID []ResourceContainerImageIDObservation `json:"resourceContainerImageId,omitempty" tf:"resource_container_image_id,omitempty"`

	// The name of the image related to a finding. See String Filter below for more details.
	ResourceContainerImageName []ResourceContainerImageNameObservation `json:"resourceContainerImageName,omitempty" tf:"resource_container_image_name,omitempty"`

	// The date/time that the container was started. See Date Filter below for more details.
	ResourceContainerLaunchedAt []ResourceContainerLaunchedAtObservation `json:"resourceContainerLaunchedAt,omitempty" tf:"resource_container_launched_at,omitempty"`

	// The name of the container related to a finding. See String Filter below for more details.
	ResourceContainerName []ResourceContainerNameObservation `json:"resourceContainerName,omitempty" tf:"resource_container_name,omitempty"`

	// The details of a resource that doesn't have a specific subfield for the resource type defined. See Map Filter below for more details.
	ResourceDetailsOther []ResourceDetailsOtherObservation `json:"resourceDetailsOther,omitempty" tf:"resource_details_other,omitempty"`

	// The canonical identifier for the given resource type. See String Filter below for more details.
	ResourceID []ResourceIDObservation `json:"resourceId,omitempty" tf:"resource_id,omitempty"`

	// The canonical AWS partition name that the Region is assigned to. See String Filter below for more details.
	ResourcePartition []ResourcePartitionObservation `json:"resourcePartition,omitempty" tf:"resource_partition,omitempty"`

	// The canonical AWS external Region name where this resource is located. See String Filter below for more details.
	ResourceRegion []ResourceRegionObservation `json:"resourceRegion,omitempty" tf:"resource_region,omitempty"`

	// A list of AWS tags associated with a resource at the time the finding was processed. See Map Filter below for more details.
	ResourceTags []ResourceTagsObservation `json:"resourceTags,omitempty" tf:"resource_tags,omitempty"`

	// Specifies the type of the resource that details are provided for. See String Filter below for more details.
	ResourceType []ResourceTypeObservation `json:"resourceType,omitempty" tf:"resource_type,omitempty"`

	// The label of a finding's severity. See String Filter below for more details.
	SeverityLabel []SeverityLabelObservation `json:"severityLabel,omitempty" tf:"severity_label,omitempty"`

	// A URL that links to a page about the current finding in the security-findings provider's solution. See String Filter below for more details.
	SourceURL []SourceURLObservation `json:"sourceUrl,omitempty" tf:"source_url,omitempty"`

	// The category of a threat intelligence indicator. See String Filter below for more details.
	ThreatIntelIndicatorCategory []ThreatIntelIndicatorCategoryObservation `json:"threatIntelIndicatorCategory,omitempty" tf:"threat_intel_indicator_category,omitempty"`

	// The date/time of the last observation of a threat intelligence indicator. See Date Filter below for more details.
	ThreatIntelIndicatorLastObservedAt []ThreatIntelIndicatorLastObservedAtObservation `json:"threatIntelIndicatorLastObservedAt,omitempty" tf:"threat_intel_indicator_last_observed_at,omitempty"`

	// The source of the threat intelligence. See String Filter below for more details.
	ThreatIntelIndicatorSource []ThreatIntelIndicatorSourceObservation `json:"threatIntelIndicatorSource,omitempty" tf:"threat_intel_indicator_source,omitempty"`

	// The URL for more details from the source of the threat intelligence. See String Filter below for more details.
	ThreatIntelIndicatorSourceURL []ThreatIntelIndicatorSourceURLObservation `json:"threatIntelIndicatorSourceUrl,omitempty" tf:"threat_intel_indicator_source_url,omitempty"`

	// The type of a threat intelligence indicator. See String Filter below for more details.
	ThreatIntelIndicatorType []ThreatIntelIndicatorTypeObservation `json:"threatIntelIndicatorType,omitempty" tf:"threat_intel_indicator_type,omitempty"`

	// The value of a threat intelligence indicator. See String Filter below for more details.
	ThreatIntelIndicatorValue []ThreatIntelIndicatorValueObservation `json:"threatIntelIndicatorValue,omitempty" tf:"threat_intel_indicator_value,omitempty"`

	// A finding's title. See String Filter below for more details.
	Title []TitleObservation `json:"title,omitempty" tf:"title,omitempty"`

	// A finding type in the format of namespace/category/classifier that classifies a finding. See String Filter below for more details.
	Type []TypeObservation `json:"type,omitempty" tf:"type,omitempty"`

	// An ISO8601-formatted timestamp that indicates when the security-findings provider last updated the finding record. See Date Filter below for more details.
	UpdatedAt []UpdatedAtObservation `json:"updatedAt,omitempty" tf:"updated_at,omitempty"`

	// A list of name/value string pairs associated with the finding. These are custom, user-defined fields added to a finding. See Map Filter below for more details.
	UserDefinedValues []UserDefinedValuesObservation `json:"userDefinedValues,omitempty" tf:"user_defined_values,omitempty"`

	// The veracity of a finding. See String Filter below for more details.
	VerificationState []VerificationStateObservation `json:"verificationState,omitempty" tf:"verification_state,omitempty"`

	// The status of the investigation into a finding. See Workflow Status Filter below for more details.
	WorkflowStatus []WorkflowStatusObservation `json:"workflowStatus,omitempty" tf:"workflow_status,omitempty"`
}

func (*FiltersObservation) DeepCopy

func (in *FiltersObservation) DeepCopy() *FiltersObservation

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

func (*FiltersObservation) DeepCopyInto

func (in *FiltersObservation) DeepCopyInto(out *FiltersObservation)

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

type FiltersParameters

type FiltersParameters struct {

	// AWS account ID that a finding is generated in. See String_Filter below for more details.
	// +kubebuilder:validation:Optional
	AwsAccountID []AwsAccountIDParameters `json:"awsAccountId,omitempty" tf:"aws_account_id,omitempty"`

	// The name of the findings provider (company) that owns the solution (product) that generates findings. See String_Filter below for more details.
	// +kubebuilder:validation:Optional
	CompanyName []CompanyNameParameters `json:"companyName,omitempty" tf:"company_name,omitempty"`

	// Exclusive to findings that are generated as the result of a check run against a specific rule in a supported standard, such as CIS AWS Foundations. Contains security standard-related finding details. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	ComplianceStatus []ComplianceStatusParameters `json:"complianceStatus,omitempty" tf:"compliance_status,omitempty"`

	// A finding's confidence. Confidence is defined as the likelihood that a finding accurately identifies the behavior or issue that it was intended to identify. Confidence is scored on a 0-100 basis using a ratio scale, where 0 means zero percent confidence and 100 means 100 percent confidence. See Number Filter below for more details.
	// +kubebuilder:validation:Optional
	Confidence []ConfidenceParameters `json:"confidence,omitempty" tf:"confidence,omitempty"`

	// An ISO8601-formatted timestamp that indicates when the security-findings provider captured the potential security issue that a finding captured. See Date Filter below for more details.
	// +kubebuilder:validation:Optional
	CreatedAt []CreatedAtParameters `json:"createdAt,omitempty" tf:"created_at,omitempty"`

	// The level of importance assigned to the resources associated with the finding. A score of 0 means that the underlying resources have no criticality, and a score of 100 is reserved for the most critical resources. See Number Filter below for more details.
	// +kubebuilder:validation:Optional
	Criticality []CriticalityParameters `json:"criticality,omitempty" tf:"criticality,omitempty"`

	// A finding's description. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	Description []DescriptionParameters `json:"description,omitempty" tf:"description,omitempty"`

	// The finding provider value for the finding confidence. Confidence is defined as the likelihood that a finding accurately identifies the behavior or issue that it was intended to identify. Confidence is scored on a 0-100 basis using a ratio scale, where 0 means zero percent confidence and 100 means 100 percent confidence. See Number Filter below for more details.
	// +kubebuilder:validation:Optional
	FindingProviderFieldsConfidence []FindingProviderFieldsConfidenceParameters `json:"findingProviderFieldsConfidence,omitempty" tf:"finding_provider_fields_confidence,omitempty"`

	// The finding provider value for the level of importance assigned to the resources associated with the findings. A score of 0 means that the underlying resources have no criticality, and a score of 100 is reserved for the most critical resources. See Number Filter below for more details.
	// +kubebuilder:validation:Optional
	FindingProviderFieldsCriticality []FindingProviderFieldsCriticalityParameters `json:"findingProviderFieldsCriticality,omitempty" tf:"finding_provider_fields_criticality,omitempty"`

	// The finding identifier of a related finding that is identified by the finding provider. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	FindingProviderFieldsRelatedFindingsID []FindingProviderFieldsRelatedFindingsIDParameters `json:"findingProviderFieldsRelatedFindingsId,omitempty" tf:"finding_provider_fields_related_findings_id,omitempty"`

	// The ARN of the solution that generated a related finding that is identified by the finding provider. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	FindingProviderFieldsRelatedFindingsProductArn []FindingProviderFieldsRelatedFindingsProductArnParameters `` /* 131-byte string literal not displayed */

	// The finding provider value for the severity label. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	FindingProviderFieldsSeverityLabel []FindingProviderFieldsSeverityLabelParameters `json:"findingProviderFieldsSeverityLabel,omitempty" tf:"finding_provider_fields_severity_label,omitempty"`

	// The finding provider's original value for the severity. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	FindingProviderFieldsSeverityOriginal []FindingProviderFieldsSeverityOriginalParameters `json:"findingProviderFieldsSeverityOriginal,omitempty" tf:"finding_provider_fields_severity_original,omitempty"`

	// One or more finding types that the finding provider assigned to the finding. Uses the format of namespace/category/classifier that classify a finding. Valid namespace values include: Software and Configuration Checks, TTPs, Effects, Unusual Behaviors, and Sensitive Data Identifications. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	FindingProviderFieldsTypes []FindingProviderFieldsTypesParameters `json:"findingProviderFieldsTypes,omitempty" tf:"finding_provider_fields_types,omitempty"`

	// An ISO8601-formatted timestamp that indicates when the security-findings provider first observed the potential security issue that a finding captured. See Date Filter below for more details.
	// +kubebuilder:validation:Optional
	FirstObservedAt []FirstObservedAtParameters `json:"firstObservedAt,omitempty" tf:"first_observed_at,omitempty"`

	// The identifier for the solution-specific component (a discrete unit of logic) that generated a finding. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	GeneratorID []GeneratorIDParameters `json:"generatorId,omitempty" tf:"generator_id,omitempty"`

	// The security findings provider-specific identifier for a finding. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	ID []IDParameters `json:"id,omitempty" tf:"id,omitempty"`

	// A keyword for a finding. See Keyword Filter below for more details.
	// +kubebuilder:validation:Optional
	Keyword []KeywordParameters `json:"keyword,omitempty" tf:"keyword,omitempty"`

	// An ISO8601-formatted timestamp that indicates when the security-findings provider most recently observed the potential security issue that a finding captured. See Date Filter below for more details.
	// +kubebuilder:validation:Optional
	LastObservedAt []LastObservedAtParameters `json:"lastObservedAt,omitempty" tf:"last_observed_at,omitempty"`

	// The name of the malware that was observed. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	MalwareName []MalwareNameParameters `json:"malwareName,omitempty" tf:"malware_name,omitempty"`

	// The filesystem path of the malware that was observed. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	MalwarePath []MalwarePathParameters `json:"malwarePath,omitempty" tf:"malware_path,omitempty"`

	// The state of the malware that was observed. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	MalwareState []MalwareStateParameters `json:"malwareState,omitempty" tf:"malware_state,omitempty"`

	// The type of the malware that was observed. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	MalwareType []MalwareTypeParameters `json:"malwareType,omitempty" tf:"malware_type,omitempty"`

	// The destination domain of network-related information about a finding. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	NetworkDestinationDomain []NetworkDestinationDomainParameters `json:"networkDestinationDomain,omitempty" tf:"network_destination_domain,omitempty"`

	// The destination IPv4 address of network-related information about a finding. See Ip Filter below for more details.
	// +kubebuilder:validation:Optional
	NetworkDestinationIPv4 []NetworkDestinationIPv4Parameters `json:"networkDestinationIpv4,omitempty" tf:"network_destination_ipv4,omitempty"`

	// The destination IPv6 address of network-related information about a finding. See Ip Filter below for more details.
	// +kubebuilder:validation:Optional
	NetworkDestinationIPv6 []NetworkDestinationIPv6Parameters `json:"networkDestinationIpv6,omitempty" tf:"network_destination_ipv6,omitempty"`

	// The destination port of network-related information about a finding. See Number Filter below for more details.
	// +kubebuilder:validation:Optional
	NetworkDestinationPort []NetworkDestinationPortParameters `json:"networkDestinationPort,omitempty" tf:"network_destination_port,omitempty"`

	// Indicates the direction of network traffic associated with a finding. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	NetworkDirection []NetworkDirectionParameters `json:"networkDirection,omitempty" tf:"network_direction,omitempty"`

	// The protocol of network-related information about a finding. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	NetworkProtocol []NetworkProtocolParameters `json:"networkProtocol,omitempty" tf:"network_protocol,omitempty"`

	// The source domain of network-related information about a finding. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	NetworkSourceDomain []NetworkSourceDomainParameters `json:"networkSourceDomain,omitempty" tf:"network_source_domain,omitempty"`

	// The source IPv4 address of network-related information about a finding. See Ip Filter below for more details.
	// +kubebuilder:validation:Optional
	NetworkSourceIPv4 []NetworkSourceIPv4Parameters `json:"networkSourceIpv4,omitempty" tf:"network_source_ipv4,omitempty"`

	// The source IPv6 address of network-related information about a finding. See Ip Filter below for more details.
	// +kubebuilder:validation:Optional
	NetworkSourceIPv6 []NetworkSourceIPv6Parameters `json:"networkSourceIpv6,omitempty" tf:"network_source_ipv6,omitempty"`

	// The source media access control (MAC) address of network-related information about a finding. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	NetworkSourceMac []NetworkSourceMacParameters `json:"networkSourceMac,omitempty" tf:"network_source_mac,omitempty"`

	// The source port of network-related information about a finding. See Number Filter below for more details.
	// +kubebuilder:validation:Optional
	NetworkSourcePort []NetworkSourcePortParameters `json:"networkSourcePort,omitempty" tf:"network_source_port,omitempty"`

	// The text of a note. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	NoteText []NoteTextParameters `json:"noteText,omitempty" tf:"note_text,omitempty"`

	// The timestamp of when the note was updated. See Date Filter below for more details.
	// +kubebuilder:validation:Optional
	NoteUpdatedAt []NoteUpdatedAtParameters `json:"noteUpdatedAt,omitempty" tf:"note_updated_at,omitempty"`

	// The principal that created a note. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	NoteUpdatedBy []NoteUpdatedByParameters `json:"noteUpdatedBy,omitempty" tf:"note_updated_by,omitempty"`

	// The date/time that the process was launched. See Date Filter below for more details.
	// +kubebuilder:validation:Optional
	ProcessLaunchedAt []ProcessLaunchedAtParameters `json:"processLaunchedAt,omitempty" tf:"process_launched_at,omitempty"`

	// The name of the process. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	ProcessName []ProcessNameParameters `json:"processName,omitempty" tf:"process_name,omitempty"`

	// The parent process ID. See Number Filter below for more details.
	// +kubebuilder:validation:Optional
	ProcessParentPid []ProcessParentPidParameters `json:"processParentPid,omitempty" tf:"process_parent_pid,omitempty"`

	// The path to the process executable. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	ProcessPath []ProcessPathParameters `json:"processPath,omitempty" tf:"process_path,omitempty"`

	// The process ID. See Number Filter below for more details.
	// +kubebuilder:validation:Optional
	ProcessPid []ProcessPidParameters `json:"processPid,omitempty" tf:"process_pid,omitempty"`

	// The date/time that the process was terminated. See Date Filter below for more details.
	// +kubebuilder:validation:Optional
	ProcessTerminatedAt []ProcessTerminatedAtParameters `json:"processTerminatedAt,omitempty" tf:"process_terminated_at,omitempty"`

	// The ARN generated by Security Hub that uniquely identifies a third-party company (security findings provider) after this provider's product (solution that generates findings) is registered with Security Hub. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	ProductArn []ProductArnParameters `json:"productArn,omitempty" tf:"product_arn,omitempty"`

	// A data type where security-findings providers can include additional solution-specific details that aren't part of the defined AwsSecurityFinding format. See Map Filter below for more details.
	// +kubebuilder:validation:Optional
	ProductFields []ProductFieldsParameters `json:"productFields,omitempty" tf:"product_fields,omitempty"`

	// The name of the solution (product) that generates findings. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	ProductName []ProductNameParameters `json:"productName,omitempty" tf:"product_name,omitempty"`

	// The recommendation of what to do about the issue described in a finding. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	RecommendationText []RecommendationTextParameters `json:"recommendationText,omitempty" tf:"recommendation_text,omitempty"`

	// The updated record state for the finding. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	RecordState []RecordStateParameters `json:"recordState,omitempty" tf:"record_state,omitempty"`

	// The solution-generated identifier for a related finding. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	RelatedFindingsID []RelatedFindingsIDParameters `json:"relatedFindingsId,omitempty" tf:"related_findings_id,omitempty"`

	// The ARN of the solution that generated a related finding. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	RelatedFindingsProductArn []RelatedFindingsProductArnParameters `json:"relatedFindingsProductArn,omitempty" tf:"related_findings_product_arn,omitempty"`

	// The IAM profile ARN of the instance. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	ResourceAwsEC2InstanceIAMInstanceProfileArn []ResourceAwsEC2InstanceIAMInstanceProfileArnParameters `` /* 126-byte string literal not displayed */

	// The IPv4 addresses associated with the instance. See Ip Filter below for more details.
	// +kubebuilder:validation:Optional
	ResourceAwsEC2InstanceIPv4Addresses []ResourceAwsEC2InstanceIPv4AddressesParameters `json:"resourceAwsEc2InstanceIpv4Addresses,omitempty" tf:"resource_aws_ec2_instance_ipv4_addresses,omitempty"`

	// The IPv6 addresses associated with the instance. See Ip Filter below for more details.
	// +kubebuilder:validation:Optional
	ResourceAwsEC2InstanceIPv6Addresses []ResourceAwsEC2InstanceIPv6AddressesParameters `json:"resourceAwsEc2InstanceIpv6Addresses,omitempty" tf:"resource_aws_ec2_instance_ipv6_addresses,omitempty"`

	// The Amazon Machine Image (AMI) ID of the instance. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	ResourceAwsEC2InstanceImageID []ResourceAwsEC2InstanceImageIDParameters `json:"resourceAwsEc2InstanceImageId,omitempty" tf:"resource_aws_ec2_instance_image_id,omitempty"`

	// The key name associated with the instance. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	ResourceAwsEC2InstanceKeyName []ResourceAwsEC2InstanceKeyNameParameters `json:"resourceAwsEc2InstanceKeyName,omitempty" tf:"resource_aws_ec2_instance_key_name,omitempty"`

	// The date and time the instance was launched. See Date Filter below for more details.
	// +kubebuilder:validation:Optional
	ResourceAwsEC2InstanceLaunchedAt []ResourceAwsEC2InstanceLaunchedAtParameters `json:"resourceAwsEc2InstanceLaunchedAt,omitempty" tf:"resource_aws_ec2_instance_launched_at,omitempty"`

	// The identifier of the subnet that the instance was launched in. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	ResourceAwsEC2InstanceSubnetID []ResourceAwsEC2InstanceSubnetIDParameters `json:"resourceAwsEc2InstanceSubnetId,omitempty" tf:"resource_aws_ec2_instance_subnet_id,omitempty"`

	// The instance type of the instance. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	ResourceAwsEC2InstanceType []ResourceAwsEC2InstanceTypeParameters `json:"resourceAwsEc2InstanceType,omitempty" tf:"resource_aws_ec2_instance_type,omitempty"`

	// The identifier of the VPC that the instance was launched in. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	ResourceAwsEC2InstanceVPCID []ResourceAwsEC2InstanceVPCIDParameters `json:"resourceAwsEc2InstanceVpcId,omitempty" tf:"resource_aws_ec2_instance_vpc_id,omitempty"`

	// The creation date/time of the IAM access key related to a finding. See Date Filter below for more details.
	// +kubebuilder:validation:Optional
	ResourceAwsIAMAccessKeyCreatedAt []ResourceAwsIAMAccessKeyCreatedAtParameters `json:"resourceAwsIamAccessKeyCreatedAt,omitempty" tf:"resource_aws_iam_access_key_created_at,omitempty"`

	// The status of the IAM access key related to a finding. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	ResourceAwsIAMAccessKeyStatus []ResourceAwsIAMAccessKeyStatusParameters `json:"resourceAwsIamAccessKeyStatus,omitempty" tf:"resource_aws_iam_access_key_status,omitempty"`

	// The user associated with the IAM access key related to a finding. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	ResourceAwsIAMAccessKeyUserName []ResourceAwsIAMAccessKeyUserNameParameters `json:"resourceAwsIamAccessKeyUserName,omitempty" tf:"resource_aws_iam_access_key_user_name,omitempty"`

	// The canonical user ID of the owner of the S3 bucket. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	ResourceAwsS3BucketOwnerID []ResourceAwsS3BucketOwnerIDParameters `json:"resourceAwsS3BucketOwnerId,omitempty" tf:"resource_aws_s3_bucket_owner_id,omitempty"`

	// The display name of the owner of the S3 bucket. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	ResourceAwsS3BucketOwnerName []ResourceAwsS3BucketOwnerNameParameters `json:"resourceAwsS3BucketOwnerName,omitempty" tf:"resource_aws_s3_bucket_owner_name,omitempty"`

	// The identifier of the image related to a finding. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	ResourceContainerImageID []ResourceContainerImageIDParameters `json:"resourceContainerImageId,omitempty" tf:"resource_container_image_id,omitempty"`

	// The name of the image related to a finding. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	ResourceContainerImageName []ResourceContainerImageNameParameters `json:"resourceContainerImageName,omitempty" tf:"resource_container_image_name,omitempty"`

	// The date/time that the container was started. See Date Filter below for more details.
	// +kubebuilder:validation:Optional
	ResourceContainerLaunchedAt []ResourceContainerLaunchedAtParameters `json:"resourceContainerLaunchedAt,omitempty" tf:"resource_container_launched_at,omitempty"`

	// The name of the container related to a finding. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	ResourceContainerName []ResourceContainerNameParameters `json:"resourceContainerName,omitempty" tf:"resource_container_name,omitempty"`

	// The details of a resource that doesn't have a specific subfield for the resource type defined. See Map Filter below for more details.
	// +kubebuilder:validation:Optional
	ResourceDetailsOther []ResourceDetailsOtherParameters `json:"resourceDetailsOther,omitempty" tf:"resource_details_other,omitempty"`

	// The canonical identifier for the given resource type. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	ResourceID []ResourceIDParameters `json:"resourceId,omitempty" tf:"resource_id,omitempty"`

	// The canonical AWS partition name that the Region is assigned to. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	ResourcePartition []ResourcePartitionParameters `json:"resourcePartition,omitempty" tf:"resource_partition,omitempty"`

	// The canonical AWS external Region name where this resource is located. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	ResourceRegion []ResourceRegionParameters `json:"resourceRegion,omitempty" tf:"resource_region,omitempty"`

	// A list of AWS tags associated with a resource at the time the finding was processed. See Map Filter below for more details.
	// +kubebuilder:validation:Optional
	ResourceTags []ResourceTagsParameters `json:"resourceTags,omitempty" tf:"resource_tags,omitempty"`

	// Specifies the type of the resource that details are provided for. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	ResourceType []ResourceTypeParameters `json:"resourceType,omitempty" tf:"resource_type,omitempty"`

	// The label of a finding's severity. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	SeverityLabel []SeverityLabelParameters `json:"severityLabel,omitempty" tf:"severity_label,omitempty"`

	// A URL that links to a page about the current finding in the security-findings provider's solution. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	SourceURL []SourceURLParameters `json:"sourceUrl,omitempty" tf:"source_url,omitempty"`

	// The category of a threat intelligence indicator. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	ThreatIntelIndicatorCategory []ThreatIntelIndicatorCategoryParameters `json:"threatIntelIndicatorCategory,omitempty" tf:"threat_intel_indicator_category,omitempty"`

	// The date/time of the last observation of a threat intelligence indicator. See Date Filter below for more details.
	// +kubebuilder:validation:Optional
	ThreatIntelIndicatorLastObservedAt []ThreatIntelIndicatorLastObservedAtParameters `json:"threatIntelIndicatorLastObservedAt,omitempty" tf:"threat_intel_indicator_last_observed_at,omitempty"`

	// The source of the threat intelligence. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	ThreatIntelIndicatorSource []ThreatIntelIndicatorSourceParameters `json:"threatIntelIndicatorSource,omitempty" tf:"threat_intel_indicator_source,omitempty"`

	// The URL for more details from the source of the threat intelligence. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	ThreatIntelIndicatorSourceURL []ThreatIntelIndicatorSourceURLParameters `json:"threatIntelIndicatorSourceUrl,omitempty" tf:"threat_intel_indicator_source_url,omitempty"`

	// The type of a threat intelligence indicator. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	ThreatIntelIndicatorType []ThreatIntelIndicatorTypeParameters `json:"threatIntelIndicatorType,omitempty" tf:"threat_intel_indicator_type,omitempty"`

	// The value of a threat intelligence indicator. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	ThreatIntelIndicatorValue []ThreatIntelIndicatorValueParameters `json:"threatIntelIndicatorValue,omitempty" tf:"threat_intel_indicator_value,omitempty"`

	// A finding's title. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	Title []TitleParameters `json:"title,omitempty" tf:"title,omitempty"`

	// A finding type in the format of namespace/category/classifier that classifies a finding. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	Type []TypeParameters `json:"type,omitempty" tf:"type,omitempty"`

	// An ISO8601-formatted timestamp that indicates when the security-findings provider last updated the finding record. See Date Filter below for more details.
	// +kubebuilder:validation:Optional
	UpdatedAt []UpdatedAtParameters `json:"updatedAt,omitempty" tf:"updated_at,omitempty"`

	// A list of name/value string pairs associated with the finding. These are custom, user-defined fields added to a finding. See Map Filter below for more details.
	// +kubebuilder:validation:Optional
	UserDefinedValues []UserDefinedValuesParameters `json:"userDefinedValues,omitempty" tf:"user_defined_values,omitempty"`

	// The veracity of a finding. See String Filter below for more details.
	// +kubebuilder:validation:Optional
	VerificationState []VerificationStateParameters `json:"verificationState,omitempty" tf:"verification_state,omitempty"`

	// The status of the investigation into a finding. See Workflow Status Filter below for more details.
	// +kubebuilder:validation:Optional
	WorkflowStatus []WorkflowStatusParameters `json:"workflowStatus,omitempty" tf:"workflow_status,omitempty"`
}

func (*FiltersParameters) DeepCopy

func (in *FiltersParameters) DeepCopy() *FiltersParameters

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

func (*FiltersParameters) DeepCopyInto

func (in *FiltersParameters) DeepCopyInto(out *FiltersParameters)

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

type FindingProviderFieldsConfidenceInitParameters

type FindingProviderFieldsConfidenceInitParameters struct {

	// The equal-to condition to be applied to a single field when querying for findings, provided as a String.
	Eq *string `json:"eq,omitempty" tf:"eq,omitempty"`

	// The greater-than-equal condition to be applied to a single field when querying for findings, provided as a String.
	Gte *string `json:"gte,omitempty" tf:"gte,omitempty"`

	// The less-than-equal condition to be applied to a single field when querying for findings, provided as a String.
	Lte *string `json:"lte,omitempty" tf:"lte,omitempty"`
}

func (*FindingProviderFieldsConfidenceInitParameters) DeepCopy

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

func (*FindingProviderFieldsConfidenceInitParameters) DeepCopyInto

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

type FindingProviderFieldsConfidenceObservation

type FindingProviderFieldsConfidenceObservation struct {

	// The equal-to condition to be applied to a single field when querying for findings, provided as a String.
	Eq *string `json:"eq,omitempty" tf:"eq,omitempty"`

	// The greater-than-equal condition to be applied to a single field when querying for findings, provided as a String.
	Gte *string `json:"gte,omitempty" tf:"gte,omitempty"`

	// The less-than-equal condition to be applied to a single field when querying for findings, provided as a String.
	Lte *string `json:"lte,omitempty" tf:"lte,omitempty"`
}

func (*FindingProviderFieldsConfidenceObservation) DeepCopy

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

func (*FindingProviderFieldsConfidenceObservation) DeepCopyInto

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

type FindingProviderFieldsConfidenceParameters

type FindingProviderFieldsConfidenceParameters struct {

	// The equal-to condition to be applied to a single field when querying for findings, provided as a String.
	// +kubebuilder:validation:Optional
	Eq *string `json:"eq,omitempty" tf:"eq,omitempty"`

	// The greater-than-equal condition to be applied to a single field when querying for findings, provided as a String.
	// +kubebuilder:validation:Optional
	Gte *string `json:"gte,omitempty" tf:"gte,omitempty"`

	// The less-than-equal condition to be applied to a single field when querying for findings, provided as a String.
	// +kubebuilder:validation:Optional
	Lte *string `json:"lte,omitempty" tf:"lte,omitempty"`
}

func (*FindingProviderFieldsConfidenceParameters) DeepCopy

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

func (*FindingProviderFieldsConfidenceParameters) DeepCopyInto

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

type FindingProviderFieldsCriticalityInitParameters

type FindingProviderFieldsCriticalityInitParameters struct {

	// The equal-to condition to be applied to a single field when querying for findings, provided as a String.
	Eq *string `json:"eq,omitempty" tf:"eq,omitempty"`

	// The greater-than-equal condition to be applied to a single field when querying for findings, provided as a String.
	Gte *string `json:"gte,omitempty" tf:"gte,omitempty"`

	// The less-than-equal condition to be applied to a single field when querying for findings, provided as a String.
	Lte *string `json:"lte,omitempty" tf:"lte,omitempty"`
}

func (*FindingProviderFieldsCriticalityInitParameters) DeepCopy

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

func (*FindingProviderFieldsCriticalityInitParameters) DeepCopyInto

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

type FindingProviderFieldsCriticalityObservation

type FindingProviderFieldsCriticalityObservation struct {

	// The equal-to condition to be applied to a single field when querying for findings, provided as a String.
	Eq *string `json:"eq,omitempty" tf:"eq,omitempty"`

	// The greater-than-equal condition to be applied to a single field when querying for findings, provided as a String.
	Gte *string `json:"gte,omitempty" tf:"gte,omitempty"`

	// The less-than-equal condition to be applied to a single field when querying for findings, provided as a String.
	Lte *string `json:"lte,omitempty" tf:"lte,omitempty"`
}

func (*FindingProviderFieldsCriticalityObservation) DeepCopy

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

func (*FindingProviderFieldsCriticalityObservation) DeepCopyInto

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

type FindingProviderFieldsCriticalityParameters

type FindingProviderFieldsCriticalityParameters struct {

	// The equal-to condition to be applied to a single field when querying for findings, provided as a String.
	// +kubebuilder:validation:Optional
	Eq *string `json:"eq,omitempty" tf:"eq,omitempty"`

	// The greater-than-equal condition to be applied to a single field when querying for findings, provided as a String.
	// +kubebuilder:validation:Optional
	Gte *string `json:"gte,omitempty" tf:"gte,omitempty"`

	// The less-than-equal condition to be applied to a single field when querying for findings, provided as a String.
	// +kubebuilder:validation:Optional
	Lte *string `json:"lte,omitempty" tf:"lte,omitempty"`
}

func (*FindingProviderFieldsCriticalityParameters) DeepCopy

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

func (*FindingProviderFieldsCriticalityParameters) DeepCopyInto

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

type FindingProviderFieldsRelatedFindingsIDInitParameters

type FindingProviderFieldsRelatedFindingsIDInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*FindingProviderFieldsRelatedFindingsIDInitParameters) DeepCopy

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

func (*FindingProviderFieldsRelatedFindingsIDInitParameters) DeepCopyInto

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

type FindingProviderFieldsRelatedFindingsIDObservation

type FindingProviderFieldsRelatedFindingsIDObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*FindingProviderFieldsRelatedFindingsIDObservation) DeepCopy

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

func (*FindingProviderFieldsRelatedFindingsIDObservation) DeepCopyInto

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

type FindingProviderFieldsRelatedFindingsIDParameters

type FindingProviderFieldsRelatedFindingsIDParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*FindingProviderFieldsRelatedFindingsIDParameters) DeepCopy

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

func (*FindingProviderFieldsRelatedFindingsIDParameters) DeepCopyInto

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

type FindingProviderFieldsRelatedFindingsProductArnInitParameters

type FindingProviderFieldsRelatedFindingsProductArnInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*FindingProviderFieldsRelatedFindingsProductArnInitParameters) DeepCopy

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

func (*FindingProviderFieldsRelatedFindingsProductArnInitParameters) DeepCopyInto

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

type FindingProviderFieldsRelatedFindingsProductArnObservation

type FindingProviderFieldsRelatedFindingsProductArnObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*FindingProviderFieldsRelatedFindingsProductArnObservation) DeepCopy

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

func (*FindingProviderFieldsRelatedFindingsProductArnObservation) DeepCopyInto

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

type FindingProviderFieldsRelatedFindingsProductArnParameters

type FindingProviderFieldsRelatedFindingsProductArnParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*FindingProviderFieldsRelatedFindingsProductArnParameters) DeepCopy

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

func (*FindingProviderFieldsRelatedFindingsProductArnParameters) DeepCopyInto

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

type FindingProviderFieldsSeverityLabelInitParameters

type FindingProviderFieldsSeverityLabelInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*FindingProviderFieldsSeverityLabelInitParameters) DeepCopy

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

func (*FindingProviderFieldsSeverityLabelInitParameters) DeepCopyInto

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

type FindingProviderFieldsSeverityLabelObservation

type FindingProviderFieldsSeverityLabelObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*FindingProviderFieldsSeverityLabelObservation) DeepCopy

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

func (*FindingProviderFieldsSeverityLabelObservation) DeepCopyInto

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

type FindingProviderFieldsSeverityLabelParameters

type FindingProviderFieldsSeverityLabelParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*FindingProviderFieldsSeverityLabelParameters) DeepCopy

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

func (*FindingProviderFieldsSeverityLabelParameters) DeepCopyInto

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

type FindingProviderFieldsSeverityOriginalInitParameters

type FindingProviderFieldsSeverityOriginalInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*FindingProviderFieldsSeverityOriginalInitParameters) DeepCopy

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

func (*FindingProviderFieldsSeverityOriginalInitParameters) DeepCopyInto

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

type FindingProviderFieldsSeverityOriginalObservation

type FindingProviderFieldsSeverityOriginalObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*FindingProviderFieldsSeverityOriginalObservation) DeepCopy

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

func (*FindingProviderFieldsSeverityOriginalObservation) DeepCopyInto

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

type FindingProviderFieldsSeverityOriginalParameters

type FindingProviderFieldsSeverityOriginalParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*FindingProviderFieldsSeverityOriginalParameters) DeepCopy

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

func (*FindingProviderFieldsSeverityOriginalParameters) DeepCopyInto

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

type FindingProviderFieldsTypesInitParameters

type FindingProviderFieldsTypesInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*FindingProviderFieldsTypesInitParameters) DeepCopy

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

func (*FindingProviderFieldsTypesInitParameters) DeepCopyInto

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

type FindingProviderFieldsTypesObservation

type FindingProviderFieldsTypesObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*FindingProviderFieldsTypesObservation) DeepCopy

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

func (*FindingProviderFieldsTypesObservation) DeepCopyInto

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

type FindingProviderFieldsTypesParameters

type FindingProviderFieldsTypesParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*FindingProviderFieldsTypesParameters) DeepCopy

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

func (*FindingProviderFieldsTypesParameters) DeepCopyInto

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

type FirstObservedAtDateRangeInitParameters

type FirstObservedAtDateRangeInitParameters struct {

	// A date range unit for the date filter. Valid values: DAYS.
	Unit *string `json:"unit,omitempty" tf:"unit,omitempty"`

	// A value for the keyword.
	Value *float64 `json:"value,omitempty" tf:"value,omitempty"`
}

func (*FirstObservedAtDateRangeInitParameters) DeepCopy

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

func (*FirstObservedAtDateRangeInitParameters) DeepCopyInto

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

type FirstObservedAtDateRangeObservation

type FirstObservedAtDateRangeObservation struct {

	// A date range unit for the date filter. Valid values: DAYS.
	Unit *string `json:"unit,omitempty" tf:"unit,omitempty"`

	// A value for the keyword.
	Value *float64 `json:"value,omitempty" tf:"value,omitempty"`
}

func (*FirstObservedAtDateRangeObservation) DeepCopy

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

func (*FirstObservedAtDateRangeObservation) DeepCopyInto

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

type FirstObservedAtDateRangeParameters

type FirstObservedAtDateRangeParameters struct {

	// A date range unit for the date filter. Valid values: DAYS.
	// +kubebuilder:validation:Optional
	Unit *string `json:"unit" tf:"unit,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *float64 `json:"value" tf:"value,omitempty"`
}

func (*FirstObservedAtDateRangeParameters) DeepCopy

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

func (*FirstObservedAtDateRangeParameters) DeepCopyInto

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

type FirstObservedAtInitParameters

type FirstObservedAtInitParameters struct {

	// A configuration block of the date range for the date filter. See date_range below for more details.
	DateRange *FirstObservedAtDateRangeInitParameters `json:"dateRange,omitempty" tf:"date_range,omitempty"`

	// An end date for the date filter. Required with start if date_range is not specified.
	End *string `json:"end,omitempty" tf:"end,omitempty"`

	// A start date for the date filter. Required with end if date_range is not specified.
	Start *string `json:"start,omitempty" tf:"start,omitempty"`
}

func (*FirstObservedAtInitParameters) DeepCopy

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

func (*FirstObservedAtInitParameters) DeepCopyInto

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

type FirstObservedAtObservation

type FirstObservedAtObservation struct {

	// A configuration block of the date range for the date filter. See date_range below for more details.
	DateRange *FirstObservedAtDateRangeObservation `json:"dateRange,omitempty" tf:"date_range,omitempty"`

	// An end date for the date filter. Required with start if date_range is not specified.
	End *string `json:"end,omitempty" tf:"end,omitempty"`

	// A start date for the date filter. Required with end if date_range is not specified.
	Start *string `json:"start,omitempty" tf:"start,omitempty"`
}

func (*FirstObservedAtObservation) DeepCopy

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

func (*FirstObservedAtObservation) DeepCopyInto

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

type FirstObservedAtParameters

type FirstObservedAtParameters struct {

	// A configuration block of the date range for the date filter. See date_range below for more details.
	// +kubebuilder:validation:Optional
	DateRange *FirstObservedAtDateRangeParameters `json:"dateRange,omitempty" tf:"date_range,omitempty"`

	// An end date for the date filter. Required with start if date_range is not specified.
	// +kubebuilder:validation:Optional
	End *string `json:"end,omitempty" tf:"end,omitempty"`

	// A start date for the date filter. Required with end if date_range is not specified.
	// +kubebuilder:validation:Optional
	Start *string `json:"start,omitempty" tf:"start,omitempty"`
}

func (*FirstObservedAtParameters) DeepCopy

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

func (*FirstObservedAtParameters) DeepCopyInto

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

type GeneratorIDInitParameters

type GeneratorIDInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*GeneratorIDInitParameters) DeepCopy

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

func (*GeneratorIDInitParameters) DeepCopyInto

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

type GeneratorIDObservation

type GeneratorIDObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*GeneratorIDObservation) DeepCopy

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

func (*GeneratorIDObservation) DeepCopyInto

func (in *GeneratorIDObservation) DeepCopyInto(out *GeneratorIDObservation)

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

type GeneratorIDParameters

type GeneratorIDParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*GeneratorIDParameters) DeepCopy

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

func (*GeneratorIDParameters) DeepCopyInto

func (in *GeneratorIDParameters) DeepCopyInto(out *GeneratorIDParameters)

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

type IDInitParameters

type IDInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*IDInitParameters) DeepCopy

func (in *IDInitParameters) DeepCopy() *IDInitParameters

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

func (*IDInitParameters) DeepCopyInto

func (in *IDInitParameters) DeepCopyInto(out *IDInitParameters)

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

type IDObservation

type IDObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*IDObservation) DeepCopy

func (in *IDObservation) DeepCopy() *IDObservation

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

func (*IDObservation) DeepCopyInto

func (in *IDObservation) DeepCopyInto(out *IDObservation)

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

type IDParameters

type IDParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*IDParameters) DeepCopy

func (in *IDParameters) DeepCopy() *IDParameters

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

func (*IDParameters) DeepCopyInto

func (in *IDParameters) DeepCopyInto(out *IDParameters)

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

type Insight

type Insight struct {
	metav1.TypeMeta   `json:",inline"`
	metav1.ObjectMeta `json:"metadata,omitempty"`
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.filters) || (has(self.initProvider) && has(self.initProvider.filters))",message="spec.forProvider.filters is a required parameter"
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.groupByAttribute) || (has(self.initProvider) && has(self.initProvider.groupByAttribute))",message="spec.forProvider.groupByAttribute is a required parameter"
	// +kubebuilder:validation:XValidation:rule="!('*' in self.managementPolicies || 'Create' in self.managementPolicies || 'Update' in self.managementPolicies) || has(self.forProvider.name) || (has(self.initProvider) && has(self.initProvider.name))",message="spec.forProvider.name is a required parameter"
	Spec   InsightSpec   `json:"spec"`
	Status InsightStatus `json:"status,omitempty"`
}

Insight is the Schema for the Insights API. Provides a Security Hub custom insight resource. +kubebuilder:printcolumn:name="SYNCED",type="string",JSONPath=".status.conditions[?(@.type=='Synced')].status" +kubebuilder:printcolumn:name="READY",type="string",JSONPath=".status.conditions[?(@.type=='Ready')].status" +kubebuilder:printcolumn:name="EXTERNAL-NAME",type="string",JSONPath=".metadata.annotations.crossplane\\.io/external-name" +kubebuilder:printcolumn:name="AGE",type="date",JSONPath=".metadata.creationTimestamp" +kubebuilder:resource:scope=Cluster,categories={crossplane,managed,aws}

func (*Insight) DeepCopy

func (in *Insight) DeepCopy() *Insight

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

func (*Insight) DeepCopyInto

func (in *Insight) DeepCopyInto(out *Insight)

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

func (*Insight) DeepCopyObject

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

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

func (*Insight) GetCondition

func (mg *Insight) GetCondition(ct xpv1.ConditionType) xpv1.Condition

GetCondition of this Insight.

func (*Insight) GetConnectionDetailsMapping

func (tr *Insight) GetConnectionDetailsMapping() map[string]string

GetConnectionDetailsMapping for this Insight

func (*Insight) GetDeletionPolicy

func (mg *Insight) GetDeletionPolicy() xpv1.DeletionPolicy

GetDeletionPolicy of this Insight.

func (*Insight) GetID

func (tr *Insight) GetID() string

GetID returns ID of underlying Terraform resource of this Insight

func (*Insight) GetInitParameters

func (tr *Insight) GetInitParameters() (map[string]any, error)

GetInitParameters of this Insight

func (*Insight) GetManagementPolicies

func (mg *Insight) GetManagementPolicies() xpv1.ManagementPolicies

GetManagementPolicies of this Insight.

func (*Insight) GetMergedParameters

func (tr *Insight) GetMergedParameters(shouldMergeInitProvider bool) (map[string]any, error)

GetInitParameters of this Insight

func (*Insight) GetObservation

func (tr *Insight) GetObservation() (map[string]any, error)

GetObservation of this Insight

func (*Insight) GetParameters

func (tr *Insight) GetParameters() (map[string]any, error)

GetParameters of this Insight

func (*Insight) GetProviderConfigReference

func (mg *Insight) GetProviderConfigReference() *xpv1.Reference

GetProviderConfigReference of this Insight.

func (*Insight) GetPublishConnectionDetailsTo

func (mg *Insight) GetPublishConnectionDetailsTo() *xpv1.PublishConnectionDetailsTo

GetPublishConnectionDetailsTo of this Insight.

func (*Insight) GetTerraformResourceType

func (mg *Insight) GetTerraformResourceType() string

GetTerraformResourceType returns Terraform resource type for this Insight

func (*Insight) GetTerraformSchemaVersion

func (tr *Insight) GetTerraformSchemaVersion() int

GetTerraformSchemaVersion returns the associated Terraform schema version

func (*Insight) GetWriteConnectionSecretToReference

func (mg *Insight) GetWriteConnectionSecretToReference() *xpv1.SecretReference

GetWriteConnectionSecretToReference of this Insight.

func (*Insight) Hub

func (tr *Insight) Hub()

Hub marks this type as a conversion hub.

func (*Insight) LateInitialize

func (tr *Insight) LateInitialize(attrs []byte) (bool, error)

LateInitialize this Insight using its observed tfState. returns True if there are any spec changes for the resource.

func (*Insight) SetConditions

func (mg *Insight) SetConditions(c ...xpv1.Condition)

SetConditions of this Insight.

func (*Insight) SetDeletionPolicy

func (mg *Insight) SetDeletionPolicy(r xpv1.DeletionPolicy)

SetDeletionPolicy of this Insight.

func (*Insight) SetManagementPolicies

func (mg *Insight) SetManagementPolicies(r xpv1.ManagementPolicies)

SetManagementPolicies of this Insight.

func (*Insight) SetObservation

func (tr *Insight) SetObservation(obs map[string]any) error

SetObservation for this Insight

func (*Insight) SetParameters

func (tr *Insight) SetParameters(params map[string]any) error

SetParameters for this Insight

func (*Insight) SetProviderConfigReference

func (mg *Insight) SetProviderConfigReference(r *xpv1.Reference)

SetProviderConfigReference of this Insight.

func (*Insight) SetPublishConnectionDetailsTo

func (mg *Insight) SetPublishConnectionDetailsTo(r *xpv1.PublishConnectionDetailsTo)

SetPublishConnectionDetailsTo of this Insight.

func (*Insight) SetWriteConnectionSecretToReference

func (mg *Insight) SetWriteConnectionSecretToReference(r *xpv1.SecretReference)

SetWriteConnectionSecretToReference of this Insight.

type InsightInitParameters

type InsightInitParameters struct {

	// A configuration block including one or more (up to 10 distinct) attributes used to filter the findings included in the insight. The insight only includes findings that match criteria defined in the filters. See filters below for more details.
	Filters *FiltersInitParameters `json:"filters,omitempty" tf:"filters,omitempty"`

	// The attribute used to group the findings for the insight e.g., if an insight is grouped by ResourceId, then the insight produces a list of resource identifiers.
	GroupByAttribute *string `json:"groupByAttribute,omitempty" tf:"group_by_attribute,omitempty"`

	// The name of the custom insight.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`
}

func (*InsightInitParameters) DeepCopy

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

func (*InsightInitParameters) DeepCopyInto

func (in *InsightInitParameters) DeepCopyInto(out *InsightInitParameters)

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

type InsightList

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

InsightList contains a list of Insights

func (*InsightList) DeepCopy

func (in *InsightList) DeepCopy() *InsightList

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

func (*InsightList) DeepCopyInto

func (in *InsightList) DeepCopyInto(out *InsightList)

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

func (*InsightList) DeepCopyObject

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

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

func (*InsightList) GetItems

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

GetItems of this InsightList.

type InsightObservation

type InsightObservation struct {

	// ARN of the insight.
	Arn *string `json:"arn,omitempty" tf:"arn,omitempty"`

	// A configuration block including one or more (up to 10 distinct) attributes used to filter the findings included in the insight. The insight only includes findings that match criteria defined in the filters. See filters below for more details.
	Filters *FiltersObservation `json:"filters,omitempty" tf:"filters,omitempty"`

	// The attribute used to group the findings for the insight e.g., if an insight is grouped by ResourceId, then the insight produces a list of resource identifiers.
	GroupByAttribute *string `json:"groupByAttribute,omitempty" tf:"group_by_attribute,omitempty"`

	// ARN of the insight.
	ID *string `json:"id,omitempty" tf:"id,omitempty"`

	// The name of the custom insight.
	Name *string `json:"name,omitempty" tf:"name,omitempty"`
}

func (*InsightObservation) DeepCopy

func (in *InsightObservation) DeepCopy() *InsightObservation

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

func (*InsightObservation) DeepCopyInto

func (in *InsightObservation) DeepCopyInto(out *InsightObservation)

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

type InsightParameters

type InsightParameters struct {

	// A configuration block including one or more (up to 10 distinct) attributes used to filter the findings included in the insight. The insight only includes findings that match criteria defined in the filters. See filters below for more details.
	// +kubebuilder:validation:Optional
	Filters *FiltersParameters `json:"filters,omitempty" tf:"filters,omitempty"`

	// The attribute used to group the findings for the insight e.g., if an insight is grouped by ResourceId, then the insight produces a list of resource identifiers.
	// +kubebuilder:validation:Optional
	GroupByAttribute *string `json:"groupByAttribute,omitempty" tf:"group_by_attribute,omitempty"`

	// The name of the custom insight.
	// +kubebuilder:validation:Optional
	Name *string `json:"name,omitempty" tf:"name,omitempty"`

	// Region is the region you'd like your resource to be created in.
	// +upjet:crd:field:TFTag=-
	// +kubebuilder:validation:Required
	Region *string `json:"region" tf:"-"`
}

func (*InsightParameters) DeepCopy

func (in *InsightParameters) DeepCopy() *InsightParameters

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

func (*InsightParameters) DeepCopyInto

func (in *InsightParameters) DeepCopyInto(out *InsightParameters)

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

type InsightSpec

type InsightSpec struct {
	v1.ResourceSpec `json:",inline"`
	ForProvider     InsightParameters `json:"forProvider"`
	// THIS IS A BETA FIELD. It will be honored
	// unless the Management Policies feature flag is disabled.
	// InitProvider holds the same fields as ForProvider, with the exception
	// of Identifier and other resource reference fields. The fields that are
	// in InitProvider are merged into ForProvider when the resource is created.
	// The same fields are also added to the terraform ignore_changes hook, to
	// avoid updating them after creation. This is useful for fields that are
	// required on creation, but we do not desire to update them after creation,
	// for example because of an external controller is managing them, like an
	// autoscaler.
	InitProvider InsightInitParameters `json:"initProvider,omitempty"`
}

InsightSpec defines the desired state of Insight

func (*InsightSpec) DeepCopy

func (in *InsightSpec) DeepCopy() *InsightSpec

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

func (*InsightSpec) DeepCopyInto

func (in *InsightSpec) DeepCopyInto(out *InsightSpec)

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

type InsightStatus

type InsightStatus struct {
	v1.ResourceStatus `json:",inline"`
	AtProvider        InsightObservation `json:"atProvider,omitempty"`
}

InsightStatus defines the observed state of Insight.

func (*InsightStatus) DeepCopy

func (in *InsightStatus) DeepCopy() *InsightStatus

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

func (*InsightStatus) DeepCopyInto

func (in *InsightStatus) DeepCopyInto(out *InsightStatus)

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

type KeywordInitParameters

type KeywordInitParameters struct {

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*KeywordInitParameters) DeepCopy

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

func (*KeywordInitParameters) DeepCopyInto

func (in *KeywordInitParameters) DeepCopyInto(out *KeywordInitParameters)

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

type KeywordObservation

type KeywordObservation struct {

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*KeywordObservation) DeepCopy

func (in *KeywordObservation) DeepCopy() *KeywordObservation

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

func (*KeywordObservation) DeepCopyInto

func (in *KeywordObservation) DeepCopyInto(out *KeywordObservation)

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

type KeywordParameters

type KeywordParameters struct {

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*KeywordParameters) DeepCopy

func (in *KeywordParameters) DeepCopy() *KeywordParameters

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

func (*KeywordParameters) DeepCopyInto

func (in *KeywordParameters) DeepCopyInto(out *KeywordParameters)

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

type LastObservedAtDateRangeInitParameters

type LastObservedAtDateRangeInitParameters struct {

	// A date range unit for the date filter. Valid values: DAYS.
	Unit *string `json:"unit,omitempty" tf:"unit,omitempty"`

	// A value for the keyword.
	Value *float64 `json:"value,omitempty" tf:"value,omitempty"`
}

func (*LastObservedAtDateRangeInitParameters) DeepCopy

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

func (*LastObservedAtDateRangeInitParameters) DeepCopyInto

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

type LastObservedAtDateRangeObservation

type LastObservedAtDateRangeObservation struct {

	// A date range unit for the date filter. Valid values: DAYS.
	Unit *string `json:"unit,omitempty" tf:"unit,omitempty"`

	// A value for the keyword.
	Value *float64 `json:"value,omitempty" tf:"value,omitempty"`
}

func (*LastObservedAtDateRangeObservation) DeepCopy

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

func (*LastObservedAtDateRangeObservation) DeepCopyInto

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

type LastObservedAtDateRangeParameters

type LastObservedAtDateRangeParameters struct {

	// A date range unit for the date filter. Valid values: DAYS.
	// +kubebuilder:validation:Optional
	Unit *string `json:"unit" tf:"unit,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *float64 `json:"value" tf:"value,omitempty"`
}

func (*LastObservedAtDateRangeParameters) DeepCopy

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

func (*LastObservedAtDateRangeParameters) DeepCopyInto

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

type LastObservedAtInitParameters

type LastObservedAtInitParameters struct {

	// A configuration block of the date range for the date filter. See date_range below for more details.
	DateRange *LastObservedAtDateRangeInitParameters `json:"dateRange,omitempty" tf:"date_range,omitempty"`

	// An end date for the date filter. Required with start if date_range is not specified.
	End *string `json:"end,omitempty" tf:"end,omitempty"`

	// A start date for the date filter. Required with end if date_range is not specified.
	Start *string `json:"start,omitempty" tf:"start,omitempty"`
}

func (*LastObservedAtInitParameters) DeepCopy

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

func (*LastObservedAtInitParameters) DeepCopyInto

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

type LastObservedAtObservation

type LastObservedAtObservation struct {

	// A configuration block of the date range for the date filter. See date_range below for more details.
	DateRange *LastObservedAtDateRangeObservation `json:"dateRange,omitempty" tf:"date_range,omitempty"`

	// An end date for the date filter. Required with start if date_range is not specified.
	End *string `json:"end,omitempty" tf:"end,omitempty"`

	// A start date for the date filter. Required with end if date_range is not specified.
	Start *string `json:"start,omitempty" tf:"start,omitempty"`
}

func (*LastObservedAtObservation) DeepCopy

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

func (*LastObservedAtObservation) DeepCopyInto

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

type LastObservedAtParameters

type LastObservedAtParameters struct {

	// A configuration block of the date range for the date filter. See date_range below for more details.
	// +kubebuilder:validation:Optional
	DateRange *LastObservedAtDateRangeParameters `json:"dateRange,omitempty" tf:"date_range,omitempty"`

	// An end date for the date filter. Required with start if date_range is not specified.
	// +kubebuilder:validation:Optional
	End *string `json:"end,omitempty" tf:"end,omitempty"`

	// A start date for the date filter. Required with end if date_range is not specified.
	// +kubebuilder:validation:Optional
	Start *string `json:"start,omitempty" tf:"start,omitempty"`
}

func (*LastObservedAtParameters) DeepCopy

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

func (*LastObservedAtParameters) DeepCopyInto

func (in *LastObservedAtParameters) DeepCopyInto(out *LastObservedAtParameters)

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

type MalwareNameInitParameters

type MalwareNameInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*MalwareNameInitParameters) DeepCopy

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

func (*MalwareNameInitParameters) DeepCopyInto

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

type MalwareNameObservation

type MalwareNameObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*MalwareNameObservation) DeepCopy

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

func (*MalwareNameObservation) DeepCopyInto

func (in *MalwareNameObservation) DeepCopyInto(out *MalwareNameObservation)

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

type MalwareNameParameters

type MalwareNameParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*MalwareNameParameters) DeepCopy

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

func (*MalwareNameParameters) DeepCopyInto

func (in *MalwareNameParameters) DeepCopyInto(out *MalwareNameParameters)

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

type MalwarePathInitParameters

type MalwarePathInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*MalwarePathInitParameters) DeepCopy

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

func (*MalwarePathInitParameters) DeepCopyInto

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

type MalwarePathObservation

type MalwarePathObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*MalwarePathObservation) DeepCopy

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

func (*MalwarePathObservation) DeepCopyInto

func (in *MalwarePathObservation) DeepCopyInto(out *MalwarePathObservation)

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

type MalwarePathParameters

type MalwarePathParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*MalwarePathParameters) DeepCopy

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

func (*MalwarePathParameters) DeepCopyInto

func (in *MalwarePathParameters) DeepCopyInto(out *MalwarePathParameters)

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

type MalwareStateInitParameters

type MalwareStateInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*MalwareStateInitParameters) DeepCopy

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

func (*MalwareStateInitParameters) DeepCopyInto

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

type MalwareStateObservation

type MalwareStateObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*MalwareStateObservation) DeepCopy

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

func (*MalwareStateObservation) DeepCopyInto

func (in *MalwareStateObservation) DeepCopyInto(out *MalwareStateObservation)

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

type MalwareStateParameters

type MalwareStateParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*MalwareStateParameters) DeepCopy

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

func (*MalwareStateParameters) DeepCopyInto

func (in *MalwareStateParameters) DeepCopyInto(out *MalwareStateParameters)

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

type MalwareTypeInitParameters

type MalwareTypeInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*MalwareTypeInitParameters) DeepCopy

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

func (*MalwareTypeInitParameters) DeepCopyInto

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

type MalwareTypeObservation

type MalwareTypeObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*MalwareTypeObservation) DeepCopy

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

func (*MalwareTypeObservation) DeepCopyInto

func (in *MalwareTypeObservation) DeepCopyInto(out *MalwareTypeObservation)

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

type MalwareTypeParameters

type MalwareTypeParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*MalwareTypeParameters) DeepCopy

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

func (*MalwareTypeParameters) DeepCopyInto

func (in *MalwareTypeParameters) DeepCopyInto(out *MalwareTypeParameters)

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

type NetworkDestinationDomainInitParameters

type NetworkDestinationDomainInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*NetworkDestinationDomainInitParameters) DeepCopy

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

func (*NetworkDestinationDomainInitParameters) DeepCopyInto

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

type NetworkDestinationDomainObservation

type NetworkDestinationDomainObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*NetworkDestinationDomainObservation) DeepCopy

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

func (*NetworkDestinationDomainObservation) DeepCopyInto

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

type NetworkDestinationDomainParameters

type NetworkDestinationDomainParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*NetworkDestinationDomainParameters) DeepCopy

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

func (*NetworkDestinationDomainParameters) DeepCopyInto

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

type NetworkDestinationIPv4InitParameters

type NetworkDestinationIPv4InitParameters struct {

	// A finding's CIDR value.
	Cidr *string `json:"cidr,omitempty" tf:"cidr,omitempty"`
}

func (*NetworkDestinationIPv4InitParameters) DeepCopy

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

func (*NetworkDestinationIPv4InitParameters) DeepCopyInto

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

type NetworkDestinationIPv4Observation

type NetworkDestinationIPv4Observation struct {

	// A finding's CIDR value.
	Cidr *string `json:"cidr,omitempty" tf:"cidr,omitempty"`
}

func (*NetworkDestinationIPv4Observation) DeepCopy

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

func (*NetworkDestinationIPv4Observation) DeepCopyInto

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

type NetworkDestinationIPv4Parameters

type NetworkDestinationIPv4Parameters struct {

	// A finding's CIDR value.
	// +kubebuilder:validation:Optional
	Cidr *string `json:"cidr" tf:"cidr,omitempty"`
}

func (*NetworkDestinationIPv4Parameters) DeepCopy

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

func (*NetworkDestinationIPv4Parameters) DeepCopyInto

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

type NetworkDestinationIPv6InitParameters

type NetworkDestinationIPv6InitParameters struct {

	// A finding's CIDR value.
	Cidr *string `json:"cidr,omitempty" tf:"cidr,omitempty"`
}

func (*NetworkDestinationIPv6InitParameters) DeepCopy

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

func (*NetworkDestinationIPv6InitParameters) DeepCopyInto

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

type NetworkDestinationIPv6Observation

type NetworkDestinationIPv6Observation struct {

	// A finding's CIDR value.
	Cidr *string `json:"cidr,omitempty" tf:"cidr,omitempty"`
}

func (*NetworkDestinationIPv6Observation) DeepCopy

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

func (*NetworkDestinationIPv6Observation) DeepCopyInto

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

type NetworkDestinationIPv6Parameters

type NetworkDestinationIPv6Parameters struct {

	// A finding's CIDR value.
	// +kubebuilder:validation:Optional
	Cidr *string `json:"cidr" tf:"cidr,omitempty"`
}

func (*NetworkDestinationIPv6Parameters) DeepCopy

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

func (*NetworkDestinationIPv6Parameters) DeepCopyInto

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

type NetworkDestinationPortInitParameters

type NetworkDestinationPortInitParameters struct {

	// The equal-to condition to be applied to a single field when querying for findings, provided as a String.
	Eq *string `json:"eq,omitempty" tf:"eq,omitempty"`

	// The greater-than-equal condition to be applied to a single field when querying for findings, provided as a String.
	Gte *string `json:"gte,omitempty" tf:"gte,omitempty"`

	// The less-than-equal condition to be applied to a single field when querying for findings, provided as a String.
	Lte *string `json:"lte,omitempty" tf:"lte,omitempty"`
}

func (*NetworkDestinationPortInitParameters) DeepCopy

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

func (*NetworkDestinationPortInitParameters) DeepCopyInto

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

type NetworkDestinationPortObservation

type NetworkDestinationPortObservation struct {

	// The equal-to condition to be applied to a single field when querying for findings, provided as a String.
	Eq *string `json:"eq,omitempty" tf:"eq,omitempty"`

	// The greater-than-equal condition to be applied to a single field when querying for findings, provided as a String.
	Gte *string `json:"gte,omitempty" tf:"gte,omitempty"`

	// The less-than-equal condition to be applied to a single field when querying for findings, provided as a String.
	Lte *string `json:"lte,omitempty" tf:"lte,omitempty"`
}

func (*NetworkDestinationPortObservation) DeepCopy

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

func (*NetworkDestinationPortObservation) DeepCopyInto

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

type NetworkDestinationPortParameters

type NetworkDestinationPortParameters struct {

	// The equal-to condition to be applied to a single field when querying for findings, provided as a String.
	// +kubebuilder:validation:Optional
	Eq *string `json:"eq,omitempty" tf:"eq,omitempty"`

	// The greater-than-equal condition to be applied to a single field when querying for findings, provided as a String.
	// +kubebuilder:validation:Optional
	Gte *string `json:"gte,omitempty" tf:"gte,omitempty"`

	// The less-than-equal condition to be applied to a single field when querying for findings, provided as a String.
	// +kubebuilder:validation:Optional
	Lte *string `json:"lte,omitempty" tf:"lte,omitempty"`
}

func (*NetworkDestinationPortParameters) DeepCopy

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

func (*NetworkDestinationPortParameters) DeepCopyInto

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

type NetworkDirectionInitParameters

type NetworkDirectionInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*NetworkDirectionInitParameters) DeepCopy

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

func (*NetworkDirectionInitParameters) DeepCopyInto

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

type NetworkDirectionObservation

type NetworkDirectionObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*NetworkDirectionObservation) DeepCopy

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

func (*NetworkDirectionObservation) DeepCopyInto

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

type NetworkDirectionParameters

type NetworkDirectionParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*NetworkDirectionParameters) DeepCopy

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

func (*NetworkDirectionParameters) DeepCopyInto

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

type NetworkProtocolInitParameters

type NetworkProtocolInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*NetworkProtocolInitParameters) DeepCopy

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

func (*NetworkProtocolInitParameters) DeepCopyInto

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

type NetworkProtocolObservation

type NetworkProtocolObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*NetworkProtocolObservation) DeepCopy

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

func (*NetworkProtocolObservation) DeepCopyInto

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

type NetworkProtocolParameters

type NetworkProtocolParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*NetworkProtocolParameters) DeepCopy

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

func (*NetworkProtocolParameters) DeepCopyInto

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

type NetworkSourceDomainInitParameters

type NetworkSourceDomainInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*NetworkSourceDomainInitParameters) DeepCopy

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

func (*NetworkSourceDomainInitParameters) DeepCopyInto

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

type NetworkSourceDomainObservation

type NetworkSourceDomainObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*NetworkSourceDomainObservation) DeepCopy

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

func (*NetworkSourceDomainObservation) DeepCopyInto

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

type NetworkSourceDomainParameters

type NetworkSourceDomainParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*NetworkSourceDomainParameters) DeepCopy

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

func (*NetworkSourceDomainParameters) DeepCopyInto

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

type NetworkSourceIPv4InitParameters

type NetworkSourceIPv4InitParameters struct {

	// A finding's CIDR value.
	Cidr *string `json:"cidr,omitempty" tf:"cidr,omitempty"`
}

func (*NetworkSourceIPv4InitParameters) DeepCopy

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

func (*NetworkSourceIPv4InitParameters) DeepCopyInto

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

type NetworkSourceIPv4Observation

type NetworkSourceIPv4Observation struct {

	// A finding's CIDR value.
	Cidr *string `json:"cidr,omitempty" tf:"cidr,omitempty"`
}

func (*NetworkSourceIPv4Observation) DeepCopy

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

func (*NetworkSourceIPv4Observation) DeepCopyInto

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

type NetworkSourceIPv4Parameters

type NetworkSourceIPv4Parameters struct {

	// A finding's CIDR value.
	// +kubebuilder:validation:Optional
	Cidr *string `json:"cidr" tf:"cidr,omitempty"`
}

func (*NetworkSourceIPv4Parameters) DeepCopy

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

func (*NetworkSourceIPv4Parameters) DeepCopyInto

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

type NetworkSourceIPv6InitParameters

type NetworkSourceIPv6InitParameters struct {

	// A finding's CIDR value.
	Cidr *string `json:"cidr,omitempty" tf:"cidr,omitempty"`
}

func (*NetworkSourceIPv6InitParameters) DeepCopy

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

func (*NetworkSourceIPv6InitParameters) DeepCopyInto

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

type NetworkSourceIPv6Observation

type NetworkSourceIPv6Observation struct {

	// A finding's CIDR value.
	Cidr *string `json:"cidr,omitempty" tf:"cidr,omitempty"`
}

func (*NetworkSourceIPv6Observation) DeepCopy

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

func (*NetworkSourceIPv6Observation) DeepCopyInto

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

type NetworkSourceIPv6Parameters

type NetworkSourceIPv6Parameters struct {

	// A finding's CIDR value.
	// +kubebuilder:validation:Optional
	Cidr *string `json:"cidr" tf:"cidr,omitempty"`
}

func (*NetworkSourceIPv6Parameters) DeepCopy

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

func (*NetworkSourceIPv6Parameters) DeepCopyInto

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

type NetworkSourceMacInitParameters

type NetworkSourceMacInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*NetworkSourceMacInitParameters) DeepCopy

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

func (*NetworkSourceMacInitParameters) DeepCopyInto

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

type NetworkSourceMacObservation

type NetworkSourceMacObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*NetworkSourceMacObservation) DeepCopy

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

func (*NetworkSourceMacObservation) DeepCopyInto

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

type NetworkSourceMacParameters

type NetworkSourceMacParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*NetworkSourceMacParameters) DeepCopy

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

func (*NetworkSourceMacParameters) DeepCopyInto

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

type NetworkSourcePortInitParameters

type NetworkSourcePortInitParameters struct {

	// The equal-to condition to be applied to a single field when querying for findings, provided as a String.
	Eq *string `json:"eq,omitempty" tf:"eq,omitempty"`

	// The greater-than-equal condition to be applied to a single field when querying for findings, provided as a String.
	Gte *string `json:"gte,omitempty" tf:"gte,omitempty"`

	// The less-than-equal condition to be applied to a single field when querying for findings, provided as a String.
	Lte *string `json:"lte,omitempty" tf:"lte,omitempty"`
}

func (*NetworkSourcePortInitParameters) DeepCopy

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

func (*NetworkSourcePortInitParameters) DeepCopyInto

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

type NetworkSourcePortObservation

type NetworkSourcePortObservation struct {

	// The equal-to condition to be applied to a single field when querying for findings, provided as a String.
	Eq *string `json:"eq,omitempty" tf:"eq,omitempty"`

	// The greater-than-equal condition to be applied to a single field when querying for findings, provided as a String.
	Gte *string `json:"gte,omitempty" tf:"gte,omitempty"`

	// The less-than-equal condition to be applied to a single field when querying for findings, provided as a String.
	Lte *string `json:"lte,omitempty" tf:"lte,omitempty"`
}

func (*NetworkSourcePortObservation) DeepCopy

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

func (*NetworkSourcePortObservation) DeepCopyInto

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

type NetworkSourcePortParameters

type NetworkSourcePortParameters struct {

	// The equal-to condition to be applied to a single field when querying for findings, provided as a String.
	// +kubebuilder:validation:Optional
	Eq *string `json:"eq,omitempty" tf:"eq,omitempty"`

	// The greater-than-equal condition to be applied to a single field when querying for findings, provided as a String.
	// +kubebuilder:validation:Optional
	Gte *string `json:"gte,omitempty" tf:"gte,omitempty"`

	// The less-than-equal condition to be applied to a single field when querying for findings, provided as a String.
	// +kubebuilder:validation:Optional
	Lte *string `json:"lte,omitempty" tf:"lte,omitempty"`
}

func (*NetworkSourcePortParameters) DeepCopy

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

func (*NetworkSourcePortParameters) DeepCopyInto

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

type NoteTextInitParameters

type NoteTextInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*NoteTextInitParameters) DeepCopy

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

func (*NoteTextInitParameters) DeepCopyInto

func (in *NoteTextInitParameters) DeepCopyInto(out *NoteTextInitParameters)

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

type NoteTextObservation

type NoteTextObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*NoteTextObservation) DeepCopy

func (in *NoteTextObservation) DeepCopy() *NoteTextObservation

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

func (*NoteTextObservation) DeepCopyInto

func (in *NoteTextObservation) DeepCopyInto(out *NoteTextObservation)

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

type NoteTextParameters

type NoteTextParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*NoteTextParameters) DeepCopy

func (in *NoteTextParameters) DeepCopy() *NoteTextParameters

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

func (*NoteTextParameters) DeepCopyInto

func (in *NoteTextParameters) DeepCopyInto(out *NoteTextParameters)

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

type NoteUpdatedAtDateRangeInitParameters

type NoteUpdatedAtDateRangeInitParameters struct {

	// A date range unit for the date filter. Valid values: DAYS.
	Unit *string `json:"unit,omitempty" tf:"unit,omitempty"`

	// A value for the keyword.
	Value *float64 `json:"value,omitempty" tf:"value,omitempty"`
}

func (*NoteUpdatedAtDateRangeInitParameters) DeepCopy

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

func (*NoteUpdatedAtDateRangeInitParameters) DeepCopyInto

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

type NoteUpdatedAtDateRangeObservation

type NoteUpdatedAtDateRangeObservation struct {

	// A date range unit for the date filter. Valid values: DAYS.
	Unit *string `json:"unit,omitempty" tf:"unit,omitempty"`

	// A value for the keyword.
	Value *float64 `json:"value,omitempty" tf:"value,omitempty"`
}

func (*NoteUpdatedAtDateRangeObservation) DeepCopy

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

func (*NoteUpdatedAtDateRangeObservation) DeepCopyInto

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

type NoteUpdatedAtDateRangeParameters

type NoteUpdatedAtDateRangeParameters struct {

	// A date range unit for the date filter. Valid values: DAYS.
	// +kubebuilder:validation:Optional
	Unit *string `json:"unit" tf:"unit,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *float64 `json:"value" tf:"value,omitempty"`
}

func (*NoteUpdatedAtDateRangeParameters) DeepCopy

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

func (*NoteUpdatedAtDateRangeParameters) DeepCopyInto

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

type NoteUpdatedAtInitParameters

type NoteUpdatedAtInitParameters struct {

	// A configuration block of the date range for the date filter. See date_range below for more details.
	DateRange *NoteUpdatedAtDateRangeInitParameters `json:"dateRange,omitempty" tf:"date_range,omitempty"`

	// An end date for the date filter. Required with start if date_range is not specified.
	End *string `json:"end,omitempty" tf:"end,omitempty"`

	// A start date for the date filter. Required with end if date_range is not specified.
	Start *string `json:"start,omitempty" tf:"start,omitempty"`
}

func (*NoteUpdatedAtInitParameters) DeepCopy

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

func (*NoteUpdatedAtInitParameters) DeepCopyInto

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

type NoteUpdatedAtObservation

type NoteUpdatedAtObservation struct {

	// A configuration block of the date range for the date filter. See date_range below for more details.
	DateRange *NoteUpdatedAtDateRangeObservation `json:"dateRange,omitempty" tf:"date_range,omitempty"`

	// An end date for the date filter. Required with start if date_range is not specified.
	End *string `json:"end,omitempty" tf:"end,omitempty"`

	// A start date for the date filter. Required with end if date_range is not specified.
	Start *string `json:"start,omitempty" tf:"start,omitempty"`
}

func (*NoteUpdatedAtObservation) DeepCopy

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

func (*NoteUpdatedAtObservation) DeepCopyInto

func (in *NoteUpdatedAtObservation) DeepCopyInto(out *NoteUpdatedAtObservation)

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

type NoteUpdatedAtParameters

type NoteUpdatedAtParameters struct {

	// A configuration block of the date range for the date filter. See date_range below for more details.
	// +kubebuilder:validation:Optional
	DateRange *NoteUpdatedAtDateRangeParameters `json:"dateRange,omitempty" tf:"date_range,omitempty"`

	// An end date for the date filter. Required with start if date_range is not specified.
	// +kubebuilder:validation:Optional
	End *string `json:"end,omitempty" tf:"end,omitempty"`

	// A start date for the date filter. Required with end if date_range is not specified.
	// +kubebuilder:validation:Optional
	Start *string `json:"start,omitempty" tf:"start,omitempty"`
}

func (*NoteUpdatedAtParameters) DeepCopy

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

func (*NoteUpdatedAtParameters) DeepCopyInto

func (in *NoteUpdatedAtParameters) DeepCopyInto(out *NoteUpdatedAtParameters)

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

type NoteUpdatedByInitParameters

type NoteUpdatedByInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*NoteUpdatedByInitParameters) DeepCopy

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

func (*NoteUpdatedByInitParameters) DeepCopyInto

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

type NoteUpdatedByObservation

type NoteUpdatedByObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*NoteUpdatedByObservation) DeepCopy

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

func (*NoteUpdatedByObservation) DeepCopyInto

func (in *NoteUpdatedByObservation) DeepCopyInto(out *NoteUpdatedByObservation)

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

type NoteUpdatedByParameters

type NoteUpdatedByParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*NoteUpdatedByParameters) DeepCopy

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

func (*NoteUpdatedByParameters) DeepCopyInto

func (in *NoteUpdatedByParameters) DeepCopyInto(out *NoteUpdatedByParameters)

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

type ProcessLaunchedAtDateRangeInitParameters

type ProcessLaunchedAtDateRangeInitParameters struct {

	// A date range unit for the date filter. Valid values: DAYS.
	Unit *string `json:"unit,omitempty" tf:"unit,omitempty"`

	// A value for the keyword.
	Value *float64 `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ProcessLaunchedAtDateRangeInitParameters) DeepCopy

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

func (*ProcessLaunchedAtDateRangeInitParameters) DeepCopyInto

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

type ProcessLaunchedAtDateRangeObservation

type ProcessLaunchedAtDateRangeObservation struct {

	// A date range unit for the date filter. Valid values: DAYS.
	Unit *string `json:"unit,omitempty" tf:"unit,omitempty"`

	// A value for the keyword.
	Value *float64 `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ProcessLaunchedAtDateRangeObservation) DeepCopy

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

func (*ProcessLaunchedAtDateRangeObservation) DeepCopyInto

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

type ProcessLaunchedAtDateRangeParameters

type ProcessLaunchedAtDateRangeParameters struct {

	// A date range unit for the date filter. Valid values: DAYS.
	// +kubebuilder:validation:Optional
	Unit *string `json:"unit" tf:"unit,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *float64 `json:"value" tf:"value,omitempty"`
}

func (*ProcessLaunchedAtDateRangeParameters) DeepCopy

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

func (*ProcessLaunchedAtDateRangeParameters) DeepCopyInto

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

type ProcessLaunchedAtInitParameters

type ProcessLaunchedAtInitParameters struct {

	// A configuration block of the date range for the date filter. See date_range below for more details.
	DateRange *ProcessLaunchedAtDateRangeInitParameters `json:"dateRange,omitempty" tf:"date_range,omitempty"`

	// An end date for the date filter. Required with start if date_range is not specified.
	End *string `json:"end,omitempty" tf:"end,omitempty"`

	// A start date for the date filter. Required with end if date_range is not specified.
	Start *string `json:"start,omitempty" tf:"start,omitempty"`
}

func (*ProcessLaunchedAtInitParameters) DeepCopy

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

func (*ProcessLaunchedAtInitParameters) DeepCopyInto

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

type ProcessLaunchedAtObservation

type ProcessLaunchedAtObservation struct {

	// A configuration block of the date range for the date filter. See date_range below for more details.
	DateRange *ProcessLaunchedAtDateRangeObservation `json:"dateRange,omitempty" tf:"date_range,omitempty"`

	// An end date for the date filter. Required with start if date_range is not specified.
	End *string `json:"end,omitempty" tf:"end,omitempty"`

	// A start date for the date filter. Required with end if date_range is not specified.
	Start *string `json:"start,omitempty" tf:"start,omitempty"`
}

func (*ProcessLaunchedAtObservation) DeepCopy

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

func (*ProcessLaunchedAtObservation) DeepCopyInto

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

type ProcessLaunchedAtParameters

type ProcessLaunchedAtParameters struct {

	// A configuration block of the date range for the date filter. See date_range below for more details.
	// +kubebuilder:validation:Optional
	DateRange *ProcessLaunchedAtDateRangeParameters `json:"dateRange,omitempty" tf:"date_range,omitempty"`

	// An end date for the date filter. Required with start if date_range is not specified.
	// +kubebuilder:validation:Optional
	End *string `json:"end,omitempty" tf:"end,omitempty"`

	// A start date for the date filter. Required with end if date_range is not specified.
	// +kubebuilder:validation:Optional
	Start *string `json:"start,omitempty" tf:"start,omitempty"`
}

func (*ProcessLaunchedAtParameters) DeepCopy

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

func (*ProcessLaunchedAtParameters) DeepCopyInto

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

type ProcessNameInitParameters

type ProcessNameInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ProcessNameInitParameters) DeepCopy

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

func (*ProcessNameInitParameters) DeepCopyInto

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

type ProcessNameObservation

type ProcessNameObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ProcessNameObservation) DeepCopy

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

func (*ProcessNameObservation) DeepCopyInto

func (in *ProcessNameObservation) DeepCopyInto(out *ProcessNameObservation)

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

type ProcessNameParameters

type ProcessNameParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*ProcessNameParameters) DeepCopy

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

func (*ProcessNameParameters) DeepCopyInto

func (in *ProcessNameParameters) DeepCopyInto(out *ProcessNameParameters)

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

type ProcessParentPidInitParameters

type ProcessParentPidInitParameters struct {

	// The equal-to condition to be applied to a single field when querying for findings, provided as a String.
	Eq *string `json:"eq,omitempty" tf:"eq,omitempty"`

	// The greater-than-equal condition to be applied to a single field when querying for findings, provided as a String.
	Gte *string `json:"gte,omitempty" tf:"gte,omitempty"`

	// The less-than-equal condition to be applied to a single field when querying for findings, provided as a String.
	Lte *string `json:"lte,omitempty" tf:"lte,omitempty"`
}

func (*ProcessParentPidInitParameters) DeepCopy

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

func (*ProcessParentPidInitParameters) DeepCopyInto

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

type ProcessParentPidObservation

type ProcessParentPidObservation struct {

	// The equal-to condition to be applied to a single field when querying for findings, provided as a String.
	Eq *string `json:"eq,omitempty" tf:"eq,omitempty"`

	// The greater-than-equal condition to be applied to a single field when querying for findings, provided as a String.
	Gte *string `json:"gte,omitempty" tf:"gte,omitempty"`

	// The less-than-equal condition to be applied to a single field when querying for findings, provided as a String.
	Lte *string `json:"lte,omitempty" tf:"lte,omitempty"`
}

func (*ProcessParentPidObservation) DeepCopy

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

func (*ProcessParentPidObservation) DeepCopyInto

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

type ProcessParentPidParameters

type ProcessParentPidParameters struct {

	// The equal-to condition to be applied to a single field when querying for findings, provided as a String.
	// +kubebuilder:validation:Optional
	Eq *string `json:"eq,omitempty" tf:"eq,omitempty"`

	// The greater-than-equal condition to be applied to a single field when querying for findings, provided as a String.
	// +kubebuilder:validation:Optional
	Gte *string `json:"gte,omitempty" tf:"gte,omitempty"`

	// The less-than-equal condition to be applied to a single field when querying for findings, provided as a String.
	// +kubebuilder:validation:Optional
	Lte *string `json:"lte,omitempty" tf:"lte,omitempty"`
}

func (*ProcessParentPidParameters) DeepCopy

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

func (*ProcessParentPidParameters) DeepCopyInto

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

type ProcessPathInitParameters

type ProcessPathInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ProcessPathInitParameters) DeepCopy

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

func (*ProcessPathInitParameters) DeepCopyInto

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

type ProcessPathObservation

type ProcessPathObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ProcessPathObservation) DeepCopy

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

func (*ProcessPathObservation) DeepCopyInto

func (in *ProcessPathObservation) DeepCopyInto(out *ProcessPathObservation)

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

type ProcessPathParameters

type ProcessPathParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*ProcessPathParameters) DeepCopy

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

func (*ProcessPathParameters) DeepCopyInto

func (in *ProcessPathParameters) DeepCopyInto(out *ProcessPathParameters)

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

type ProcessPidInitParameters

type ProcessPidInitParameters struct {

	// The equal-to condition to be applied to a single field when querying for findings, provided as a String.
	Eq *string `json:"eq,omitempty" tf:"eq,omitempty"`

	// The greater-than-equal condition to be applied to a single field when querying for findings, provided as a String.
	Gte *string `json:"gte,omitempty" tf:"gte,omitempty"`

	// The less-than-equal condition to be applied to a single field when querying for findings, provided as a String.
	Lte *string `json:"lte,omitempty" tf:"lte,omitempty"`
}

func (*ProcessPidInitParameters) DeepCopy

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

func (*ProcessPidInitParameters) DeepCopyInto

func (in *ProcessPidInitParameters) DeepCopyInto(out *ProcessPidInitParameters)

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

type ProcessPidObservation

type ProcessPidObservation struct {

	// The equal-to condition to be applied to a single field when querying for findings, provided as a String.
	Eq *string `json:"eq,omitempty" tf:"eq,omitempty"`

	// The greater-than-equal condition to be applied to a single field when querying for findings, provided as a String.
	Gte *string `json:"gte,omitempty" tf:"gte,omitempty"`

	// The less-than-equal condition to be applied to a single field when querying for findings, provided as a String.
	Lte *string `json:"lte,omitempty" tf:"lte,omitempty"`
}

func (*ProcessPidObservation) DeepCopy

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

func (*ProcessPidObservation) DeepCopyInto

func (in *ProcessPidObservation) DeepCopyInto(out *ProcessPidObservation)

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

type ProcessPidParameters

type ProcessPidParameters struct {

	// The equal-to condition to be applied to a single field when querying for findings, provided as a String.
	// +kubebuilder:validation:Optional
	Eq *string `json:"eq,omitempty" tf:"eq,omitempty"`

	// The greater-than-equal condition to be applied to a single field when querying for findings, provided as a String.
	// +kubebuilder:validation:Optional
	Gte *string `json:"gte,omitempty" tf:"gte,omitempty"`

	// The less-than-equal condition to be applied to a single field when querying for findings, provided as a String.
	// +kubebuilder:validation:Optional
	Lte *string `json:"lte,omitempty" tf:"lte,omitempty"`
}

func (*ProcessPidParameters) DeepCopy

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

func (*ProcessPidParameters) DeepCopyInto

func (in *ProcessPidParameters) DeepCopyInto(out *ProcessPidParameters)

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

type ProcessTerminatedAtDateRangeInitParameters

type ProcessTerminatedAtDateRangeInitParameters struct {

	// A date range unit for the date filter. Valid values: DAYS.
	Unit *string `json:"unit,omitempty" tf:"unit,omitempty"`

	// A value for the keyword.
	Value *float64 `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ProcessTerminatedAtDateRangeInitParameters) DeepCopy

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

func (*ProcessTerminatedAtDateRangeInitParameters) DeepCopyInto

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

type ProcessTerminatedAtDateRangeObservation

type ProcessTerminatedAtDateRangeObservation struct {

	// A date range unit for the date filter. Valid values: DAYS.
	Unit *string `json:"unit,omitempty" tf:"unit,omitempty"`

	// A value for the keyword.
	Value *float64 `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ProcessTerminatedAtDateRangeObservation) DeepCopy

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

func (*ProcessTerminatedAtDateRangeObservation) DeepCopyInto

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

type ProcessTerminatedAtDateRangeParameters

type ProcessTerminatedAtDateRangeParameters struct {

	// A date range unit for the date filter. Valid values: DAYS.
	// +kubebuilder:validation:Optional
	Unit *string `json:"unit" tf:"unit,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *float64 `json:"value" tf:"value,omitempty"`
}

func (*ProcessTerminatedAtDateRangeParameters) DeepCopy

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

func (*ProcessTerminatedAtDateRangeParameters) DeepCopyInto

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

type ProcessTerminatedAtInitParameters

type ProcessTerminatedAtInitParameters struct {

	// A configuration block of the date range for the date filter. See date_range below for more details.
	DateRange *ProcessTerminatedAtDateRangeInitParameters `json:"dateRange,omitempty" tf:"date_range,omitempty"`

	// An end date for the date filter. Required with start if date_range is not specified.
	End *string `json:"end,omitempty" tf:"end,omitempty"`

	// A start date for the date filter. Required with end if date_range is not specified.
	Start *string `json:"start,omitempty" tf:"start,omitempty"`
}

func (*ProcessTerminatedAtInitParameters) DeepCopy

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

func (*ProcessTerminatedAtInitParameters) DeepCopyInto

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

type ProcessTerminatedAtObservation

type ProcessTerminatedAtObservation struct {

	// A configuration block of the date range for the date filter. See date_range below for more details.
	DateRange *ProcessTerminatedAtDateRangeObservation `json:"dateRange,omitempty" tf:"date_range,omitempty"`

	// An end date for the date filter. Required with start if date_range is not specified.
	End *string `json:"end,omitempty" tf:"end,omitempty"`

	// A start date for the date filter. Required with end if date_range is not specified.
	Start *string `json:"start,omitempty" tf:"start,omitempty"`
}

func (*ProcessTerminatedAtObservation) DeepCopy

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

func (*ProcessTerminatedAtObservation) DeepCopyInto

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

type ProcessTerminatedAtParameters

type ProcessTerminatedAtParameters struct {

	// A configuration block of the date range for the date filter. See date_range below for more details.
	// +kubebuilder:validation:Optional
	DateRange *ProcessTerminatedAtDateRangeParameters `json:"dateRange,omitempty" tf:"date_range,omitempty"`

	// An end date for the date filter. Required with start if date_range is not specified.
	// +kubebuilder:validation:Optional
	End *string `json:"end,omitempty" tf:"end,omitempty"`

	// A start date for the date filter. Required with end if date_range is not specified.
	// +kubebuilder:validation:Optional
	Start *string `json:"start,omitempty" tf:"start,omitempty"`
}

func (*ProcessTerminatedAtParameters) DeepCopy

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

func (*ProcessTerminatedAtParameters) DeepCopyInto

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

type ProductArnInitParameters

type ProductArnInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ProductArnInitParameters) DeepCopy

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

func (*ProductArnInitParameters) DeepCopyInto

func (in *ProductArnInitParameters) DeepCopyInto(out *ProductArnInitParameters)

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

type ProductArnObservation

type ProductArnObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ProductArnObservation) DeepCopy

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

func (*ProductArnObservation) DeepCopyInto

func (in *ProductArnObservation) DeepCopyInto(out *ProductArnObservation)

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

type ProductArnParameters

type ProductArnParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*ProductArnParameters) DeepCopy

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

func (*ProductArnParameters) DeepCopyInto

func (in *ProductArnParameters) DeepCopyInto(out *ProductArnParameters)

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

type ProductFieldsInitParameters

type ProductFieldsInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// The key of the map filter. For example, for ResourceTags, Key identifies the name of the tag. For UserDefinedFields, Key is the name of the field.
	Key *string `json:"key,omitempty" tf:"key,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ProductFieldsInitParameters) DeepCopy

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

func (*ProductFieldsInitParameters) DeepCopyInto

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

type ProductFieldsObservation

type ProductFieldsObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// The key of the map filter. For example, for ResourceTags, Key identifies the name of the tag. For UserDefinedFields, Key is the name of the field.
	Key *string `json:"key,omitempty" tf:"key,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ProductFieldsObservation) DeepCopy

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

func (*ProductFieldsObservation) DeepCopyInto

func (in *ProductFieldsObservation) DeepCopyInto(out *ProductFieldsObservation)

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

type ProductFieldsParameters

type ProductFieldsParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// The key of the map filter. For example, for ResourceTags, Key identifies the name of the tag. For UserDefinedFields, Key is the name of the field.
	// +kubebuilder:validation:Optional
	Key *string `json:"key" tf:"key,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*ProductFieldsParameters) DeepCopy

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

func (*ProductFieldsParameters) DeepCopyInto

func (in *ProductFieldsParameters) DeepCopyInto(out *ProductFieldsParameters)

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

type ProductNameInitParameters

type ProductNameInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ProductNameInitParameters) DeepCopy

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

func (*ProductNameInitParameters) DeepCopyInto

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

type ProductNameObservation

type ProductNameObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ProductNameObservation) DeepCopy

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

func (*ProductNameObservation) DeepCopyInto

func (in *ProductNameObservation) DeepCopyInto(out *ProductNameObservation)

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

type ProductNameParameters

type ProductNameParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*ProductNameParameters) DeepCopy

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

func (*ProductNameParameters) DeepCopyInto

func (in *ProductNameParameters) DeepCopyInto(out *ProductNameParameters)

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

type RecommendationTextInitParameters

type RecommendationTextInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*RecommendationTextInitParameters) DeepCopy

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

func (*RecommendationTextInitParameters) DeepCopyInto

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

type RecommendationTextObservation

type RecommendationTextObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*RecommendationTextObservation) DeepCopy

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

func (*RecommendationTextObservation) DeepCopyInto

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

type RecommendationTextParameters

type RecommendationTextParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*RecommendationTextParameters) DeepCopy

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

func (*RecommendationTextParameters) DeepCopyInto

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

type RecordStateInitParameters

type RecordStateInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*RecordStateInitParameters) DeepCopy

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

func (*RecordStateInitParameters) DeepCopyInto

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

type RecordStateObservation

type RecordStateObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*RecordStateObservation) DeepCopy

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

func (*RecordStateObservation) DeepCopyInto

func (in *RecordStateObservation) DeepCopyInto(out *RecordStateObservation)

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

type RecordStateParameters

type RecordStateParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*RecordStateParameters) DeepCopy

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

func (*RecordStateParameters) DeepCopyInto

func (in *RecordStateParameters) DeepCopyInto(out *RecordStateParameters)

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

type RelatedFindingsIDInitParameters

type RelatedFindingsIDInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*RelatedFindingsIDInitParameters) DeepCopy

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

func (*RelatedFindingsIDInitParameters) DeepCopyInto

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

type RelatedFindingsIDObservation

type RelatedFindingsIDObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*RelatedFindingsIDObservation) DeepCopy

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

func (*RelatedFindingsIDObservation) DeepCopyInto

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

type RelatedFindingsIDParameters

type RelatedFindingsIDParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*RelatedFindingsIDParameters) DeepCopy

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

func (*RelatedFindingsIDParameters) DeepCopyInto

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

type RelatedFindingsProductArnInitParameters

type RelatedFindingsProductArnInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*RelatedFindingsProductArnInitParameters) DeepCopy

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

func (*RelatedFindingsProductArnInitParameters) DeepCopyInto

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

type RelatedFindingsProductArnObservation

type RelatedFindingsProductArnObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*RelatedFindingsProductArnObservation) DeepCopy

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

func (*RelatedFindingsProductArnObservation) DeepCopyInto

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

type RelatedFindingsProductArnParameters

type RelatedFindingsProductArnParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*RelatedFindingsProductArnParameters) DeepCopy

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

func (*RelatedFindingsProductArnParameters) DeepCopyInto

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

type ResourceAwsEC2InstanceIAMInstanceProfileArnInitParameters

type ResourceAwsEC2InstanceIAMInstanceProfileArnInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ResourceAwsEC2InstanceIAMInstanceProfileArnInitParameters) DeepCopy

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

func (*ResourceAwsEC2InstanceIAMInstanceProfileArnInitParameters) DeepCopyInto

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

type ResourceAwsEC2InstanceIAMInstanceProfileArnObservation

type ResourceAwsEC2InstanceIAMInstanceProfileArnObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ResourceAwsEC2InstanceIAMInstanceProfileArnObservation) DeepCopy

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

func (*ResourceAwsEC2InstanceIAMInstanceProfileArnObservation) DeepCopyInto

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

type ResourceAwsEC2InstanceIAMInstanceProfileArnParameters

type ResourceAwsEC2InstanceIAMInstanceProfileArnParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*ResourceAwsEC2InstanceIAMInstanceProfileArnParameters) DeepCopy

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

func (*ResourceAwsEC2InstanceIAMInstanceProfileArnParameters) DeepCopyInto

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

type ResourceAwsEC2InstanceIPv4AddressesInitParameters

type ResourceAwsEC2InstanceIPv4AddressesInitParameters struct {

	// A finding's CIDR value.
	Cidr *string `json:"cidr,omitempty" tf:"cidr,omitempty"`
}

func (*ResourceAwsEC2InstanceIPv4AddressesInitParameters) DeepCopy

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

func (*ResourceAwsEC2InstanceIPv4AddressesInitParameters) DeepCopyInto

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

type ResourceAwsEC2InstanceIPv4AddressesObservation

type ResourceAwsEC2InstanceIPv4AddressesObservation struct {

	// A finding's CIDR value.
	Cidr *string `json:"cidr,omitempty" tf:"cidr,omitempty"`
}

func (*ResourceAwsEC2InstanceIPv4AddressesObservation) DeepCopy

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

func (*ResourceAwsEC2InstanceIPv4AddressesObservation) DeepCopyInto

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

type ResourceAwsEC2InstanceIPv4AddressesParameters

type ResourceAwsEC2InstanceIPv4AddressesParameters struct {

	// A finding's CIDR value.
	// +kubebuilder:validation:Optional
	Cidr *string `json:"cidr" tf:"cidr,omitempty"`
}

func (*ResourceAwsEC2InstanceIPv4AddressesParameters) DeepCopy

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

func (*ResourceAwsEC2InstanceIPv4AddressesParameters) DeepCopyInto

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

type ResourceAwsEC2InstanceIPv6AddressesInitParameters

type ResourceAwsEC2InstanceIPv6AddressesInitParameters struct {

	// A finding's CIDR value.
	Cidr *string `json:"cidr,omitempty" tf:"cidr,omitempty"`
}

func (*ResourceAwsEC2InstanceIPv6AddressesInitParameters) DeepCopy

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

func (*ResourceAwsEC2InstanceIPv6AddressesInitParameters) DeepCopyInto

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

type ResourceAwsEC2InstanceIPv6AddressesObservation

type ResourceAwsEC2InstanceIPv6AddressesObservation struct {

	// A finding's CIDR value.
	Cidr *string `json:"cidr,omitempty" tf:"cidr,omitempty"`
}

func (*ResourceAwsEC2InstanceIPv6AddressesObservation) DeepCopy

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

func (*ResourceAwsEC2InstanceIPv6AddressesObservation) DeepCopyInto

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

type ResourceAwsEC2InstanceIPv6AddressesParameters

type ResourceAwsEC2InstanceIPv6AddressesParameters struct {

	// A finding's CIDR value.
	// +kubebuilder:validation:Optional
	Cidr *string `json:"cidr" tf:"cidr,omitempty"`
}

func (*ResourceAwsEC2InstanceIPv6AddressesParameters) DeepCopy

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

func (*ResourceAwsEC2InstanceIPv6AddressesParameters) DeepCopyInto

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

type ResourceAwsEC2InstanceImageIDInitParameters

type ResourceAwsEC2InstanceImageIDInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ResourceAwsEC2InstanceImageIDInitParameters) DeepCopy

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

func (*ResourceAwsEC2InstanceImageIDInitParameters) DeepCopyInto

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

type ResourceAwsEC2InstanceImageIDObservation

type ResourceAwsEC2InstanceImageIDObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ResourceAwsEC2InstanceImageIDObservation) DeepCopy

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

func (*ResourceAwsEC2InstanceImageIDObservation) DeepCopyInto

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

type ResourceAwsEC2InstanceImageIDParameters

type ResourceAwsEC2InstanceImageIDParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*ResourceAwsEC2InstanceImageIDParameters) DeepCopy

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

func (*ResourceAwsEC2InstanceImageIDParameters) DeepCopyInto

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

type ResourceAwsEC2InstanceKeyNameInitParameters

type ResourceAwsEC2InstanceKeyNameInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ResourceAwsEC2InstanceKeyNameInitParameters) DeepCopy

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

func (*ResourceAwsEC2InstanceKeyNameInitParameters) DeepCopyInto

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

type ResourceAwsEC2InstanceKeyNameObservation

type ResourceAwsEC2InstanceKeyNameObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ResourceAwsEC2InstanceKeyNameObservation) DeepCopy

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

func (*ResourceAwsEC2InstanceKeyNameObservation) DeepCopyInto

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

type ResourceAwsEC2InstanceKeyNameParameters

type ResourceAwsEC2InstanceKeyNameParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*ResourceAwsEC2InstanceKeyNameParameters) DeepCopy

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

func (*ResourceAwsEC2InstanceKeyNameParameters) DeepCopyInto

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

type ResourceAwsEC2InstanceLaunchedAtDateRangeInitParameters

type ResourceAwsEC2InstanceLaunchedAtDateRangeInitParameters struct {

	// A date range unit for the date filter. Valid values: DAYS.
	Unit *string `json:"unit,omitempty" tf:"unit,omitempty"`

	// A value for the keyword.
	Value *float64 `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ResourceAwsEC2InstanceLaunchedAtDateRangeInitParameters) DeepCopy

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

func (*ResourceAwsEC2InstanceLaunchedAtDateRangeInitParameters) DeepCopyInto

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

type ResourceAwsEC2InstanceLaunchedAtDateRangeObservation

type ResourceAwsEC2InstanceLaunchedAtDateRangeObservation struct {

	// A date range unit for the date filter. Valid values: DAYS.
	Unit *string `json:"unit,omitempty" tf:"unit,omitempty"`

	// A value for the keyword.
	Value *float64 `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ResourceAwsEC2InstanceLaunchedAtDateRangeObservation) DeepCopy

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

func (*ResourceAwsEC2InstanceLaunchedAtDateRangeObservation) DeepCopyInto

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

type ResourceAwsEC2InstanceLaunchedAtDateRangeParameters

type ResourceAwsEC2InstanceLaunchedAtDateRangeParameters struct {

	// A date range unit for the date filter. Valid values: DAYS.
	// +kubebuilder:validation:Optional
	Unit *string `json:"unit" tf:"unit,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *float64 `json:"value" tf:"value,omitempty"`
}

func (*ResourceAwsEC2InstanceLaunchedAtDateRangeParameters) DeepCopy

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

func (*ResourceAwsEC2InstanceLaunchedAtDateRangeParameters) DeepCopyInto

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

type ResourceAwsEC2InstanceLaunchedAtInitParameters

type ResourceAwsEC2InstanceLaunchedAtInitParameters struct {

	// A configuration block of the date range for the date filter. See date_range below for more details.
	DateRange *ResourceAwsEC2InstanceLaunchedAtDateRangeInitParameters `json:"dateRange,omitempty" tf:"date_range,omitempty"`

	// An end date for the date filter. Required with start if date_range is not specified.
	End *string `json:"end,omitempty" tf:"end,omitempty"`

	// A start date for the date filter. Required with end if date_range is not specified.
	Start *string `json:"start,omitempty" tf:"start,omitempty"`
}

func (*ResourceAwsEC2InstanceLaunchedAtInitParameters) DeepCopy

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

func (*ResourceAwsEC2InstanceLaunchedAtInitParameters) DeepCopyInto

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

type ResourceAwsEC2InstanceLaunchedAtObservation

type ResourceAwsEC2InstanceLaunchedAtObservation struct {

	// A configuration block of the date range for the date filter. See date_range below for more details.
	DateRange *ResourceAwsEC2InstanceLaunchedAtDateRangeObservation `json:"dateRange,omitempty" tf:"date_range,omitempty"`

	// An end date for the date filter. Required with start if date_range is not specified.
	End *string `json:"end,omitempty" tf:"end,omitempty"`

	// A start date for the date filter. Required with end if date_range is not specified.
	Start *string `json:"start,omitempty" tf:"start,omitempty"`
}

func (*ResourceAwsEC2InstanceLaunchedAtObservation) DeepCopy

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

func (*ResourceAwsEC2InstanceLaunchedAtObservation) DeepCopyInto

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

type ResourceAwsEC2InstanceLaunchedAtParameters

type ResourceAwsEC2InstanceLaunchedAtParameters struct {

	// A configuration block of the date range for the date filter. See date_range below for more details.
	// +kubebuilder:validation:Optional
	DateRange *ResourceAwsEC2InstanceLaunchedAtDateRangeParameters `json:"dateRange,omitempty" tf:"date_range,omitempty"`

	// An end date for the date filter. Required with start if date_range is not specified.
	// +kubebuilder:validation:Optional
	End *string `json:"end,omitempty" tf:"end,omitempty"`

	// A start date for the date filter. Required with end if date_range is not specified.
	// +kubebuilder:validation:Optional
	Start *string `json:"start,omitempty" tf:"start,omitempty"`
}

func (*ResourceAwsEC2InstanceLaunchedAtParameters) DeepCopy

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

func (*ResourceAwsEC2InstanceLaunchedAtParameters) DeepCopyInto

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

type ResourceAwsEC2InstanceSubnetIDInitParameters

type ResourceAwsEC2InstanceSubnetIDInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ResourceAwsEC2InstanceSubnetIDInitParameters) DeepCopy

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

func (*ResourceAwsEC2InstanceSubnetIDInitParameters) DeepCopyInto

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

type ResourceAwsEC2InstanceSubnetIDObservation

type ResourceAwsEC2InstanceSubnetIDObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ResourceAwsEC2InstanceSubnetIDObservation) DeepCopy

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

func (*ResourceAwsEC2InstanceSubnetIDObservation) DeepCopyInto

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

type ResourceAwsEC2InstanceSubnetIDParameters

type ResourceAwsEC2InstanceSubnetIDParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*ResourceAwsEC2InstanceSubnetIDParameters) DeepCopy

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

func (*ResourceAwsEC2InstanceSubnetIDParameters) DeepCopyInto

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

type ResourceAwsEC2InstanceTypeInitParameters

type ResourceAwsEC2InstanceTypeInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ResourceAwsEC2InstanceTypeInitParameters) DeepCopy

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

func (*ResourceAwsEC2InstanceTypeInitParameters) DeepCopyInto

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

type ResourceAwsEC2InstanceTypeObservation

type ResourceAwsEC2InstanceTypeObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ResourceAwsEC2InstanceTypeObservation) DeepCopy

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

func (*ResourceAwsEC2InstanceTypeObservation) DeepCopyInto

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

type ResourceAwsEC2InstanceTypeParameters

type ResourceAwsEC2InstanceTypeParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*ResourceAwsEC2InstanceTypeParameters) DeepCopy

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

func (*ResourceAwsEC2InstanceTypeParameters) DeepCopyInto

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

type ResourceAwsEC2InstanceVPCIDInitParameters

type ResourceAwsEC2InstanceVPCIDInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ResourceAwsEC2InstanceVPCIDInitParameters) DeepCopy

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

func (*ResourceAwsEC2InstanceVPCIDInitParameters) DeepCopyInto

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

type ResourceAwsEC2InstanceVPCIDObservation

type ResourceAwsEC2InstanceVPCIDObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ResourceAwsEC2InstanceVPCIDObservation) DeepCopy

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

func (*ResourceAwsEC2InstanceVPCIDObservation) DeepCopyInto

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

type ResourceAwsEC2InstanceVPCIDParameters

type ResourceAwsEC2InstanceVPCIDParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*ResourceAwsEC2InstanceVPCIDParameters) DeepCopy

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

func (*ResourceAwsEC2InstanceVPCIDParameters) DeepCopyInto

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

type ResourceAwsIAMAccessKeyCreatedAtDateRangeInitParameters

type ResourceAwsIAMAccessKeyCreatedAtDateRangeInitParameters struct {

	// A date range unit for the date filter. Valid values: DAYS.
	Unit *string `json:"unit,omitempty" tf:"unit,omitempty"`

	// A value for the keyword.
	Value *float64 `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ResourceAwsIAMAccessKeyCreatedAtDateRangeInitParameters) DeepCopy

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

func (*ResourceAwsIAMAccessKeyCreatedAtDateRangeInitParameters) DeepCopyInto

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

type ResourceAwsIAMAccessKeyCreatedAtDateRangeObservation

type ResourceAwsIAMAccessKeyCreatedAtDateRangeObservation struct {

	// A date range unit for the date filter. Valid values: DAYS.
	Unit *string `json:"unit,omitempty" tf:"unit,omitempty"`

	// A value for the keyword.
	Value *float64 `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ResourceAwsIAMAccessKeyCreatedAtDateRangeObservation) DeepCopy

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

func (*ResourceAwsIAMAccessKeyCreatedAtDateRangeObservation) DeepCopyInto

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

type ResourceAwsIAMAccessKeyCreatedAtDateRangeParameters

type ResourceAwsIAMAccessKeyCreatedAtDateRangeParameters struct {

	// A date range unit for the date filter. Valid values: DAYS.
	// +kubebuilder:validation:Optional
	Unit *string `json:"unit" tf:"unit,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *float64 `json:"value" tf:"value,omitempty"`
}

func (*ResourceAwsIAMAccessKeyCreatedAtDateRangeParameters) DeepCopy

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

func (*ResourceAwsIAMAccessKeyCreatedAtDateRangeParameters) DeepCopyInto

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

type ResourceAwsIAMAccessKeyCreatedAtInitParameters

type ResourceAwsIAMAccessKeyCreatedAtInitParameters struct {

	// A configuration block of the date range for the date filter. See date_range below for more details.
	DateRange *ResourceAwsIAMAccessKeyCreatedAtDateRangeInitParameters `json:"dateRange,omitempty" tf:"date_range,omitempty"`

	// An end date for the date filter. Required with start if date_range is not specified.
	End *string `json:"end,omitempty" tf:"end,omitempty"`

	// A start date for the date filter. Required with end if date_range is not specified.
	Start *string `json:"start,omitempty" tf:"start,omitempty"`
}

func (*ResourceAwsIAMAccessKeyCreatedAtInitParameters) DeepCopy

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

func (*ResourceAwsIAMAccessKeyCreatedAtInitParameters) DeepCopyInto

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

type ResourceAwsIAMAccessKeyCreatedAtObservation

type ResourceAwsIAMAccessKeyCreatedAtObservation struct {

	// A configuration block of the date range for the date filter. See date_range below for more details.
	DateRange *ResourceAwsIAMAccessKeyCreatedAtDateRangeObservation `json:"dateRange,omitempty" tf:"date_range,omitempty"`

	// An end date for the date filter. Required with start if date_range is not specified.
	End *string `json:"end,omitempty" tf:"end,omitempty"`

	// A start date for the date filter. Required with end if date_range is not specified.
	Start *string `json:"start,omitempty" tf:"start,omitempty"`
}

func (*ResourceAwsIAMAccessKeyCreatedAtObservation) DeepCopy

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

func (*ResourceAwsIAMAccessKeyCreatedAtObservation) DeepCopyInto

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

type ResourceAwsIAMAccessKeyCreatedAtParameters

type ResourceAwsIAMAccessKeyCreatedAtParameters struct {

	// A configuration block of the date range for the date filter. See date_range below for more details.
	// +kubebuilder:validation:Optional
	DateRange *ResourceAwsIAMAccessKeyCreatedAtDateRangeParameters `json:"dateRange,omitempty" tf:"date_range,omitempty"`

	// An end date for the date filter. Required with start if date_range is not specified.
	// +kubebuilder:validation:Optional
	End *string `json:"end,omitempty" tf:"end,omitempty"`

	// A start date for the date filter. Required with end if date_range is not specified.
	// +kubebuilder:validation:Optional
	Start *string `json:"start,omitempty" tf:"start,omitempty"`
}

func (*ResourceAwsIAMAccessKeyCreatedAtParameters) DeepCopy

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

func (*ResourceAwsIAMAccessKeyCreatedAtParameters) DeepCopyInto

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

type ResourceAwsIAMAccessKeyStatusInitParameters

type ResourceAwsIAMAccessKeyStatusInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ResourceAwsIAMAccessKeyStatusInitParameters) DeepCopy

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

func (*ResourceAwsIAMAccessKeyStatusInitParameters) DeepCopyInto

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

type ResourceAwsIAMAccessKeyStatusObservation

type ResourceAwsIAMAccessKeyStatusObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ResourceAwsIAMAccessKeyStatusObservation) DeepCopy

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

func (*ResourceAwsIAMAccessKeyStatusObservation) DeepCopyInto

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

type ResourceAwsIAMAccessKeyStatusParameters

type ResourceAwsIAMAccessKeyStatusParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*ResourceAwsIAMAccessKeyStatusParameters) DeepCopy

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

func (*ResourceAwsIAMAccessKeyStatusParameters) DeepCopyInto

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

type ResourceAwsIAMAccessKeyUserNameInitParameters

type ResourceAwsIAMAccessKeyUserNameInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ResourceAwsIAMAccessKeyUserNameInitParameters) DeepCopy

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

func (*ResourceAwsIAMAccessKeyUserNameInitParameters) DeepCopyInto

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

type ResourceAwsIAMAccessKeyUserNameObservation

type ResourceAwsIAMAccessKeyUserNameObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ResourceAwsIAMAccessKeyUserNameObservation) DeepCopy

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

func (*ResourceAwsIAMAccessKeyUserNameObservation) DeepCopyInto

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

type ResourceAwsIAMAccessKeyUserNameParameters

type ResourceAwsIAMAccessKeyUserNameParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*ResourceAwsIAMAccessKeyUserNameParameters) DeepCopy

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

func (*ResourceAwsIAMAccessKeyUserNameParameters) DeepCopyInto

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

type ResourceAwsS3BucketOwnerIDInitParameters

type ResourceAwsS3BucketOwnerIDInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ResourceAwsS3BucketOwnerIDInitParameters) DeepCopy

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

func (*ResourceAwsS3BucketOwnerIDInitParameters) DeepCopyInto

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

type ResourceAwsS3BucketOwnerIDObservation

type ResourceAwsS3BucketOwnerIDObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ResourceAwsS3BucketOwnerIDObservation) DeepCopy

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

func (*ResourceAwsS3BucketOwnerIDObservation) DeepCopyInto

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

type ResourceAwsS3BucketOwnerIDParameters

type ResourceAwsS3BucketOwnerIDParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*ResourceAwsS3BucketOwnerIDParameters) DeepCopy

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

func (*ResourceAwsS3BucketOwnerIDParameters) DeepCopyInto

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

type ResourceAwsS3BucketOwnerNameInitParameters

type ResourceAwsS3BucketOwnerNameInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ResourceAwsS3BucketOwnerNameInitParameters) DeepCopy

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

func (*ResourceAwsS3BucketOwnerNameInitParameters) DeepCopyInto

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

type ResourceAwsS3BucketOwnerNameObservation

type ResourceAwsS3BucketOwnerNameObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ResourceAwsS3BucketOwnerNameObservation) DeepCopy

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

func (*ResourceAwsS3BucketOwnerNameObservation) DeepCopyInto

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

type ResourceAwsS3BucketOwnerNameParameters

type ResourceAwsS3BucketOwnerNameParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*ResourceAwsS3BucketOwnerNameParameters) DeepCopy

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

func (*ResourceAwsS3BucketOwnerNameParameters) DeepCopyInto

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

type ResourceContainerImageIDInitParameters

type ResourceContainerImageIDInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ResourceContainerImageIDInitParameters) DeepCopy

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

func (*ResourceContainerImageIDInitParameters) DeepCopyInto

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

type ResourceContainerImageIDObservation

type ResourceContainerImageIDObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ResourceContainerImageIDObservation) DeepCopy

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

func (*ResourceContainerImageIDObservation) DeepCopyInto

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

type ResourceContainerImageIDParameters

type ResourceContainerImageIDParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*ResourceContainerImageIDParameters) DeepCopy

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

func (*ResourceContainerImageIDParameters) DeepCopyInto

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

type ResourceContainerImageNameInitParameters

type ResourceContainerImageNameInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ResourceContainerImageNameInitParameters) DeepCopy

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

func (*ResourceContainerImageNameInitParameters) DeepCopyInto

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

type ResourceContainerImageNameObservation

type ResourceContainerImageNameObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ResourceContainerImageNameObservation) DeepCopy

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

func (*ResourceContainerImageNameObservation) DeepCopyInto

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

type ResourceContainerImageNameParameters

type ResourceContainerImageNameParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*ResourceContainerImageNameParameters) DeepCopy

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

func (*ResourceContainerImageNameParameters) DeepCopyInto

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

type ResourceContainerLaunchedAtDateRangeInitParameters

type ResourceContainerLaunchedAtDateRangeInitParameters struct {

	// A date range unit for the date filter. Valid values: DAYS.
	Unit *string `json:"unit,omitempty" tf:"unit,omitempty"`

	// A value for the keyword.
	Value *float64 `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ResourceContainerLaunchedAtDateRangeInitParameters) DeepCopy

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

func (*ResourceContainerLaunchedAtDateRangeInitParameters) DeepCopyInto

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

type ResourceContainerLaunchedAtDateRangeObservation

type ResourceContainerLaunchedAtDateRangeObservation struct {

	// A date range unit for the date filter. Valid values: DAYS.
	Unit *string `json:"unit,omitempty" tf:"unit,omitempty"`

	// A value for the keyword.
	Value *float64 `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ResourceContainerLaunchedAtDateRangeObservation) DeepCopy

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

func (*ResourceContainerLaunchedAtDateRangeObservation) DeepCopyInto

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

type ResourceContainerLaunchedAtDateRangeParameters

type ResourceContainerLaunchedAtDateRangeParameters struct {

	// A date range unit for the date filter. Valid values: DAYS.
	// +kubebuilder:validation:Optional
	Unit *string `json:"unit" tf:"unit,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *float64 `json:"value" tf:"value,omitempty"`
}

func (*ResourceContainerLaunchedAtDateRangeParameters) DeepCopy

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

func (*ResourceContainerLaunchedAtDateRangeParameters) DeepCopyInto

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

type ResourceContainerLaunchedAtInitParameters

type ResourceContainerLaunchedAtInitParameters struct {

	// A configuration block of the date range for the date filter. See date_range below for more details.
	DateRange *ResourceContainerLaunchedAtDateRangeInitParameters `json:"dateRange,omitempty" tf:"date_range,omitempty"`

	// An end date for the date filter. Required with start if date_range is not specified.
	End *string `json:"end,omitempty" tf:"end,omitempty"`

	// A start date for the date filter. Required with end if date_range is not specified.
	Start *string `json:"start,omitempty" tf:"start,omitempty"`
}

func (*ResourceContainerLaunchedAtInitParameters) DeepCopy

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

func (*ResourceContainerLaunchedAtInitParameters) DeepCopyInto

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

type ResourceContainerLaunchedAtObservation

type ResourceContainerLaunchedAtObservation struct {

	// A configuration block of the date range for the date filter. See date_range below for more details.
	DateRange *ResourceContainerLaunchedAtDateRangeObservation `json:"dateRange,omitempty" tf:"date_range,omitempty"`

	// An end date for the date filter. Required with start if date_range is not specified.
	End *string `json:"end,omitempty" tf:"end,omitempty"`

	// A start date for the date filter. Required with end if date_range is not specified.
	Start *string `json:"start,omitempty" tf:"start,omitempty"`
}

func (*ResourceContainerLaunchedAtObservation) DeepCopy

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

func (*ResourceContainerLaunchedAtObservation) DeepCopyInto

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

type ResourceContainerLaunchedAtParameters

type ResourceContainerLaunchedAtParameters struct {

	// A configuration block of the date range for the date filter. See date_range below for more details.
	// +kubebuilder:validation:Optional
	DateRange *ResourceContainerLaunchedAtDateRangeParameters `json:"dateRange,omitempty" tf:"date_range,omitempty"`

	// An end date for the date filter. Required with start if date_range is not specified.
	// +kubebuilder:validation:Optional
	End *string `json:"end,omitempty" tf:"end,omitempty"`

	// A start date for the date filter. Required with end if date_range is not specified.
	// +kubebuilder:validation:Optional
	Start *string `json:"start,omitempty" tf:"start,omitempty"`
}

func (*ResourceContainerLaunchedAtParameters) DeepCopy

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

func (*ResourceContainerLaunchedAtParameters) DeepCopyInto

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

type ResourceContainerNameInitParameters

type ResourceContainerNameInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ResourceContainerNameInitParameters) DeepCopy

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

func (*ResourceContainerNameInitParameters) DeepCopyInto

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

type ResourceContainerNameObservation

type ResourceContainerNameObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ResourceContainerNameObservation) DeepCopy

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

func (*ResourceContainerNameObservation) DeepCopyInto

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

type ResourceContainerNameParameters

type ResourceContainerNameParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*ResourceContainerNameParameters) DeepCopy

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

func (*ResourceContainerNameParameters) DeepCopyInto

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

type ResourceDetailsOtherInitParameters

type ResourceDetailsOtherInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// The key of the map filter. For example, for ResourceTags, Key identifies the name of the tag. For UserDefinedFields, Key is the name of the field.
	Key *string `json:"key,omitempty" tf:"key,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ResourceDetailsOtherInitParameters) DeepCopy

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

func (*ResourceDetailsOtherInitParameters) DeepCopyInto

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

type ResourceDetailsOtherObservation

type ResourceDetailsOtherObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// The key of the map filter. For example, for ResourceTags, Key identifies the name of the tag. For UserDefinedFields, Key is the name of the field.
	Key *string `json:"key,omitempty" tf:"key,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ResourceDetailsOtherObservation) DeepCopy

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

func (*ResourceDetailsOtherObservation) DeepCopyInto

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

type ResourceDetailsOtherParameters

type ResourceDetailsOtherParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// The key of the map filter. For example, for ResourceTags, Key identifies the name of the tag. For UserDefinedFields, Key is the name of the field.
	// +kubebuilder:validation:Optional
	Key *string `json:"key" tf:"key,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*ResourceDetailsOtherParameters) DeepCopy

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

func (*ResourceDetailsOtherParameters) DeepCopyInto

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

type ResourceIDInitParameters

type ResourceIDInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ResourceIDInitParameters) DeepCopy

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

func (*ResourceIDInitParameters) DeepCopyInto

func (in *ResourceIDInitParameters) DeepCopyInto(out *ResourceIDInitParameters)

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

type ResourceIDObservation

type ResourceIDObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ResourceIDObservation) DeepCopy

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

func (*ResourceIDObservation) DeepCopyInto

func (in *ResourceIDObservation) DeepCopyInto(out *ResourceIDObservation)

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

type ResourceIDParameters

type ResourceIDParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*ResourceIDParameters) DeepCopy

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

func (*ResourceIDParameters) DeepCopyInto

func (in *ResourceIDParameters) DeepCopyInto(out *ResourceIDParameters)

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

type ResourcePartitionInitParameters

type ResourcePartitionInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ResourcePartitionInitParameters) DeepCopy

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

func (*ResourcePartitionInitParameters) DeepCopyInto

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

type ResourcePartitionObservation

type ResourcePartitionObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ResourcePartitionObservation) DeepCopy

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

func (*ResourcePartitionObservation) DeepCopyInto

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

type ResourcePartitionParameters

type ResourcePartitionParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*ResourcePartitionParameters) DeepCopy

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

func (*ResourcePartitionParameters) DeepCopyInto

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

type ResourceRegionInitParameters

type ResourceRegionInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ResourceRegionInitParameters) DeepCopy

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

func (*ResourceRegionInitParameters) DeepCopyInto

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

type ResourceRegionObservation

type ResourceRegionObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ResourceRegionObservation) DeepCopy

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

func (*ResourceRegionObservation) DeepCopyInto

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

type ResourceRegionParameters

type ResourceRegionParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*ResourceRegionParameters) DeepCopy

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

func (*ResourceRegionParameters) DeepCopyInto

func (in *ResourceRegionParameters) DeepCopyInto(out *ResourceRegionParameters)

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

type ResourceTagsInitParameters

type ResourceTagsInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// The key of the map filter. For example, for ResourceTags, Key identifies the name of the tag. For UserDefinedFields, Key is the name of the field.
	Key *string `json:"key,omitempty" tf:"key,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ResourceTagsInitParameters) DeepCopy

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

func (*ResourceTagsInitParameters) DeepCopyInto

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

type ResourceTagsObservation

type ResourceTagsObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// The key of the map filter. For example, for ResourceTags, Key identifies the name of the tag. For UserDefinedFields, Key is the name of the field.
	Key *string `json:"key,omitempty" tf:"key,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ResourceTagsObservation) DeepCopy

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

func (*ResourceTagsObservation) DeepCopyInto

func (in *ResourceTagsObservation) DeepCopyInto(out *ResourceTagsObservation)

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

type ResourceTagsParameters

type ResourceTagsParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// The key of the map filter. For example, for ResourceTags, Key identifies the name of the tag. For UserDefinedFields, Key is the name of the field.
	// +kubebuilder:validation:Optional
	Key *string `json:"key" tf:"key,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*ResourceTagsParameters) DeepCopy

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

func (*ResourceTagsParameters) DeepCopyInto

func (in *ResourceTagsParameters) DeepCopyInto(out *ResourceTagsParameters)

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

type ResourceTypeInitParameters

type ResourceTypeInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ResourceTypeInitParameters) DeepCopy

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

func (*ResourceTypeInitParameters) DeepCopyInto

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

type ResourceTypeObservation

type ResourceTypeObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ResourceTypeObservation) DeepCopy

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

func (*ResourceTypeObservation) DeepCopyInto

func (in *ResourceTypeObservation) DeepCopyInto(out *ResourceTypeObservation)

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

type ResourceTypeParameters

type ResourceTypeParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*ResourceTypeParameters) DeepCopy

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

func (*ResourceTypeParameters) DeepCopyInto

func (in *ResourceTypeParameters) DeepCopyInto(out *ResourceTypeParameters)

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

type SeverityLabelInitParameters

type SeverityLabelInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*SeverityLabelInitParameters) DeepCopy

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

func (*SeverityLabelInitParameters) DeepCopyInto

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

type SeverityLabelObservation

type SeverityLabelObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*SeverityLabelObservation) DeepCopy

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

func (*SeverityLabelObservation) DeepCopyInto

func (in *SeverityLabelObservation) DeepCopyInto(out *SeverityLabelObservation)

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

type SeverityLabelParameters

type SeverityLabelParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*SeverityLabelParameters) DeepCopy

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

func (*SeverityLabelParameters) DeepCopyInto

func (in *SeverityLabelParameters) DeepCopyInto(out *SeverityLabelParameters)

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

type SourceURLInitParameters

type SourceURLInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*SourceURLInitParameters) DeepCopy

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

func (*SourceURLInitParameters) DeepCopyInto

func (in *SourceURLInitParameters) DeepCopyInto(out *SourceURLInitParameters)

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

type SourceURLObservation

type SourceURLObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*SourceURLObservation) DeepCopy

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

func (*SourceURLObservation) DeepCopyInto

func (in *SourceURLObservation) DeepCopyInto(out *SourceURLObservation)

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

type SourceURLParameters

type SourceURLParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*SourceURLParameters) DeepCopy

func (in *SourceURLParameters) DeepCopy() *SourceURLParameters

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

func (*SourceURLParameters) DeepCopyInto

func (in *SourceURLParameters) DeepCopyInto(out *SourceURLParameters)

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

type ThreatIntelIndicatorCategoryInitParameters

type ThreatIntelIndicatorCategoryInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ThreatIntelIndicatorCategoryInitParameters) DeepCopy

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

func (*ThreatIntelIndicatorCategoryInitParameters) DeepCopyInto

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

type ThreatIntelIndicatorCategoryObservation

type ThreatIntelIndicatorCategoryObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ThreatIntelIndicatorCategoryObservation) DeepCopy

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

func (*ThreatIntelIndicatorCategoryObservation) DeepCopyInto

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

type ThreatIntelIndicatorCategoryParameters

type ThreatIntelIndicatorCategoryParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*ThreatIntelIndicatorCategoryParameters) DeepCopy

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

func (*ThreatIntelIndicatorCategoryParameters) DeepCopyInto

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

type ThreatIntelIndicatorLastObservedAtDateRangeInitParameters

type ThreatIntelIndicatorLastObservedAtDateRangeInitParameters struct {

	// A date range unit for the date filter. Valid values: DAYS.
	Unit *string `json:"unit,omitempty" tf:"unit,omitempty"`

	// A value for the keyword.
	Value *float64 `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ThreatIntelIndicatorLastObservedAtDateRangeInitParameters) DeepCopy

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

func (*ThreatIntelIndicatorLastObservedAtDateRangeInitParameters) DeepCopyInto

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

type ThreatIntelIndicatorLastObservedAtDateRangeObservation

type ThreatIntelIndicatorLastObservedAtDateRangeObservation struct {

	// A date range unit for the date filter. Valid values: DAYS.
	Unit *string `json:"unit,omitempty" tf:"unit,omitempty"`

	// A value for the keyword.
	Value *float64 `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ThreatIntelIndicatorLastObservedAtDateRangeObservation) DeepCopy

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

func (*ThreatIntelIndicatorLastObservedAtDateRangeObservation) DeepCopyInto

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

type ThreatIntelIndicatorLastObservedAtDateRangeParameters

type ThreatIntelIndicatorLastObservedAtDateRangeParameters struct {

	// A date range unit for the date filter. Valid values: DAYS.
	// +kubebuilder:validation:Optional
	Unit *string `json:"unit" tf:"unit,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *float64 `json:"value" tf:"value,omitempty"`
}

func (*ThreatIntelIndicatorLastObservedAtDateRangeParameters) DeepCopy

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

func (*ThreatIntelIndicatorLastObservedAtDateRangeParameters) DeepCopyInto

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

type ThreatIntelIndicatorLastObservedAtInitParameters

type ThreatIntelIndicatorLastObservedAtInitParameters struct {

	// A configuration block of the date range for the date filter. See date_range below for more details.
	DateRange *ThreatIntelIndicatorLastObservedAtDateRangeInitParameters `json:"dateRange,omitempty" tf:"date_range,omitempty"`

	// An end date for the date filter. Required with start if date_range is not specified.
	End *string `json:"end,omitempty" tf:"end,omitempty"`

	// A start date for the date filter. Required with end if date_range is not specified.
	Start *string `json:"start,omitempty" tf:"start,omitempty"`
}

func (*ThreatIntelIndicatorLastObservedAtInitParameters) DeepCopy

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

func (*ThreatIntelIndicatorLastObservedAtInitParameters) DeepCopyInto

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

type ThreatIntelIndicatorLastObservedAtObservation

type ThreatIntelIndicatorLastObservedAtObservation struct {

	// A configuration block of the date range for the date filter. See date_range below for more details.
	DateRange *ThreatIntelIndicatorLastObservedAtDateRangeObservation `json:"dateRange,omitempty" tf:"date_range,omitempty"`

	// An end date for the date filter. Required with start if date_range is not specified.
	End *string `json:"end,omitempty" tf:"end,omitempty"`

	// A start date for the date filter. Required with end if date_range is not specified.
	Start *string `json:"start,omitempty" tf:"start,omitempty"`
}

func (*ThreatIntelIndicatorLastObservedAtObservation) DeepCopy

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

func (*ThreatIntelIndicatorLastObservedAtObservation) DeepCopyInto

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

type ThreatIntelIndicatorLastObservedAtParameters

type ThreatIntelIndicatorLastObservedAtParameters struct {

	// A configuration block of the date range for the date filter. See date_range below for more details.
	// +kubebuilder:validation:Optional
	DateRange *ThreatIntelIndicatorLastObservedAtDateRangeParameters `json:"dateRange,omitempty" tf:"date_range,omitempty"`

	// An end date for the date filter. Required with start if date_range is not specified.
	// +kubebuilder:validation:Optional
	End *string `json:"end,omitempty" tf:"end,omitempty"`

	// A start date for the date filter. Required with end if date_range is not specified.
	// +kubebuilder:validation:Optional
	Start *string `json:"start,omitempty" tf:"start,omitempty"`
}

func (*ThreatIntelIndicatorLastObservedAtParameters) DeepCopy

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

func (*ThreatIntelIndicatorLastObservedAtParameters) DeepCopyInto

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

type ThreatIntelIndicatorSourceInitParameters

type ThreatIntelIndicatorSourceInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ThreatIntelIndicatorSourceInitParameters) DeepCopy

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

func (*ThreatIntelIndicatorSourceInitParameters) DeepCopyInto

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

type ThreatIntelIndicatorSourceObservation

type ThreatIntelIndicatorSourceObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ThreatIntelIndicatorSourceObservation) DeepCopy

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

func (*ThreatIntelIndicatorSourceObservation) DeepCopyInto

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

type ThreatIntelIndicatorSourceParameters

type ThreatIntelIndicatorSourceParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*ThreatIntelIndicatorSourceParameters) DeepCopy

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

func (*ThreatIntelIndicatorSourceParameters) DeepCopyInto

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

type ThreatIntelIndicatorSourceURLInitParameters

type ThreatIntelIndicatorSourceURLInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ThreatIntelIndicatorSourceURLInitParameters) DeepCopy

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

func (*ThreatIntelIndicatorSourceURLInitParameters) DeepCopyInto

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

type ThreatIntelIndicatorSourceURLObservation

type ThreatIntelIndicatorSourceURLObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ThreatIntelIndicatorSourceURLObservation) DeepCopy

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

func (*ThreatIntelIndicatorSourceURLObservation) DeepCopyInto

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

type ThreatIntelIndicatorSourceURLParameters

type ThreatIntelIndicatorSourceURLParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*ThreatIntelIndicatorSourceURLParameters) DeepCopy

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

func (*ThreatIntelIndicatorSourceURLParameters) DeepCopyInto

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

type ThreatIntelIndicatorTypeInitParameters

type ThreatIntelIndicatorTypeInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ThreatIntelIndicatorTypeInitParameters) DeepCopy

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

func (*ThreatIntelIndicatorTypeInitParameters) DeepCopyInto

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

type ThreatIntelIndicatorTypeObservation

type ThreatIntelIndicatorTypeObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ThreatIntelIndicatorTypeObservation) DeepCopy

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

func (*ThreatIntelIndicatorTypeObservation) DeepCopyInto

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

type ThreatIntelIndicatorTypeParameters

type ThreatIntelIndicatorTypeParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*ThreatIntelIndicatorTypeParameters) DeepCopy

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

func (*ThreatIntelIndicatorTypeParameters) DeepCopyInto

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

type ThreatIntelIndicatorValueInitParameters

type ThreatIntelIndicatorValueInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ThreatIntelIndicatorValueInitParameters) DeepCopy

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

func (*ThreatIntelIndicatorValueInitParameters) DeepCopyInto

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

type ThreatIntelIndicatorValueObservation

type ThreatIntelIndicatorValueObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*ThreatIntelIndicatorValueObservation) DeepCopy

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

func (*ThreatIntelIndicatorValueObservation) DeepCopyInto

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

type ThreatIntelIndicatorValueParameters

type ThreatIntelIndicatorValueParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*ThreatIntelIndicatorValueParameters) DeepCopy

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

func (*ThreatIntelIndicatorValueParameters) DeepCopyInto

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

type TitleInitParameters

type TitleInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*TitleInitParameters) DeepCopy

func (in *TitleInitParameters) DeepCopy() *TitleInitParameters

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

func (*TitleInitParameters) DeepCopyInto

func (in *TitleInitParameters) DeepCopyInto(out *TitleInitParameters)

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

type TitleObservation

type TitleObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*TitleObservation) DeepCopy

func (in *TitleObservation) DeepCopy() *TitleObservation

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

func (*TitleObservation) DeepCopyInto

func (in *TitleObservation) DeepCopyInto(out *TitleObservation)

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

type TitleParameters

type TitleParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*TitleParameters) DeepCopy

func (in *TitleParameters) DeepCopy() *TitleParameters

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

func (*TitleParameters) DeepCopyInto

func (in *TitleParameters) DeepCopyInto(out *TitleParameters)

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

type TypeInitParameters

type TypeInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*TypeInitParameters) DeepCopy

func (in *TypeInitParameters) DeepCopy() *TypeInitParameters

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

func (*TypeInitParameters) DeepCopyInto

func (in *TypeInitParameters) DeepCopyInto(out *TypeInitParameters)

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

type TypeObservation

type TypeObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*TypeObservation) DeepCopy

func (in *TypeObservation) DeepCopy() *TypeObservation

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

func (*TypeObservation) DeepCopyInto

func (in *TypeObservation) DeepCopyInto(out *TypeObservation)

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

type TypeParameters

type TypeParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*TypeParameters) DeepCopy

func (in *TypeParameters) DeepCopy() *TypeParameters

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

func (*TypeParameters) DeepCopyInto

func (in *TypeParameters) DeepCopyInto(out *TypeParameters)

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

type UpdatedAtDateRangeInitParameters

type UpdatedAtDateRangeInitParameters struct {

	// A date range unit for the date filter. Valid values: DAYS.
	Unit *string `json:"unit,omitempty" tf:"unit,omitempty"`

	// A value for the keyword.
	Value *float64 `json:"value,omitempty" tf:"value,omitempty"`
}

func (*UpdatedAtDateRangeInitParameters) DeepCopy

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

func (*UpdatedAtDateRangeInitParameters) DeepCopyInto

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

type UpdatedAtDateRangeObservation

type UpdatedAtDateRangeObservation struct {

	// A date range unit for the date filter. Valid values: DAYS.
	Unit *string `json:"unit,omitempty" tf:"unit,omitempty"`

	// A value for the keyword.
	Value *float64 `json:"value,omitempty" tf:"value,omitempty"`
}

func (*UpdatedAtDateRangeObservation) DeepCopy

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

func (*UpdatedAtDateRangeObservation) DeepCopyInto

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

type UpdatedAtDateRangeParameters

type UpdatedAtDateRangeParameters struct {

	// A date range unit for the date filter. Valid values: DAYS.
	// +kubebuilder:validation:Optional
	Unit *string `json:"unit" tf:"unit,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *float64 `json:"value" tf:"value,omitempty"`
}

func (*UpdatedAtDateRangeParameters) DeepCopy

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

func (*UpdatedAtDateRangeParameters) DeepCopyInto

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

type UpdatedAtInitParameters

type UpdatedAtInitParameters struct {

	// A configuration block of the date range for the date filter. See date_range below for more details.
	DateRange *UpdatedAtDateRangeInitParameters `json:"dateRange,omitempty" tf:"date_range,omitempty"`

	// An end date for the date filter. Required with start if date_range is not specified.
	End *string `json:"end,omitempty" tf:"end,omitempty"`

	// A start date for the date filter. Required with end if date_range is not specified.
	Start *string `json:"start,omitempty" tf:"start,omitempty"`
}

func (*UpdatedAtInitParameters) DeepCopy

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

func (*UpdatedAtInitParameters) DeepCopyInto

func (in *UpdatedAtInitParameters) DeepCopyInto(out *UpdatedAtInitParameters)

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

type UpdatedAtObservation

type UpdatedAtObservation struct {

	// A configuration block of the date range for the date filter. See date_range below for more details.
	DateRange *UpdatedAtDateRangeObservation `json:"dateRange,omitempty" tf:"date_range,omitempty"`

	// An end date for the date filter. Required with start if date_range is not specified.
	End *string `json:"end,omitempty" tf:"end,omitempty"`

	// A start date for the date filter. Required with end if date_range is not specified.
	Start *string `json:"start,omitempty" tf:"start,omitempty"`
}

func (*UpdatedAtObservation) DeepCopy

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

func (*UpdatedAtObservation) DeepCopyInto

func (in *UpdatedAtObservation) DeepCopyInto(out *UpdatedAtObservation)

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

type UpdatedAtParameters

type UpdatedAtParameters struct {

	// A configuration block of the date range for the date filter. See date_range below for more details.
	// +kubebuilder:validation:Optional
	DateRange *UpdatedAtDateRangeParameters `json:"dateRange,omitempty" tf:"date_range,omitempty"`

	// An end date for the date filter. Required with start if date_range is not specified.
	// +kubebuilder:validation:Optional
	End *string `json:"end,omitempty" tf:"end,omitempty"`

	// A start date for the date filter. Required with end if date_range is not specified.
	// +kubebuilder:validation:Optional
	Start *string `json:"start,omitempty" tf:"start,omitempty"`
}

func (*UpdatedAtParameters) DeepCopy

func (in *UpdatedAtParameters) DeepCopy() *UpdatedAtParameters

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

func (*UpdatedAtParameters) DeepCopyInto

func (in *UpdatedAtParameters) DeepCopyInto(out *UpdatedAtParameters)

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

type UserDefinedValuesInitParameters

type UserDefinedValuesInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// The key of the map filter. For example, for ResourceTags, Key identifies the name of the tag. For UserDefinedFields, Key is the name of the field.
	Key *string `json:"key,omitempty" tf:"key,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*UserDefinedValuesInitParameters) DeepCopy

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

func (*UserDefinedValuesInitParameters) DeepCopyInto

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

type UserDefinedValuesObservation

type UserDefinedValuesObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// The key of the map filter. For example, for ResourceTags, Key identifies the name of the tag. For UserDefinedFields, Key is the name of the field.
	Key *string `json:"key,omitempty" tf:"key,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*UserDefinedValuesObservation) DeepCopy

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

func (*UserDefinedValuesObservation) DeepCopyInto

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

type UserDefinedValuesParameters

type UserDefinedValuesParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// The key of the map filter. For example, for ResourceTags, Key identifies the name of the tag. For UserDefinedFields, Key is the name of the field.
	// +kubebuilder:validation:Optional
	Key *string `json:"key" tf:"key,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*UserDefinedValuesParameters) DeepCopy

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

func (*UserDefinedValuesParameters) DeepCopyInto

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

type VerificationStateInitParameters

type VerificationStateInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*VerificationStateInitParameters) DeepCopy

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

func (*VerificationStateInitParameters) DeepCopyInto

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

type VerificationStateObservation

type VerificationStateObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*VerificationStateObservation) DeepCopy

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

func (*VerificationStateObservation) DeepCopyInto

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

type VerificationStateParameters

type VerificationStateParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*VerificationStateParameters) DeepCopy

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

func (*VerificationStateParameters) DeepCopyInto

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

type WorkflowStatusInitParameters

type WorkflowStatusInitParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*WorkflowStatusInitParameters) DeepCopy

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

func (*WorkflowStatusInitParameters) DeepCopyInto

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

type WorkflowStatusObservation

type WorkflowStatusObservation struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	Comparison *string `json:"comparison,omitempty" tf:"comparison,omitempty"`

	// A value for the keyword.
	Value *string `json:"value,omitempty" tf:"value,omitempty"`
}

func (*WorkflowStatusObservation) DeepCopy

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

func (*WorkflowStatusObservation) DeepCopyInto

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

type WorkflowStatusParameters

type WorkflowStatusParameters struct {

	// The condition to apply to a string value when querying for findings. Valid values include: EQUALS and NOT_EQUALS.
	// +kubebuilder:validation:Optional
	Comparison *string `json:"comparison" tf:"comparison,omitempty"`

	// A value for the keyword.
	// +kubebuilder:validation:Optional
	Value *string `json:"value" tf:"value,omitempty"`
}

func (*WorkflowStatusParameters) DeepCopy

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

func (*WorkflowStatusParameters) DeepCopyInto

func (in *WorkflowStatusParameters) DeepCopyInto(out *WorkflowStatusParameters)

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