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   = "config-aggregate-authorization.terraform-provider-aws.crossplane.io"
	Version = "v1alpha1"
)

Package type metadata.

Variables

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

Functions

func DecodeConfigAggregateAuthorization

func DecodeConfigAggregateAuthorization(prev *ConfigAggregateAuthorization, ctyValue cty.Value) (resource.Managed, error)

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

mergePrimitiveTemplateStatus

func MergeConfigAggregateAuthorization_Region

mergePrimitiveTemplateSpec

func MergeConfigAggregateAuthorization_Tags

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

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

func (*ConfigAggregateAuthorization) DeepCopyInto

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

GetCondition of this ConfigAggregateAuthorization.

func (*ConfigAggregateAuthorization) GetDeletionPolicy

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

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

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

func (*ConfigAggregateAuthorizationList) DeepCopyInto

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

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

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

func (*ConfigAggregateAuthorizationObservation) DeepCopyInto

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

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

func (*ConfigAggregateAuthorizationParameters) DeepCopyInto

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

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

func (*ConfigAggregateAuthorizationSpec) DeepCopyInto

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

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

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