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

Package type metadata.

Variables

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

Functions

func DecodeOrganizationsPolicyAttachment

func DecodeOrganizationsPolicyAttachment(prev *OrganizationsPolicyAttachment, ctyValue cty.Value) (resource.Managed, error)

func DecodeOrganizationsPolicyAttachment_PolicyId

func DecodeOrganizationsPolicyAttachment_PolicyId(p *OrganizationsPolicyAttachmentParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeOrganizationsPolicyAttachment_TargetId

func DecodeOrganizationsPolicyAttachment_TargetId(p *OrganizationsPolicyAttachmentParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func EncodeOrganizationsPolicyAttachment

func EncodeOrganizationsPolicyAttachment(r OrganizationsPolicyAttachment) cty.Value

func EncodeOrganizationsPolicyAttachment_PolicyId

func EncodeOrganizationsPolicyAttachment_PolicyId(p OrganizationsPolicyAttachmentParameters, vals map[string]cty.Value)

func EncodeOrganizationsPolicyAttachment_TargetId

func EncodeOrganizationsPolicyAttachment_TargetId(p OrganizationsPolicyAttachmentParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeOrganizationsPolicyAttachment_PolicyId

mergePrimitiveTemplateSpec

func MergeOrganizationsPolicyAttachment_TargetId

mergePrimitiveTemplateSpec

Types

type OrganizationsPolicyAttachment

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

	Spec   OrganizationsPolicyAttachmentSpec   `json:"spec"`
	Status OrganizationsPolicyAttachmentStatus `json:"status,omitempty"`
}

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

func (*OrganizationsPolicyAttachment) DeepCopy

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

func (*OrganizationsPolicyAttachment) DeepCopyInto

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

func (*OrganizationsPolicyAttachment) DeepCopyObject

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

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

func (*OrganizationsPolicyAttachment) GetCondition

GetCondition of this OrganizationsPolicyAttachment.

func (*OrganizationsPolicyAttachment) GetDeletionPolicy

GetDeletionPolicy of this OrganizationsPolicyAttachment.

func (*OrganizationsPolicyAttachment) GetProviderConfigReference

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

GetProviderConfigReference of this OrganizationsPolicyAttachment.

func (*OrganizationsPolicyAttachment) GetProviderReference

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

GetProviderReference of this OrganizationsPolicyAttachment. Deprecated: Use GetProviderConfigReference.

func (*OrganizationsPolicyAttachment) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this OrganizationsPolicyAttachment.

func (*OrganizationsPolicyAttachment) SetConditions

SetConditions of this OrganizationsPolicyAttachment.

func (*OrganizationsPolicyAttachment) SetDeletionPolicy

SetDeletionPolicy of this OrganizationsPolicyAttachment.

func (*OrganizationsPolicyAttachment) SetProviderConfigReference

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

SetProviderConfigReference of this OrganizationsPolicyAttachment.

func (*OrganizationsPolicyAttachment) SetProviderReference

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

SetProviderReference of this OrganizationsPolicyAttachment. Deprecated: Use SetProviderConfigReference.

func (*OrganizationsPolicyAttachment) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this OrganizationsPolicyAttachment.

type OrganizationsPolicyAttachmentList

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

OrganizationsPolicyAttachment contains a list of OrganizationsPolicyAttachmentList

func (*OrganizationsPolicyAttachmentList) DeepCopy

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

func (*OrganizationsPolicyAttachmentList) DeepCopyInto

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

func (*OrganizationsPolicyAttachmentList) DeepCopyObject

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

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

func (*OrganizationsPolicyAttachmentList) GetItems

GetItems of this OrganizationsPolicyAttachmentList.

type OrganizationsPolicyAttachmentObservation

type OrganizationsPolicyAttachmentObservation struct{}

A OrganizationsPolicyAttachmentObservation records the observed state of a OrganizationsPolicyAttachment

func (*OrganizationsPolicyAttachmentObservation) DeepCopy

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

func (*OrganizationsPolicyAttachmentObservation) DeepCopyInto

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

type OrganizationsPolicyAttachmentParameters

type OrganizationsPolicyAttachmentParameters struct {
	PolicyId string `json:"policy_id"`
	TargetId string `json:"target_id"`
}

A OrganizationsPolicyAttachmentParameters defines the desired state of a OrganizationsPolicyAttachment

func (*OrganizationsPolicyAttachmentParameters) DeepCopy

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

func (*OrganizationsPolicyAttachmentParameters) DeepCopyInto

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

type OrganizationsPolicyAttachmentSpec

type OrganizationsPolicyAttachmentSpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  OrganizationsPolicyAttachmentParameters `json:"forProvider"`
}

A OrganizationsPolicyAttachmentSpec defines the desired state of a OrganizationsPolicyAttachment

func (*OrganizationsPolicyAttachmentSpec) DeepCopy

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

func (*OrganizationsPolicyAttachmentSpec) DeepCopyInto

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

type OrganizationsPolicyAttachmentStatus

type OrganizationsPolicyAttachmentStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     OrganizationsPolicyAttachmentObservation `json:"atProvider"`
}

A OrganizationsPolicyAttachmentStatus defines the observed state of a OrganizationsPolicyAttachment

func (*OrganizationsPolicyAttachmentStatus) DeepCopy

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

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