Documentation
¶
Index ¶
- type DataArgs
- type DataModelSummariesAttributes
- func (ms DataModelSummariesAttributes) CreationTime() terra.StringValue
- func (ms DataModelSummariesAttributes) InternalRef() (terra.Reference, error)
- func (ms DataModelSummariesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (ms DataModelSummariesAttributes) InternalWithRef(ref terra.Reference) DataModelSummariesAttributes
- func (ms DataModelSummariesAttributes) ModelArn() terra.StringValue
- func (ms DataModelSummariesAttributes) ModelName() terra.StringValue
- type DataModelSummariesState
- type DataSource
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DataArgs ¶
type DataArgs struct{}
DataArgs contains the configurations for aws_bedrock_custom_models.
type DataModelSummariesAttributes ¶
type DataModelSummariesAttributes struct {
// contains filtered or unexported fields
}
func (DataModelSummariesAttributes) CreationTime ¶
func (ms DataModelSummariesAttributes) CreationTime() terra.StringValue
func (DataModelSummariesAttributes) InternalRef ¶
func (ms DataModelSummariesAttributes) InternalRef() (terra.Reference, error)
func (DataModelSummariesAttributes) InternalTokens ¶
func (ms DataModelSummariesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DataModelSummariesAttributes) InternalWithRef ¶
func (ms DataModelSummariesAttributes) InternalWithRef(ref terra.Reference) DataModelSummariesAttributes
func (DataModelSummariesAttributes) ModelArn ¶
func (ms DataModelSummariesAttributes) ModelArn() terra.StringValue
func (DataModelSummariesAttributes) ModelName ¶
func (ms DataModelSummariesAttributes) ModelName() terra.StringValue
type DataModelSummariesState ¶
type DataSource ¶
DataSource represents the Terraform data resource aws_bedrock_custom_models.
func Data ¶
func Data(name string, args DataArgs) *DataSource
Data creates a new instance of DataSource.
func (*DataSource) Attributes ¶
func (abcm *DataSource) Attributes() dataAwsBedrockCustomModelsAttributes
Attributes returns the attributes for DataSource.
func (*DataSource) Configuration ¶
func (abcm *DataSource) Configuration() interface{}
Configuration returns the configuration (args) for DataSource.
func (*DataSource) DataSource ¶
func (abcm *DataSource) DataSource() string
DataSource returns the Terraform object type for DataSource.
func (*DataSource) LocalName ¶
func (abcm *DataSource) LocalName() string
LocalName returns the local name for DataSource.
Click to show internal directories.
Click to hide internal directories.