Versions in this module Expand all Collapse all v0 v0.2.0 Nov 25, 2024 Changes in this version + func KafkaConnectV2ResourceSchema(ctx context.Context) schema.Schema + type KafkaConnectV2Model struct + Cluster types.String + Labels types.Map + Name types.String + Spec SpecValue + type SecurityType struct + func (t SecurityType) Equal(o attr.Type) bool + func (t SecurityType) String() string + func (t SecurityType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics) + func (t SecurityType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error) + func (t SecurityType) ValueType(ctx context.Context) attr.Value + type SecurityValue struct + CertificateChain basetypes.StringValue + Key basetypes.StringValue + Password basetypes.StringValue + SecurityType basetypes.StringValue + Token basetypes.StringValue + Username basetypes.StringValue + func NewSecurityValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (SecurityValue, diag.Diagnostics) + func NewSecurityValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) SecurityValue + func NewSecurityValueNull() SecurityValue + func NewSecurityValueUnknown() SecurityValue + func (v SecurityValue) AttributeTypes(ctx context.Context) map[string]attr.Type + func (v SecurityValue) Equal(o attr.Value) bool + func (v SecurityValue) IsNull() bool + func (v SecurityValue) IsUnknown() bool + func (v SecurityValue) String() string + func (v SecurityValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics) + func (v SecurityValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error) + func (v SecurityValue) Type(ctx context.Context) attr.Type + type SpecType struct + func (t SpecType) Equal(o attr.Type) bool + func (t SpecType) String() string + func (t SpecType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics) + func (t SpecType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error) + func (t SpecType) ValueType(ctx context.Context) attr.Value + type SpecValue struct + DisplayName basetypes.StringValue + Headers basetypes.MapValue + IgnoreUntrustedCertificate basetypes.BoolValue + Security basetypes.ObjectValue + Urls basetypes.StringValue + func NewSpecValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (SpecValue, diag.Diagnostics) + func NewSpecValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) SpecValue + func NewSpecValueNull() SpecValue + func NewSpecValueUnknown() SpecValue + func (v SpecValue) AttributeTypes(ctx context.Context) map[string]attr.Type + func (v SpecValue) Equal(o attr.Value) bool + func (v SpecValue) IsNull() bool + func (v SpecValue) IsUnknown() bool + func (v SpecValue) String() string + func (v SpecValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics) + func (v SpecValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error) + func (v SpecValue) Type(ctx context.Context) attr.Type