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

Package type metadata.

Variables

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

Functions

func DecodeDbInstanceRoleAssociation

func DecodeDbInstanceRoleAssociation(prev *DbInstanceRoleAssociation, ctyValue cty.Value) (resource.Managed, error)

func DecodeDbInstanceRoleAssociation_DbInstanceIdentifier

func DecodeDbInstanceRoleAssociation_DbInstanceIdentifier(p *DbInstanceRoleAssociationParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeDbInstanceRoleAssociation_FeatureName

func DecodeDbInstanceRoleAssociation_FeatureName(p *DbInstanceRoleAssociationParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func DecodeDbInstanceRoleAssociation_RoleArn

func DecodeDbInstanceRoleAssociation_RoleArn(p *DbInstanceRoleAssociationParameters, vals map[string]cty.Value)

primitiveTypeDecodeTemplate

func EncodeDbInstanceRoleAssociation

func EncodeDbInstanceRoleAssociation(r DbInstanceRoleAssociation) cty.Value

func EncodeDbInstanceRoleAssociation_DbInstanceIdentifier

func EncodeDbInstanceRoleAssociation_DbInstanceIdentifier(p DbInstanceRoleAssociationParameters, vals map[string]cty.Value)

func EncodeDbInstanceRoleAssociation_FeatureName

func EncodeDbInstanceRoleAssociation_FeatureName(p DbInstanceRoleAssociationParameters, vals map[string]cty.Value)

func EncodeDbInstanceRoleAssociation_RoleArn

func EncodeDbInstanceRoleAssociation_RoleArn(p DbInstanceRoleAssociationParameters, vals map[string]cty.Value)

func Implementation

func Implementation() *plugin.Implementation

func MergeDbInstanceRoleAssociation_DbInstanceIdentifier

func MergeDbInstanceRoleAssociation_DbInstanceIdentifier(k *DbInstanceRoleAssociationParameters, p *DbInstanceRoleAssociationParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeDbInstanceRoleAssociation_FeatureName

func MergeDbInstanceRoleAssociation_FeatureName(k *DbInstanceRoleAssociationParameters, p *DbInstanceRoleAssociationParameters, md *plugin.MergeDescription) bool

mergePrimitiveTemplateSpec

func MergeDbInstanceRoleAssociation_RoleArn

mergePrimitiveTemplateSpec

Types

type DbInstanceRoleAssociation

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

	Spec   DbInstanceRoleAssociationSpec   `json:"spec"`
	Status DbInstanceRoleAssociationStatus `json:"status,omitempty"`
}

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

func (*DbInstanceRoleAssociation) DeepCopy

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

func (*DbInstanceRoleAssociation) DeepCopyInto

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

func (*DbInstanceRoleAssociation) DeepCopyObject

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

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

func (*DbInstanceRoleAssociation) GetCondition

GetCondition of this DbInstanceRoleAssociation.

func (*DbInstanceRoleAssociation) GetDeletionPolicy

GetDeletionPolicy of this DbInstanceRoleAssociation.

func (*DbInstanceRoleAssociation) GetProviderConfigReference

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

GetProviderConfigReference of this DbInstanceRoleAssociation.

func (*DbInstanceRoleAssociation) GetProviderReference

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

GetProviderReference of this DbInstanceRoleAssociation. Deprecated: Use GetProviderConfigReference.

func (*DbInstanceRoleAssociation) GetWriteConnectionSecretToReference

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

GetWriteConnectionSecretToReference of this DbInstanceRoleAssociation.

func (*DbInstanceRoleAssociation) SetConditions

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

SetConditions of this DbInstanceRoleAssociation.

func (*DbInstanceRoleAssociation) SetDeletionPolicy

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

SetDeletionPolicy of this DbInstanceRoleAssociation.

func (*DbInstanceRoleAssociation) SetProviderConfigReference

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

SetProviderConfigReference of this DbInstanceRoleAssociation.

func (*DbInstanceRoleAssociation) SetProviderReference

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

SetProviderReference of this DbInstanceRoleAssociation. Deprecated: Use SetProviderConfigReference.

func (*DbInstanceRoleAssociation) SetWriteConnectionSecretToReference

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

SetWriteConnectionSecretToReference of this DbInstanceRoleAssociation.

type DbInstanceRoleAssociationList

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

DbInstanceRoleAssociation contains a list of DbInstanceRoleAssociationList

func (*DbInstanceRoleAssociationList) DeepCopy

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

func (*DbInstanceRoleAssociationList) DeepCopyInto

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

func (*DbInstanceRoleAssociationList) DeepCopyObject

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

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

func (*DbInstanceRoleAssociationList) GetItems

GetItems of this DbInstanceRoleAssociationList.

type DbInstanceRoleAssociationObservation

type DbInstanceRoleAssociationObservation struct{}

A DbInstanceRoleAssociationObservation records the observed state of a DbInstanceRoleAssociation

func (*DbInstanceRoleAssociationObservation) DeepCopy

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

func (*DbInstanceRoleAssociationObservation) DeepCopyInto

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

type DbInstanceRoleAssociationParameters

type DbInstanceRoleAssociationParameters struct {
	DbInstanceIdentifier string `json:"db_instance_identifier"`
	FeatureName          string `json:"feature_name"`
	RoleArn              string `json:"role_arn"`
}

A DbInstanceRoleAssociationParameters defines the desired state of a DbInstanceRoleAssociation

func (*DbInstanceRoleAssociationParameters) DeepCopy

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

func (*DbInstanceRoleAssociationParameters) DeepCopyInto

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

type DbInstanceRoleAssociationSpec

type DbInstanceRoleAssociationSpec struct {
	runtimev1alpha1.ResourceSpec `json:",inline"`
	ForProvider                  DbInstanceRoleAssociationParameters `json:"forProvider"`
}

A DbInstanceRoleAssociationSpec defines the desired state of a DbInstanceRoleAssociation

func (*DbInstanceRoleAssociationSpec) DeepCopy

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

func (*DbInstanceRoleAssociationSpec) DeepCopyInto

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

type DbInstanceRoleAssociationStatus

type DbInstanceRoleAssociationStatus struct {
	runtimev1alpha1.ResourceStatus `json:",inline"`
	AtProvider                     DbInstanceRoleAssociationObservation `json:"atProvider"`
}

A DbInstanceRoleAssociationStatus defines the observed state of a DbInstanceRoleAssociation

func (*DbInstanceRoleAssociationStatus) DeepCopy

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

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