Documentation ¶
Index ¶
- func KafkaClusterV2ResourceSchema(ctx context.Context) schema.Schema
- type KafkaClusterV2Model
- type KafkaFlavorType
- func (t KafkaFlavorType) Equal(o attr.Type) bool
- func (t KafkaFlavorType) String() string
- func (t KafkaFlavorType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t KafkaFlavorType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t KafkaFlavorType) ValueType(ctx context.Context) attr.Value
- type KafkaFlavorValue
- func NewKafkaFlavorValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (KafkaFlavorValue, diag.Diagnostics)
- func NewKafkaFlavorValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) KafkaFlavorValue
- func NewKafkaFlavorValueNull() KafkaFlavorValue
- func NewKafkaFlavorValueUnknown() KafkaFlavorValue
- func (v KafkaFlavorValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v KafkaFlavorValue) Equal(o attr.Value) bool
- func (v KafkaFlavorValue) IsNull() bool
- func (v KafkaFlavorValue) IsUnknown() bool
- func (v KafkaFlavorValue) String() string
- func (v KafkaFlavorValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v KafkaFlavorValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v KafkaFlavorValue) Type(ctx context.Context) attr.Type
- type SchemaRegistryType
- func (t SchemaRegistryType) Equal(o attr.Type) bool
- func (t SchemaRegistryType) String() string
- func (t SchemaRegistryType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t SchemaRegistryType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t SchemaRegistryType) ValueType(ctx context.Context) attr.Value
- type SchemaRegistryValue
- func NewSchemaRegistryValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (SchemaRegistryValue, diag.Diagnostics)
- func NewSchemaRegistryValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) SchemaRegistryValue
- func NewSchemaRegistryValueNull() SchemaRegistryValue
- func NewSchemaRegistryValueUnknown() SchemaRegistryValue
- func (v SchemaRegistryValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v SchemaRegistryValue) Equal(o attr.Value) bool
- func (v SchemaRegistryValue) IsNull() bool
- func (v SchemaRegistryValue) IsUnknown() bool
- func (v SchemaRegistryValue) String() string
- func (v SchemaRegistryValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v SchemaRegistryValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v SchemaRegistryValue) Type(ctx context.Context) attr.Type
- type SecurityType
- 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
- 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
- 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
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type KafkaClusterV2Model ¶
type KafkaFlavorType ¶
type KafkaFlavorType struct {
basetypes.ObjectType
}
func (KafkaFlavorType) String ¶
func (t KafkaFlavorType) String() string
func (KafkaFlavorType) ValueFromObject ¶
func (t KafkaFlavorType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (KafkaFlavorType) ValueFromTerraform ¶
type KafkaFlavorValue ¶
type KafkaFlavorValue struct { ApiToken basetypes.StringValue `tfsdk:"api_token"` ConfluentClusterId basetypes.StringValue `tfsdk:"confluent_cluster_id"` ConfluentEnvironmentId basetypes.StringValue `tfsdk:"confluent_environment_id"` IgnoreUntrustedCertificate basetypes.BoolValue `tfsdk:"ignore_untrusted_certificate"` Key basetypes.StringValue `tfsdk:"key"` Password basetypes.StringValue `tfsdk:"password"` Project basetypes.StringValue `tfsdk:"project"` Secret basetypes.StringValue `tfsdk:"secret"` ServiceName basetypes.StringValue `tfsdk:"service_name"` KafkaFlavorType basetypes.StringValue `tfsdk:"type"` Url basetypes.StringValue `tfsdk:"url"` User basetypes.StringValue `tfsdk:"user"` VirtualCluster basetypes.StringValue `tfsdk:"virtual_cluster"` // contains filtered or unexported fields }
func NewKafkaFlavorValue ¶
func NewKafkaFlavorValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (KafkaFlavorValue, diag.Diagnostics)
func NewKafkaFlavorValueMust ¶
func NewKafkaFlavorValueNull ¶
func NewKafkaFlavorValueNull() KafkaFlavorValue
func NewKafkaFlavorValueUnknown ¶
func NewKafkaFlavorValueUnknown() KafkaFlavorValue
func (KafkaFlavorValue) AttributeTypes ¶
func (KafkaFlavorValue) IsNull ¶
func (v KafkaFlavorValue) IsNull() bool
func (KafkaFlavorValue) IsUnknown ¶
func (v KafkaFlavorValue) IsUnknown() bool
func (KafkaFlavorValue) String ¶
func (v KafkaFlavorValue) String() string
func (KafkaFlavorValue) ToObjectValue ¶
func (v KafkaFlavorValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (KafkaFlavorValue) ToTerraformValue ¶
type SchemaRegistryType ¶
type SchemaRegistryType struct {
basetypes.ObjectType
}
func (SchemaRegistryType) String ¶
func (t SchemaRegistryType) String() string
func (SchemaRegistryType) ValueFromObject ¶
func (t SchemaRegistryType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (SchemaRegistryType) ValueFromTerraform ¶
type SchemaRegistryValue ¶
type SchemaRegistryValue struct { IgnoreUntrustedCertificate basetypes.BoolValue `tfsdk:"ignore_untrusted_certificate"` Properties basetypes.StringValue `tfsdk:"properties"` Region basetypes.StringValue `tfsdk:"region"` RegistryName basetypes.StringValue `tfsdk:"registry_name"` Security basetypes.ObjectValue `tfsdk:"security"` SchemaRegistryType basetypes.StringValue `tfsdk:"type"` Url basetypes.StringValue `tfsdk:"url"` // contains filtered or unexported fields }
func NewSchemaRegistryValue ¶
func NewSchemaRegistryValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (SchemaRegistryValue, diag.Diagnostics)
func NewSchemaRegistryValueNull ¶
func NewSchemaRegistryValueNull() SchemaRegistryValue
func NewSchemaRegistryValueUnknown ¶
func NewSchemaRegistryValueUnknown() SchemaRegistryValue
func (SchemaRegistryValue) AttributeTypes ¶
func (SchemaRegistryValue) IsNull ¶
func (v SchemaRegistryValue) IsNull() bool
func (SchemaRegistryValue) IsUnknown ¶
func (v SchemaRegistryValue) IsUnknown() bool
func (SchemaRegistryValue) String ¶
func (v SchemaRegistryValue) String() string
func (SchemaRegistryValue) ToObjectValue ¶
func (v SchemaRegistryValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (SchemaRegistryValue) ToTerraformValue ¶
type SecurityType ¶
type SecurityType struct {
basetypes.ObjectType
}
func (SecurityType) String ¶
func (t SecurityType) String() string
func (SecurityType) ValueFromObject ¶
func (t SecurityType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (SecurityType) ValueFromTerraform ¶
type SecurityValue ¶
type SecurityValue struct { AccessKeyId basetypes.StringValue `tfsdk:"access_key_id"` Certificate basetypes.StringValue `tfsdk:"certificate"` CertificateChain basetypes.StringValue `tfsdk:"certificate_chain"` Key basetypes.StringValue `tfsdk:"key"` Password basetypes.StringValue `tfsdk:"password"` PrivateKey basetypes.StringValue `tfsdk:"private_key"` Profile basetypes.StringValue `tfsdk:"profile"` ProfileArn basetypes.StringValue `tfsdk:"profile_arn"` Role basetypes.StringValue `tfsdk:"role"` RoleArn basetypes.StringValue `tfsdk:"role_arn"` SecretKey basetypes.StringValue `tfsdk:"secret_key"` Token basetypes.StringValue `tfsdk:"token"` TrustAnchorArn basetypes.StringValue `tfsdk:"trust_anchor_arn"` SecurityType basetypes.StringValue `tfsdk:"type"` Username basetypes.StringValue `tfsdk:"username"` // contains filtered or unexported fields }
func NewSecurityValue ¶
func NewSecurityValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (SecurityValue, diag.Diagnostics)
func NewSecurityValueMust ¶
func NewSecurityValueNull ¶
func NewSecurityValueNull() SecurityValue
func NewSecurityValueUnknown ¶
func NewSecurityValueUnknown() SecurityValue
func (SecurityValue) AttributeTypes ¶
func (SecurityValue) IsNull ¶
func (v SecurityValue) IsNull() bool
func (SecurityValue) IsUnknown ¶
func (v SecurityValue) IsUnknown() bool
func (SecurityValue) String ¶
func (v SecurityValue) String() string
func (SecurityValue) ToObjectValue ¶
func (v SecurityValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (SecurityValue) ToTerraformValue ¶
type SpecType ¶
type SpecType struct {
basetypes.ObjectType
}
func (SpecType) ValueFromObject ¶
func (t SpecType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (SpecType) ValueFromTerraform ¶
type SpecValue ¶
type SpecValue struct { BootstrapServers basetypes.StringValue `tfsdk:"bootstrap_servers"` Color basetypes.StringValue `tfsdk:"color"` DisplayName basetypes.StringValue `tfsdk:"display_name"` Icon basetypes.StringValue `tfsdk:"icon"` IgnoreUntrustedCertificate basetypes.BoolValue `tfsdk:"ignore_untrusted_certificate"` KafkaFlavor basetypes.ObjectValue `tfsdk:"kafka_flavor"` Properties basetypes.MapValue `tfsdk:"properties"` SchemaRegistry basetypes.ObjectValue `tfsdk:"schema_registry"` // contains filtered or unexported fields }
func NewSpecValue ¶
func NewSpecValueMust ¶
func NewSpecValueNull ¶
func NewSpecValueNull() SpecValue
func NewSpecValueUnknown ¶
func NewSpecValueUnknown() SpecValue
func (SpecValue) AttributeTypes ¶
func (SpecValue) ToObjectValue ¶
func (v SpecValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (SpecValue) ToTerraformValue ¶
Click to show internal directories.
Click to hide internal directories.