Documentation ¶
Index ¶
- Constants
- Variables
- func DecodeConfigAggregateAuthorization(prev *ConfigAggregateAuthorization, ctyValue cty.Value) (resource.Managed, error)
- func DecodeConfigAggregateAuthorization_AccountId(p *ConfigAggregateAuthorizationParameters, vals map[string]cty.Value)
- func DecodeConfigAggregateAuthorization_Arn(p *ConfigAggregateAuthorizationObservation, vals map[string]cty.Value)
- func DecodeConfigAggregateAuthorization_Region(p *ConfigAggregateAuthorizationParameters, vals map[string]cty.Value)
- func DecodeConfigAggregateAuthorization_Tags(p *ConfigAggregateAuthorizationParameters, vals map[string]cty.Value)
- func EncodeConfigAggregateAuthorization(r ConfigAggregateAuthorization) cty.Value
- func EncodeConfigAggregateAuthorization_AccountId(p ConfigAggregateAuthorizationParameters, vals map[string]cty.Value)
- func EncodeConfigAggregateAuthorization_Arn(p ConfigAggregateAuthorizationObservation, vals map[string]cty.Value)
- func EncodeConfigAggregateAuthorization_Region(p ConfigAggregateAuthorizationParameters, vals map[string]cty.Value)
- func EncodeConfigAggregateAuthorization_Tags(p ConfigAggregateAuthorizationParameters, vals map[string]cty.Value)
- func Implementation() *plugin.Implementation
- func MergeConfigAggregateAuthorization_AccountId(k *ConfigAggregateAuthorizationParameters, ...) bool
- func MergeConfigAggregateAuthorization_Arn(k *ConfigAggregateAuthorizationObservation, ...) bool
- func MergeConfigAggregateAuthorization_Region(k *ConfigAggregateAuthorizationParameters, ...) bool
- func MergeConfigAggregateAuthorization_Tags(k *ConfigAggregateAuthorizationParameters, ...) bool
- type ConfigAggregateAuthorization
- func (in *ConfigAggregateAuthorization) DeepCopy() *ConfigAggregateAuthorization
- func (in *ConfigAggregateAuthorization) DeepCopyInto(out *ConfigAggregateAuthorization)
- func (in *ConfigAggregateAuthorization) DeepCopyObject() runtime.Object
- func (mg *ConfigAggregateAuthorization) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
- func (mg *ConfigAggregateAuthorization) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
- func (mg *ConfigAggregateAuthorization) GetProviderConfigReference() *runtimev1alpha1.Reference
- func (mg *ConfigAggregateAuthorization) GetProviderReference() *runtimev1alpha1.Reference
- func (mg *ConfigAggregateAuthorization) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
- func (mg *ConfigAggregateAuthorization) SetConditions(c ...runtimev1alpha1.Condition)
- func (mg *ConfigAggregateAuthorization) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
- func (mg *ConfigAggregateAuthorization) SetProviderConfigReference(r *runtimev1alpha1.Reference)
- func (mg *ConfigAggregateAuthorization) SetProviderReference(r *runtimev1alpha1.Reference)
- func (mg *ConfigAggregateAuthorization) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
- type ConfigAggregateAuthorizationList
- func (in *ConfigAggregateAuthorizationList) DeepCopy() *ConfigAggregateAuthorizationList
- func (in *ConfigAggregateAuthorizationList) DeepCopyInto(out *ConfigAggregateAuthorizationList)
- func (in *ConfigAggregateAuthorizationList) DeepCopyObject() runtime.Object
- func (l *ConfigAggregateAuthorizationList) GetItems() []resource.Managed
- type ConfigAggregateAuthorizationObservation
- type ConfigAggregateAuthorizationParameters
- type ConfigAggregateAuthorizationSpec
- type ConfigAggregateAuthorizationStatus
Constants ¶
const ( Group = "config-aggregate-authorization.terraform-provider-aws.crossplane.io" Version = "v1alpha1" )
Package type metadata.
Variables ¶
var ( Kind = "ConfigAggregateAuthorization" GroupKind = schema.GroupKind{Group: Group, Kind: Kind}.String() KindAPIVersion = Kind + "." + SchemeGroupVersion.String() GroupVersionKind = SchemeGroupVersion.WithKind(Kind) TerraformResourceName = "aws_config_aggregate_authorization" )
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: Group, Version: Version} )
Functions ¶
func DecodeConfigAggregateAuthorization_AccountId ¶
func DecodeConfigAggregateAuthorization_AccountId(p *ConfigAggregateAuthorizationParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeConfigAggregateAuthorization_Arn ¶
func DecodeConfigAggregateAuthorization_Arn(p *ConfigAggregateAuthorizationObservation, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeConfigAggregateAuthorization_Region ¶
func DecodeConfigAggregateAuthorization_Region(p *ConfigAggregateAuthorizationParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeConfigAggregateAuthorization_Tags ¶
func DecodeConfigAggregateAuthorization_Tags(p *ConfigAggregateAuthorizationParameters, vals map[string]cty.Value)
primitiveMapTypeDecodeTemplate
func EncodeConfigAggregateAuthorization ¶
func EncodeConfigAggregateAuthorization(r ConfigAggregateAuthorization) cty.Value
func EncodeConfigAggregateAuthorization_AccountId ¶
func EncodeConfigAggregateAuthorization_AccountId(p ConfigAggregateAuthorizationParameters, vals map[string]cty.Value)
func EncodeConfigAggregateAuthorization_Arn ¶
func EncodeConfigAggregateAuthorization_Arn(p ConfigAggregateAuthorizationObservation, vals map[string]cty.Value)
func EncodeConfigAggregateAuthorization_Region ¶
func EncodeConfigAggregateAuthorization_Region(p ConfigAggregateAuthorizationParameters, vals map[string]cty.Value)
func EncodeConfigAggregateAuthorization_Tags ¶
func EncodeConfigAggregateAuthorization_Tags(p ConfigAggregateAuthorizationParameters, vals map[string]cty.Value)
func Implementation ¶
func Implementation() *plugin.Implementation
func MergeConfigAggregateAuthorization_AccountId ¶
func MergeConfigAggregateAuthorization_AccountId(k *ConfigAggregateAuthorizationParameters, p *ConfigAggregateAuthorizationParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeConfigAggregateAuthorization_Arn ¶
func MergeConfigAggregateAuthorization_Arn(k *ConfigAggregateAuthorizationObservation, p *ConfigAggregateAuthorizationObservation, md *plugin.MergeDescription) bool
mergePrimitiveTemplateStatus
func MergeConfigAggregateAuthorization_Region ¶
func MergeConfigAggregateAuthorization_Region(k *ConfigAggregateAuthorizationParameters, p *ConfigAggregateAuthorizationParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeConfigAggregateAuthorization_Tags ¶
func MergeConfigAggregateAuthorization_Tags(k *ConfigAggregateAuthorizationParameters, p *ConfigAggregateAuthorizationParameters, md *plugin.MergeDescription) bool
mergePrimitiveContainerTemplateSpec
Types ¶
type ConfigAggregateAuthorization ¶
type ConfigAggregateAuthorization struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec ConfigAggregateAuthorizationSpec `json:"spec"` Status ConfigAggregateAuthorizationStatus `json:"status,omitempty"` }
ConfigAggregateAuthorization is a managed resource representing a resource mirrored in the cloud +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster
func (*ConfigAggregateAuthorization) DeepCopy ¶
func (in *ConfigAggregateAuthorization) DeepCopy() *ConfigAggregateAuthorization
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigAggregateAuthorization.
func (*ConfigAggregateAuthorization) DeepCopyInto ¶
func (in *ConfigAggregateAuthorization) DeepCopyInto(out *ConfigAggregateAuthorization)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ConfigAggregateAuthorization) DeepCopyObject ¶
func (in *ConfigAggregateAuthorization) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ConfigAggregateAuthorization) GetCondition ¶
func (mg *ConfigAggregateAuthorization) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
GetCondition of this ConfigAggregateAuthorization.
func (*ConfigAggregateAuthorization) GetDeletionPolicy ¶
func (mg *ConfigAggregateAuthorization) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
GetDeletionPolicy of this ConfigAggregateAuthorization.
func (*ConfigAggregateAuthorization) GetProviderConfigReference ¶
func (mg *ConfigAggregateAuthorization) GetProviderConfigReference() *runtimev1alpha1.Reference
GetProviderConfigReference of this ConfigAggregateAuthorization.
func (*ConfigAggregateAuthorization) GetProviderReference ¶
func (mg *ConfigAggregateAuthorization) GetProviderReference() *runtimev1alpha1.Reference
GetProviderReference of this ConfigAggregateAuthorization. Deprecated: Use GetProviderConfigReference.
func (*ConfigAggregateAuthorization) GetWriteConnectionSecretToReference ¶
func (mg *ConfigAggregateAuthorization) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
GetWriteConnectionSecretToReference of this ConfigAggregateAuthorization.
func (*ConfigAggregateAuthorization) SetConditions ¶
func (mg *ConfigAggregateAuthorization) SetConditions(c ...runtimev1alpha1.Condition)
SetConditions of this ConfigAggregateAuthorization.
func (*ConfigAggregateAuthorization) SetDeletionPolicy ¶
func (mg *ConfigAggregateAuthorization) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
SetDeletionPolicy of this ConfigAggregateAuthorization.
func (*ConfigAggregateAuthorization) SetProviderConfigReference ¶
func (mg *ConfigAggregateAuthorization) SetProviderConfigReference(r *runtimev1alpha1.Reference)
SetProviderConfigReference of this ConfigAggregateAuthorization.
func (*ConfigAggregateAuthorization) SetProviderReference ¶
func (mg *ConfigAggregateAuthorization) SetProviderReference(r *runtimev1alpha1.Reference)
SetProviderReference of this ConfigAggregateAuthorization. Deprecated: Use SetProviderConfigReference.
func (*ConfigAggregateAuthorization) SetWriteConnectionSecretToReference ¶
func (mg *ConfigAggregateAuthorization) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
SetWriteConnectionSecretToReference of this ConfigAggregateAuthorization.
type ConfigAggregateAuthorizationList ¶
type ConfigAggregateAuthorizationList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []ConfigAggregateAuthorization `json:"items"` }
ConfigAggregateAuthorization contains a list of ConfigAggregateAuthorizationList
func (*ConfigAggregateAuthorizationList) DeepCopy ¶
func (in *ConfigAggregateAuthorizationList) DeepCopy() *ConfigAggregateAuthorizationList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigAggregateAuthorizationList.
func (*ConfigAggregateAuthorizationList) DeepCopyInto ¶
func (in *ConfigAggregateAuthorizationList) DeepCopyInto(out *ConfigAggregateAuthorizationList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ConfigAggregateAuthorizationList) DeepCopyObject ¶
func (in *ConfigAggregateAuthorizationList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ConfigAggregateAuthorizationList) GetItems ¶
func (l *ConfigAggregateAuthorizationList) GetItems() []resource.Managed
GetItems of this ConfigAggregateAuthorizationList.
type ConfigAggregateAuthorizationObservation ¶
type ConfigAggregateAuthorizationObservation struct {
Arn string `json:"arn"`
}
A ConfigAggregateAuthorizationObservation records the observed state of a ConfigAggregateAuthorization
func (*ConfigAggregateAuthorizationObservation) DeepCopy ¶
func (in *ConfigAggregateAuthorizationObservation) DeepCopy() *ConfigAggregateAuthorizationObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigAggregateAuthorizationObservation.
func (*ConfigAggregateAuthorizationObservation) DeepCopyInto ¶
func (in *ConfigAggregateAuthorizationObservation) DeepCopyInto(out *ConfigAggregateAuthorizationObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ConfigAggregateAuthorizationParameters ¶
type ConfigAggregateAuthorizationParameters struct { Region string `json:"region"` Tags map[string]string `json:"tags"` AccountId string `json:"account_id"` }
A ConfigAggregateAuthorizationParameters defines the desired state of a ConfigAggregateAuthorization
func (*ConfigAggregateAuthorizationParameters) DeepCopy ¶
func (in *ConfigAggregateAuthorizationParameters) DeepCopy() *ConfigAggregateAuthorizationParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigAggregateAuthorizationParameters.
func (*ConfigAggregateAuthorizationParameters) DeepCopyInto ¶
func (in *ConfigAggregateAuthorizationParameters) DeepCopyInto(out *ConfigAggregateAuthorizationParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ConfigAggregateAuthorizationSpec ¶
type ConfigAggregateAuthorizationSpec struct { runtimev1alpha1.ResourceSpec `json:",inline"` ForProvider ConfigAggregateAuthorizationParameters `json:"forProvider"` }
A ConfigAggregateAuthorizationSpec defines the desired state of a ConfigAggregateAuthorization
func (*ConfigAggregateAuthorizationSpec) DeepCopy ¶
func (in *ConfigAggregateAuthorizationSpec) DeepCopy() *ConfigAggregateAuthorizationSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigAggregateAuthorizationSpec.
func (*ConfigAggregateAuthorizationSpec) DeepCopyInto ¶
func (in *ConfigAggregateAuthorizationSpec) DeepCopyInto(out *ConfigAggregateAuthorizationSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ConfigAggregateAuthorizationStatus ¶
type ConfigAggregateAuthorizationStatus struct { runtimev1alpha1.ResourceStatus `json:",inline"` AtProvider ConfigAggregateAuthorizationObservation `json:"atProvider"` }
A ConfigAggregateAuthorizationStatus defines the observed state of a ConfigAggregateAuthorization
func (*ConfigAggregateAuthorizationStatus) DeepCopy ¶
func (in *ConfigAggregateAuthorizationStatus) DeepCopy() *ConfigAggregateAuthorizationStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ConfigAggregateAuthorizationStatus.
func (*ConfigAggregateAuthorizationStatus) DeepCopyInto ¶
func (in *ConfigAggregateAuthorizationStatus) DeepCopyInto(out *ConfigAggregateAuthorizationStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.