Documentation
¶
Index ¶
- type Args
- type NotificationConfig
- type NotificationConfigAttributes
- func (nc NotificationConfigAttributes) InternalRef() (terra.Reference, error)
- func (nc NotificationConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (nc NotificationConfigAttributes) InternalWithRef(ref terra.Reference) NotificationConfigAttributes
- func (nc NotificationConfigAttributes) PubsubTopic() terra.StringValue
- type NotificationConfigState
- type NotificationConfigs
- type NotificationConfigsAttributes
- func (nc NotificationConfigsAttributes) InternalRef() (terra.Reference, error)
- func (nc NotificationConfigsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (nc NotificationConfigsAttributes) InternalWithRef(ref terra.Reference) NotificationConfigsAttributes
- func (nc NotificationConfigsAttributes) PubsubTopic() terra.StringValue
- func (nc NotificationConfigsAttributes) SendFullResource() terra.BoolValue
- func (nc NotificationConfigsAttributes) SendPreviousResourceOnDelete() terra.BoolValue
- type NotificationConfigsState
- type Resource
- func (ghfs *Resource) Attributes() googleHealthcareFhirStoreAttributes
- func (ghfs *Resource) Configuration() interface{}
- func (ghfs *Resource) DependOn() terra.Reference
- func (ghfs *Resource) Dependencies() terra.Dependencies
- func (ghfs *Resource) ImportState(state io.Reader) error
- func (ghfs *Resource) LifecycleManagement() *terra.Lifecycle
- func (ghfs *Resource) LocalName() string
- func (ghfs *Resource) State() (*googleHealthcareFhirStoreState, bool)
- func (ghfs *Resource) StateMust() *googleHealthcareFhirStoreState
- func (ghfs *Resource) Type() string
- type StreamConfigs
- type StreamConfigsAttributes
- func (sc StreamConfigsAttributes) BigqueryDestination() terra.ListValue[StreamConfigsBigqueryDestinationAttributes]
- func (sc StreamConfigsAttributes) InternalRef() (terra.Reference, error)
- func (sc StreamConfigsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (sc StreamConfigsAttributes) InternalWithRef(ref terra.Reference) StreamConfigsAttributes
- func (sc StreamConfigsAttributes) ResourceTypes() terra.ListValue[terra.StringValue]
- type StreamConfigsBigqueryDestination
- type StreamConfigsBigqueryDestinationAttributes
- func (bd StreamConfigsBigqueryDestinationAttributes) DatasetUri() terra.StringValue
- func (bd StreamConfigsBigqueryDestinationAttributes) InternalRef() (terra.Reference, error)
- func (bd StreamConfigsBigqueryDestinationAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (bd StreamConfigsBigqueryDestinationAttributes) InternalWithRef(ref terra.Reference) StreamConfigsBigqueryDestinationAttributes
- func (bd StreamConfigsBigqueryDestinationAttributes) SchemaConfig() terra.ListValue[StreamConfigsBigqueryDestinationSchemaConfigAttributes]
- type StreamConfigsBigqueryDestinationSchemaConfig
- type StreamConfigsBigqueryDestinationSchemaConfigAttributes
- func (sc StreamConfigsBigqueryDestinationSchemaConfigAttributes) InternalRef() (terra.Reference, error)
- func (sc StreamConfigsBigqueryDestinationSchemaConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (sc StreamConfigsBigqueryDestinationSchemaConfigAttributes) InternalWithRef(ref terra.Reference) StreamConfigsBigqueryDestinationSchemaConfigAttributes
- func (sc StreamConfigsBigqueryDestinationSchemaConfigAttributes) LastUpdatedPartitionConfig() ...
- func (sc StreamConfigsBigqueryDestinationSchemaConfigAttributes) RecursiveStructureDepth() terra.NumberValue
- func (sc StreamConfigsBigqueryDestinationSchemaConfigAttributes) SchemaType() terra.StringValue
- type StreamConfigsBigqueryDestinationSchemaConfigLastUpdatedPartitionConfig
- type StreamConfigsBigqueryDestinationSchemaConfigLastUpdatedPartitionConfigAttributes
- func (lupc StreamConfigsBigqueryDestinationSchemaConfigLastUpdatedPartitionConfigAttributes) ExpirationMs() terra.StringValue
- func (lupc StreamConfigsBigqueryDestinationSchemaConfigLastUpdatedPartitionConfigAttributes) InternalRef() (terra.Reference, error)
- func (lupc StreamConfigsBigqueryDestinationSchemaConfigLastUpdatedPartitionConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (lupc StreamConfigsBigqueryDestinationSchemaConfigLastUpdatedPartitionConfigAttributes) InternalWithRef(ref terra.Reference) ...
- func (lupc StreamConfigsBigqueryDestinationSchemaConfigLastUpdatedPartitionConfigAttributes) Type() terra.StringValue
- type StreamConfigsBigqueryDestinationSchemaConfigLastUpdatedPartitionConfigState
- type StreamConfigsBigqueryDestinationSchemaConfigState
- type StreamConfigsBigqueryDestinationState
- type StreamConfigsState
- 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
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Args ¶
type Args struct { // ComplexDataTypeReferenceParsing: string, optional ComplexDataTypeReferenceParsing terra.StringValue `hcl:"complex_data_type_reference_parsing,attr"` // Dataset: string, required Dataset terra.StringValue `hcl:"dataset,attr" validate:"required"` // DefaultSearchHandlingStrict: bool, optional DefaultSearchHandlingStrict terra.BoolValue `hcl:"default_search_handling_strict,attr"` // DisableReferentialIntegrity: bool, optional DisableReferentialIntegrity terra.BoolValue `hcl:"disable_referential_integrity,attr"` // DisableResourceVersioning: bool, optional DisableResourceVersioning terra.BoolValue `hcl:"disable_resource_versioning,attr"` // EnableHistoryImport: bool, optional EnableHistoryImport terra.BoolValue `hcl:"enable_history_import,attr"` // EnableHistoryModifications: bool, optional EnableHistoryModifications terra.BoolValue `hcl:"enable_history_modifications,attr"` // EnableUpdateCreate: bool, optional EnableUpdateCreate terra.BoolValue `hcl:"enable_update_create,attr"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Labels: map of string, optional Labels terra.MapValue[terra.StringValue] `hcl:"labels,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Version: string, optional Version terra.StringValue `hcl:"version,attr"` // NotificationConfig: optional NotificationConfig *NotificationConfig `hcl:"notification_config,block"` // NotificationConfigs: min=0 NotificationConfigs []NotificationConfigs `hcl:"notification_configs,block" validate:"min=0"` // StreamConfigs: min=0 StreamConfigs []StreamConfigs `hcl:"stream_configs,block" validate:"min=0"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` }
Args contains the configurations for google_healthcare_fhir_store.
type NotificationConfig ¶
type NotificationConfig struct { // PubsubTopic: string, required PubsubTopic terra.StringValue `hcl:"pubsub_topic,attr" validate:"required"` }
type NotificationConfigAttributes ¶
type NotificationConfigAttributes struct {
// contains filtered or unexported fields
}
func (NotificationConfigAttributes) InternalRef ¶
func (nc NotificationConfigAttributes) InternalRef() (terra.Reference, error)
func (NotificationConfigAttributes) InternalTokens ¶
func (nc NotificationConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
func (NotificationConfigAttributes) InternalWithRef ¶
func (nc NotificationConfigAttributes) InternalWithRef(ref terra.Reference) NotificationConfigAttributes
func (NotificationConfigAttributes) PubsubTopic ¶
func (nc NotificationConfigAttributes) PubsubTopic() terra.StringValue
type NotificationConfigState ¶
type NotificationConfigState struct {
PubsubTopic string `json:"pubsub_topic"`
}
type NotificationConfigs ¶
type NotificationConfigs struct { // PubsubTopic: string, required PubsubTopic terra.StringValue `hcl:"pubsub_topic,attr" validate:"required"` // SendFullResource: bool, optional SendFullResource terra.BoolValue `hcl:"send_full_resource,attr"` // SendPreviousResourceOnDelete: bool, optional SendPreviousResourceOnDelete terra.BoolValue `hcl:"send_previous_resource_on_delete,attr"` }
type NotificationConfigsAttributes ¶
type NotificationConfigsAttributes struct {
// contains filtered or unexported fields
}
func (NotificationConfigsAttributes) InternalRef ¶
func (nc NotificationConfigsAttributes) InternalRef() (terra.Reference, error)
func (NotificationConfigsAttributes) InternalTokens ¶
func (nc NotificationConfigsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (NotificationConfigsAttributes) InternalWithRef ¶
func (nc NotificationConfigsAttributes) InternalWithRef(ref terra.Reference) NotificationConfigsAttributes
func (NotificationConfigsAttributes) PubsubTopic ¶
func (nc NotificationConfigsAttributes) PubsubTopic() terra.StringValue
func (NotificationConfigsAttributes) SendFullResource ¶
func (nc NotificationConfigsAttributes) SendFullResource() terra.BoolValue
func (NotificationConfigsAttributes) SendPreviousResourceOnDelete ¶
func (nc NotificationConfigsAttributes) SendPreviousResourceOnDelete() terra.BoolValue
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_healthcare_fhir_store.
func (*Resource) Attributes ¶
func (ghfs *Resource) Attributes() googleHealthcareFhirStoreAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (ghfs *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (ghfs *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 StreamConfigs ¶
type StreamConfigs struct { // ResourceTypes: list of string, optional ResourceTypes terra.ListValue[terra.StringValue] `hcl:"resource_types,attr"` // StreamConfigsBigqueryDestination: required BigqueryDestination *StreamConfigsBigqueryDestination `hcl:"bigquery_destination,block" validate:"required"` }
type StreamConfigsAttributes ¶
type StreamConfigsAttributes struct {
// contains filtered or unexported fields
}
func (StreamConfigsAttributes) BigqueryDestination ¶
func (sc StreamConfigsAttributes) BigqueryDestination() terra.ListValue[StreamConfigsBigqueryDestinationAttributes]
func (StreamConfigsAttributes) InternalRef ¶
func (sc StreamConfigsAttributes) InternalRef() (terra.Reference, error)
func (StreamConfigsAttributes) InternalTokens ¶
func (sc StreamConfigsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (StreamConfigsAttributes) InternalWithRef ¶
func (sc StreamConfigsAttributes) InternalWithRef(ref terra.Reference) StreamConfigsAttributes
func (StreamConfigsAttributes) ResourceTypes ¶
func (sc StreamConfigsAttributes) ResourceTypes() terra.ListValue[terra.StringValue]
type StreamConfigsBigqueryDestination ¶
type StreamConfigsBigqueryDestination struct { // DatasetUri: string, required DatasetUri terra.StringValue `hcl:"dataset_uri,attr" validate:"required"` // StreamConfigsBigqueryDestinationSchemaConfig: required SchemaConfig *StreamConfigsBigqueryDestinationSchemaConfig `hcl:"schema_config,block" validate:"required"` }
type StreamConfigsBigqueryDestinationAttributes ¶
type StreamConfigsBigqueryDestinationAttributes struct {
// contains filtered or unexported fields
}
func (StreamConfigsBigqueryDestinationAttributes) DatasetUri ¶
func (bd StreamConfigsBigqueryDestinationAttributes) DatasetUri() terra.StringValue
func (StreamConfigsBigqueryDestinationAttributes) InternalRef ¶
func (bd StreamConfigsBigqueryDestinationAttributes) InternalRef() (terra.Reference, error)
func (StreamConfigsBigqueryDestinationAttributes) InternalTokens ¶
func (bd StreamConfigsBigqueryDestinationAttributes) InternalTokens() (hclwrite.Tokens, error)
func (StreamConfigsBigqueryDestinationAttributes) InternalWithRef ¶
func (bd StreamConfigsBigqueryDestinationAttributes) InternalWithRef(ref terra.Reference) StreamConfigsBigqueryDestinationAttributes
func (StreamConfigsBigqueryDestinationAttributes) SchemaConfig ¶
func (bd StreamConfigsBigqueryDestinationAttributes) SchemaConfig() terra.ListValue[StreamConfigsBigqueryDestinationSchemaConfigAttributes]
type StreamConfigsBigqueryDestinationSchemaConfig ¶
type StreamConfigsBigqueryDestinationSchemaConfig struct { // RecursiveStructureDepth: number, required RecursiveStructureDepth terra.NumberValue `hcl:"recursive_structure_depth,attr" validate:"required"` // SchemaType: string, optional SchemaType terra.StringValue `hcl:"schema_type,attr"` // StreamConfigsBigqueryDestinationSchemaConfigLastUpdatedPartitionConfig: optional LastUpdatedPartitionConfig *StreamConfigsBigqueryDestinationSchemaConfigLastUpdatedPartitionConfig `hcl:"last_updated_partition_config,block"` }
type StreamConfigsBigqueryDestinationSchemaConfigAttributes ¶
type StreamConfigsBigqueryDestinationSchemaConfigAttributes struct {
// contains filtered or unexported fields
}
func (StreamConfigsBigqueryDestinationSchemaConfigAttributes) InternalRef ¶
func (sc StreamConfigsBigqueryDestinationSchemaConfigAttributes) InternalRef() (terra.Reference, error)
func (StreamConfigsBigqueryDestinationSchemaConfigAttributes) InternalTokens ¶
func (sc StreamConfigsBigqueryDestinationSchemaConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
func (StreamConfigsBigqueryDestinationSchemaConfigAttributes) InternalWithRef ¶
func (sc StreamConfigsBigqueryDestinationSchemaConfigAttributes) InternalWithRef(ref terra.Reference) StreamConfigsBigqueryDestinationSchemaConfigAttributes
func (StreamConfigsBigqueryDestinationSchemaConfigAttributes) LastUpdatedPartitionConfig ¶
func (sc StreamConfigsBigqueryDestinationSchemaConfigAttributes) LastUpdatedPartitionConfig() terra.ListValue[StreamConfigsBigqueryDestinationSchemaConfigLastUpdatedPartitionConfigAttributes]
func (StreamConfigsBigqueryDestinationSchemaConfigAttributes) RecursiveStructureDepth ¶
func (sc StreamConfigsBigqueryDestinationSchemaConfigAttributes) RecursiveStructureDepth() terra.NumberValue
func (StreamConfigsBigqueryDestinationSchemaConfigAttributes) SchemaType ¶
func (sc StreamConfigsBigqueryDestinationSchemaConfigAttributes) SchemaType() terra.StringValue
type StreamConfigsBigqueryDestinationSchemaConfigLastUpdatedPartitionConfig ¶
type StreamConfigsBigqueryDestinationSchemaConfigLastUpdatedPartitionConfig struct { // ExpirationMs: string, optional ExpirationMs terra.StringValue `hcl:"expiration_ms,attr"` // Type: string, required Type terra.StringValue `hcl:"type,attr" validate:"required"` }
type StreamConfigsBigqueryDestinationSchemaConfigLastUpdatedPartitionConfigAttributes ¶
type StreamConfigsBigqueryDestinationSchemaConfigLastUpdatedPartitionConfigAttributes struct {
// contains filtered or unexported fields
}
func (StreamConfigsBigqueryDestinationSchemaConfigLastUpdatedPartitionConfigAttributes) ExpirationMs ¶
func (lupc StreamConfigsBigqueryDestinationSchemaConfigLastUpdatedPartitionConfigAttributes) ExpirationMs() terra.StringValue
func (StreamConfigsBigqueryDestinationSchemaConfigLastUpdatedPartitionConfigAttributes) InternalRef ¶
func (lupc StreamConfigsBigqueryDestinationSchemaConfigLastUpdatedPartitionConfigAttributes) InternalRef() (terra.Reference, error)
func (StreamConfigsBigqueryDestinationSchemaConfigLastUpdatedPartitionConfigAttributes) InternalTokens ¶
func (lupc StreamConfigsBigqueryDestinationSchemaConfigLastUpdatedPartitionConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
func (StreamConfigsBigqueryDestinationSchemaConfigLastUpdatedPartitionConfigAttributes) InternalWithRef ¶
type StreamConfigsBigqueryDestinationSchemaConfigState ¶
type StreamConfigsBigqueryDestinationSchemaConfigState struct { RecursiveStructureDepth float64 `json:"recursive_structure_depth"` SchemaType string `json:"schema_type"` LastUpdatedPartitionConfig []StreamConfigsBigqueryDestinationSchemaConfigLastUpdatedPartitionConfigState `json:"last_updated_partition_config"` }
type StreamConfigsBigqueryDestinationState ¶
type StreamConfigsBigqueryDestinationState struct { DatasetUri string `json:"dataset_uri"` SchemaConfig []StreamConfigsBigqueryDestinationSchemaConfigState `json:"schema_config"` }
type StreamConfigsState ¶
type StreamConfigsState struct { ResourceTypes []string `json:"resource_types"` BigqueryDestination []StreamConfigsBigqueryDestinationState `json:"bigquery_destination"` }
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 ¶
Click to show internal directories.
Click to hide internal directories.