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

Package type metadata.

Variables

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

Functions

func DecodeLicensemanagerAssociation

func DecodeLicensemanagerAssociation(prev *LicensemanagerAssociation, ctyValue cty.Value) (resource.Managed, error)

func DecodeLicensemanagerAssociation_LicenseConfigurationArn

func DecodeLicensemanagerAssociation_LicenseConfigurationArn(p *LicensemanagerAssociationParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeLicensemanagerAssociation_ResourceArn

func DecodeLicensemanagerAssociation_ResourceArn(p *LicensemanagerAssociationParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func EncodeLicensemanagerAssociation

func EncodeLicensemanagerAssociation(r LicensemanagerAssociation) cty.Value

func EncodeLicensemanagerAssociation_LicenseConfigurationArn

func EncodeLicensemanagerAssociation_LicenseConfigurationArn(p LicensemanagerAssociationParameters, vals map[string]cty.Value)

func EncodeLicensemanagerAssociation_ResourceArn

func EncodeLicensemanagerAssociation_ResourceArn(p LicensemanagerAssociationParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeLicensemanagerAssociation_LicenseConfigurationArn

func MergeLicensemanagerAssociation_LicenseConfigurationArn(k *LicensemanagerAssociationParameters, p *LicensemanagerAssociationParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeLicensemanagerAssociation_ResourceArn

func MergeLicensemanagerAssociation_ResourceArn(k *LicensemanagerAssociationParameters, p *LicensemanagerAssociationParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

Types

type LicensemanagerAssociation

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

	Spec   LicensemanagerAssociationSpec   `json:"spec"`
	Status LicensemanagerAssociationStatus `json:"status,omitempty"`
}

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

func (*LicensemanagerAssociation) DeepCopy

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

func (*LicensemanagerAssociation) DeepCopyInto

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

func (*LicensemanagerAssociation) DeepCopyObject

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

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

func (*LicensemanagerAssociation) GetCondition

GetCondition of this LicensemanagerAssociation.

func (*LicensemanagerAssociation) GetDeletionPolicy

GetDeletionPolicy of this LicensemanagerAssociation.

func (*LicensemanagerAssociation) GetProviderConfigReference

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

GetProviderConfigReference of this LicensemanagerAssociation.

func (*LicensemanagerAssociation) GetProviderReference

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

GetProviderReference of this LicensemanagerAssociation. Deprecated: Use GetProviderConfigReference.

func (*LicensemanagerAssociation) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this LicensemanagerAssociation.

func (*LicensemanagerAssociation) SetConditions

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

SetConditions of this LicensemanagerAssociation.

func (*LicensemanagerAssociation) SetDeletionPolicy

func (mg *LicensemanagerAssociation) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)

SetDeletionPolicy of this LicensemanagerAssociation.

func (*LicensemanagerAssociation) SetProviderConfigReference

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

SetProviderConfigReference of this LicensemanagerAssociation.

func (*LicensemanagerAssociation) SetProviderReference

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

SetProviderReference of this LicensemanagerAssociation. Deprecated: Use SetProviderConfigReference.

func (*LicensemanagerAssociation) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this LicensemanagerAssociation.

type LicensemanagerAssociationList

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

LicensemanagerAssociation contains a list of LicensemanagerAssociationList

func (*LicensemanagerAssociationList) DeepCopy

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

func (*LicensemanagerAssociationList) DeepCopyInto

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

func (*LicensemanagerAssociationList) DeepCopyObject

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

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

func (*LicensemanagerAssociationList) GetItems

GetItems of this LicensemanagerAssociationList.

type LicensemanagerAssociationObservation

type LicensemanagerAssociationObservation struct{}

A LicensemanagerAssociationObservation records the observed state of a LicensemanagerAssociation

func (*LicensemanagerAssociationObservation) DeepCopy

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

func (*LicensemanagerAssociationObservation) DeepCopyInto

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

type LicensemanagerAssociationParameters

type LicensemanagerAssociationParameters struct {
	LicenseConfigurationArn string `json:"license_configuration_arn"`
	ResourceArn             string `json:"resource_arn"`
}

A LicensemanagerAssociationParameters defines the desired state of a LicensemanagerAssociation

func (*LicensemanagerAssociationParameters) DeepCopy

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

func (*LicensemanagerAssociationParameters) DeepCopyInto

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

type LicensemanagerAssociationSpec

type LicensemanagerAssociationSpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  LicensemanagerAssociationParameters `json:"forProvider"`
}

A LicensemanagerAssociationSpec defines the desired state of a LicensemanagerAssociation

func (*LicensemanagerAssociationSpec) DeepCopy

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

func (*LicensemanagerAssociationSpec) DeepCopyInto

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

type LicensemanagerAssociationStatus

type LicensemanagerAssociationStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     LicensemanagerAssociationObservation `json:"atProvider"`
}

A LicensemanagerAssociationStatus defines the observed state of a LicensemanagerAssociation

func (*LicensemanagerAssociationStatus) DeepCopy

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

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