package
5.64.0+incompatible
Repository: https://github.com/hashicorp/terraform-provider-aws.git
Documentation: pkg.go.dev

# README

Terraform Plugin Framework

This package and its subpackages contain Terraform Plugin Framework functionality.

# Packages

No description provided by the author
No description provided by the author
No description provided by the author

# Functions

No description provided by the author
No description provided by the author

# Structs

DataSourceWithConfigure is a structure to be embedded within a DataSource that implements the DataSourceWithConfigure interface.
ResourceWithConfigure is a structure to be embedded within a Resource that implements the ResourceWithConfigure interface.
WithImportByID is intended to be embedded in resources which import state via the "id" attribute.
WithNoOpDelete is intended to be embedded in resources which have no need of a custom Delete method.
WithNoOpRead is intended to be embedded in resources which have no need of a custom Read method.
WithNoOpUpdate is intended to be embedded in resources which have no need of a custom Update method.
WithNoUpdate is intended to be embedded in resources which cannot be updated.
WithTimeouts is intended to be embedded in resources which use the special "timeouts" nested block.

# Interfaces

No description provided by the author