Versions in this module Expand all Collapse all v5 v5.45.0 Apr 16, 2024 Changes in this version + type DataArgs struct + AcceptLanguage terra.StringValue + Id terra.StringValue + ProductId terra.StringValue + Timeouts *DataTimeouts + type DataSource struct + Args DataArgs + Name string + func Data(name string, args DataArgs) *DataSource + func (aslp *DataSource) Attributes() dataAwsServicecatalogLaunchPathsAttributes + func (aslp *DataSource) Configuration() interface{} + func (aslp *DataSource) DataSource() string + func (aslp *DataSource) LocalName() string + type DataSummariesAttributes struct + func (s DataSummariesAttributes) ConstraintSummaries() terra.ListValue[DataSummariesConstraintSummariesAttributes] + func (s DataSummariesAttributes) InternalRef() (terra.Reference, error) + func (s DataSummariesAttributes) InternalTokens() (hclwrite.Tokens, error) + func (s DataSummariesAttributes) InternalWithRef(ref terra.Reference) DataSummariesAttributes + func (s DataSummariesAttributes) Name() terra.StringValue + func (s DataSummariesAttributes) PathId() terra.StringValue + func (s DataSummariesAttributes) Tags() terra.MapValue[terra.StringValue] + type DataSummariesConstraintSummariesAttributes struct + func (cs DataSummariesConstraintSummariesAttributes) Description() terra.StringValue + func (cs DataSummariesConstraintSummariesAttributes) InternalRef() (terra.Reference, error) + func (cs DataSummariesConstraintSummariesAttributes) InternalTokens() (hclwrite.Tokens, error) + func (cs DataSummariesConstraintSummariesAttributes) InternalWithRef(ref terra.Reference) DataSummariesConstraintSummariesAttributes + func (cs DataSummariesConstraintSummariesAttributes) Type() terra.StringValue + type DataSummariesConstraintSummariesState struct + Description string + Type string + type DataSummariesState struct + ConstraintSummaries []DataSummariesConstraintSummariesState + Name string + PathId string + Tags map[string]string + type DataTimeouts struct + Read terra.StringValue + type DataTimeoutsAttributes struct + func (t DataTimeoutsAttributes) InternalRef() (terra.Reference, error) + func (t DataTimeoutsAttributes) InternalTokens() (hclwrite.Tokens, error) + func (t DataTimeoutsAttributes) InternalWithRef(ref terra.Reference) DataTimeoutsAttributes + func (t DataTimeoutsAttributes) Read() terra.StringValue + type DataTimeoutsState struct + Read string