Documentation ¶
Index ¶
- type Args
- type InputDataConfig
- type InputDataConfigAnnotations
- type InputDataConfigAnnotationsAttributes
- func (a InputDataConfigAnnotationsAttributes) InternalRef() (terra.Reference, error)
- func (a InputDataConfigAnnotationsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (a InputDataConfigAnnotationsAttributes) InternalWithRef(ref terra.Reference) InputDataConfigAnnotationsAttributes
- func (a InputDataConfigAnnotationsAttributes) S3Uri() terra.StringValue
- func (a InputDataConfigAnnotationsAttributes) TestS3Uri() terra.StringValue
- type InputDataConfigAnnotationsState
- type InputDataConfigAttributes
- func (idc InputDataConfigAttributes) Annotations() terra.ListValue[InputDataConfigAnnotationsAttributes]
- func (idc InputDataConfigAttributes) AugmentedManifests() terra.SetValue[InputDataConfigAugmentedManifestsAttributes]
- func (idc InputDataConfigAttributes) DataFormat() terra.StringValue
- func (idc InputDataConfigAttributes) Documents() terra.ListValue[InputDataConfigDocumentsAttributes]
- func (idc InputDataConfigAttributes) EntityList() terra.ListValue[InputDataConfigEntityListAttributes]
- func (idc InputDataConfigAttributes) EntityTypes() terra.SetValue[InputDataConfigEntityTypesAttributes]
- func (idc InputDataConfigAttributes) InternalRef() (terra.Reference, error)
- func (idc InputDataConfigAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (idc InputDataConfigAttributes) InternalWithRef(ref terra.Reference) InputDataConfigAttributes
- type InputDataConfigAugmentedManifests
- type InputDataConfigAugmentedManifestsAttributes
- func (am InputDataConfigAugmentedManifestsAttributes) AnnotationDataS3Uri() terra.StringValue
- func (am InputDataConfigAugmentedManifestsAttributes) AttributeNames() terra.ListValue[terra.StringValue]
- func (am InputDataConfigAugmentedManifestsAttributes) DocumentType() terra.StringValue
- func (am InputDataConfigAugmentedManifestsAttributes) InternalRef() (terra.Reference, error)
- func (am InputDataConfigAugmentedManifestsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (am InputDataConfigAugmentedManifestsAttributes) InternalWithRef(ref terra.Reference) InputDataConfigAugmentedManifestsAttributes
- func (am InputDataConfigAugmentedManifestsAttributes) S3Uri() terra.StringValue
- func (am InputDataConfigAugmentedManifestsAttributes) SourceDocumentsS3Uri() terra.StringValue
- func (am InputDataConfigAugmentedManifestsAttributes) Split() terra.StringValue
- type InputDataConfigAugmentedManifestsState
- type InputDataConfigDocuments
- type InputDataConfigDocumentsAttributes
- func (d InputDataConfigDocumentsAttributes) InputFormat() terra.StringValue
- func (d InputDataConfigDocumentsAttributes) InternalRef() (terra.Reference, error)
- func (d InputDataConfigDocumentsAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (d InputDataConfigDocumentsAttributes) InternalWithRef(ref terra.Reference) InputDataConfigDocumentsAttributes
- func (d InputDataConfigDocumentsAttributes) S3Uri() terra.StringValue
- func (d InputDataConfigDocumentsAttributes) TestS3Uri() terra.StringValue
- type InputDataConfigDocumentsState
- type InputDataConfigEntityList
- type InputDataConfigEntityListAttributes
- func (el InputDataConfigEntityListAttributes) InternalRef() (terra.Reference, error)
- func (el InputDataConfigEntityListAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (el InputDataConfigEntityListAttributes) InternalWithRef(ref terra.Reference) InputDataConfigEntityListAttributes
- func (el InputDataConfigEntityListAttributes) S3Uri() terra.StringValue
- type InputDataConfigEntityListState
- type InputDataConfigEntityTypes
- type InputDataConfigEntityTypesAttributes
- func (et InputDataConfigEntityTypesAttributes) InternalRef() (terra.Reference, error)
- func (et InputDataConfigEntityTypesAttributes) InternalTokens() (hclwrite.Tokens, error)
- func (et InputDataConfigEntityTypesAttributes) InternalWithRef(ref terra.Reference) InputDataConfigEntityTypesAttributes
- func (et InputDataConfigEntityTypesAttributes) Type() terra.StringValue
- type InputDataConfigEntityTypesState
- type InputDataConfigState
- type Resource
- func (acer *Resource) Attributes() awsComprehendEntityRecognizerAttributes
- func (acer *Resource) Configuration() interface{}
- func (acer *Resource) DependOn() terra.Reference
- func (acer *Resource) Dependencies() terra.Dependencies
- func (acer *Resource) ImportState(state io.Reader) error
- func (acer *Resource) LifecycleManagement() *terra.Lifecycle
- func (acer *Resource) LocalName() string
- func (acer *Resource) State() (*awsComprehendEntityRecognizerState, bool)
- func (acer *Resource) StateMust() *awsComprehendEntityRecognizerState
- func (acer *Resource) Type() string
- 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 Args ¶
type Args struct { // DataAccessRoleArn: string, required DataAccessRoleArn terra.StringValue `hcl:"data_access_role_arn,attr" validate:"required"` // Id: string, optional Id terra.StringValue `hcl:"id,attr"` // LanguageCode: string, required LanguageCode terra.StringValue `hcl:"language_code,attr" validate:"required"` // ModelKmsKeyId: string, optional ModelKmsKeyId terra.StringValue `hcl:"model_kms_key_id,attr"` // Name: string, required Name terra.StringValue `hcl:"name,attr" validate:"required"` // Tags: map of string, optional Tags terra.MapValue[terra.StringValue] `hcl:"tags,attr"` // TagsAll: map of string, optional TagsAll terra.MapValue[terra.StringValue] `hcl:"tags_all,attr"` // VersionName: string, optional VersionName terra.StringValue `hcl:"version_name,attr"` // VersionNamePrefix: string, optional VersionNamePrefix terra.StringValue `hcl:"version_name_prefix,attr"` // VolumeKmsKeyId: string, optional VolumeKmsKeyId terra.StringValue `hcl:"volume_kms_key_id,attr"` // InputDataConfig: required InputDataConfig *InputDataConfig `hcl:"input_data_config,block" validate:"required"` // Timeouts: optional Timeouts *Timeouts `hcl:"timeouts,block"` // VpcConfig: optional VpcConfig *VpcConfig `hcl:"vpc_config,block"` }
Args contains the configurations for aws_comprehend_entity_recognizer.
type InputDataConfig ¶
type InputDataConfig struct { // DataFormat: string, optional DataFormat terra.StringValue `hcl:"data_format,attr"` // InputDataConfigAnnotations: optional Annotations *InputDataConfigAnnotations `hcl:"annotations,block"` // InputDataConfigAugmentedManifests: min=0 AugmentedManifests []InputDataConfigAugmentedManifests `hcl:"augmented_manifests,block" validate:"min=0"` // InputDataConfigDocuments: optional Documents *InputDataConfigDocuments `hcl:"documents,block"` // InputDataConfigEntityList: optional EntityList *InputDataConfigEntityList `hcl:"entity_list,block"` // InputDataConfigEntityTypes: min=1,max=25 EntityTypes []InputDataConfigEntityTypes `hcl:"entity_types,block" validate:"min=1,max=25"` }
type InputDataConfigAnnotations ¶
type InputDataConfigAnnotations 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 InputDataConfigAnnotationsAttributes ¶
type InputDataConfigAnnotationsAttributes struct {
// contains filtered or unexported fields
}
func (InputDataConfigAnnotationsAttributes) InternalRef ¶
func (a InputDataConfigAnnotationsAttributes) InternalRef() (terra.Reference, error)
func (InputDataConfigAnnotationsAttributes) InternalTokens ¶
func (a InputDataConfigAnnotationsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (InputDataConfigAnnotationsAttributes) InternalWithRef ¶
func (a InputDataConfigAnnotationsAttributes) InternalWithRef(ref terra.Reference) InputDataConfigAnnotationsAttributes
func (InputDataConfigAnnotationsAttributes) S3Uri ¶
func (a InputDataConfigAnnotationsAttributes) S3Uri() terra.StringValue
func (InputDataConfigAnnotationsAttributes) TestS3Uri ¶
func (a InputDataConfigAnnotationsAttributes) TestS3Uri() terra.StringValue
type InputDataConfigAttributes ¶
type InputDataConfigAttributes struct {
// contains filtered or unexported fields
}
func (InputDataConfigAttributes) Annotations ¶
func (idc InputDataConfigAttributes) Annotations() terra.ListValue[InputDataConfigAnnotationsAttributes]
func (InputDataConfigAttributes) AugmentedManifests ¶
func (idc InputDataConfigAttributes) AugmentedManifests() terra.SetValue[InputDataConfigAugmentedManifestsAttributes]
func (InputDataConfigAttributes) DataFormat ¶
func (idc InputDataConfigAttributes) DataFormat() terra.StringValue
func (InputDataConfigAttributes) Documents ¶
func (idc InputDataConfigAttributes) Documents() terra.ListValue[InputDataConfigDocumentsAttributes]
func (InputDataConfigAttributes) EntityList ¶
func (idc InputDataConfigAttributes) EntityList() terra.ListValue[InputDataConfigEntityListAttributes]
func (InputDataConfigAttributes) EntityTypes ¶
func (idc InputDataConfigAttributes) EntityTypes() terra.SetValue[InputDataConfigEntityTypesAttributes]
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 InputDataConfigAugmentedManifests ¶
type InputDataConfigAugmentedManifests 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 InputDataConfigAugmentedManifestsAttributes ¶
type InputDataConfigAugmentedManifestsAttributes struct {
// contains filtered or unexported fields
}
func (InputDataConfigAugmentedManifestsAttributes) AnnotationDataS3Uri ¶
func (am InputDataConfigAugmentedManifestsAttributes) AnnotationDataS3Uri() terra.StringValue
func (InputDataConfigAugmentedManifestsAttributes) AttributeNames ¶
func (am InputDataConfigAugmentedManifestsAttributes) AttributeNames() terra.ListValue[terra.StringValue]
func (InputDataConfigAugmentedManifestsAttributes) DocumentType ¶
func (am InputDataConfigAugmentedManifestsAttributes) DocumentType() terra.StringValue
func (InputDataConfigAugmentedManifestsAttributes) InternalRef ¶
func (am InputDataConfigAugmentedManifestsAttributes) InternalRef() (terra.Reference, error)
func (InputDataConfigAugmentedManifestsAttributes) InternalTokens ¶
func (am InputDataConfigAugmentedManifestsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (InputDataConfigAugmentedManifestsAttributes) InternalWithRef ¶
func (am InputDataConfigAugmentedManifestsAttributes) InternalWithRef(ref terra.Reference) InputDataConfigAugmentedManifestsAttributes
func (InputDataConfigAugmentedManifestsAttributes) S3Uri ¶
func (am InputDataConfigAugmentedManifestsAttributes) S3Uri() terra.StringValue
func (InputDataConfigAugmentedManifestsAttributes) SourceDocumentsS3Uri ¶
func (am InputDataConfigAugmentedManifestsAttributes) SourceDocumentsS3Uri() terra.StringValue
func (InputDataConfigAugmentedManifestsAttributes) Split ¶
func (am InputDataConfigAugmentedManifestsAttributes) Split() terra.StringValue
type InputDataConfigAugmentedManifestsState ¶
type InputDataConfigAugmentedManifestsState 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 InputDataConfigDocuments ¶
type InputDataConfigDocuments 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 InputDataConfigDocumentsAttributes ¶
type InputDataConfigDocumentsAttributes struct {
// contains filtered or unexported fields
}
func (InputDataConfigDocumentsAttributes) InputFormat ¶
func (d InputDataConfigDocumentsAttributes) InputFormat() terra.StringValue
func (InputDataConfigDocumentsAttributes) InternalRef ¶
func (d InputDataConfigDocumentsAttributes) InternalRef() (terra.Reference, error)
func (InputDataConfigDocumentsAttributes) InternalTokens ¶
func (d InputDataConfigDocumentsAttributes) InternalTokens() (hclwrite.Tokens, error)
func (InputDataConfigDocumentsAttributes) InternalWithRef ¶
func (d InputDataConfigDocumentsAttributes) InternalWithRef(ref terra.Reference) InputDataConfigDocumentsAttributes
func (InputDataConfigDocumentsAttributes) S3Uri ¶
func (d InputDataConfigDocumentsAttributes) S3Uri() terra.StringValue
func (InputDataConfigDocumentsAttributes) TestS3Uri ¶
func (d InputDataConfigDocumentsAttributes) TestS3Uri() terra.StringValue
type InputDataConfigEntityList ¶
type InputDataConfigEntityList struct { // S3Uri: string, required S3Uri terra.StringValue `hcl:"s3_uri,attr" validate:"required"` }
type InputDataConfigEntityListAttributes ¶
type InputDataConfigEntityListAttributes struct {
// contains filtered or unexported fields
}
func (InputDataConfigEntityListAttributes) InternalRef ¶
func (el InputDataConfigEntityListAttributes) InternalRef() (terra.Reference, error)
func (InputDataConfigEntityListAttributes) InternalTokens ¶
func (el InputDataConfigEntityListAttributes) InternalTokens() (hclwrite.Tokens, error)
func (InputDataConfigEntityListAttributes) InternalWithRef ¶
func (el InputDataConfigEntityListAttributes) InternalWithRef(ref terra.Reference) InputDataConfigEntityListAttributes
func (InputDataConfigEntityListAttributes) S3Uri ¶
func (el InputDataConfigEntityListAttributes) S3Uri() terra.StringValue
type InputDataConfigEntityListState ¶
type InputDataConfigEntityListState struct {
S3Uri string `json:"s3_uri"`
}
type InputDataConfigEntityTypes ¶
type InputDataConfigEntityTypes struct { // Type: string, required Type terra.StringValue `hcl:"type,attr" validate:"required"` }
type InputDataConfigEntityTypesAttributes ¶
type InputDataConfigEntityTypesAttributes struct {
// contains filtered or unexported fields
}
func (InputDataConfigEntityTypesAttributes) InternalRef ¶
func (et InputDataConfigEntityTypesAttributes) InternalRef() (terra.Reference, error)
func (InputDataConfigEntityTypesAttributes) InternalTokens ¶
func (et InputDataConfigEntityTypesAttributes) InternalTokens() (hclwrite.Tokens, error)
func (InputDataConfigEntityTypesAttributes) InternalWithRef ¶
func (et InputDataConfigEntityTypesAttributes) InternalWithRef(ref terra.Reference) InputDataConfigEntityTypesAttributes
func (InputDataConfigEntityTypesAttributes) Type ¶
func (et InputDataConfigEntityTypesAttributes) Type() terra.StringValue
type InputDataConfigEntityTypesState ¶
type InputDataConfigEntityTypesState struct {
Type string `json:"type"`
}
type InputDataConfigState ¶
type InputDataConfigState struct { DataFormat string `json:"data_format"` Annotations []InputDataConfigAnnotationsState `json:"annotations"` AugmentedManifests []InputDataConfigAugmentedManifestsState `json:"augmented_manifests"` Documents []InputDataConfigDocumentsState `json:"documents"` EntityList []InputDataConfigEntityListState `json:"entity_list"` EntityTypes []InputDataConfigEntityTypesState `json:"entity_types"` }
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 aws_comprehend_entity_recognizer.
func (*Resource) Attributes ¶
func (acer *Resource) Attributes() awsComprehendEntityRecognizerAttributes
Attributes returns the attributes for Resource.
func (*Resource) Configuration ¶
func (acer *Resource) Configuration() interface{}
Configuration returns the configuration (args) for Resource.
func (*Resource) Dependencies ¶
func (acer *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 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.