Documentation
¶
Index ¶
- Constants
- Variables
- func DecodePinpointApnsSandboxChannel(prev *PinpointApnsSandboxChannel, ctyValue cty.Value) (resource.Managed, error)
- func DecodePinpointApnsSandboxChannel_ApplicationId(p *PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)
- func DecodePinpointApnsSandboxChannel_BundleId(p *PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)
- func DecodePinpointApnsSandboxChannel_Certificate(p *PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)
- func DecodePinpointApnsSandboxChannel_DefaultAuthenticationMethod(p *PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)
- func DecodePinpointApnsSandboxChannel_Enabled(p *PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)
- func DecodePinpointApnsSandboxChannel_PrivateKey(p *PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)
- func DecodePinpointApnsSandboxChannel_TeamId(p *PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)
- func DecodePinpointApnsSandboxChannel_TokenKey(p *PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)
- func DecodePinpointApnsSandboxChannel_TokenKeyId(p *PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)
- func EncodePinpointApnsSandboxChannel(r PinpointApnsSandboxChannel) cty.Value
- func EncodePinpointApnsSandboxChannel_ApplicationId(p PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)
- func EncodePinpointApnsSandboxChannel_BundleId(p PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)
- func EncodePinpointApnsSandboxChannel_Certificate(p PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)
- func EncodePinpointApnsSandboxChannel_DefaultAuthenticationMethod(p PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)
- func EncodePinpointApnsSandboxChannel_Enabled(p PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)
- func EncodePinpointApnsSandboxChannel_PrivateKey(p PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)
- func EncodePinpointApnsSandboxChannel_TeamId(p PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)
- func EncodePinpointApnsSandboxChannel_TokenKey(p PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)
- func EncodePinpointApnsSandboxChannel_TokenKeyId(p PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)
- func Implementation() *plugin.Implementation
- func MergePinpointApnsSandboxChannel_ApplicationId(k *PinpointApnsSandboxChannelParameters, ...) bool
- func MergePinpointApnsSandboxChannel_BundleId(k *PinpointApnsSandboxChannelParameters, ...) bool
- func MergePinpointApnsSandboxChannel_Certificate(k *PinpointApnsSandboxChannelParameters, ...) bool
- func MergePinpointApnsSandboxChannel_DefaultAuthenticationMethod(k *PinpointApnsSandboxChannelParameters, ...) bool
- func MergePinpointApnsSandboxChannel_Enabled(k *PinpointApnsSandboxChannelParameters, ...) bool
- func MergePinpointApnsSandboxChannel_PrivateKey(k *PinpointApnsSandboxChannelParameters, ...) bool
- func MergePinpointApnsSandboxChannel_TeamId(k *PinpointApnsSandboxChannelParameters, ...) bool
- func MergePinpointApnsSandboxChannel_TokenKey(k *PinpointApnsSandboxChannelParameters, ...) bool
- func MergePinpointApnsSandboxChannel_TokenKeyId(k *PinpointApnsSandboxChannelParameters, ...) bool
- type PinpointApnsSandboxChannel
- func (in *PinpointApnsSandboxChannel) DeepCopy() *PinpointApnsSandboxChannel
- func (in *PinpointApnsSandboxChannel) DeepCopyInto(out *PinpointApnsSandboxChannel)
- func (in *PinpointApnsSandboxChannel) DeepCopyObject() runtime.Object
- func (mg *PinpointApnsSandboxChannel) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
- func (mg *PinpointApnsSandboxChannel) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
- func (mg *PinpointApnsSandboxChannel) GetProviderConfigReference() *runtimev1alpha1.Reference
- func (mg *PinpointApnsSandboxChannel) GetProviderReference() *runtimev1alpha1.Reference
- func (mg *PinpointApnsSandboxChannel) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
- func (mg *PinpointApnsSandboxChannel) SetConditions(c ...runtimev1alpha1.Condition)
- func (mg *PinpointApnsSandboxChannel) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
- func (mg *PinpointApnsSandboxChannel) SetProviderConfigReference(r *runtimev1alpha1.Reference)
- func (mg *PinpointApnsSandboxChannel) SetProviderReference(r *runtimev1alpha1.Reference)
- func (mg *PinpointApnsSandboxChannel) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
- type PinpointApnsSandboxChannelList
- func (in *PinpointApnsSandboxChannelList) DeepCopy() *PinpointApnsSandboxChannelList
- func (in *PinpointApnsSandboxChannelList) DeepCopyInto(out *PinpointApnsSandboxChannelList)
- func (in *PinpointApnsSandboxChannelList) DeepCopyObject() runtime.Object
- func (l *PinpointApnsSandboxChannelList) GetItems() []resource.Managed
- type PinpointApnsSandboxChannelObservation
- type PinpointApnsSandboxChannelParameters
- type PinpointApnsSandboxChannelSpec
- type PinpointApnsSandboxChannelStatus
Constants ¶
const ( Group = "pinpoint-apns-sandbox-channel.terraform-provider-aws.crossplane.io" Version = "v1alpha1" )
Package type metadata.
Variables ¶
var ( Kind = "PinpointApnsSandboxChannel" GroupKind = schema.GroupKind{Group: Group, Kind: Kind}.String() KindAPIVersion = Kind + "." + SchemeGroupVersion.String() GroupVersionKind = SchemeGroupVersion.WithKind(Kind) TerraformResourceName = "aws_pinpoint_apns_sandbox_channel" )
var ( // SchemeGroupVersion is group version used to register these objects SchemeGroupVersion = schema.GroupVersion{Group: Group, Version: Version} )
Functions ¶
func DecodePinpointApnsSandboxChannel_ApplicationId ¶
func DecodePinpointApnsSandboxChannel_ApplicationId(p *PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodePinpointApnsSandboxChannel_BundleId ¶
func DecodePinpointApnsSandboxChannel_BundleId(p *PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodePinpointApnsSandboxChannel_Certificate ¶
func DecodePinpointApnsSandboxChannel_Certificate(p *PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodePinpointApnsSandboxChannel_DefaultAuthenticationMethod ¶
func DecodePinpointApnsSandboxChannel_DefaultAuthenticationMethod(p *PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodePinpointApnsSandboxChannel_Enabled ¶
func DecodePinpointApnsSandboxChannel_Enabled(p *PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodePinpointApnsSandboxChannel_PrivateKey ¶
func DecodePinpointApnsSandboxChannel_PrivateKey(p *PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodePinpointApnsSandboxChannel_TeamId ¶
func DecodePinpointApnsSandboxChannel_TeamId(p *PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodePinpointApnsSandboxChannel_TokenKey ¶
func DecodePinpointApnsSandboxChannel_TokenKey(p *PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func DecodePinpointApnsSandboxChannel_TokenKeyId ¶
func DecodePinpointApnsSandboxChannel_TokenKeyId(p *PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)
primitiveTypeDecodeTemplate
func EncodePinpointApnsSandboxChannel ¶
func EncodePinpointApnsSandboxChannel(r PinpointApnsSandboxChannel) cty.Value
func EncodePinpointApnsSandboxChannel_ApplicationId ¶
func EncodePinpointApnsSandboxChannel_ApplicationId(p PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)
func EncodePinpointApnsSandboxChannel_BundleId ¶
func EncodePinpointApnsSandboxChannel_BundleId(p PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)
func EncodePinpointApnsSandboxChannel_Certificate ¶
func EncodePinpointApnsSandboxChannel_Certificate(p PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)
func EncodePinpointApnsSandboxChannel_DefaultAuthenticationMethod ¶
func EncodePinpointApnsSandboxChannel_DefaultAuthenticationMethod(p PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)
func EncodePinpointApnsSandboxChannel_Enabled ¶
func EncodePinpointApnsSandboxChannel_Enabled(p PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)
func EncodePinpointApnsSandboxChannel_PrivateKey ¶
func EncodePinpointApnsSandboxChannel_PrivateKey(p PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)
func EncodePinpointApnsSandboxChannel_TeamId ¶
func EncodePinpointApnsSandboxChannel_TeamId(p PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)
func EncodePinpointApnsSandboxChannel_TokenKey ¶
func EncodePinpointApnsSandboxChannel_TokenKey(p PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)
func EncodePinpointApnsSandboxChannel_TokenKeyId ¶
func EncodePinpointApnsSandboxChannel_TokenKeyId(p PinpointApnsSandboxChannelParameters, vals map[string]cty.Value)
func Implementation ¶
func Implementation() *plugin.Implementation
func MergePinpointApnsSandboxChannel_ApplicationId ¶
func MergePinpointApnsSandboxChannel_ApplicationId(k *PinpointApnsSandboxChannelParameters, p *PinpointApnsSandboxChannelParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergePinpointApnsSandboxChannel_BundleId ¶
func MergePinpointApnsSandboxChannel_BundleId(k *PinpointApnsSandboxChannelParameters, p *PinpointApnsSandboxChannelParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergePinpointApnsSandboxChannel_Certificate ¶
func MergePinpointApnsSandboxChannel_Certificate(k *PinpointApnsSandboxChannelParameters, p *PinpointApnsSandboxChannelParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergePinpointApnsSandboxChannel_DefaultAuthenticationMethod ¶
func MergePinpointApnsSandboxChannel_DefaultAuthenticationMethod(k *PinpointApnsSandboxChannelParameters, p *PinpointApnsSandboxChannelParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergePinpointApnsSandboxChannel_Enabled ¶
func MergePinpointApnsSandboxChannel_Enabled(k *PinpointApnsSandboxChannelParameters, p *PinpointApnsSandboxChannelParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergePinpointApnsSandboxChannel_PrivateKey ¶
func MergePinpointApnsSandboxChannel_PrivateKey(k *PinpointApnsSandboxChannelParameters, p *PinpointApnsSandboxChannelParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergePinpointApnsSandboxChannel_TeamId ¶
func MergePinpointApnsSandboxChannel_TeamId(k *PinpointApnsSandboxChannelParameters, p *PinpointApnsSandboxChannelParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergePinpointApnsSandboxChannel_TokenKey ¶
func MergePinpointApnsSandboxChannel_TokenKey(k *PinpointApnsSandboxChannelParameters, p *PinpointApnsSandboxChannelParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
func MergePinpointApnsSandboxChannel_TokenKeyId ¶
func MergePinpointApnsSandboxChannel_TokenKeyId(k *PinpointApnsSandboxChannelParameters, p *PinpointApnsSandboxChannelParameters, md *plugin.MergeDescription) bool
mergePrimitiveTemplateSpec
Types ¶
type PinpointApnsSandboxChannel ¶
type PinpointApnsSandboxChannel struct { metav1.TypeMeta `json:",inline"` metav1.ObjectMeta `json:"metadata,omitempty"` Spec PinpointApnsSandboxChannelSpec `json:"spec"` Status PinpointApnsSandboxChannelStatus `json:"status,omitempty"` }
PinpointApnsSandboxChannel is a managed resource representing a resource mirrored in the cloud +kubebuilder:subresource:status +kubebuilder:resource:scope=Cluster
func (*PinpointApnsSandboxChannel) DeepCopy ¶
func (in *PinpointApnsSandboxChannel) DeepCopy() *PinpointApnsSandboxChannel
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PinpointApnsSandboxChannel.
func (*PinpointApnsSandboxChannel) DeepCopyInto ¶
func (in *PinpointApnsSandboxChannel) DeepCopyInto(out *PinpointApnsSandboxChannel)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PinpointApnsSandboxChannel) DeepCopyObject ¶
func (in *PinpointApnsSandboxChannel) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*PinpointApnsSandboxChannel) GetCondition ¶
func (mg *PinpointApnsSandboxChannel) GetCondition(ct runtimev1alpha1.ConditionType) runtimev1alpha1.Condition
GetCondition of this PinpointApnsSandboxChannel.
func (*PinpointApnsSandboxChannel) GetDeletionPolicy ¶
func (mg *PinpointApnsSandboxChannel) GetDeletionPolicy() runtimev1alpha1.DeletionPolicy
GetDeletionPolicy of this PinpointApnsSandboxChannel.
func (*PinpointApnsSandboxChannel) GetProviderConfigReference ¶
func (mg *PinpointApnsSandboxChannel) GetProviderConfigReference() *runtimev1alpha1.Reference
GetProviderConfigReference of this PinpointApnsSandboxChannel.
func (*PinpointApnsSandboxChannel) GetProviderReference ¶
func (mg *PinpointApnsSandboxChannel) GetProviderReference() *runtimev1alpha1.Reference
GetProviderReference of this PinpointApnsSandboxChannel. Deprecated: Use GetProviderConfigReference.
func (*PinpointApnsSandboxChannel) GetWriteConnectionSecretToReference ¶
func (mg *PinpointApnsSandboxChannel) GetWriteConnectionSecretToReference() *runtimev1alpha1.SecretReference
GetWriteConnectionSecretToReference of this PinpointApnsSandboxChannel.
func (*PinpointApnsSandboxChannel) SetConditions ¶
func (mg *PinpointApnsSandboxChannel) SetConditions(c ...runtimev1alpha1.Condition)
SetConditions of this PinpointApnsSandboxChannel.
func (*PinpointApnsSandboxChannel) SetDeletionPolicy ¶
func (mg *PinpointApnsSandboxChannel) SetDeletionPolicy(r runtimev1alpha1.DeletionPolicy)
SetDeletionPolicy of this PinpointApnsSandboxChannel.
func (*PinpointApnsSandboxChannel) SetProviderConfigReference ¶
func (mg *PinpointApnsSandboxChannel) SetProviderConfigReference(r *runtimev1alpha1.Reference)
SetProviderConfigReference of this PinpointApnsSandboxChannel.
func (*PinpointApnsSandboxChannel) SetProviderReference ¶
func (mg *PinpointApnsSandboxChannel) SetProviderReference(r *runtimev1alpha1.Reference)
SetProviderReference of this PinpointApnsSandboxChannel. Deprecated: Use SetProviderConfigReference.
func (*PinpointApnsSandboxChannel) SetWriteConnectionSecretToReference ¶
func (mg *PinpointApnsSandboxChannel) SetWriteConnectionSecretToReference(r *runtimev1alpha1.SecretReference)
SetWriteConnectionSecretToReference of this PinpointApnsSandboxChannel.
type PinpointApnsSandboxChannelList ¶
type PinpointApnsSandboxChannelList struct { metav1.TypeMeta `json:",inline"` metav1.ListMeta `json:"metadata,omitempty"` Items []PinpointApnsSandboxChannel `json:"items"` }
PinpointApnsSandboxChannel contains a list of PinpointApnsSandboxChannelList
func (*PinpointApnsSandboxChannelList) DeepCopy ¶
func (in *PinpointApnsSandboxChannelList) DeepCopy() *PinpointApnsSandboxChannelList
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PinpointApnsSandboxChannelList.
func (*PinpointApnsSandboxChannelList) DeepCopyInto ¶
func (in *PinpointApnsSandboxChannelList) DeepCopyInto(out *PinpointApnsSandboxChannelList)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
func (*PinpointApnsSandboxChannelList) DeepCopyObject ¶
func (in *PinpointApnsSandboxChannelList) DeepCopyObject() runtime.Object
DeepCopyObject is an autogenerated deepcopy function, copying the receiver, creating a new runtime.Object.
func (*PinpointApnsSandboxChannelList) GetItems ¶
func (l *PinpointApnsSandboxChannelList) GetItems() []resource.Managed
GetItems of this PinpointApnsSandboxChannelList.
type PinpointApnsSandboxChannelObservation ¶
type PinpointApnsSandboxChannelObservation struct{}
A PinpointApnsSandboxChannelObservation records the observed state of a PinpointApnsSandboxChannel
func (*PinpointApnsSandboxChannelObservation) DeepCopy ¶
func (in *PinpointApnsSandboxChannelObservation) DeepCopy() *PinpointApnsSandboxChannelObservation
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PinpointApnsSandboxChannelObservation.
func (*PinpointApnsSandboxChannelObservation) DeepCopyInto ¶
func (in *PinpointApnsSandboxChannelObservation) DeepCopyInto(out *PinpointApnsSandboxChannelObservation)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PinpointApnsSandboxChannelParameters ¶
type PinpointApnsSandboxChannelParameters struct { PrivateKey string `json:"private_key"` TokenKey string `json:"token_key"` TokenKeyId string `json:"token_key_id"` ApplicationId string `json:"application_id"` BundleId string `json:"bundle_id"` Enabled bool `json:"enabled"` TeamId string `json:"team_id"` Certificate string `json:"certificate"` DefaultAuthenticationMethod string `json:"default_authentication_method"` }
A PinpointApnsSandboxChannelParameters defines the desired state of a PinpointApnsSandboxChannel
func (*PinpointApnsSandboxChannelParameters) DeepCopy ¶
func (in *PinpointApnsSandboxChannelParameters) DeepCopy() *PinpointApnsSandboxChannelParameters
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PinpointApnsSandboxChannelParameters.
func (*PinpointApnsSandboxChannelParameters) DeepCopyInto ¶
func (in *PinpointApnsSandboxChannelParameters) DeepCopyInto(out *PinpointApnsSandboxChannelParameters)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PinpointApnsSandboxChannelSpec ¶
type PinpointApnsSandboxChannelSpec struct { runtimev1alpha1.ResourceSpec `json:",inline"` ForProvider PinpointApnsSandboxChannelParameters `json:"forProvider"` }
A PinpointApnsSandboxChannelSpec defines the desired state of a PinpointApnsSandboxChannel
func (*PinpointApnsSandboxChannelSpec) DeepCopy ¶
func (in *PinpointApnsSandboxChannelSpec) DeepCopy() *PinpointApnsSandboxChannelSpec
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PinpointApnsSandboxChannelSpec.
func (*PinpointApnsSandboxChannelSpec) DeepCopyInto ¶
func (in *PinpointApnsSandboxChannelSpec) DeepCopyInto(out *PinpointApnsSandboxChannelSpec)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.
type PinpointApnsSandboxChannelStatus ¶
type PinpointApnsSandboxChannelStatus struct { runtimev1alpha1.ResourceStatus `json:",inline"` AtProvider PinpointApnsSandboxChannelObservation `json:"atProvider"` }
A PinpointApnsSandboxChannelStatus defines the observed state of a PinpointApnsSandboxChannel
func (*PinpointApnsSandboxChannelStatus) DeepCopy ¶
func (in *PinpointApnsSandboxChannelStatus) DeepCopy() *PinpointApnsSandboxChannelStatus
DeepCopy is an autogenerated deepcopy function, copying the receiver, creating a new PinpointApnsSandboxChannelStatus.
func (*PinpointApnsSandboxChannelStatus) DeepCopyInto ¶
func (in *PinpointApnsSandboxChannelStatus) DeepCopyInto(out *PinpointApnsSandboxChannelStatus)
DeepCopyInto is an autogenerated deepcopy function, copying the receiver, writing into out. in must be non-nil.