Documentation ¶
Index ¶
- type Args
- type ErrorAttributes
- func (e ErrorAttributes) Details() terra.MapValue[terra.StringValue]
- func (e ErrorAttributes) InternalRef() (terra.Reference, error)
- func (e ErrorAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (e ErrorAttributes) InternalWithRef(ref terra.Reference) ErrorAttributes
- func (e ErrorAttributes) Message() terra.StringValue
- type ErrorState
- type Resource
- func (gdmspc *Resource) Attributes() googleDatabaseMigrationServicePrivateConnectionAttributes
- func (gdmspc *Resource) Configuration() interface{}
- func (gdmspc *Resource) DependOn() terra.Reference
- func (gdmspc *Resource) Dependencies() terra.Dependencies
- func (gdmspc *Resource) ImportState(state io.Reader) error
- func (gdmspc *Resource) LifecycleManagement() *terra.Lifecycle
- func (gdmspc *Resource) LocalName() string
- func (gdmspc *Resource) State() (*googleDatabaseMigrationServicePrivateConnectionState, bool)
- func (gdmspc *Resource) StateMust() *googleDatabaseMigrationServicePrivateConnectionState
- func (gdmspc *Resource) Type() string
- type Timeouts
- type TimeoutsAttributes
- func (t TimeoutsAttributes) Create() terra.StringValue
- func (t TimeoutsAttributes) Delete() terra.StringValue
- func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
- func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
- func (t TimeoutsAttributes) Update() terra.StringValue
- type TimeoutsState
- type VpcPeeringConfig
- type VpcPeeringConfigAttributes
- func (vpc VpcPeeringConfigAttributes) InternalRef() (terra.Reference, error)
- func (vpc VpcPeeringConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (vpc VpcPeeringConfigAttributes) InternalWithRef(ref terra.Reference) VpcPeeringConfigAttributes
- func (vpc VpcPeeringConfigAttributes) Subnet() terra.StringValue
- func (vpc VpcPeeringConfigAttributes) VpcName() terra.StringValue
- type VpcPeeringConfigState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // DisplayName: string, optional DisplayName terra.StringValue `hcl:"display_name,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Labels: map of string, optional Labels terra.MapValue[terra.StringValue] `hcl:"labels,attr"` // Location: string, required Location terra.StringValue `hcl:"location,attr" validate:"required"` // PrivateConnectionId: string, required PrivateConnectionId terra.StringValue `hcl:"private_connection_id,attr" validate:"required"` // Project: string, optional Project terra.StringValue `hcl:"project,attr"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` // VpcPeeringConfig: required VpcPeeringConfig *VpcPeeringConfig `hcl:"vpc_peering_config,block" validate:"required"` }
Args contains the configurations for google_database_migration_service_private_connection.
type ErrorAttributes ¶
type ErrorAttributes struct {
// contains filtered or unexported fields
}
func (ErrorAttributes) Details ¶
func (e ErrorAttributes) Details() terra.MapValue[terra.StringValue]
func (ErrorAttributes) InternalRef ¶
func (e ErrorAttributes) InternalRef() (terra.Reference, error)
func (ErrorAttributes) InternalTokens ¶
func (e ErrorAttributes) InternalTokens() (hclwrite.Tokens, error)
func (ErrorAttributes) InternalWithRef ¶
func (e ErrorAttributes) InternalWithRef(ref terra.Reference) ErrorAttributes
func (ErrorAttributes) Message ¶
func (e ErrorAttributes) Message() terra.StringValue
type ErrorState ¶
type Resource ¶
type Resource struct { Name string Args Args DependsOn terra.Dependencies Lifecycle *terra.Lifecycle // contains filtered or unexported fields }
Resource represents the Terraform resource google_database_migration_service_private_connection.
func (*Resource) Attributes ¶
func (gdmspc *Resource) Attributes() googleDatabaseMigrationServicePrivateConnectionAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (gdmspc *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (gdmspc *Resource) Dependencies() terra.Dependencies
Dependencies returns the list of resources Resource depends_on.
func (*Resource) ImportState ¶
ImportState imports the given attribute values into Resource's state.
func (*Resource) LifecycleManagement ¶
LifecycleManagement returns the lifecycle block for Resource.
type Timeouts ¶
type Timeouts struct { // Create: string, optional Create terra.StringValue `hcl:"create,attr"` // Delete: string, optional Delete terra.StringValue `hcl:"delete,attr"` // Update: string, optional Update terra.StringValue `hcl:"update,attr"` }
type TimeoutsAttributes ¶
type TimeoutsAttributes struct {
// contains filtered or unexported fields
}
func (TimeoutsAttributes) Create ¶
func (t TimeoutsAttributes) Create() terra.StringValue
func (TimeoutsAttributes) Delete ¶
func (t TimeoutsAttributes) Delete() terra.StringValue
func (TimeoutsAttributes) InternalRef ¶
func (t TimeoutsAttributes) InternalRef() (terra.Reference, error)
func (TimeoutsAttributes) InternalTokens ¶
func (t TimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (TimeoutsAttributes) InternalWithRef ¶
func (t TimeoutsAttributes) InternalWithRef(ref terra.Reference) TimeoutsAttributes
func (TimeoutsAttributes) Update ¶
func (t TimeoutsAttributes) Update() terra.StringValue
type TimeoutsState ¶
type VpcPeeringConfig ¶
type VpcPeeringConfig struct { // Subnet: string, required Subnet terra.StringValue `hcl:"subnet,attr" validate:"required"` // VpcName: string, required VpcName terra.StringValue `hcl:"vpc_name,attr" validate:"required"` }
type VpcPeeringConfigAttributes ¶
type VpcPeeringConfigAttributes struct {
// contains filtered or unexported fields
}
func (VpcPeeringConfigAttributes) InternalRef ¶
func (vpc VpcPeeringConfigAttributes) InternalRef() (terra.Reference, error)
func (VpcPeeringConfigAttributes) InternalTokens ¶
func (vpc VpcPeeringConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
func (VpcPeeringConfigAttributes) InternalWithRef ¶
func (vpc VpcPeeringConfigAttributes) InternalWithRef(ref terra.Reference) VpcPeeringConfigAttributes
func (VpcPeeringConfigAttributes) Subnet ¶
func (vpc VpcPeeringConfigAttributes) Subnet() terra.StringValue
func (VpcPeeringConfigAttributes) VpcName ¶
func (vpc VpcPeeringConfigAttributes) VpcName() terra.StringValue
type VpcPeeringConfigState ¶
Click to show internal directories.
Click to hide internal directories.