Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IntegrationModel ¶
type IntegrationModel struct { ID types.String `tfsdk:"id"` Name types.String `tfsdk:"name"` Type types.String `tfsdk:"type"` ConnectorID types.String `tfsdk:"connector_id"` Metadata types.Map `tfsdk:"metadata"` AwsSecret *AwsSecret `tfsdk:"aws_secret"` GcpSecret *GcpSecret `tfsdk:"gcp_secret"` KubernetesSecret *KubernetesSecret `tfsdk:"kubernetes_secret"` }
IntegrationModel describes the resource data model.
func ConvertToIntegrationModel ¶
func ConvertToIntegrationModel(ctx context.Context, integration *apono.Integration) (*IntegrationModel, diag.Diagnostics)
Click to show internal directories.
Click to hide internal directories.