Documentation ¶
Index ¶
- Constants
- Variables
- func DecodeIotThingPrincipalAttachment(prev *IotThingPrincipalAttachment, ctyValue cty.Value) (resource.Managed, error)
- func DecodeIotThingPrincipalAttachment_Principal(p *IotThingPrincipalAttachmentParameters, vals map[string]cty.Value)
- func DecodeIotThingPrincipalAttachment_Thing(p *IotThingPrincipalAttachmentParameters, vals map[string]cty.Value)
- func EncodeIotThingPrincipalAttachment(r IotThingPrincipalAttachment) cty.Value
- func EncodeIotThingPrincipalAttachment_Principal(p IotThingPrincipalAttachmentParameters, vals map[string]cty.Value)
- func EncodeIotThingPrincipalAttachment_Thing(p IotThingPrincipalAttachmentParameters, vals map[string]cty.Value)
- func Implementation() *plugin.Implementation
- func MergeIotThingPrincipalAttachment_Principal(k *IotThingPrincipalAttachmentParameters, ...) bool
- func MergeIotThingPrincipalAttachment_Thing(k *IotThingPrincipalAttachmentParameters, ...) bool
- type IotThingPrincipalAttachment
- func (in *IotThingPrincipalAttachment) DeepCopy() *IotThingPrincipalAttachment
- func (in *IotThingPrincipalAttachment) DeepCopyInto(out *IotThingPrincipalAttachment)
- func (in *IotThingPrincipalAttachment) DeepCopyObject() runtime.Object
- func (mg *IotThingPrincipalAttachment) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
- func (mg *IotThingPrincipalAttachment) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
- func (mg *IotThingPrincipalAttachment) GetProviderConfigReference() *runtimev1alpha1.Reference
- func (mg *IotThingPrincipalAttachment) GetProviderReference() *runtimev1alpha1.Reference
- func (mg *IotThingPrincipalAttachment) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
- func (mg *IotThingPrincipalAttachment) SetConditions(c ...runtimev1alpha1.Condition)
- func (mg *IotThingPrincipalAttachment) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
- func (mg *IotThingPrincipalAttachment) SetProviderConfigReference(r *runtimev1alpha1.Reference)
- func (mg *IotThingPrincipalAttachment) SetProviderReference(r *runtimev1alpha1.Reference)
- func (mg *IotThingPrincipalAttachment) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
- type IotThingPrincipalAttachmentList
- func (in *IotThingPrincipalAttachmentList) DeepCopy() *IotThingPrincipalAttachmentList
- func (in *IotThingPrincipalAttachmentList) DeepCopyInto(out *IotThingPrincipalAttachmentList)
- func (in *IotThingPrincipalAttachmentList) DeepCopyObject() runtime.Object
- func (l *IotThingPrincipalAttachmentList) GetItems() []resource.Managed
- type IotThingPrincipalAttachmentObservation
- type IotThingPrincipalAttachmentParameters
- type IotThingPrincipalAttachmentSpec
- type IotThingPrincipalAttachmentStatus
Constants ¶
const ( Group = "iot-thing-principal-attachment.terraform-provider-aws.crossplane.io" Version = "v1alpha1" )
Package type metadata.
Variables ¶
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" )
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: Group, Version: Version} )
Functions ¶
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 ¶
func MergeIotThingPrincipalAttachment_Thing(k *IotThingPrincipalAttachmentParameters, p *IotThingPrincipalAttachmentParameters, md *plugin.MergeDescription) bool
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 ¶
func (in *IotThingPrincipalAttachment) DeepCopy() *IotThingPrincipalAttachment
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IotThingPrincipalAttachment.
func (*IotThingPrincipalAttachment) DeepCopyInto ¶
func (in *IotThingPrincipalAttachment) DeepCopyInto(out *IotThingPrincipalAttachment)
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 ¶
func (mg *IotThingPrincipalAttachment) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
GetCondition of this IotThingPrincipalAttachment.
func (*IotThingPrincipalAttachment) GetDeletionPolicy ¶
func (mg *IotThingPrincipalAttachment) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
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 ¶
func (mg *IotThingPrincipalAttachment) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
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 ¶
func (in *IotThingPrincipalAttachmentList) DeepCopy() *IotThingPrincipalAttachmentList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IotThingPrincipalAttachmentList.
func (*IotThingPrincipalAttachmentList) DeepCopyInto ¶
func (in *IotThingPrincipalAttachmentList) DeepCopyInto(out *IotThingPrincipalAttachmentList)
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 ¶
func (l *IotThingPrincipalAttachmentList) GetItems() []resource.Managed
GetItems of this IotThingPrincipalAttachmentList.
type IotThingPrincipalAttachmentObservation ¶
type IotThingPrincipalAttachmentObservation struct{}
A IotThingPrincipalAttachmentObservation records the observed state of a IotThingPrincipalAttachment
func (*IotThingPrincipalAttachmentObservation) DeepCopy ¶
func (in *IotThingPrincipalAttachmentObservation) DeepCopy() *IotThingPrincipalAttachmentObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IotThingPrincipalAttachmentObservation.
func (*IotThingPrincipalAttachmentObservation) DeepCopyInto ¶
func (in *IotThingPrincipalAttachmentObservation) DeepCopyInto(out *IotThingPrincipalAttachmentObservation)
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 ¶
func (in *IotThingPrincipalAttachmentParameters) DeepCopy() *IotThingPrincipalAttachmentParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IotThingPrincipalAttachmentParameters.
func (*IotThingPrincipalAttachmentParameters) DeepCopyInto ¶
func (in *IotThingPrincipalAttachmentParameters) DeepCopyInto(out *IotThingPrincipalAttachmentParameters)
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 ¶
func (in *IotThingPrincipalAttachmentSpec) DeepCopy() *IotThingPrincipalAttachmentSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IotThingPrincipalAttachmentSpec.
func (*IotThingPrincipalAttachmentSpec) DeepCopyInto ¶
func (in *IotThingPrincipalAttachmentSpec) DeepCopyInto(out *IotThingPrincipalAttachmentSpec)
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 ¶
func (in *IotThingPrincipalAttachmentStatus) DeepCopy() *IotThingPrincipalAttachmentStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IotThingPrincipalAttachmentStatus.
func (*IotThingPrincipalAttachmentStatus) DeepCopyInto ¶
func (in *IotThingPrincipalAttachmentStatus) DeepCopyInto(out *IotThingPrincipalAttachmentStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.