Documentation ¶
Index ¶
- Constants
- Variables
- func DecodeApiGatewayClientCertificate(prev *ApiGatewayClientCertificate, ctyValue cty.Value) (resource.Managed, error)
- func DecodeApiGatewayClientCertificate_Arn(p *ApiGatewayClientCertificateObservation, vals map[string]cty.Value)
- func DecodeApiGatewayClientCertificate_CreatedDate(p *ApiGatewayClientCertificateObservation, vals map[string]cty.Value)
- func DecodeApiGatewayClientCertificate_Description(p *ApiGatewayClientCertificateParameters, vals map[string]cty.Value)
- func DecodeApiGatewayClientCertificate_ExpirationDate(p *ApiGatewayClientCertificateObservation, vals map[string]cty.Value)
- func DecodeApiGatewayClientCertificate_PemEncodedCertificate(p *ApiGatewayClientCertificateObservation, vals map[string]cty.Value)
- func DecodeApiGatewayClientCertificate_Tags(p *ApiGatewayClientCertificateParameters, vals map[string]cty.Value)
- func EncodeApiGatewayClientCertificate(r ApiGatewayClientCertificate) cty.Value
- func EncodeApiGatewayClientCertificate_Arn(p ApiGatewayClientCertificateObservation, vals map[string]cty.Value)
- func EncodeApiGatewayClientCertificate_CreatedDate(p ApiGatewayClientCertificateObservation, vals map[string]cty.Value)
- func EncodeApiGatewayClientCertificate_Description(p ApiGatewayClientCertificateParameters, vals map[string]cty.Value)
- func EncodeApiGatewayClientCertificate_ExpirationDate(p ApiGatewayClientCertificateObservation, vals map[string]cty.Value)
- func EncodeApiGatewayClientCertificate_PemEncodedCertificate(p ApiGatewayClientCertificateObservation, vals map[string]cty.Value)
- func EncodeApiGatewayClientCertificate_Tags(p ApiGatewayClientCertificateParameters, vals map[string]cty.Value)
- func Implementation() *plugin.Implementation
- func MergeApiGatewayClientCertificate_Arn(k *ApiGatewayClientCertificateObservation, ...) bool
- func MergeApiGatewayClientCertificate_CreatedDate(k *ApiGatewayClientCertificateObservation, ...) bool
- func MergeApiGatewayClientCertificate_Description(k *ApiGatewayClientCertificateParameters, ...) bool
- func MergeApiGatewayClientCertificate_ExpirationDate(k *ApiGatewayClientCertificateObservation, ...) bool
- func MergeApiGatewayClientCertificate_PemEncodedCertificate(k *ApiGatewayClientCertificateObservation, ...) bool
- func MergeApiGatewayClientCertificate_Tags(k *ApiGatewayClientCertificateParameters, ...) bool
- type ApiGatewayClientCertificate
- func (in *ApiGatewayClientCertificate) DeepCopy() *ApiGatewayClientCertificate
- func (in *ApiGatewayClientCertificate) DeepCopyInto(out *ApiGatewayClientCertificate)
- func (in *ApiGatewayClientCertificate) DeepCopyObject() runtime.Object
- func (mg *ApiGatewayClientCertificate) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
- func (mg *ApiGatewayClientCertificate) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
- func (mg *ApiGatewayClientCertificate) GetProviderConfigReference() *runtimev1alpha1.Reference
- func (mg *ApiGatewayClientCertificate) GetProviderReference() *runtimev1alpha1.Reference
- func (mg *ApiGatewayClientCertificate) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
- func (mg *ApiGatewayClientCertificate) SetConditions(c ...runtimev1alpha1.Condition)
- func (mg *ApiGatewayClientCertificate) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
- func (mg *ApiGatewayClientCertificate) SetProviderConfigReference(r *runtimev1alpha1.Reference)
- func (mg *ApiGatewayClientCertificate) SetProviderReference(r *runtimev1alpha1.Reference)
- func (mg *ApiGatewayClientCertificate) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
- type ApiGatewayClientCertificateList
- func (in *ApiGatewayClientCertificateList) DeepCopy() *ApiGatewayClientCertificateList
- func (in *ApiGatewayClientCertificateList) DeepCopyInto(out *ApiGatewayClientCertificateList)
- func (in *ApiGatewayClientCertificateList) DeepCopyObject() runtime.Object
- func (l *ApiGatewayClientCertificateList) GetItems() []resource.Managed
- type ApiGatewayClientCertificateObservation
- type ApiGatewayClientCertificateParameters
- type ApiGatewayClientCertificateSpec
- type ApiGatewayClientCertificateStatus
Constants ¶
const ( Group = "api-gateway-client-certificate.terraform-provider-aws.crossplane.io" Version = "v1alpha1" )
Package type metadata.
Variables ¶
var ( Kind = "ApiGatewayClientCertificate" GroupKind = schema.GroupKind{Group: Group, Kind: Kind}.String() KindAPIVersion = Kind + "." + SchemeGroupVersion.String() GroupVersionKind = SchemeGroupVersion.WithKind(Kind) TerraformResourceName = "aws_api_gateway_client_certificate" )
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: Group, Version: Version} )
Functions ¶
func DecodeApiGatewayClientCertificate_Arn ¶
func DecodeApiGatewayClientCertificate_Arn(p *ApiGatewayClientCertificateObservation, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeApiGatewayClientCertificate_CreatedDate ¶
func DecodeApiGatewayClientCertificate_CreatedDate(p *ApiGatewayClientCertificateObservation, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeApiGatewayClientCertificate_Description ¶
func DecodeApiGatewayClientCertificate_Description(p *ApiGatewayClientCertificateParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeApiGatewayClientCertificate_ExpirationDate ¶
func DecodeApiGatewayClientCertificate_ExpirationDate(p *ApiGatewayClientCertificateObservation, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeApiGatewayClientCertificate_PemEncodedCertificate ¶
func DecodeApiGatewayClientCertificate_PemEncodedCertificate(p *ApiGatewayClientCertificateObservation, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodeApiGatewayClientCertificate_Tags ¶
func DecodeApiGatewayClientCertificate_Tags(p *ApiGatewayClientCertificateParameters, vals map[string]cty.Value)
primitiveMapTypeDecodeTemplate
func EncodeApiGatewayClientCertificate ¶
func EncodeApiGatewayClientCertificate(r ApiGatewayClientCertificate) cty.Value
func EncodeApiGatewayClientCertificate_Arn ¶
func EncodeApiGatewayClientCertificate_Arn(p ApiGatewayClientCertificateObservation, vals map[string]cty.Value)
func EncodeApiGatewayClientCertificate_CreatedDate ¶
func EncodeApiGatewayClientCertificate_CreatedDate(p ApiGatewayClientCertificateObservation, vals map[string]cty.Value)
func EncodeApiGatewayClientCertificate_Description ¶
func EncodeApiGatewayClientCertificate_Description(p ApiGatewayClientCertificateParameters, vals map[string]cty.Value)
func EncodeApiGatewayClientCertificate_ExpirationDate ¶
func EncodeApiGatewayClientCertificate_ExpirationDate(p ApiGatewayClientCertificateObservation, vals map[string]cty.Value)
func EncodeApiGatewayClientCertificate_PemEncodedCertificate ¶
func EncodeApiGatewayClientCertificate_PemEncodedCertificate(p ApiGatewayClientCertificateObservation, vals map[string]cty.Value)
func EncodeApiGatewayClientCertificate_Tags ¶
func EncodeApiGatewayClientCertificate_Tags(p ApiGatewayClientCertificateParameters, vals map[string]cty.Value)
func Implementation ¶
func Implementation() *plugin.Implementation
func MergeApiGatewayClientCertificate_Arn ¶
func MergeApiGatewayClientCertificate_Arn(k *ApiGatewayClientCertificateObservation, p *ApiGatewayClientCertificateObservation, md *plugin.MergeDescription) bool
mergePrimitiveTemplateStatus
func MergeApiGatewayClientCertificate_CreatedDate ¶
func MergeApiGatewayClientCertificate_CreatedDate(k *ApiGatewayClientCertificateObservation, p *ApiGatewayClientCertificateObservation, md *plugin.MergeDescription) bool
mergePrimitiveTemplateStatus
func MergeApiGatewayClientCertificate_Description ¶
func MergeApiGatewayClientCertificate_Description(k *ApiGatewayClientCertificateParameters, p *ApiGatewayClientCertificateParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergeApiGatewayClientCertificate_ExpirationDate ¶
func MergeApiGatewayClientCertificate_ExpirationDate(k *ApiGatewayClientCertificateObservation, p *ApiGatewayClientCertificateObservation, md *plugin.MergeDescription) bool
mergePrimitiveTemplateStatus
func MergeApiGatewayClientCertificate_PemEncodedCertificate ¶
func MergeApiGatewayClientCertificate_PemEncodedCertificate(k *ApiGatewayClientCertificateObservation, p *ApiGatewayClientCertificateObservation, md *plugin.MergeDescription) bool
mergePrimitiveTemplateStatus
func MergeApiGatewayClientCertificate_Tags ¶
func MergeApiGatewayClientCertificate_Tags(k *ApiGatewayClientCertificateParameters, p *ApiGatewayClientCertificateParameters, md *plugin.MergeDescription) bool
mergePrimitiveContainerTemplateSpec
Types ¶
type ApiGatewayClientCertificate ¶
type ApiGatewayClientCertificate struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec ApiGatewayClientCertificateSpec `json:"spec"` Status ApiGatewayClientCertificateStatus `json:"status,omitempty"` }
ApiGatewayClientCertificate is a managed resource representing a resource mirrored in the cloud +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster
func (*ApiGatewayClientCertificate) DeepCopy ¶
func (in *ApiGatewayClientCertificate) DeepCopy() *ApiGatewayClientCertificate
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApiGatewayClientCertificate.
func (*ApiGatewayClientCertificate) DeepCopyInto ¶
func (in *ApiGatewayClientCertificate) DeepCopyInto(out *ApiGatewayClientCertificate)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ApiGatewayClientCertificate) DeepCopyObject ¶
func (in *ApiGatewayClientCertificate) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ApiGatewayClientCertificate) GetCondition ¶
func (mg *ApiGatewayClientCertificate) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
GetCondition of this ApiGatewayClientCertificate.
func (*ApiGatewayClientCertificate) GetDeletionPolicy ¶
func (mg *ApiGatewayClientCertificate) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
GetDeletionPolicy of this ApiGatewayClientCertificate.
func (*ApiGatewayClientCertificate) GetProviderConfigReference ¶
func (mg *ApiGatewayClientCertificate) GetProviderConfigReference() *runtimev1alpha1.Reference
GetProviderConfigReference of this ApiGatewayClientCertificate.
func (*ApiGatewayClientCertificate) GetProviderReference ¶
func (mg *ApiGatewayClientCertificate) GetProviderReference() *runtimev1alpha1.Reference
GetProviderReference of this ApiGatewayClientCertificate. Deprecated: Use GetProviderConfigReference.
func (*ApiGatewayClientCertificate) GetWriteConnectionSecretToReference ¶
func (mg *ApiGatewayClientCertificate) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
GetWriteConnectionSecretToReference of this ApiGatewayClientCertificate.
func (*ApiGatewayClientCertificate) SetConditions ¶
func (mg *ApiGatewayClientCertificate) SetConditions(c ...runtimev1alpha1.Condition)
SetConditions of this ApiGatewayClientCertificate.
func (*ApiGatewayClientCertificate) SetDeletionPolicy ¶
func (mg *ApiGatewayClientCertificate) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
SetDeletionPolicy of this ApiGatewayClientCertificate.
func (*ApiGatewayClientCertificate) SetProviderConfigReference ¶
func (mg *ApiGatewayClientCertificate) SetProviderConfigReference(r *runtimev1alpha1.Reference)
SetProviderConfigReference of this ApiGatewayClientCertificate.
func (*ApiGatewayClientCertificate) SetProviderReference ¶
func (mg *ApiGatewayClientCertificate) SetProviderReference(r *runtimev1alpha1.Reference)
SetProviderReference of this ApiGatewayClientCertificate. Deprecated: Use SetProviderConfigReference.
func (*ApiGatewayClientCertificate) SetWriteConnectionSecretToReference ¶
func (mg *ApiGatewayClientCertificate) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
SetWriteConnectionSecretToReference of this ApiGatewayClientCertificate.
type ApiGatewayClientCertificateList ¶
type ApiGatewayClientCertificateList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []ApiGatewayClientCertificate `json:"items"` }
ApiGatewayClientCertificate contains a list of ApiGatewayClientCertificateList
func (*ApiGatewayClientCertificateList) DeepCopy ¶
func (in *ApiGatewayClientCertificateList) DeepCopy() *ApiGatewayClientCertificateList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApiGatewayClientCertificateList.
func (*ApiGatewayClientCertificateList) DeepCopyInto ¶
func (in *ApiGatewayClientCertificateList) DeepCopyInto(out *ApiGatewayClientCertificateList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*ApiGatewayClientCertificateList) DeepCopyObject ¶
func (in *ApiGatewayClientCertificateList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*ApiGatewayClientCertificateList) GetItems ¶
func (l *ApiGatewayClientCertificateList) GetItems() []resource.Managed
GetItems of this ApiGatewayClientCertificateList.
type ApiGatewayClientCertificateObservation ¶
type ApiGatewayClientCertificateObservation struct { Arn string `json:"arn"` CreatedDate string `json:"created_date"` ExpirationDate string `json:"expiration_date"` PemEncodedCertificate string `json:"pem_encoded_certificate"` }
A ApiGatewayClientCertificateObservation records the observed state of a ApiGatewayClientCertificate
func (*ApiGatewayClientCertificateObservation) DeepCopy ¶
func (in *ApiGatewayClientCertificateObservation) DeepCopy() *ApiGatewayClientCertificateObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApiGatewayClientCertificateObservation.
func (*ApiGatewayClientCertificateObservation) DeepCopyInto ¶
func (in *ApiGatewayClientCertificateObservation) DeepCopyInto(out *ApiGatewayClientCertificateObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ApiGatewayClientCertificateParameters ¶
type ApiGatewayClientCertificateParameters struct { Description string `json:"description"` Tags map[string]string `json:"tags"` }
A ApiGatewayClientCertificateParameters defines the desired state of a ApiGatewayClientCertificate
func (*ApiGatewayClientCertificateParameters) DeepCopy ¶
func (in *ApiGatewayClientCertificateParameters) DeepCopy() *ApiGatewayClientCertificateParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApiGatewayClientCertificateParameters.
func (*ApiGatewayClientCertificateParameters) DeepCopyInto ¶
func (in *ApiGatewayClientCertificateParameters) DeepCopyInto(out *ApiGatewayClientCertificateParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ApiGatewayClientCertificateSpec ¶
type ApiGatewayClientCertificateSpec struct { runtimev1alpha1.ResourceSpec `json:",inline"` ForProvider ApiGatewayClientCertificateParameters `json:"forProvider"` }
A ApiGatewayClientCertificateSpec defines the desired state of a ApiGatewayClientCertificate
func (*ApiGatewayClientCertificateSpec) DeepCopy ¶
func (in *ApiGatewayClientCertificateSpec) DeepCopy() *ApiGatewayClientCertificateSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApiGatewayClientCertificateSpec.
func (*ApiGatewayClientCertificateSpec) DeepCopyInto ¶
func (in *ApiGatewayClientCertificateSpec) DeepCopyInto(out *ApiGatewayClientCertificateSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type ApiGatewayClientCertificateStatus ¶
type ApiGatewayClientCertificateStatus struct { runtimev1alpha1.ResourceStatus `json:",inline"` AtProvider ApiGatewayClientCertificateObservation `json:"atProvider"` }
A ApiGatewayClientCertificateStatus defines the observed state of a ApiGatewayClientCertificate
func (*ApiGatewayClientCertificateStatus) DeepCopy ¶
func (in *ApiGatewayClientCertificateStatus) DeepCopy() *ApiGatewayClientCertificateStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new ApiGatewayClientCertificateStatus.
func (*ApiGatewayClientCertificateStatus) DeepCopyInto ¶
func (in *ApiGatewayClientCertificateStatus) DeepCopyInto(out *ApiGatewayClientCertificateStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.