Documentation ¶
Index ¶
- type DataArgs
- type DataSource
- type DataTelemetryAttributes
- func (t DataTelemetryAttributes) InternalRef() (terra.Reference, error)
- func (t DataTelemetryAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (t DataTelemetryAttributes) InternalWithRef(ref terra.Reference) DataTelemetryAttributes
- func (t DataTelemetryAttributes) ResourceName() terra.StringValue
- type DataTelemetryState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataArgs ¶
type DataArgs struct { // ClusterName: string, required ClusterName terra.StringValue `hcl:"cluster_name,attr" validate:"required"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // Location: string, required Location terra.StringValue `hcl:"location,attr" validate:"required"` // Project: string, optional Project terra.StringValue `hcl:"project,attr"` // ServiceName: string, required ServiceName terra.StringValue `hcl:"service_name,attr" validate:"required"` // ServiceNamespace: string, required ServiceNamespace terra.StringValue `hcl:"service_namespace,attr" validate:"required"` }
DataArgs contains the configurations for google_monitoring_cluster_istio_service.
type DataSource ¶
DataSource represents the Terraform data resource google_monitoring_cluster_istio_service.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (gmcis *DataSource) Attributes() dataGoogleMonitoringClusterIstioServiceAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (gmcis *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (gmcis *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (gmcis *DataSource) LocalName() string
LocalName returns the local name for DataSource.
type DataTelemetryAttributes ¶
type DataTelemetryAttributes struct {
// contains filtered or unexported fields
}
func (DataTelemetryAttributes) InternalRef ¶
func (t DataTelemetryAttributes) InternalRef() (terra.Reference, error)
func (DataTelemetryAttributes) InternalTokens ¶
func (t DataTelemetryAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataTelemetryAttributes) InternalWithRef ¶
func (t DataTelemetryAttributes) InternalWithRef(ref terra.Reference) DataTelemetryAttributes
func (DataTelemetryAttributes) ResourceName ¶
func (t DataTelemetryAttributes) ResourceName() terra.StringValue
type DataTelemetryState ¶
type DataTelemetryState struct {
ResourceName string `json:"resource_name"`
}
Click to show internal directories.
Click to hide internal directories.