Documentation ¶
Index ¶
- Constants
- Variables
- func DecodeDbInstanceRoleAssociation(prev *DbInstanceRoleAssociation, ctyValue cty.Value) (resource.Managed, error)
- func DecodeDbInstanceRoleAssociation_DbInstanceIdentifier(p *DbInstanceRoleAssociationParameters, vals map[string]cty.Value)
- func DecodeDbInstanceRoleAssociation_FeatureName(p *DbInstanceRoleAssociationParameters, vals map[string]cty.Value)
- func DecodeDbInstanceRoleAssociation_RoleArn(p *DbInstanceRoleAssociationParameters, vals map[string]cty.Value)
- func EncodeDbInstanceRoleAssociation(r DbInstanceRoleAssociation) cty.Value
- func EncodeDbInstanceRoleAssociation_DbInstanceIdentifier(p DbInstanceRoleAssociationParameters, vals map[string]cty.Value)
- func EncodeDbInstanceRoleAssociation_FeatureName(p DbInstanceRoleAssociationParameters, vals map[string]cty.Value)
- func EncodeDbInstanceRoleAssociation_RoleArn(p DbInstanceRoleAssociationParameters, vals map[string]cty.Value)
- func Implementation() *plugin.Implementation
- func MergeDbInstanceRoleAssociation_DbInstanceIdentifier(k *DbInstanceRoleAssociationParameters, p *DbInstanceRoleAssociationParameters, ...) bool
- func MergeDbInstanceRoleAssociation_FeatureName(k *DbInstanceRoleAssociationParameters, p *DbInstanceRoleAssociationParameters, ...) bool
- func MergeDbInstanceRoleAssociation_RoleArn(k *DbInstanceRoleAssociationParameters, p *DbInstanceRoleAssociationParameters, ...) bool
- type DbInstanceRoleAssociation
- func (in *DbInstanceRoleAssociation) DeepCopy() *DbInstanceRoleAssociation
- func (in *DbInstanceRoleAssociation) DeepCopyInto(out *DbInstanceRoleAssociation)
- func (in *DbInstanceRoleAssociation) DeepCopyObject() runtime.Object
- func (mg *DbInstanceRoleAssociation) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
- func (mg *DbInstanceRoleAssociation) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
- func (mg *DbInstanceRoleAssociation) GetProviderConfigReference() *runtimev1alpha1.Reference
- func (mg *DbInstanceRoleAssociation) GetProviderReference() *runtimev1alpha1.Reference
- func (mg *DbInstanceRoleAssociation) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
- func (mg *DbInstanceRoleAssociation) SetConditions(c ...runtimev1alpha1.Condition)
- func (mg *DbInstanceRoleAssociation) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
- func (mg *DbInstanceRoleAssociation) SetProviderConfigReference(r *runtimev1alpha1.Reference)
- func (mg *DbInstanceRoleAssociation) SetProviderReference(r *runtimev1alpha1.Reference)
- func (mg *DbInstanceRoleAssociation) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
- type DbInstanceRoleAssociationList
- func (in *DbInstanceRoleAssociationList) DeepCopy() *DbInstanceRoleAssociationList
- func (in *DbInstanceRoleAssociationList) DeepCopyInto(out *DbInstanceRoleAssociationList)
- func (in *DbInstanceRoleAssociationList) DeepCopyObject() runtime.Object
- func (l *DbInstanceRoleAssociationList) GetItems() []resource.Managed
- type DbInstanceRoleAssociationObservation
- type DbInstanceRoleAssociationParameters
- type DbInstanceRoleAssociationSpec
- type DbInstanceRoleAssociationStatus
Constants ¶
const ( Group = "db-instance-role-association.terraform-provider-aws.crossplane.io" Version = "v1alpha1" )
Package type metadata.
Variables ¶
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" )
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: Group, Version: Version} )
Functions ¶
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 ¶
func MergeDbInstanceRoleAssociation_RoleArn(k *DbInstanceRoleAssociationParameters, p *DbInstanceRoleAssociationParameters, md *plugin.MergeDescription) bool
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 ¶
func (in *DbInstanceRoleAssociation) DeepCopy() *DbInstanceRoleAssociation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DbInstanceRoleAssociation.
func (*DbInstanceRoleAssociation) DeepCopyInto ¶
func (in *DbInstanceRoleAssociation) DeepCopyInto(out *DbInstanceRoleAssociation)
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 ¶
func (mg *DbInstanceRoleAssociation) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
GetCondition of this DbInstanceRoleAssociation.
func (*DbInstanceRoleAssociation) GetDeletionPolicy ¶
func (mg *DbInstanceRoleAssociation) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
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 ¶
func (in *DbInstanceRoleAssociationList) DeepCopy() *DbInstanceRoleAssociationList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DbInstanceRoleAssociationList.
func (*DbInstanceRoleAssociationList) DeepCopyInto ¶
func (in *DbInstanceRoleAssociationList) DeepCopyInto(out *DbInstanceRoleAssociationList)
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 ¶
func (l *DbInstanceRoleAssociationList) GetItems() []resource.Managed
GetItems of this DbInstanceRoleAssociationList.
type DbInstanceRoleAssociationObservation ¶
type DbInstanceRoleAssociationObservation struct{}
A DbInstanceRoleAssociationObservation records the observed state of a DbInstanceRoleAssociation
func (*DbInstanceRoleAssociationObservation) DeepCopy ¶
func (in *DbInstanceRoleAssociationObservation) DeepCopy() *DbInstanceRoleAssociationObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DbInstanceRoleAssociationObservation.
func (*DbInstanceRoleAssociationObservation) DeepCopyInto ¶
func (in *DbInstanceRoleAssociationObservation) DeepCopyInto(out *DbInstanceRoleAssociationObservation)
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 ¶
func (in *DbInstanceRoleAssociationParameters) DeepCopy() *DbInstanceRoleAssociationParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DbInstanceRoleAssociationParameters.
func (*DbInstanceRoleAssociationParameters) DeepCopyInto ¶
func (in *DbInstanceRoleAssociationParameters) DeepCopyInto(out *DbInstanceRoleAssociationParameters)
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 ¶
func (in *DbInstanceRoleAssociationSpec) DeepCopy() *DbInstanceRoleAssociationSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DbInstanceRoleAssociationSpec.
func (*DbInstanceRoleAssociationSpec) DeepCopyInto ¶
func (in *DbInstanceRoleAssociationSpec) DeepCopyInto(out *DbInstanceRoleAssociationSpec)
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 ¶
func (in *DbInstanceRoleAssociationStatus) DeepCopy() *DbInstanceRoleAssociationStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new DbInstanceRoleAssociationStatus.
func (*DbInstanceRoleAssociationStatus) DeepCopyInto ¶
func (in *DbInstanceRoleAssociationStatus) DeepCopyInto(out *DbInstanceRoleAssociationStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.