Documentation ¶
Index ¶
- type DataArgs
- type DataFoldersAttributes
- func (f DataFoldersAttributes) CreateTime() terra.StringValue
- func (f DataFoldersAttributes) DeleteTime() terra.StringValue
- func (f DataFoldersAttributes) DisplayName() terra.StringValue
- func (f DataFoldersAttributes) Etag() terra.StringValue
- func (f DataFoldersAttributes) InternalRef() (terra.Reference, error)
- func (f DataFoldersAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (f DataFoldersAttributes) InternalWithRef(ref terra.Reference) DataFoldersAttributes
- func (f DataFoldersAttributes) Name() terra.StringValue
- func (f DataFoldersAttributes) Parent() terra.StringValue
- func (f DataFoldersAttributes) State() terra.StringValue
- func (f DataFoldersAttributes) UpdateTime() terra.StringValue
- type DataFoldersState
- type DataSource
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataArgs ¶
type DataArgs struct { // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // ParentId: string, required ParentId terra.StringValue `hcl:"parent_id,attr" validate:"required"` }
DataArgs contains the configurations for google_folders.
type DataFoldersAttributes ¶
type DataFoldersAttributes struct {
// contains filtered or unexported fields
}
func (DataFoldersAttributes) CreateTime ¶
func (f DataFoldersAttributes) CreateTime() terra.StringValue
func (DataFoldersAttributes) DeleteTime ¶
func (f DataFoldersAttributes) DeleteTime() terra.StringValue
func (DataFoldersAttributes) DisplayName ¶
func (f DataFoldersAttributes) DisplayName() terra.StringValue
func (DataFoldersAttributes) Etag ¶
func (f DataFoldersAttributes) Etag() terra.StringValue
func (DataFoldersAttributes) InternalRef ¶
func (f DataFoldersAttributes) InternalRef() (terra.Reference, error)
func (DataFoldersAttributes) InternalTokens ¶
func (f DataFoldersAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataFoldersAttributes) InternalWithRef ¶
func (f DataFoldersAttributes) InternalWithRef(ref terra.Reference) DataFoldersAttributes
func (DataFoldersAttributes) Name ¶
func (f DataFoldersAttributes) Name() terra.StringValue
func (DataFoldersAttributes) Parent ¶
func (f DataFoldersAttributes) Parent() terra.StringValue
func (DataFoldersAttributes) State ¶
func (f DataFoldersAttributes) State() terra.StringValue
func (DataFoldersAttributes) UpdateTime ¶
func (f DataFoldersAttributes) UpdateTime() terra.StringValue
type DataFoldersState ¶
type DataFoldersState struct { CreateTime string `json:"create_time"` DeleteTime string `json:"delete_time"` DisplayName string `json:"display_name"` Etag string `json:"etag"` Name string `json:"name"` Parent string `json:"parent"` State string `json:"state"` UpdateTime string `json:"update_time"` }
type DataSource ¶
DataSource represents the Terraform data resource google_folders.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (gf *DataSource) Attributes() dataGoogleFoldersAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (gf *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (gf *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (gf *DataSource) LocalName() string
LocalName returns the local name for DataSource.
Click to show internal directories.
Click to hide internal directories.