Documentation ¶
Index ¶
- func NewTranscribeLanguageModelInputDataConfigOutputReference_Override(t TranscribeLanguageModelInputDataConfigOutputReference, ...)
- func NewTranscribeLanguageModelTimeoutsOutputReference_Override(t TranscribeLanguageModelTimeoutsOutputReference, ...)
- func NewTranscribeLanguageModel_Override(t TranscribeLanguageModel, scope constructs.Construct, id *string, ...)
- func TranscribeLanguageModel_IsConstruct(x interface{}) *bool
- func TranscribeLanguageModel_IsTerraformElement(x interface{}) *bool
- func TranscribeLanguageModel_IsTerraformResource(x interface{}) *bool
- func TranscribeLanguageModel_TfResourceType() *string
- type TranscribeLanguageModel
- type TranscribeLanguageModelConfig
- type TranscribeLanguageModelInputDataConfig
- type TranscribeLanguageModelInputDataConfigOutputReference
- type TranscribeLanguageModelTimeouts
- type TranscribeLanguageModelTimeoutsOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTranscribeLanguageModelInputDataConfigOutputReference_Override ¶
func NewTranscribeLanguageModelInputDataConfigOutputReference_Override(t TranscribeLanguageModelInputDataConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewTranscribeLanguageModelTimeoutsOutputReference_Override ¶
func NewTranscribeLanguageModelTimeoutsOutputReference_Override(t TranscribeLanguageModelTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewTranscribeLanguageModel_Override ¶
func NewTranscribeLanguageModel_Override(t TranscribeLanguageModel, scope constructs.Construct, id *string, config *TranscribeLanguageModelConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.13.1/docs/resources/transcribe_language_model aws_transcribe_language_model} Resource.
func TranscribeLanguageModel_IsConstruct ¶
func TranscribeLanguageModel_IsConstruct(x interface{}) *bool
Checks if `x` is a construct.
Use this method instead of `instanceof` to properly detect `Construct` instances, even when the construct library is symlinked.
Explanation: in JavaScript, multiple copies of the `constructs` library on disk are seen as independent, completely different libraries. As a consequence, the class `Construct` in each copy of the `constructs` library is seen as a different class, and an instance of one class will not test as `instanceof` the other class. `npm install` will not create installations like this, but users may manually symlink construct libraries together or use a monorepo tool: in those cases, multiple copies of the `constructs` library can be accidentally installed, and `instanceof` will behave unpredictably. It is safest to avoid using `instanceof`, and using this type-testing method instead.
Returns: true if `x` is an object created from a class which extends `Construct`.
func TranscribeLanguageModel_IsTerraformElement ¶
func TranscribeLanguageModel_IsTerraformElement(x interface{}) *bool
Experimental.
func TranscribeLanguageModel_IsTerraformResource ¶
func TranscribeLanguageModel_IsTerraformResource(x interface{}) *bool
Experimental.
func TranscribeLanguageModel_TfResourceType ¶
func TranscribeLanguageModel_TfResourceType() *string
Types ¶
type TranscribeLanguageModel ¶
type TranscribeLanguageModel interface { cdktf.TerraformResource Arn() *string BaseModelName() *string SetBaseModelName(val *string) BaseModelNameInput() *string // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Id() *string SetId(val *string) IdInput() *string InputDataConfig() TranscribeLanguageModelInputDataConfigOutputReference InputDataConfigInput() *TranscribeLanguageModelInputDataConfig LanguageCode() *string SetLanguageCode(val *string) LanguageCodeInput() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) ModelName() *string SetModelName(val *string) ModelNameInput() *string // The tree node. Node() constructs.Node // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} Tags() *map[string]*string SetTags(val *map[string]*string) TagsAll() *map[string]*string SetTagsAll(val *map[string]*string) TagsAllInput() *map[string]*string TagsInput() *map[string]*string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() TranscribeLanguageModelTimeoutsOutputReference TimeoutsInput() interface{} // Experimental. AddOverride(path *string, value interface{}) // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutInputDataConfig(value *TranscribeLanguageModelInputDataConfig) PutTimeouts(value *TranscribeLanguageModelTimeouts) ResetId() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetTags() ResetTagsAll() ResetTimeouts() SynthesizeAttributes() *map[string]interface{} // Experimental. ToMetadata() interface{} // Returns a string representation of this construct. ToString() *string // Adds this resource to the terraform JSON output. // Experimental. ToTerraform() interface{} }
Represents a {@link https://registry.terraform.io/providers/hashicorp/aws/5.13.1/docs/resources/transcribe_language_model aws_transcribe_language_model}.
func NewTranscribeLanguageModel ¶
func NewTranscribeLanguageModel(scope constructs.Construct, id *string, config *TranscribeLanguageModelConfig) TranscribeLanguageModel
Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.13.1/docs/resources/transcribe_language_model aws_transcribe_language_model} Resource.
type TranscribeLanguageModelConfig ¶
type TranscribeLanguageModelConfig struct { // Experimental. Connection interface{} `field:"optional" json:"connection" yaml:"connection"` // Experimental. Count interface{} `field:"optional" json:"count" yaml:"count"` // Experimental. DependsOn *[]cdktf.ITerraformDependable `field:"optional" json:"dependsOn" yaml:"dependsOn"` // Experimental. ForEach cdktf.ITerraformIterator `field:"optional" json:"forEach" yaml:"forEach"` // Experimental. Lifecycle *cdktf.TerraformResourceLifecycle `field:"optional" json:"lifecycle" yaml:"lifecycle"` // Experimental. Provider cdktf.TerraformProvider `field:"optional" json:"provider" yaml:"provider"` // Experimental. Provisioners *[]interface{} `field:"optional" json:"provisioners" yaml:"provisioners"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.13.1/docs/resources/transcribe_language_model#base_model_name TranscribeLanguageModel#base_model_name}. BaseModelName *string `field:"required" json:"baseModelName" yaml:"baseModelName"` // input_data_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.13.1/docs/resources/transcribe_language_model#input_data_config TranscribeLanguageModel#input_data_config} InputDataConfig *TranscribeLanguageModelInputDataConfig `field:"required" json:"inputDataConfig" yaml:"inputDataConfig"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.13.1/docs/resources/transcribe_language_model#language_code TranscribeLanguageModel#language_code}. LanguageCode *string `field:"required" json:"languageCode" yaml:"languageCode"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.13.1/docs/resources/transcribe_language_model#model_name TranscribeLanguageModel#model_name}. ModelName *string `field:"required" json:"modelName" yaml:"modelName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.13.1/docs/resources/transcribe_language_model#id TranscribeLanguageModel#id}. // // Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. // If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable. Id *string `field:"optional" json:"id" yaml:"id"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.13.1/docs/resources/transcribe_language_model#tags TranscribeLanguageModel#tags}. Tags *map[string]*string `field:"optional" json:"tags" yaml:"tags"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.13.1/docs/resources/transcribe_language_model#tags_all TranscribeLanguageModel#tags_all}. TagsAll *map[string]*string `field:"optional" json:"tagsAll" yaml:"tagsAll"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.13.1/docs/resources/transcribe_language_model#timeouts TranscribeLanguageModel#timeouts} Timeouts *TranscribeLanguageModelTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` }
type TranscribeLanguageModelInputDataConfig ¶
type TranscribeLanguageModelInputDataConfig struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.13.1/docs/resources/transcribe_language_model#data_access_role_arn TranscribeLanguageModel#data_access_role_arn}. DataAccessRoleArn *string `field:"required" json:"dataAccessRoleArn" yaml:"dataAccessRoleArn"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.13.1/docs/resources/transcribe_language_model#s3_uri TranscribeLanguageModel#s3_uri}. S3Uri *string `field:"required" json:"s3Uri" yaml:"s3Uri"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.13.1/docs/resources/transcribe_language_model#tuning_data_s3_uri TranscribeLanguageModel#tuning_data_s3_uri}. TuningDataS3Uri *string `field:"optional" json:"tuningDataS3Uri" yaml:"tuningDataS3Uri"` }
type TranscribeLanguageModelInputDataConfigOutputReference ¶
type TranscribeLanguageModelInputDataConfigOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string DataAccessRoleArn() *string SetDataAccessRoleArn(val *string) DataAccessRoleArnInput() *string // Experimental. Fqn() *string InternalValue() *TranscribeLanguageModelInputDataConfig SetInternalValue(val *TranscribeLanguageModelInputDataConfig) S3Uri() *string SetS3Uri(val *string) S3UriInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) TuningDataS3Uri() *string SetTuningDataS3Uri(val *string) TuningDataS3UriInput() *string // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetTuningDataS3Uri() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewTranscribeLanguageModelInputDataConfigOutputReference ¶
func NewTranscribeLanguageModelInputDataConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) TranscribeLanguageModelInputDataConfigOutputReference
type TranscribeLanguageModelTimeouts ¶
type TranscribeLanguageModelTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.13.1/docs/resources/transcribe_language_model#create TranscribeLanguageModel#create}. Create *string `field:"optional" json:"create" yaml:"create"` }
type TranscribeLanguageModelTimeoutsOutputReference ¶
type TranscribeLanguageModelTimeoutsOutputReference interface { cdktf.ComplexObject // the index of the complex object in a list. // Experimental. ComplexObjectIndex() interface{} // Experimental. SetComplexObjectIndex(val interface{}) // set to true if this item is from inside a set and needs tolist() for accessing it set to "0" for single list items. // Experimental. ComplexObjectIsFromSet() *bool // Experimental. SetComplexObjectIsFromSet(val *bool) Create() *string SetCreate(val *string) CreateInput() *string // The creation stack of this resolvable which will be appended to errors thrown during resolution. // // If this returns an empty array the stack will not be attached. // Experimental. CreationStack() *[]*string // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) // Experimental. ComputeFqn() *string // Experimental. GetAnyMapAttribute(terraformAttribute *string) *map[string]interface{} // Experimental. GetBooleanAttribute(terraformAttribute *string) cdktf.IResolvable // Experimental. GetBooleanMapAttribute(terraformAttribute *string) *map[string]*bool // Experimental. GetListAttribute(terraformAttribute *string) *[]*string // Experimental. GetNumberAttribute(terraformAttribute *string) *float64 // Experimental. GetNumberListAttribute(terraformAttribute *string) *[]*float64 // Experimental. GetNumberMapAttribute(terraformAttribute *string) *map[string]*float64 // Experimental. GetStringAttribute(terraformAttribute *string) *string // Experimental. GetStringMapAttribute(terraformAttribute *string) *map[string]*string // Experimental. InterpolationAsList() cdktf.IResolvable // Experimental. InterpolationForAttribute(property *string) cdktf.IResolvable ResetCreate() // Produce the Token's value at resolution time. // Experimental. Resolve(_context cdktf.IResolveContext) interface{} // Return a string representation of this resolvable object. // // Returns a reversible string representation. // Experimental. ToString() *string }
func NewTranscribeLanguageModelTimeoutsOutputReference ¶
func NewTranscribeLanguageModelTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) TranscribeLanguageModelTimeoutsOutputReference
Source Files ¶
- TranscribeLanguageModel.go
- TranscribeLanguageModelConfig.go
- TranscribeLanguageModelInputDataConfig.go
- TranscribeLanguageModelInputDataConfigOutputReference.go
- TranscribeLanguageModelInputDataConfigOutputReference__checks.go
- TranscribeLanguageModelTimeouts.go
- TranscribeLanguageModelTimeoutsOutputReference.go
- TranscribeLanguageModelTimeoutsOutputReference__checks.go
- TranscribeLanguageModel__checks.go
- main.go