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

Package type metadata.

Variables

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

Functions

func DecodeIotPolicyAttachment

func DecodeIotPolicyAttachment(prev *IotPolicyAttachment, ctyValue cty.Value) (resource.Managed, error)

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

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

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

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

func (*IotPolicyAttachmentObservation) DeepCopyInto

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

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

func (*IotPolicyAttachmentParameters) DeepCopyInto

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

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

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

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