Documentation
¶
Index ¶
- func RegionDataSourceSchema(ctx context.Context) schema.Schema
- type RegionModel
- type RegionProviderType
- func (t RegionProviderType) Equal(o attr.Type) bool
- func (t RegionProviderType) String() string
- func (t RegionProviderType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
- func (t RegionProviderType) ValueFromTerraform(ctx context.Context, in tftypes.Value) (attr.Value, error)
- func (t RegionProviderType) ValueType(ctx context.Context) attr.Value
- type RegionProviderValue
- func NewRegionProviderValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (RegionProviderValue, diag.Diagnostics)
- func NewRegionProviderValueMust(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) RegionProviderValue
- func NewRegionProviderValueNull() RegionProviderValue
- func NewRegionProviderValueUnknown() RegionProviderValue
- func (v RegionProviderValue) AttributeTypes(ctx context.Context) map[string]attr.Type
- func (v RegionProviderValue) Equal(o attr.Value) bool
- func (v RegionProviderValue) IsNull() bool
- func (v RegionProviderValue) IsUnknown() bool
- func (v RegionProviderValue) String() string
- func (v RegionProviderValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
- func (v RegionProviderValue) ToTerraformValue(ctx context.Context) (tftypes.Value, error)
- func (v RegionProviderValue) Type(ctx context.Context) attr.Type
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type RegionModel ¶
type RegionProviderType ¶
type RegionProviderType struct {
basetypes.ObjectType
}
func (RegionProviderType) String ¶
func (t RegionProviderType) String() string
func (RegionProviderType) ValueFromObject ¶
func (t RegionProviderType) ValueFromObject(ctx context.Context, in basetypes.ObjectValue) (basetypes.ObjectValuable, diag.Diagnostics)
func (RegionProviderType) ValueFromTerraform ¶
type RegionProviderValue ¶
type RegionProviderValue struct { ProviderType basetypes.StringValue `tfsdk:"provider_type"` RegionName basetypes.StringValue `tfsdk:"region_name"` // contains filtered or unexported fields }
func NewRegionProviderValue ¶
func NewRegionProviderValue(attributeTypes map[string]attr.Type, attributes map[string]attr.Value) (RegionProviderValue, diag.Diagnostics)
func NewRegionProviderValueNull ¶
func NewRegionProviderValueNull() RegionProviderValue
func NewRegionProviderValueUnknown ¶
func NewRegionProviderValueUnknown() RegionProviderValue
func (RegionProviderValue) AttributeTypes ¶
func (RegionProviderValue) IsNull ¶
func (v RegionProviderValue) IsNull() bool
func (RegionProviderValue) IsUnknown ¶
func (v RegionProviderValue) IsUnknown() bool
func (RegionProviderValue) String ¶
func (v RegionProviderValue) String() string
func (RegionProviderValue) ToObjectValue ¶
func (v RegionProviderValue) ToObjectValue(ctx context.Context) (basetypes.ObjectValue, diag.Diagnostics)
func (RegionProviderValue) ToTerraformValue ¶
Click to show internal directories.
Click to hide internal directories.