Documentation ¶
Index ¶
- type DataArgs
- type DataLocationsAttributes
- func (l DataLocationsAttributes) DisplayName() terra.StringValue
- func (l DataLocationsAttributes) InternalRef() (terra.Reference, error)
- func (l DataLocationsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (l DataLocationsAttributes) InternalWithRef(ref terra.Reference) DataLocationsAttributes
- func (l DataLocationsAttributes) Labels() terra.MapValue[terra.StringValue]
- func (l DataLocationsAttributes) LocationId() terra.StringValue
- func (l DataLocationsAttributes) Metadata() terra.MapValue[terra.StringValue]
- func (l DataLocationsAttributes) Name() terra.StringValue
- type DataLocationsState
- 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"` // Project: string, optional Project terra.StringValue `hcl:"project,attr"` }
DataArgs contains the configurations for google_alloydb_locations.
type DataLocationsAttributes ¶
type DataLocationsAttributes struct {
// contains filtered or unexported fields
}
func (DataLocationsAttributes) DisplayName ¶
func (l DataLocationsAttributes) DisplayName() terra.StringValue
func (DataLocationsAttributes) InternalRef ¶
func (l DataLocationsAttributes) InternalRef() (terra.Reference, error)
func (DataLocationsAttributes) InternalTokens ¶
func (l DataLocationsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataLocationsAttributes) InternalWithRef ¶
func (l DataLocationsAttributes) InternalWithRef(ref terra.Reference) DataLocationsAttributes
func (DataLocationsAttributes) Labels ¶
func (l DataLocationsAttributes) Labels() terra.MapValue[terra.StringValue]
func (DataLocationsAttributes) LocationId ¶
func (l DataLocationsAttributes) LocationId() terra.StringValue
func (DataLocationsAttributes) Metadata ¶
func (l DataLocationsAttributes) Metadata() terra.MapValue[terra.StringValue]
func (DataLocationsAttributes) Name ¶
func (l DataLocationsAttributes) Name() terra.StringValue
type DataLocationsState ¶
type DataSource ¶
DataSource represents the Terraform data resource google_alloydb_locations.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (gal *DataSource) Attributes() dataGoogleAlloydbLocationsAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (gal *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (gal *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (gal *DataSource) LocalName() string
LocalName returns the local name for DataSource.
Click to show internal directories.
Click to hide internal directories.