Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResourceId ¶
type ResourceId struct {
// contains filtered or unexported fields
}
func New ¶
func New(id string) (*ResourceId, error)
func (*ResourceId) Collection ¶
func (r *ResourceId) Collection() string
func (*ResourceId) Database ¶
func (r *ResourceId) Database() string
func (*ResourceId) Document ¶
func (r *ResourceId) Document() string
func (*ResourceId) Index ¶
func (r *ResourceId) Index() string
func (*ResourceId) String ¶
func (r *ResourceId) String() string
func (*ResourceId) TerraformString ¶
func (r *ResourceId) TerraformString() basetypes.StringValue
Click to show internal directories.
Click to hide internal directories.