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   = "iot-thing-principal-attachment.terraform-provider-aws.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

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

Functions

func DecodeIotThingPrincipalAttachment

func DecodeIotThingPrincipalAttachment(prev *IotThingPrincipalAttachment, ctyValue cty.Value) (resource.Managed, error)

func DecodeIotThingPrincipalAttachment_Principal

func DecodeIotThingPrincipalAttachment_Principal(p *IotThingPrincipalAttachmentParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeIotThingPrincipalAttachment_Thing

func DecodeIotThingPrincipalAttachment_Thing(p *IotThingPrincipalAttachmentParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func EncodeIotThingPrincipalAttachment

func EncodeIotThingPrincipalAttachment(r IotThingPrincipalAttachment) cty.Value

func EncodeIotThingPrincipalAttachment_Principal

func EncodeIotThingPrincipalAttachment_Principal(p IotThingPrincipalAttachmentParameters, vals map[string]cty.Value)

func EncodeIotThingPrincipalAttachment_Thing

func EncodeIotThingPrincipalAttachment_Thing(p IotThingPrincipalAttachmentParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeIotThingPrincipalAttachment_Principal

func MergeIotThingPrincipalAttachment_Principal(k *IotThingPrincipalAttachmentParameters, p *IotThingPrincipalAttachmentParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeIotThingPrincipalAttachment_Thing

mergePrimitiveTemplateSpec

Types

type IotThingPrincipalAttachment

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

	Spec   IotThingPrincipalAttachmentSpec   `json:"spec"`
	Status IotThingPrincipalAttachmentStatus `json:"status,omitempty"`
}

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

func (*IotThingPrincipalAttachment) DeepCopy

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

func (*IotThingPrincipalAttachment) DeepCopyInto

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

func (*IotThingPrincipalAttachment) DeepCopyObject

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

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

func (*IotThingPrincipalAttachment) GetCondition

GetCondition of this IotThingPrincipalAttachment.

func (*IotThingPrincipalAttachment) GetDeletionPolicy

GetDeletionPolicy of this IotThingPrincipalAttachment.

func (*IotThingPrincipalAttachment) GetProviderConfigReference

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

GetProviderConfigReference of this IotThingPrincipalAttachment.

func (*IotThingPrincipalAttachment) GetProviderReference

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

GetProviderReference of this IotThingPrincipalAttachment. Deprecated: Use GetProviderConfigReference.

func (*IotThingPrincipalAttachment) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this IotThingPrincipalAttachment.

func (*IotThingPrincipalAttachment) SetConditions

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

SetConditions of this IotThingPrincipalAttachment.

func (*IotThingPrincipalAttachment) SetDeletionPolicy

SetDeletionPolicy of this IotThingPrincipalAttachment.

func (*IotThingPrincipalAttachment) SetProviderConfigReference

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

SetProviderConfigReference of this IotThingPrincipalAttachment.

func (*IotThingPrincipalAttachment) SetProviderReference

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

SetProviderReference of this IotThingPrincipalAttachment. Deprecated: Use SetProviderConfigReference.

func (*IotThingPrincipalAttachment) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this IotThingPrincipalAttachment.

type IotThingPrincipalAttachmentList

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

IotThingPrincipalAttachment contains a list of IotThingPrincipalAttachmentList

func (*IotThingPrincipalAttachmentList) DeepCopy

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

func (*IotThingPrincipalAttachmentList) DeepCopyInto

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

func (*IotThingPrincipalAttachmentList) DeepCopyObject

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

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

func (*IotThingPrincipalAttachmentList) GetItems

GetItems of this IotThingPrincipalAttachmentList.

type IotThingPrincipalAttachmentObservation

type IotThingPrincipalAttachmentObservation struct{}

A IotThingPrincipalAttachmentObservation records the observed state of a IotThingPrincipalAttachment

func (*IotThingPrincipalAttachmentObservation) DeepCopy

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

func (*IotThingPrincipalAttachmentObservation) DeepCopyInto

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

type IotThingPrincipalAttachmentParameters

type IotThingPrincipalAttachmentParameters struct {
	Thing     string `json:"thing"`
	Principal string `json:"principal"`
}

A IotThingPrincipalAttachmentParameters defines the desired state of a IotThingPrincipalAttachment

func (*IotThingPrincipalAttachmentParameters) DeepCopy

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

func (*IotThingPrincipalAttachmentParameters) DeepCopyInto

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

type IotThingPrincipalAttachmentSpec

type IotThingPrincipalAttachmentSpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  IotThingPrincipalAttachmentParameters `json:"forProvider"`
}

A IotThingPrincipalAttachmentSpec defines the desired state of a IotThingPrincipalAttachment

func (*IotThingPrincipalAttachmentSpec) DeepCopy

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

func (*IotThingPrincipalAttachmentSpec) DeepCopyInto

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

type IotThingPrincipalAttachmentStatus

type IotThingPrincipalAttachmentStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     IotThingPrincipalAttachmentObservation `json:"atProvider"`
}

A IotThingPrincipalAttachmentStatus defines the observed state of a IotThingPrincipalAttachment

func (*IotThingPrincipalAttachmentStatus) DeepCopy

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

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