Documentation
¶
Index ¶
- Constants
- Variables
- func DecodeLicensemanagerAssociation(prev *LicensemanagerAssociation, ctyValue cty.Value) (resource.Managed, error)
- func DecodeLicensemanagerAssociation_LicenseConfigurationArn(p *LicensemanagerAssociationParameters, vals map[string]cty.Value)
- func DecodeLicensemanagerAssociation_ResourceArn(p *LicensemanagerAssociationParameters, vals map[string]cty.Value)
- func EncodeLicensemanagerAssociation(r LicensemanagerAssociation) cty.Value
- func EncodeLicensemanagerAssociation_LicenseConfigurationArn(p LicensemanagerAssociationParameters, vals map[string]cty.Value)
- func EncodeLicensemanagerAssociation_ResourceArn(p LicensemanagerAssociationParameters, vals map[string]cty.Value)
- func Implementation() *plugin.Implementation
- func MergeLicensemanagerAssociation_LicenseConfigurationArn(k *LicensemanagerAssociationParameters, p *LicensemanagerAssociationParameters, ...) bool
- func MergeLicensemanagerAssociation_ResourceArn(k *LicensemanagerAssociationParameters, p *LicensemanagerAssociationParameters, ...) bool
- type LicensemanagerAssociation
- func (in *LicensemanagerAssociation) DeepCopy() *LicensemanagerAssociation
- func (in *LicensemanagerAssociation) DeepCopyInto(out *LicensemanagerAssociation)
- func (in *LicensemanagerAssociation) DeepCopyObject() runtime.Object
- func (mg *LicensemanagerAssociation) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
- func (mg *LicensemanagerAssociation) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
- func (mg *LicensemanagerAssociation) GetProviderConfigReference() *runtimev1alpha1.Reference
- func (mg *LicensemanagerAssociation) GetProviderReference() *runtimev1alpha1.Reference
- func (mg *LicensemanagerAssociation) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
- func (mg *LicensemanagerAssociation) SetConditions(c ...runtimev1alpha1.Condition)
- func (mg *LicensemanagerAssociation) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
- func (mg *LicensemanagerAssociation) SetProviderConfigReference(r *runtimev1alpha1.Reference)
- func (mg *LicensemanagerAssociation) SetProviderReference(r *runtimev1alpha1.Reference)
- func (mg *LicensemanagerAssociation) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
- type LicensemanagerAssociationList
- func (in *LicensemanagerAssociationList) DeepCopy() *LicensemanagerAssociationList
- func (in *LicensemanagerAssociationList) DeepCopyInto(out *LicensemanagerAssociationList)
- func (in *LicensemanagerAssociationList) DeepCopyObject() runtime.Object
- func (l *LicensemanagerAssociationList) GetItems() []resource.Managed
- type LicensemanagerAssociationObservation
- type LicensemanagerAssociationParameters
- type LicensemanagerAssociationSpec
- type LicensemanagerAssociationStatus
Constants ¶
const ( Group = "licensemanager-association.terraform-provider-aws.crossplane.io" Version = "v1alpha1" )
Package type metadata.
Variables ¶
var ( Kind = "LicensemanagerAssociation" GroupKind = schema.GroupKind{Group: Group, Kind: Kind}.String() KindAPIVersion = Kind + "." + SchemeGroupVersion.String() GroupVersionKind = SchemeGroupVersion.WithKind(Kind) TerraformResourceName = "aws_licensemanager_association" )
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: Group, Version: Version} )
Functions ¶
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 ¶
func (in *LicensemanagerAssociation) DeepCopy() *LicensemanagerAssociation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LicensemanagerAssociation.
func (*LicensemanagerAssociation) DeepCopyInto ¶
func (in *LicensemanagerAssociation) DeepCopyInto(out *LicensemanagerAssociation)
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 ¶
func (mg *LicensemanagerAssociation) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
GetCondition of this LicensemanagerAssociation.
func (*LicensemanagerAssociation) GetDeletionPolicy ¶
func (mg *LicensemanagerAssociation) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
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 ¶
func (in *LicensemanagerAssociationList) DeepCopy() *LicensemanagerAssociationList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LicensemanagerAssociationList.
func (*LicensemanagerAssociationList) DeepCopyInto ¶
func (in *LicensemanagerAssociationList) DeepCopyInto(out *LicensemanagerAssociationList)
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 ¶
func (l *LicensemanagerAssociationList) GetItems() []resource.Managed
GetItems of this LicensemanagerAssociationList.
type LicensemanagerAssociationObservation ¶
type LicensemanagerAssociationObservation struct{}
A LicensemanagerAssociationObservation records the observed state of a LicensemanagerAssociation
func (*LicensemanagerAssociationObservation) DeepCopy ¶
func (in *LicensemanagerAssociationObservation) DeepCopy() *LicensemanagerAssociationObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LicensemanagerAssociationObservation.
func (*LicensemanagerAssociationObservation) DeepCopyInto ¶
func (in *LicensemanagerAssociationObservation) DeepCopyInto(out *LicensemanagerAssociationObservation)
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 ¶
func (in *LicensemanagerAssociationParameters) DeepCopy() *LicensemanagerAssociationParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LicensemanagerAssociationParameters.
func (*LicensemanagerAssociationParameters) DeepCopyInto ¶
func (in *LicensemanagerAssociationParameters) DeepCopyInto(out *LicensemanagerAssociationParameters)
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 ¶
func (in *LicensemanagerAssociationSpec) DeepCopy() *LicensemanagerAssociationSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LicensemanagerAssociationSpec.
func (*LicensemanagerAssociationSpec) DeepCopyInto ¶
func (in *LicensemanagerAssociationSpec) DeepCopyInto(out *LicensemanagerAssociationSpec)
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 ¶
func (in *LicensemanagerAssociationStatus) DeepCopy() *LicensemanagerAssociationStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new LicensemanagerAssociationStatus.
func (*LicensemanagerAssociationStatus) DeepCopyInto ¶
func (in *LicensemanagerAssociationStatus) DeepCopyInto(out *LicensemanagerAssociationStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.