Documentation ¶
Index ¶
- type Annotations
- type AnnotationsAttributes
- func (a AnnotationsAttributes) InternalRef() (terra.Reference, error)
- func (a AnnotationsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (a AnnotationsAttributes) InternalWithRef(ref terra.Reference) AnnotationsAttributes
- func (a AnnotationsAttributes) S3Uri() terra.StringValue
- func (a AnnotationsAttributes) TestS3Uri() terra.StringValue
- type AnnotationsState
- type AugmentedManifests
- type AugmentedManifestsAttributes
- func (am AugmentedManifestsAttributes) AnnotationDataS3Uri() terra.StringValue
- func (am AugmentedManifestsAttributes) AttributeNames() terra.ListValue[terra.StringValue]
- func (am AugmentedManifestsAttributes) DocumentType() terra.StringValue
- func (am AugmentedManifestsAttributes) InternalRef() (terra.Reference, error)
- func (am AugmentedManifestsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (am AugmentedManifestsAttributes) InternalWithRef(ref terra.Reference) AugmentedManifestsAttributes
- func (am AugmentedManifestsAttributes) S3Uri() terra.StringValue
- func (am AugmentedManifestsAttributes) SourceDocumentsS3Uri() terra.StringValue
- func (am AugmentedManifestsAttributes) Split() terra.StringValue
- type AugmentedManifestsState
- type Documents
- type DocumentsAttributes
- func (d DocumentsAttributes) InputFormat() terra.StringValue
- func (d DocumentsAttributes) InternalRef() (terra.Reference, error)
- func (d DocumentsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (d DocumentsAttributes) InternalWithRef(ref terra.Reference) DocumentsAttributes
- func (d DocumentsAttributes) S3Uri() terra.StringValue
- func (d DocumentsAttributes) TestS3Uri() terra.StringValue
- type DocumentsState
- type EntityList
- type EntityListAttributes
- type EntityListState
- type EntityTypes
- type EntityTypesAttributes
- type EntityTypesState
- type InputDataConfig
- type InputDataConfigAttributes
- func (idc InputDataConfigAttributes) Annotations() terra.ListValue[AnnotationsAttributes]
- func (idc InputDataConfigAttributes) AugmentedManifests() terra.SetValue[AugmentedManifestsAttributes]
- func (idc InputDataConfigAttributes) DataFormat() terra.StringValue
- func (idc InputDataConfigAttributes) Documents() terra.ListValue[DocumentsAttributes]
- func (idc InputDataConfigAttributes) EntityList() terra.ListValue[EntityListAttributes]
- func (idc InputDataConfigAttributes) EntityTypes() terra.SetValue[EntityTypesAttributes]
- func (idc InputDataConfigAttributes) InternalRef() (terra.Reference, error)
- func (idc InputDataConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (idc InputDataConfigAttributes) InternalWithRef(ref terra.Reference) InputDataConfigAttributes
- type InputDataConfigState
- 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 VpcConfig
- type VpcConfigAttributes
- func (vc VpcConfigAttributes) InternalRef() (terra.Reference, error)
- func (vc VpcConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (vc VpcConfigAttributes) InternalWithRef(ref terra.Reference) VpcConfigAttributes
- func (vc VpcConfigAttributes) SecurityGroupIds() terra.SetValue[terra.StringValue]
- func (vc VpcConfigAttributes) Subnets() terra.SetValue[terra.StringValue]
- type VpcConfigState
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Annotations ¶
type Annotations struct { // S3Uri: string, required S3Uri terra.StringValue `hcl:"s3_uri,attr" validate:"required"` // TestS3Uri: string, optional TestS3Uri terra.StringValue `hcl:"test_s3_uri,attr"` }
type AnnotationsAttributes ¶
type AnnotationsAttributes struct {
// contains filtered or unexported fields
}
func (AnnotationsAttributes) InternalRef ¶
func (a AnnotationsAttributes) InternalRef() (terra.Reference, error)
func (AnnotationsAttributes) InternalTokens ¶
func (a AnnotationsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (AnnotationsAttributes) InternalWithRef ¶
func (a AnnotationsAttributes) InternalWithRef(ref terra.Reference) AnnotationsAttributes
func (AnnotationsAttributes) S3Uri ¶
func (a AnnotationsAttributes) S3Uri() terra.StringValue
func (AnnotationsAttributes) TestS3Uri ¶
func (a AnnotationsAttributes) TestS3Uri() terra.StringValue
type AnnotationsState ¶
type AugmentedManifests ¶
type AugmentedManifests struct { // AnnotationDataS3Uri: string, optional AnnotationDataS3Uri terra.StringValue `hcl:"annotation_data_s3_uri,attr"` // AttributeNames: list of string, required AttributeNames terra.ListValue[terra.StringValue] `hcl:"attribute_names,attr" validate:"required"` // DocumentType: string, optional DocumentType terra.StringValue `hcl:"document_type,attr"` // S3Uri: string, required S3Uri terra.StringValue `hcl:"s3_uri,attr" validate:"required"` // SourceDocumentsS3Uri: string, optional SourceDocumentsS3Uri terra.StringValue `hcl:"source_documents_s3_uri,attr"` // Split: string, optional Split terra.StringValue `hcl:"split,attr"` }
type AugmentedManifestsAttributes ¶
type AugmentedManifestsAttributes struct {
// contains filtered or unexported fields
}
func (AugmentedManifestsAttributes) AnnotationDataS3Uri ¶
func (am AugmentedManifestsAttributes) AnnotationDataS3Uri() terra.StringValue
func (AugmentedManifestsAttributes) AttributeNames ¶
func (am AugmentedManifestsAttributes) AttributeNames() terra.ListValue[terra.StringValue]
func (AugmentedManifestsAttributes) DocumentType ¶
func (am AugmentedManifestsAttributes) DocumentType() terra.StringValue
func (AugmentedManifestsAttributes) InternalRef ¶
func (am AugmentedManifestsAttributes) InternalRef() (terra.Reference, error)
func (AugmentedManifestsAttributes) InternalTokens ¶
func (am AugmentedManifestsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (AugmentedManifestsAttributes) InternalWithRef ¶
func (am AugmentedManifestsAttributes) InternalWithRef(ref terra.Reference) AugmentedManifestsAttributes
func (AugmentedManifestsAttributes) S3Uri ¶
func (am AugmentedManifestsAttributes) S3Uri() terra.StringValue
func (AugmentedManifestsAttributes) SourceDocumentsS3Uri ¶
func (am AugmentedManifestsAttributes) SourceDocumentsS3Uri() terra.StringValue
func (AugmentedManifestsAttributes) Split ¶
func (am AugmentedManifestsAttributes) Split() terra.StringValue
type AugmentedManifestsState ¶
type AugmentedManifestsState struct { AnnotationDataS3Uri string `json:"annotation_data_s3_uri"` AttributeNames []string `json:"attribute_names"` DocumentType string `json:"document_type"` S3Uri string `json:"s3_uri"` SourceDocumentsS3Uri string `json:"source_documents_s3_uri"` Split string `json:"split"` }
type Documents ¶
type Documents struct { // InputFormat: string, optional InputFormat terra.StringValue `hcl:"input_format,attr"` // S3Uri: string, required S3Uri terra.StringValue `hcl:"s3_uri,attr" validate:"required"` // TestS3Uri: string, optional TestS3Uri terra.StringValue `hcl:"test_s3_uri,attr"` }
type DocumentsAttributes ¶
type DocumentsAttributes struct {
// contains filtered or unexported fields
}
func (DocumentsAttributes) InputFormat ¶
func (d DocumentsAttributes) InputFormat() terra.StringValue
func (DocumentsAttributes) InternalRef ¶
func (d DocumentsAttributes) InternalRef() (terra.Reference, error)
func (DocumentsAttributes) InternalTokens ¶
func (d DocumentsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (DocumentsAttributes) InternalWithRef ¶
func (d DocumentsAttributes) InternalWithRef(ref terra.Reference) DocumentsAttributes
func (DocumentsAttributes) S3Uri ¶
func (d DocumentsAttributes) S3Uri() terra.StringValue
func (DocumentsAttributes) TestS3Uri ¶
func (d DocumentsAttributes) TestS3Uri() terra.StringValue
type DocumentsState ¶
type EntityList ¶
type EntityList struct { // S3Uri: string, required S3Uri terra.StringValue `hcl:"s3_uri,attr" validate:"required"` }
type EntityListAttributes ¶
type EntityListAttributes struct {
// contains filtered or unexported fields
}
func (EntityListAttributes) InternalRef ¶
func (el EntityListAttributes) InternalRef() (terra.Reference, error)
func (EntityListAttributes) InternalTokens ¶
func (el EntityListAttributes) InternalTokens() (hclwrite.Tokens, error)
func (EntityListAttributes) InternalWithRef ¶
func (el EntityListAttributes) InternalWithRef(ref terra.Reference) EntityListAttributes
func (EntityListAttributes) S3Uri ¶
func (el EntityListAttributes) S3Uri() terra.StringValue
type EntityListState ¶
type EntityListState struct {
S3Uri string `json:"s3_uri"`
}
type EntityTypes ¶
type EntityTypes struct { // Type: string, required Type terra.StringValue `hcl:"type,attr" validate:"required"` }
type EntityTypesAttributes ¶
type EntityTypesAttributes struct {
// contains filtered or unexported fields
}
func (EntityTypesAttributes) InternalRef ¶
func (et EntityTypesAttributes) InternalRef() (terra.Reference, error)
func (EntityTypesAttributes) InternalTokens ¶
func (et EntityTypesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (EntityTypesAttributes) InternalWithRef ¶
func (et EntityTypesAttributes) InternalWithRef(ref terra.Reference) EntityTypesAttributes
func (EntityTypesAttributes) Type ¶
func (et EntityTypesAttributes) Type() terra.StringValue
type EntityTypesState ¶
type EntityTypesState struct {
Type string `json:"type"`
}
type InputDataConfig ¶
type InputDataConfig struct { // DataFormat: string, optional DataFormat terra.StringValue `hcl:"data_format,attr"` // Annotations: optional Annotations *Annotations `hcl:"annotations,block"` // AugmentedManifests: min=0 AugmentedManifests []AugmentedManifests `hcl:"augmented_manifests,block" validate:"min=0"` // Documents: optional Documents *Documents `hcl:"documents,block"` // EntityList: optional EntityList *EntityList `hcl:"entity_list,block"` // EntityTypes: min=1,max=25 EntityTypes []EntityTypes `hcl:"entity_types,block" validate:"min=1,max=25"` }
type InputDataConfigAttributes ¶
type InputDataConfigAttributes struct {
// contains filtered or unexported fields
}
func (InputDataConfigAttributes) Annotations ¶
func (idc InputDataConfigAttributes) Annotations() terra.ListValue[AnnotationsAttributes]
func (InputDataConfigAttributes) AugmentedManifests ¶
func (idc InputDataConfigAttributes) AugmentedManifests() terra.SetValue[AugmentedManifestsAttributes]
func (InputDataConfigAttributes) DataFormat ¶
func (idc InputDataConfigAttributes) DataFormat() terra.StringValue
func (InputDataConfigAttributes) Documents ¶
func (idc InputDataConfigAttributes) Documents() terra.ListValue[DocumentsAttributes]
func (InputDataConfigAttributes) EntityList ¶
func (idc InputDataConfigAttributes) EntityList() terra.ListValue[EntityListAttributes]
func (InputDataConfigAttributes) EntityTypes ¶
func (idc InputDataConfigAttributes) EntityTypes() terra.SetValue[EntityTypesAttributes]
func (InputDataConfigAttributes) InternalRef ¶
func (idc InputDataConfigAttributes) InternalRef() (terra.Reference, error)
func (InputDataConfigAttributes) InternalTokens ¶
func (idc InputDataConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
func (InputDataConfigAttributes) InternalWithRef ¶
func (idc InputDataConfigAttributes) InternalWithRef(ref terra.Reference) InputDataConfigAttributes
type InputDataConfigState ¶
type InputDataConfigState struct { DataFormat string `json:"data_format"` Annotations []AnnotationsState `json:"annotations"` AugmentedManifests []AugmentedManifestsState `json:"augmented_manifests"` Documents []DocumentsState `json:"documents"` EntityList []EntityListState `json:"entity_list"` EntityTypes []EntityTypesState `json:"entity_types"` }
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 VpcConfig ¶
type VpcConfig struct { // SecurityGroupIds: set of string, required SecurityGroupIds terra.SetValue[terra.StringValue] `hcl:"security_group_ids,attr" validate:"required"` // Subnets: set of string, required Subnets terra.SetValue[terra.StringValue] `hcl:"subnets,attr" validate:"required"` }
type VpcConfigAttributes ¶
type VpcConfigAttributes struct {
// contains filtered or unexported fields
}
func (VpcConfigAttributes) InternalRef ¶
func (vc VpcConfigAttributes) InternalRef() (terra.Reference, error)
func (VpcConfigAttributes) InternalTokens ¶
func (vc VpcConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
func (VpcConfigAttributes) InternalWithRef ¶
func (vc VpcConfigAttributes) InternalWithRef(ref terra.Reference) VpcConfigAttributes
func (VpcConfigAttributes) SecurityGroupIds ¶
func (vc VpcConfigAttributes) SecurityGroupIds() terra.SetValue[terra.StringValue]
func (VpcConfigAttributes) Subnets ¶
func (vc VpcConfigAttributes) Subnets() terra.SetValue[terra.StringValue]
type VpcConfigState ¶
Click to show internal directories.
Click to hide internal directories.