Documentation
¶
Index ¶
- Constants
- Variables
- func DecodeIotPolicyAttachment(prev *IotPolicyAttachment, ctyValue cty.Value) (resource.Managed, error)
- func DecodeIotPolicyAttachment_Policy(p *IotPolicyAttachmentParameters, vals map[string]cty.Value)
- func DecodeIotPolicyAttachment_Target(p *IotPolicyAttachmentParameters, vals map[string]cty.Value)
- func EncodeIotPolicyAttachment(r IotPolicyAttachment) cty.Value
- func EncodeIotPolicyAttachment_Policy(p IotPolicyAttachmentParameters, vals map[string]cty.Value)
- func EncodeIotPolicyAttachment_Target(p IotPolicyAttachmentParameters, vals map[string]cty.Value)
- func Implementation() *plugin.Implementation
- func MergeIotPolicyAttachment_Policy(k *IotPolicyAttachmentParameters, p *IotPolicyAttachmentParameters, ...) bool
- func MergeIotPolicyAttachment_Target(k *IotPolicyAttachmentParameters, p *IotPolicyAttachmentParameters, ...) bool
- type IotPolicyAttachment
- func (in *IotPolicyAttachment) DeepCopy() *IotPolicyAttachment
- func (in *IotPolicyAttachment) DeepCopyInto(out *IotPolicyAttachment)
- func (in *IotPolicyAttachment) DeepCopyObject() runtime.Object
- func (mg *IotPolicyAttachment) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
- func (mg *IotPolicyAttachment) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
- func (mg *IotPolicyAttachment) GetProviderConfigReference() *runtimev1alpha1.Reference
- func (mg *IotPolicyAttachment) GetProviderReference() *runtimev1alpha1.Reference
- func (mg *IotPolicyAttachment) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
- func (mg *IotPolicyAttachment) SetConditions(c ...runtimev1alpha1.Condition)
- func (mg *IotPolicyAttachment) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
- func (mg *IotPolicyAttachment) SetProviderConfigReference(r *runtimev1alpha1.Reference)
- func (mg *IotPolicyAttachment) SetProviderReference(r *runtimev1alpha1.Reference)
- func (mg *IotPolicyAttachment) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
- type IotPolicyAttachmentList
- type IotPolicyAttachmentObservation
- type IotPolicyAttachmentParameters
- type IotPolicyAttachmentSpec
- type IotPolicyAttachmentStatus
Constants ¶
const ( Group = "iot-policy-attachment.terraform-provider-aws.crossplane.io" Version = "v1alpha1" )
Package type metadata.
Variables ¶
var ( Kind = "IotPolicyAttachment" GroupKind = schema.GroupKind{Group: Group, Kind: Kind}.String() KindAPIVersion = Kind + "." + SchemeGroupVersion.String() GroupVersionKind = SchemeGroupVersion.WithKind(Kind) TerraformResourceName = "aws_iot_policy_attachment" )
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: Group, Version: Version} )
Functions ¶
func DecodeIotPolicyAttachment_Policy ¶
func DecodeIotPolicyAttachment_Policy(p *IotPolicyAttachmentParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeIotPolicyAttachment_Target ¶
func DecodeIotPolicyAttachment_Target(p *IotPolicyAttachmentParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func EncodeIotPolicyAttachment ¶
func EncodeIotPolicyAttachment(r IotPolicyAttachment) cty.Value
func EncodeIotPolicyAttachment_Policy ¶
func EncodeIotPolicyAttachment_Policy(p IotPolicyAttachmentParameters, vals map[string]cty.Value)
func EncodeIotPolicyAttachment_Target ¶
func EncodeIotPolicyAttachment_Target(p IotPolicyAttachmentParameters, vals map[string]cty.Value)
func Implementation ¶
func Implementation() *plugin.Implementation
func MergeIotPolicyAttachment_Policy ¶
func MergeIotPolicyAttachment_Policy(k *IotPolicyAttachmentParameters, p *IotPolicyAttachmentParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeIotPolicyAttachment_Target ¶
func MergeIotPolicyAttachment_Target(k *IotPolicyAttachmentParameters, p *IotPolicyAttachmentParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
Types ¶
type IotPolicyAttachment ¶
type IotPolicyAttachment struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec IotPolicyAttachmentSpec `json:"spec"` Status IotPolicyAttachmentStatus `json:"status,omitempty"` }
IotPolicyAttachment is a managed resource representing a resource mirrored in the cloud +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster
func (*IotPolicyAttachment) DeepCopy ¶
func (in *IotPolicyAttachment) DeepCopy() *IotPolicyAttachment
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IotPolicyAttachment.
func (*IotPolicyAttachment) DeepCopyInto ¶
func (in *IotPolicyAttachment) DeepCopyInto(out *IotPolicyAttachment)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*IotPolicyAttachment) DeepCopyObject ¶
func (in *IotPolicyAttachment) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*IotPolicyAttachment) GetCondition ¶
func (mg *IotPolicyAttachment) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
GetCondition of this IotPolicyAttachment.
func (*IotPolicyAttachment) GetDeletionPolicy ¶
func (mg *IotPolicyAttachment) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
GetDeletionPolicy of this IotPolicyAttachment.
func (*IotPolicyAttachment) GetProviderConfigReference ¶
func (mg *IotPolicyAttachment) GetProviderConfigReference() *runtimev1alpha1.Reference
GetProviderConfigReference of this IotPolicyAttachment.
func (*IotPolicyAttachment) GetProviderReference ¶
func (mg *IotPolicyAttachment) GetProviderReference() *runtimev1alpha1.Reference
GetProviderReference of this IotPolicyAttachment. Deprecated: Use GetProviderConfigReference.
func (*IotPolicyAttachment) GetWriteConnectionSecretToReference ¶
func (mg *IotPolicyAttachment) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
GetWriteConnectionSecretToReference of this IotPolicyAttachment.
func (*IotPolicyAttachment) SetConditions ¶
func (mg *IotPolicyAttachment) SetConditions(c ...runtimev1alpha1.Condition)
SetConditions of this IotPolicyAttachment.
func (*IotPolicyAttachment) SetDeletionPolicy ¶
func (mg *IotPolicyAttachment) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
SetDeletionPolicy of this IotPolicyAttachment.
func (*IotPolicyAttachment) SetProviderConfigReference ¶
func (mg *IotPolicyAttachment) SetProviderConfigReference(r *runtimev1alpha1.Reference)
SetProviderConfigReference of this IotPolicyAttachment.
func (*IotPolicyAttachment) SetProviderReference ¶
func (mg *IotPolicyAttachment) SetProviderReference(r *runtimev1alpha1.Reference)
SetProviderReference of this IotPolicyAttachment. Deprecated: Use SetProviderConfigReference.
func (*IotPolicyAttachment) SetWriteConnectionSecretToReference ¶
func (mg *IotPolicyAttachment) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
SetWriteConnectionSecretToReference of this IotPolicyAttachment.
type IotPolicyAttachmentList ¶
type IotPolicyAttachmentList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []IotPolicyAttachment `json:"items"` }
IotPolicyAttachment contains a list of IotPolicyAttachmentList
func (*IotPolicyAttachmentList) DeepCopy ¶
func (in *IotPolicyAttachmentList) DeepCopy() *IotPolicyAttachmentList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IotPolicyAttachmentList.
func (*IotPolicyAttachmentList) DeepCopyInto ¶
func (in *IotPolicyAttachmentList) DeepCopyInto(out *IotPolicyAttachmentList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*IotPolicyAttachmentList) DeepCopyObject ¶
func (in *IotPolicyAttachmentList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*IotPolicyAttachmentList) GetItems ¶
func (l *IotPolicyAttachmentList) GetItems() []resource.Managed
GetItems of this IotPolicyAttachmentList.
type IotPolicyAttachmentObservation ¶
type IotPolicyAttachmentObservation struct{}
A IotPolicyAttachmentObservation records the observed state of a IotPolicyAttachment
func (*IotPolicyAttachmentObservation) DeepCopy ¶
func (in *IotPolicyAttachmentObservation) DeepCopy() *IotPolicyAttachmentObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IotPolicyAttachmentObservation.
func (*IotPolicyAttachmentObservation) DeepCopyInto ¶
func (in *IotPolicyAttachmentObservation) DeepCopyInto(out *IotPolicyAttachmentObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IotPolicyAttachmentParameters ¶
type IotPolicyAttachmentParameters struct { Policy string `json:"policy"` Target string `json:"target"` }
A IotPolicyAttachmentParameters defines the desired state of a IotPolicyAttachment
func (*IotPolicyAttachmentParameters) DeepCopy ¶
func (in *IotPolicyAttachmentParameters) DeepCopy() *IotPolicyAttachmentParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IotPolicyAttachmentParameters.
func (*IotPolicyAttachmentParameters) DeepCopyInto ¶
func (in *IotPolicyAttachmentParameters) DeepCopyInto(out *IotPolicyAttachmentParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IotPolicyAttachmentSpec ¶
type IotPolicyAttachmentSpec struct { runtimev1alpha1.ResourceSpec `json:",inline"` ForProvider IotPolicyAttachmentParameters `json:"forProvider"` }
A IotPolicyAttachmentSpec defines the desired state of a IotPolicyAttachment
func (*IotPolicyAttachmentSpec) DeepCopy ¶
func (in *IotPolicyAttachmentSpec) DeepCopy() *IotPolicyAttachmentSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IotPolicyAttachmentSpec.
func (*IotPolicyAttachmentSpec) DeepCopyInto ¶
func (in *IotPolicyAttachmentSpec) DeepCopyInto(out *IotPolicyAttachmentSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type IotPolicyAttachmentStatus ¶
type IotPolicyAttachmentStatus struct { runtimev1alpha1.ResourceStatus `json:",inline"` AtProvider IotPolicyAttachmentObservation `json:"atProvider"` }
A IotPolicyAttachmentStatus defines the observed state of a IotPolicyAttachment
func (*IotPolicyAttachmentStatus) DeepCopy ¶
func (in *IotPolicyAttachmentStatus) DeepCopy() *IotPolicyAttachmentStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new IotPolicyAttachmentStatus.
func (*IotPolicyAttachmentStatus) DeepCopyInto ¶
func (in *IotPolicyAttachmentStatus) DeepCopyInto(out *IotPolicyAttachmentStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.