Documentation ¶
Index ¶
- func BedrockCustomModel_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func BedrockCustomModel_IsConstruct(x interface{}) *bool
- func BedrockCustomModel_IsTerraformElement(x interface{}) *bool
- func BedrockCustomModel_IsTerraformResource(x interface{}) *bool
- func BedrockCustomModel_TfResourceType() *string
- func NewBedrockCustomModelOutputDataConfigList_Override(b BedrockCustomModelOutputDataConfigList, ...)
- func NewBedrockCustomModelOutputDataConfigOutputReference_Override(b BedrockCustomModelOutputDataConfigOutputReference, ...)
- func NewBedrockCustomModelTimeoutsOutputReference_Override(b BedrockCustomModelTimeoutsOutputReference, ...)
- func NewBedrockCustomModelTrainingDataConfigList_Override(b BedrockCustomModelTrainingDataConfigList, ...)
- func NewBedrockCustomModelTrainingDataConfigOutputReference_Override(b BedrockCustomModelTrainingDataConfigOutputReference, ...)
- func NewBedrockCustomModelTrainingMetricsList_Override(b BedrockCustomModelTrainingMetricsList, ...)
- func NewBedrockCustomModelTrainingMetricsOutputReference_Override(b BedrockCustomModelTrainingMetricsOutputReference, ...)
- func NewBedrockCustomModelValidationDataConfigList_Override(b BedrockCustomModelValidationDataConfigList, ...)
- func NewBedrockCustomModelValidationDataConfigOutputReference_Override(b BedrockCustomModelValidationDataConfigOutputReference, ...)
- func NewBedrockCustomModelValidationDataConfigValidatorList_Override(b BedrockCustomModelValidationDataConfigValidatorList, ...)
- func NewBedrockCustomModelValidationDataConfigValidatorOutputReference_Override(b BedrockCustomModelValidationDataConfigValidatorOutputReference, ...)
- func NewBedrockCustomModelValidationMetricsList_Override(b BedrockCustomModelValidationMetricsList, ...)
- func NewBedrockCustomModelValidationMetricsOutputReference_Override(b BedrockCustomModelValidationMetricsOutputReference, ...)
- func NewBedrockCustomModelVpcConfigList_Override(b BedrockCustomModelVpcConfigList, ...)
- func NewBedrockCustomModelVpcConfigOutputReference_Override(b BedrockCustomModelVpcConfigOutputReference, ...)
- func NewBedrockCustomModel_Override(b BedrockCustomModel, scope constructs.Construct, id *string, ...)
- type BedrockCustomModel
- type BedrockCustomModelConfig
- type BedrockCustomModelOutputDataConfig
- type BedrockCustomModelOutputDataConfigList
- type BedrockCustomModelOutputDataConfigOutputReference
- type BedrockCustomModelTimeouts
- type BedrockCustomModelTimeoutsOutputReference
- type BedrockCustomModelTrainingDataConfig
- type BedrockCustomModelTrainingDataConfigList
- type BedrockCustomModelTrainingDataConfigOutputReference
- type BedrockCustomModelTrainingMetrics
- type BedrockCustomModelTrainingMetricsList
- type BedrockCustomModelTrainingMetricsOutputReference
- type BedrockCustomModelValidationDataConfig
- type BedrockCustomModelValidationDataConfigList
- type BedrockCustomModelValidationDataConfigOutputReference
- type BedrockCustomModelValidationDataConfigValidator
- type BedrockCustomModelValidationDataConfigValidatorList
- type BedrockCustomModelValidationDataConfigValidatorOutputReference
- type BedrockCustomModelValidationMetrics
- type BedrockCustomModelValidationMetricsList
- type BedrockCustomModelValidationMetricsOutputReference
- type BedrockCustomModelVpcConfig
- type BedrockCustomModelVpcConfigList
- type BedrockCustomModelVpcConfigOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BedrockCustomModel_GenerateConfigForImport ¶
func BedrockCustomModel_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a BedrockCustomModel resource upon running "cdktf plan <stack-name>".
func BedrockCustomModel_IsConstruct ¶
func BedrockCustomModel_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 BedrockCustomModel_IsTerraformElement ¶
func BedrockCustomModel_IsTerraformElement(x interface{}) *bool
Experimental.
func BedrockCustomModel_IsTerraformResource ¶
func BedrockCustomModel_IsTerraformResource(x interface{}) *bool
Experimental.
func BedrockCustomModel_TfResourceType ¶
func BedrockCustomModel_TfResourceType() *string
func NewBedrockCustomModelOutputDataConfigList_Override ¶
func NewBedrockCustomModelOutputDataConfigList_Override(b BedrockCustomModelOutputDataConfigList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewBedrockCustomModelOutputDataConfigOutputReference_Override ¶
func NewBedrockCustomModelOutputDataConfigOutputReference_Override(b BedrockCustomModelOutputDataConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewBedrockCustomModelTimeoutsOutputReference_Override ¶
func NewBedrockCustomModelTimeoutsOutputReference_Override(b BedrockCustomModelTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewBedrockCustomModelTrainingDataConfigList_Override ¶
func NewBedrockCustomModelTrainingDataConfigList_Override(b BedrockCustomModelTrainingDataConfigList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewBedrockCustomModelTrainingDataConfigOutputReference_Override ¶
func NewBedrockCustomModelTrainingDataConfigOutputReference_Override(b BedrockCustomModelTrainingDataConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewBedrockCustomModelTrainingMetricsList_Override ¶
func NewBedrockCustomModelTrainingMetricsList_Override(b BedrockCustomModelTrainingMetricsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewBedrockCustomModelTrainingMetricsOutputReference_Override ¶
func NewBedrockCustomModelTrainingMetricsOutputReference_Override(b BedrockCustomModelTrainingMetricsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewBedrockCustomModelValidationDataConfigList_Override ¶
func NewBedrockCustomModelValidationDataConfigList_Override(b BedrockCustomModelValidationDataConfigList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewBedrockCustomModelValidationDataConfigOutputReference_Override ¶
func NewBedrockCustomModelValidationDataConfigOutputReference_Override(b BedrockCustomModelValidationDataConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewBedrockCustomModelValidationDataConfigValidatorList_Override ¶
func NewBedrockCustomModelValidationDataConfigValidatorList_Override(b BedrockCustomModelValidationDataConfigValidatorList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewBedrockCustomModelValidationDataConfigValidatorOutputReference_Override ¶
func NewBedrockCustomModelValidationDataConfigValidatorOutputReference_Override(b BedrockCustomModelValidationDataConfigValidatorOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewBedrockCustomModelValidationMetricsList_Override ¶
func NewBedrockCustomModelValidationMetricsList_Override(b BedrockCustomModelValidationMetricsList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewBedrockCustomModelValidationMetricsOutputReference_Override ¶
func NewBedrockCustomModelValidationMetricsOutputReference_Override(b BedrockCustomModelValidationMetricsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewBedrockCustomModelVpcConfigList_Override ¶
func NewBedrockCustomModelVpcConfigList_Override(b BedrockCustomModelVpcConfigList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewBedrockCustomModelVpcConfigOutputReference_Override ¶
func NewBedrockCustomModelVpcConfigOutputReference_Override(b BedrockCustomModelVpcConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewBedrockCustomModel_Override ¶
func NewBedrockCustomModel_Override(b BedrockCustomModel, scope constructs.Construct, id *string, config *BedrockCustomModelConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/bedrock_custom_model aws_bedrock_custom_model} Resource.
Types ¶
type BedrockCustomModel ¶
type BedrockCustomModel interface { cdktf.TerraformResource BaseModelIdentifier() *string SetBaseModelIdentifier(val *string) BaseModelIdentifierInput() *string // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) CustomizationType() *string SetCustomizationType(val *string) CustomizationTypeInput() *string CustomModelArn() *string CustomModelKmsKeyId() *string SetCustomModelKmsKeyId(val *string) CustomModelKmsKeyIdInput() *string CustomModelName() *string SetCustomModelName(val *string) CustomModelNameInput() *string // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string Hyperparameters() *map[string]*string SetHyperparameters(val *map[string]*string) HyperparametersInput() *map[string]*string Id() *string JobArn() *string JobName() *string SetJobName(val *string) JobNameInput() *string JobStatus() *string // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) // The tree node. Node() constructs.Node OutputDataConfig() BedrockCustomModelOutputDataConfigList OutputDataConfigInput() interface{} // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) // Experimental. RawOverrides() interface{} RoleArn() *string SetRoleArn(val *string) RoleArnInput() *string Tags() *map[string]*string SetTags(val *map[string]*string) TagsAll() cdktf.StringMap TagsInput() *map[string]*string // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string Timeouts() BedrockCustomModelTimeoutsOutputReference TimeoutsInput() interface{} TrainingDataConfig() BedrockCustomModelTrainingDataConfigList TrainingDataConfigInput() interface{} TrainingMetrics() BedrockCustomModelTrainingMetricsList ValidationDataConfig() BedrockCustomModelValidationDataConfigList ValidationDataConfigInput() interface{} ValidationMetrics() BedrockCustomModelValidationMetricsList VpcConfig() BedrockCustomModelVpcConfigList VpcConfigInput() interface{} // Adds a user defined moveTarget string to this resource to be later used in .moveTo(moveTarget) to resolve the location of the move. // Experimental. AddMoveTarget(moveTarget *string) // 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. HasResourceMove() interface{} // Experimental. ImportFrom(id *string, provider cdktf.TerraformProvider) // Experimental. InterpolationForAttribute(terraformAttribute *string) cdktf.IResolvable // Move the resource corresponding to "id" to this resource. // // Note that the resource being moved from must be marked as moved using it's instance function. // Experimental. MoveFromId(id *string) // Moves this resource to the target resource given by moveTarget. // Experimental. MoveTo(moveTarget *string, index interface{}) // Moves this resource to the resource corresponding to "id". // Experimental. MoveToId(id *string) // Overrides the auto-generated logical ID with a specific ID. // Experimental. OverrideLogicalId(newLogicalId *string) PutOutputDataConfig(value interface{}) PutTimeouts(value *BedrockCustomModelTimeouts) PutTrainingDataConfig(value interface{}) PutValidationDataConfig(value interface{}) PutVpcConfig(value interface{}) ResetCustomizationType() ResetCustomModelKmsKeyId() ResetOutputDataConfig() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetTags() ResetTimeouts() ResetTrainingDataConfig() ResetValidationDataConfig() ResetVpcConfig() SynthesizeAttributes() *map[string]interface{} SynthesizeHclAttributes() *map[string]interface{} // Experimental. ToHclTerraform() 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.48.0/docs/resources/bedrock_custom_model aws_bedrock_custom_model}.
func NewBedrockCustomModel ¶
func NewBedrockCustomModel(scope constructs.Construct, id *string, config *BedrockCustomModelConfig) BedrockCustomModel
Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/bedrock_custom_model aws_bedrock_custom_model} Resource.
type BedrockCustomModelConfig ¶
type BedrockCustomModelConfig 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.48.0/docs/resources/bedrock_custom_model#base_model_identifier BedrockCustomModel#base_model_identifier}. BaseModelIdentifier *string `field:"required" json:"baseModelIdentifier" yaml:"baseModelIdentifier"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/bedrock_custom_model#custom_model_name BedrockCustomModel#custom_model_name}. CustomModelName *string `field:"required" json:"customModelName" yaml:"customModelName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/bedrock_custom_model#hyperparameters BedrockCustomModel#hyperparameters}. Hyperparameters *map[string]*string `field:"required" json:"hyperparameters" yaml:"hyperparameters"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/bedrock_custom_model#job_name BedrockCustomModel#job_name}. JobName *string `field:"required" json:"jobName" yaml:"jobName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/bedrock_custom_model#role_arn BedrockCustomModel#role_arn}. RoleArn *string `field:"required" json:"roleArn" yaml:"roleArn"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/bedrock_custom_model#customization_type BedrockCustomModel#customization_type}. CustomizationType *string `field:"optional" json:"customizationType" yaml:"customizationType"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/bedrock_custom_model#custom_model_kms_key_id BedrockCustomModel#custom_model_kms_key_id}. CustomModelKmsKeyId *string `field:"optional" json:"customModelKmsKeyId" yaml:"customModelKmsKeyId"` // output_data_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/bedrock_custom_model#output_data_config BedrockCustomModel#output_data_config} OutputDataConfig interface{} `field:"optional" json:"outputDataConfig" yaml:"outputDataConfig"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/bedrock_custom_model#tags BedrockCustomModel#tags}. Tags *map[string]*string `field:"optional" json:"tags" yaml:"tags"` // timeouts block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/bedrock_custom_model#timeouts BedrockCustomModel#timeouts} Timeouts *BedrockCustomModelTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` // training_data_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/bedrock_custom_model#training_data_config BedrockCustomModel#training_data_config} TrainingDataConfig interface{} `field:"optional" json:"trainingDataConfig" yaml:"trainingDataConfig"` // validation_data_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/bedrock_custom_model#validation_data_config BedrockCustomModel#validation_data_config} ValidationDataConfig interface{} `field:"optional" json:"validationDataConfig" yaml:"validationDataConfig"` // vpc_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/bedrock_custom_model#vpc_config BedrockCustomModel#vpc_config} VpcConfig interface{} `field:"optional" json:"vpcConfig" yaml:"vpcConfig"` }
type BedrockCustomModelOutputDataConfig ¶
type BedrockCustomModelOutputDataConfig struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/bedrock_custom_model#s3_uri BedrockCustomModel#s3_uri}. S3Uri *string `field:"required" json:"s3Uri" yaml:"s3Uri"` }
type BedrockCustomModelOutputDataConfigList ¶
type BedrockCustomModelOutputDataConfigList interface { cdktf.ComplexList // 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{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) BedrockCustomModelOutputDataConfigOutputReference // 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 NewBedrockCustomModelOutputDataConfigList ¶
func NewBedrockCustomModelOutputDataConfigList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) BedrockCustomModelOutputDataConfigList
type BedrockCustomModelOutputDataConfigOutputReference ¶
type BedrockCustomModelOutputDataConfigOutputReference 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 // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) S3Uri() *string SetS3Uri(val *string) S3UriInput() *string // 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 // 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 NewBedrockCustomModelOutputDataConfigOutputReference ¶
func NewBedrockCustomModelOutputDataConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) BedrockCustomModelOutputDataConfigOutputReference
type BedrockCustomModelTimeouts ¶
type BedrockCustomModelTimeouts struct { // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/bedrock_custom_model#create BedrockCustomModel#create} Create *string `field:"optional" json:"create" yaml:"create"` // A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/bedrock_custom_model#delete BedrockCustomModel#delete} Delete *string `field:"optional" json:"delete" yaml:"delete"` }
type BedrockCustomModelTimeoutsOutputReference ¶
type BedrockCustomModelTimeoutsOutputReference 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 Delete() *string SetDelete(val *string) DeleteInput() *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() ResetDelete() // 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 NewBedrockCustomModelTimeoutsOutputReference ¶
func NewBedrockCustomModelTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) BedrockCustomModelTimeoutsOutputReference
type BedrockCustomModelTrainingDataConfig ¶
type BedrockCustomModelTrainingDataConfig struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/bedrock_custom_model#s3_uri BedrockCustomModel#s3_uri}. S3Uri *string `field:"required" json:"s3Uri" yaml:"s3Uri"` }
type BedrockCustomModelTrainingDataConfigList ¶
type BedrockCustomModelTrainingDataConfigList interface { cdktf.ComplexList // 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{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) BedrockCustomModelTrainingDataConfigOutputReference // 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 NewBedrockCustomModelTrainingDataConfigList ¶
func NewBedrockCustomModelTrainingDataConfigList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) BedrockCustomModelTrainingDataConfigList
type BedrockCustomModelTrainingDataConfigOutputReference ¶
type BedrockCustomModelTrainingDataConfigOutputReference 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 // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) S3Uri() *string SetS3Uri(val *string) S3UriInput() *string // 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 // 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 NewBedrockCustomModelTrainingDataConfigOutputReference ¶
func NewBedrockCustomModelTrainingDataConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) BedrockCustomModelTrainingDataConfigOutputReference
type BedrockCustomModelTrainingMetrics ¶
type BedrockCustomModelTrainingMetrics struct { }
type BedrockCustomModelTrainingMetricsList ¶
type BedrockCustomModelTrainingMetricsList interface { cdktf.ComplexList // 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 // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) BedrockCustomModelTrainingMetricsOutputReference // 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 NewBedrockCustomModelTrainingMetricsList ¶
func NewBedrockCustomModelTrainingMetricsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) BedrockCustomModelTrainingMetricsList
type BedrockCustomModelTrainingMetricsOutputReference ¶
type BedrockCustomModelTrainingMetricsOutputReference 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 // Experimental. Fqn() *string InternalValue() *BedrockCustomModelTrainingMetrics SetInternalValue(val *BedrockCustomModelTrainingMetrics) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) TrainingLoss() *float64 // 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 // 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 NewBedrockCustomModelTrainingMetricsOutputReference ¶
func NewBedrockCustomModelTrainingMetricsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) BedrockCustomModelTrainingMetricsOutputReference
type BedrockCustomModelValidationDataConfig ¶
type BedrockCustomModelValidationDataConfig struct { // validator block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/bedrock_custom_model#validator BedrockCustomModel#validator} Validator interface{} `field:"optional" json:"validator" yaml:"validator"` }
type BedrockCustomModelValidationDataConfigList ¶
type BedrockCustomModelValidationDataConfigList interface { cdktf.ComplexList // 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{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) BedrockCustomModelValidationDataConfigOutputReference // 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 NewBedrockCustomModelValidationDataConfigList ¶
func NewBedrockCustomModelValidationDataConfigList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) BedrockCustomModelValidationDataConfigList
type BedrockCustomModelValidationDataConfigOutputReference ¶
type BedrockCustomModelValidationDataConfigOutputReference 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 // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Validator() BedrockCustomModelValidationDataConfigValidatorList ValidatorInput() interface{} // 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 PutValidator(value interface{}) ResetValidator() // 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 NewBedrockCustomModelValidationDataConfigOutputReference ¶
func NewBedrockCustomModelValidationDataConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) BedrockCustomModelValidationDataConfigOutputReference
type BedrockCustomModelValidationDataConfigValidator ¶
type BedrockCustomModelValidationDataConfigValidator struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/bedrock_custom_model#s3_uri BedrockCustomModel#s3_uri}. S3Uri *string `field:"required" json:"s3Uri" yaml:"s3Uri"` }
type BedrockCustomModelValidationDataConfigValidatorList ¶
type BedrockCustomModelValidationDataConfigValidatorList interface { cdktf.ComplexList // 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{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) BedrockCustomModelValidationDataConfigValidatorOutputReference // 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 NewBedrockCustomModelValidationDataConfigValidatorList ¶
func NewBedrockCustomModelValidationDataConfigValidatorList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) BedrockCustomModelValidationDataConfigValidatorList
type BedrockCustomModelValidationDataConfigValidatorOutputReference ¶
type BedrockCustomModelValidationDataConfigValidatorOutputReference 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 // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) S3Uri() *string SetS3Uri(val *string) S3UriInput() *string // 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 // 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 NewBedrockCustomModelValidationDataConfigValidatorOutputReference ¶
func NewBedrockCustomModelValidationDataConfigValidatorOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) BedrockCustomModelValidationDataConfigValidatorOutputReference
type BedrockCustomModelValidationMetrics ¶
type BedrockCustomModelValidationMetrics struct { }
type BedrockCustomModelValidationMetricsList ¶
type BedrockCustomModelValidationMetricsList interface { cdktf.ComplexList // 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 // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) BedrockCustomModelValidationMetricsOutputReference // 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 NewBedrockCustomModelValidationMetricsList ¶
func NewBedrockCustomModelValidationMetricsList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) BedrockCustomModelValidationMetricsList
type BedrockCustomModelValidationMetricsOutputReference ¶
type BedrockCustomModelValidationMetricsOutputReference 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 // Experimental. Fqn() *string InternalValue() *BedrockCustomModelValidationMetrics SetInternalValue(val *BedrockCustomModelValidationMetrics) // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) ValidationLoss() *float64 // 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 // 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 NewBedrockCustomModelValidationMetricsOutputReference ¶
func NewBedrockCustomModelValidationMetricsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) BedrockCustomModelValidationMetricsOutputReference
type BedrockCustomModelVpcConfig ¶
type BedrockCustomModelVpcConfig struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/bedrock_custom_model#security_group_ids BedrockCustomModel#security_group_ids}. SecurityGroupIds *[]*string `field:"required" json:"securityGroupIds" yaml:"securityGroupIds"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.48.0/docs/resources/bedrock_custom_model#subnet_ids BedrockCustomModel#subnet_ids}. SubnetIds *[]*string `field:"required" json:"subnetIds" yaml:"subnetIds"` }
type BedrockCustomModelVpcConfigList ¶
type BedrockCustomModelVpcConfigList interface { cdktf.ComplexList // 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{}) // The attribute on the parent resource this class is referencing. TerraformAttribute() *string SetTerraformAttribute(val *string) // The parent resource. TerraformResource() cdktf.IInterpolatingParent SetTerraformResource(val cdktf.IInterpolatingParent) // whether the list is wrapping a set (will add tolist() to be able to access an item via an index). WrapsSet() *bool SetWrapsSet(val *bool) // Creating an iterator for this complex list. // // The list will be converted into a map with the mapKeyAttributeName as the key. // Experimental. AllWithMapKey(mapKeyAttributeName *string) cdktf.DynamicListTerraformIterator // Experimental. ComputeFqn() *string Get(index *float64) BedrockCustomModelVpcConfigOutputReference // 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 NewBedrockCustomModelVpcConfigList ¶
func NewBedrockCustomModelVpcConfigList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) BedrockCustomModelVpcConfigList
type BedrockCustomModelVpcConfigOutputReference ¶
type BedrockCustomModelVpcConfigOutputReference 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 // Experimental. Fqn() *string InternalValue() interface{} SetInternalValue(val interface{}) SecurityGroupIds() *[]*string SetSecurityGroupIds(val *[]*string) SecurityGroupIdsInput() *[]*string SubnetIds() *[]*string SetSubnetIds(val *[]*string) SubnetIdsInput() *[]*string // 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 // 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 NewBedrockCustomModelVpcConfigOutputReference ¶
func NewBedrockCustomModelVpcConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) BedrockCustomModelVpcConfigOutputReference
Source Files ¶
- BedrockCustomModel.go
- BedrockCustomModelConfig.go
- BedrockCustomModelOutputDataConfig.go
- BedrockCustomModelOutputDataConfigList.go
- BedrockCustomModelOutputDataConfigList__checks.go
- BedrockCustomModelOutputDataConfigOutputReference.go
- BedrockCustomModelOutputDataConfigOutputReference__checks.go
- BedrockCustomModelTimeouts.go
- BedrockCustomModelTimeoutsOutputReference.go
- BedrockCustomModelTimeoutsOutputReference__checks.go
- BedrockCustomModelTrainingDataConfig.go
- BedrockCustomModelTrainingDataConfigList.go
- BedrockCustomModelTrainingDataConfigList__checks.go
- BedrockCustomModelTrainingDataConfigOutputReference.go
- BedrockCustomModelTrainingDataConfigOutputReference__checks.go
- BedrockCustomModelTrainingMetrics.go
- BedrockCustomModelTrainingMetricsList.go
- BedrockCustomModelTrainingMetricsList__checks.go
- BedrockCustomModelTrainingMetricsOutputReference.go
- BedrockCustomModelTrainingMetricsOutputReference__checks.go
- BedrockCustomModelValidationDataConfig.go
- BedrockCustomModelValidationDataConfigList.go
- BedrockCustomModelValidationDataConfigList__checks.go
- BedrockCustomModelValidationDataConfigOutputReference.go
- BedrockCustomModelValidationDataConfigOutputReference__checks.go
- BedrockCustomModelValidationDataConfigValidator.go
- BedrockCustomModelValidationDataConfigValidatorList.go
- BedrockCustomModelValidationDataConfigValidatorList__checks.go
- BedrockCustomModelValidationDataConfigValidatorOutputReference.go
- BedrockCustomModelValidationDataConfigValidatorOutputReference__checks.go
- BedrockCustomModelValidationMetrics.go
- BedrockCustomModelValidationMetricsList.go
- BedrockCustomModelValidationMetricsList__checks.go
- BedrockCustomModelValidationMetricsOutputReference.go
- BedrockCustomModelValidationMetricsOutputReference__checks.go
- BedrockCustomModelVpcConfig.go
- BedrockCustomModelVpcConfigList.go
- BedrockCustomModelVpcConfigList__checks.go
- BedrockCustomModelVpcConfigOutputReference.go
- BedrockCustomModelVpcConfigOutputReference__checks.go
- BedrockCustomModel__checks.go
- main.go