v1alpha1

package
v0.0.0-...-bf43ebf Latest Latest
Warning

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

Go to latest
Published: Oct 18, 2021 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Group   = "inspector-assessment-target.terraform-provider-aws.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

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

Functions

func DecodeInspectorAssessmentTarget

func DecodeInspectorAssessmentTarget(prev *InspectorAssessmentTarget, ctyValue cty.Value) (resource.Managed, error)

func DecodeInspectorAssessmentTarget_Arn

func DecodeInspectorAssessmentTarget_Arn(p *InspectorAssessmentTargetObservation, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeInspectorAssessmentTarget_Name

func DecodeInspectorAssessmentTarget_Name(p *InspectorAssessmentTargetParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeInspectorAssessmentTarget_ResourceGroupArn

func DecodeInspectorAssessmentTarget_ResourceGroupArn(p *InspectorAssessmentTargetParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func EncodeInspectorAssessmentTarget

func EncodeInspectorAssessmentTarget(r InspectorAssessmentTarget) cty.Value

func EncodeInspectorAssessmentTarget_Arn

func EncodeInspectorAssessmentTarget_Arn(p InspectorAssessmentTargetObservation, vals map[string]cty.Value)

func EncodeInspectorAssessmentTarget_Name

func EncodeInspectorAssessmentTarget_Name(p InspectorAssessmentTargetParameters, vals map[string]cty.Value)

func EncodeInspectorAssessmentTarget_ResourceGroupArn

func EncodeInspectorAssessmentTarget_ResourceGroupArn(p InspectorAssessmentTargetParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeInspectorAssessmentTarget_Arn

mergePrimitiveTemplateStatus

func MergeInspectorAssessmentTarget_Name

mergePrimitiveTemplateSpec

func MergeInspectorAssessmentTarget_ResourceGroupArn

func MergeInspectorAssessmentTarget_ResourceGroupArn(k *InspectorAssessmentTargetParameters, p *InspectorAssessmentTargetParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

Types

type InspectorAssessmentTarget

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

	Spec   InspectorAssessmentTargetSpec   `json:"spec"`
	Status InspectorAssessmentTargetStatus `json:"status,omitempty"`
}

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

func (*InspectorAssessmentTarget) DeepCopy

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

func (*InspectorAssessmentTarget) DeepCopyInto

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

func (*InspectorAssessmentTarget) DeepCopyObject

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

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

func (*InspectorAssessmentTarget) GetCondition

GetCondition of this InspectorAssessmentTarget.

func (*InspectorAssessmentTarget) GetDeletionPolicy

GetDeletionPolicy of this InspectorAssessmentTarget.

func (*InspectorAssessmentTarget) GetProviderConfigReference

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

GetProviderConfigReference of this InspectorAssessmentTarget.

func (*InspectorAssessmentTarget) GetProviderReference

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

GetProviderReference of this InspectorAssessmentTarget. Deprecated: Use GetProviderConfigReference.

func (*InspectorAssessmentTarget) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this InspectorAssessmentTarget.

func (*InspectorAssessmentTarget) SetConditions

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

SetConditions of this InspectorAssessmentTarget.

func (*InspectorAssessmentTarget) SetDeletionPolicy

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

SetDeletionPolicy of this InspectorAssessmentTarget.

func (*InspectorAssessmentTarget) SetProviderConfigReference

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

SetProviderConfigReference of this InspectorAssessmentTarget.

func (*InspectorAssessmentTarget) SetProviderReference

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

SetProviderReference of this InspectorAssessmentTarget. Deprecated: Use SetProviderConfigReference.

func (*InspectorAssessmentTarget) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this InspectorAssessmentTarget.

type InspectorAssessmentTargetList

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

InspectorAssessmentTarget contains a list of InspectorAssessmentTargetList

func (*InspectorAssessmentTargetList) DeepCopy

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

func (*InspectorAssessmentTargetList) DeepCopyInto

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

func (*InspectorAssessmentTargetList) DeepCopyObject

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

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

func (*InspectorAssessmentTargetList) GetItems

GetItems of this InspectorAssessmentTargetList.

type InspectorAssessmentTargetObservation

type InspectorAssessmentTargetObservation struct {
	Arn string `json:"arn"`
}

A InspectorAssessmentTargetObservation records the observed state of a InspectorAssessmentTarget

func (*InspectorAssessmentTargetObservation) DeepCopy

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

func (*InspectorAssessmentTargetObservation) DeepCopyInto

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

type InspectorAssessmentTargetParameters

type InspectorAssessmentTargetParameters struct {
	Name             string `json:"name"`
	ResourceGroupArn string `json:"resource_group_arn"`
}

A InspectorAssessmentTargetParameters defines the desired state of a InspectorAssessmentTarget

func (*InspectorAssessmentTargetParameters) DeepCopy

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

func (*InspectorAssessmentTargetParameters) DeepCopyInto

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

type InspectorAssessmentTargetSpec

type InspectorAssessmentTargetSpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  InspectorAssessmentTargetParameters `json:"forProvider"`
}

A InspectorAssessmentTargetSpec defines the desired state of a InspectorAssessmentTarget

func (*InspectorAssessmentTargetSpec) DeepCopy

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

func (*InspectorAssessmentTargetSpec) DeepCopyInto

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

type InspectorAssessmentTargetStatus

type InspectorAssessmentTargetStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     InspectorAssessmentTargetObservation `json:"atProvider"`
}

A InspectorAssessmentTargetStatus defines the observed state of a InspectorAssessmentTarget

func (*InspectorAssessmentTargetStatus) DeepCopy

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

func (*InspectorAssessmentTargetStatus) DeepCopyInto

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL