Documentation ¶
Index ¶
- func BedrockModelInvocationLoggingConfiguration_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func BedrockModelInvocationLoggingConfiguration_IsConstruct(x interface{}) *bool
- func BedrockModelInvocationLoggingConfiguration_IsTerraformElement(x interface{}) *bool
- func BedrockModelInvocationLoggingConfiguration_IsTerraformResource(x interface{}) *bool
- func BedrockModelInvocationLoggingConfiguration_TfResourceType() *string
- func NewBedrockModelInvocationLoggingConfigurationLoggingConfigCloudwatchConfigLargeDataDeliveryS3ConfigOutputReference_Override(...)
- func NewBedrockModelInvocationLoggingConfigurationLoggingConfigCloudwatchConfigOutputReference_Override(...)
- func NewBedrockModelInvocationLoggingConfigurationLoggingConfigOutputReference_Override(b BedrockModelInvocationLoggingConfigurationLoggingConfigOutputReference, ...)
- func NewBedrockModelInvocationLoggingConfigurationLoggingConfigS3ConfigOutputReference_Override(...)
- func NewBedrockModelInvocationLoggingConfiguration_Override(b BedrockModelInvocationLoggingConfiguration, scope constructs.Construct, ...)
- type BedrockModelInvocationLoggingConfiguration
- type BedrockModelInvocationLoggingConfigurationConfig
- type BedrockModelInvocationLoggingConfigurationLoggingConfig
- type BedrockModelInvocationLoggingConfigurationLoggingConfigCloudwatchConfig
- type BedrockModelInvocationLoggingConfigurationLoggingConfigCloudwatchConfigLargeDataDeliveryS3Config
- type BedrockModelInvocationLoggingConfigurationLoggingConfigCloudwatchConfigLargeDataDeliveryS3ConfigOutputReference
- type BedrockModelInvocationLoggingConfigurationLoggingConfigCloudwatchConfigOutputReference
- type BedrockModelInvocationLoggingConfigurationLoggingConfigOutputReference
- type BedrockModelInvocationLoggingConfigurationLoggingConfigS3Config
- type BedrockModelInvocationLoggingConfigurationLoggingConfigS3ConfigOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BedrockModelInvocationLoggingConfiguration_GenerateConfigForImport ¶
func BedrockModelInvocationLoggingConfiguration_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a BedrockModelInvocationLoggingConfiguration resource upon running "cdktf plan <stack-name>".
func BedrockModelInvocationLoggingConfiguration_IsConstruct ¶
func BedrockModelInvocationLoggingConfiguration_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 BedrockModelInvocationLoggingConfiguration_IsTerraformElement ¶
func BedrockModelInvocationLoggingConfiguration_IsTerraformElement(x interface{}) *bool
Experimental.
func BedrockModelInvocationLoggingConfiguration_IsTerraformResource ¶
func BedrockModelInvocationLoggingConfiguration_IsTerraformResource(x interface{}) *bool
Experimental.
func BedrockModelInvocationLoggingConfiguration_TfResourceType ¶
func BedrockModelInvocationLoggingConfiguration_TfResourceType() *string
func NewBedrockModelInvocationLoggingConfigurationLoggingConfigCloudwatchConfigLargeDataDeliveryS3ConfigOutputReference_Override ¶
func NewBedrockModelInvocationLoggingConfigurationLoggingConfigCloudwatchConfigLargeDataDeliveryS3ConfigOutputReference_Override(b BedrockModelInvocationLoggingConfigurationLoggingConfigCloudwatchConfigLargeDataDeliveryS3ConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewBedrockModelInvocationLoggingConfigurationLoggingConfigCloudwatchConfigOutputReference_Override ¶
func NewBedrockModelInvocationLoggingConfigurationLoggingConfigCloudwatchConfigOutputReference_Override(b BedrockModelInvocationLoggingConfigurationLoggingConfigCloudwatchConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewBedrockModelInvocationLoggingConfigurationLoggingConfigOutputReference_Override ¶
func NewBedrockModelInvocationLoggingConfigurationLoggingConfigOutputReference_Override(b BedrockModelInvocationLoggingConfigurationLoggingConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewBedrockModelInvocationLoggingConfigurationLoggingConfigS3ConfigOutputReference_Override ¶
func NewBedrockModelInvocationLoggingConfigurationLoggingConfigS3ConfigOutputReference_Override(b BedrockModelInvocationLoggingConfigurationLoggingConfigS3ConfigOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewBedrockModelInvocationLoggingConfiguration_Override ¶
func NewBedrockModelInvocationLoggingConfiguration_Override(b BedrockModelInvocationLoggingConfiguration, scope constructs.Construct, id *string, config *BedrockModelInvocationLoggingConfigurationConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.51.0/docs/resources/bedrock_model_invocation_logging_configuration aws_bedrock_model_invocation_logging_configuration} Resource.
Types ¶
type BedrockModelInvocationLoggingConfiguration ¶
type BedrockModelInvocationLoggingConfiguration interface { cdktf.TerraformResource // 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 // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) LoggingConfig() BedrockModelInvocationLoggingConfigurationLoggingConfigOutputReference LoggingConfigInput() interface{} // 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{} // Experimental. TerraformGeneratorMetadata() *cdktf.TerraformProviderGeneratorMetadata // Experimental. TerraformMetaArguments() *map[string]interface{} // Experimental. TerraformResourceType() *string // 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) PutLoggingConfig(value *BedrockModelInvocationLoggingConfigurationLoggingConfig) ResetLoggingConfig() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() 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.51.0/docs/resources/bedrock_model_invocation_logging_configuration aws_bedrock_model_invocation_logging_configuration}.
func NewBedrockModelInvocationLoggingConfiguration ¶
func NewBedrockModelInvocationLoggingConfiguration(scope constructs.Construct, id *string, config *BedrockModelInvocationLoggingConfigurationConfig) BedrockModelInvocationLoggingConfiguration
Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.51.0/docs/resources/bedrock_model_invocation_logging_configuration aws_bedrock_model_invocation_logging_configuration} Resource.
type BedrockModelInvocationLoggingConfigurationConfig ¶
type BedrockModelInvocationLoggingConfigurationConfig 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"` // logging_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.51.0/docs/resources/bedrock_model_invocation_logging_configuration#logging_config BedrockModelInvocationLoggingConfiguration#logging_config} LoggingConfig *BedrockModelInvocationLoggingConfigurationLoggingConfig `field:"optional" json:"loggingConfig" yaml:"loggingConfig"` }
type BedrockModelInvocationLoggingConfigurationLoggingConfig ¶
type BedrockModelInvocationLoggingConfigurationLoggingConfig struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.51.0/docs/resources/bedrock_model_invocation_logging_configuration#embedding_data_delivery_enabled BedrockModelInvocationLoggingConfiguration#embedding_data_delivery_enabled}. EmbeddingDataDeliveryEnabled interface{} `field:"required" json:"embeddingDataDeliveryEnabled" yaml:"embeddingDataDeliveryEnabled"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.51.0/docs/resources/bedrock_model_invocation_logging_configuration#image_data_delivery_enabled BedrockModelInvocationLoggingConfiguration#image_data_delivery_enabled}. ImageDataDeliveryEnabled interface{} `field:"required" json:"imageDataDeliveryEnabled" yaml:"imageDataDeliveryEnabled"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.51.0/docs/resources/bedrock_model_invocation_logging_configuration#text_data_delivery_enabled BedrockModelInvocationLoggingConfiguration#text_data_delivery_enabled}. TextDataDeliveryEnabled interface{} `field:"required" json:"textDataDeliveryEnabled" yaml:"textDataDeliveryEnabled"` // cloudwatch_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.51.0/docs/resources/bedrock_model_invocation_logging_configuration#cloudwatch_config BedrockModelInvocationLoggingConfiguration#cloudwatch_config} CloudwatchConfig *BedrockModelInvocationLoggingConfigurationLoggingConfigCloudwatchConfig `field:"optional" json:"cloudwatchConfig" yaml:"cloudwatchConfig"` // s3_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.51.0/docs/resources/bedrock_model_invocation_logging_configuration#s3_config BedrockModelInvocationLoggingConfiguration#s3_config} S3Config *BedrockModelInvocationLoggingConfigurationLoggingConfigS3Config `field:"optional" json:"s3Config" yaml:"s3Config"` }
type BedrockModelInvocationLoggingConfigurationLoggingConfigCloudwatchConfig ¶
type BedrockModelInvocationLoggingConfigurationLoggingConfigCloudwatchConfig struct { // large_data_delivery_s3_config block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.51.0/docs/resources/bedrock_model_invocation_logging_configuration#large_data_delivery_s3_config BedrockModelInvocationLoggingConfiguration#large_data_delivery_s3_config} LargeDataDeliveryS3Config *BedrockModelInvocationLoggingConfigurationLoggingConfigCloudwatchConfigLargeDataDeliveryS3Config `field:"optional" json:"largeDataDeliveryS3Config" yaml:"largeDataDeliveryS3Config"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.51.0/docs/resources/bedrock_model_invocation_logging_configuration#log_group_name BedrockModelInvocationLoggingConfiguration#log_group_name}. LogGroupName *string `field:"optional" json:"logGroupName" yaml:"logGroupName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.51.0/docs/resources/bedrock_model_invocation_logging_configuration#role_arn BedrockModelInvocationLoggingConfiguration#role_arn}. RoleArn *string `field:"optional" json:"roleArn" yaml:"roleArn"` }
type BedrockModelInvocationLoggingConfigurationLoggingConfigCloudwatchConfigLargeDataDeliveryS3Config ¶
type BedrockModelInvocationLoggingConfigurationLoggingConfigCloudwatchConfigLargeDataDeliveryS3Config struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.51.0/docs/resources/bedrock_model_invocation_logging_configuration#bucket_name BedrockModelInvocationLoggingConfiguration#bucket_name}. BucketName *string `field:"optional" json:"bucketName" yaml:"bucketName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.51.0/docs/resources/bedrock_model_invocation_logging_configuration#key_prefix BedrockModelInvocationLoggingConfiguration#key_prefix}. KeyPrefix *string `field:"optional" json:"keyPrefix" yaml:"keyPrefix"` }
type BedrockModelInvocationLoggingConfigurationLoggingConfigCloudwatchConfigLargeDataDeliveryS3ConfigOutputReference ¶
type BedrockModelInvocationLoggingConfigurationLoggingConfigCloudwatchConfigLargeDataDeliveryS3ConfigOutputReference interface { cdktf.ComplexObject BucketName() *string SetBucketName(val *string) BucketNameInput() *string // 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{}) KeyPrefix() *string SetKeyPrefix(val *string) KeyPrefixInput() *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 ResetBucketName() ResetKeyPrefix() // 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 NewBedrockModelInvocationLoggingConfigurationLoggingConfigCloudwatchConfigLargeDataDeliveryS3ConfigOutputReference ¶
func NewBedrockModelInvocationLoggingConfigurationLoggingConfigCloudwatchConfigLargeDataDeliveryS3ConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) BedrockModelInvocationLoggingConfigurationLoggingConfigCloudwatchConfigLargeDataDeliveryS3ConfigOutputReference
type BedrockModelInvocationLoggingConfigurationLoggingConfigCloudwatchConfigOutputReference ¶
type BedrockModelInvocationLoggingConfigurationLoggingConfigCloudwatchConfigOutputReference 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{}) LargeDataDeliveryS3Config() BedrockModelInvocationLoggingConfigurationLoggingConfigCloudwatchConfigLargeDataDeliveryS3ConfigOutputReference LargeDataDeliveryS3ConfigInput() interface{} LogGroupName() *string SetLogGroupName(val *string) LogGroupNameInput() *string RoleArn() *string SetRoleArn(val *string) RoleArnInput() *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 PutLargeDataDeliveryS3Config(value *BedrockModelInvocationLoggingConfigurationLoggingConfigCloudwatchConfigLargeDataDeliveryS3Config) ResetLargeDataDeliveryS3Config() ResetLogGroupName() ResetRoleArn() // 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 NewBedrockModelInvocationLoggingConfigurationLoggingConfigCloudwatchConfigOutputReference ¶
func NewBedrockModelInvocationLoggingConfigurationLoggingConfigCloudwatchConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) BedrockModelInvocationLoggingConfigurationLoggingConfigCloudwatchConfigOutputReference
type BedrockModelInvocationLoggingConfigurationLoggingConfigOutputReference ¶
type BedrockModelInvocationLoggingConfigurationLoggingConfigOutputReference interface { cdktf.ComplexObject CloudwatchConfig() BedrockModelInvocationLoggingConfigurationLoggingConfigCloudwatchConfigOutputReference CloudwatchConfigInput() interface{} // 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 EmbeddingDataDeliveryEnabled() interface{} SetEmbeddingDataDeliveryEnabled(val interface{}) EmbeddingDataDeliveryEnabledInput() interface{} // Experimental. Fqn() *string ImageDataDeliveryEnabled() interface{} SetImageDataDeliveryEnabled(val interface{}) ImageDataDeliveryEnabledInput() interface{} InternalValue() interface{} SetInternalValue(val interface{}) S3Config() BedrockModelInvocationLoggingConfigurationLoggingConfigS3ConfigOutputReference S3ConfigInput() interface{} // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) TextDataDeliveryEnabled() interface{} SetTextDataDeliveryEnabled(val interface{}) TextDataDeliveryEnabledInput() 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 PutCloudwatchConfig(value *BedrockModelInvocationLoggingConfigurationLoggingConfigCloudwatchConfig) PutS3Config(value *BedrockModelInvocationLoggingConfigurationLoggingConfigS3Config) ResetCloudwatchConfig() ResetS3Config() // 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 NewBedrockModelInvocationLoggingConfigurationLoggingConfigOutputReference ¶
func NewBedrockModelInvocationLoggingConfigurationLoggingConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) BedrockModelInvocationLoggingConfigurationLoggingConfigOutputReference
type BedrockModelInvocationLoggingConfigurationLoggingConfigS3Config ¶
type BedrockModelInvocationLoggingConfigurationLoggingConfigS3Config struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.51.0/docs/resources/bedrock_model_invocation_logging_configuration#bucket_name BedrockModelInvocationLoggingConfiguration#bucket_name}. BucketName *string `field:"optional" json:"bucketName" yaml:"bucketName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.51.0/docs/resources/bedrock_model_invocation_logging_configuration#key_prefix BedrockModelInvocationLoggingConfiguration#key_prefix}. KeyPrefix *string `field:"optional" json:"keyPrefix" yaml:"keyPrefix"` }
type BedrockModelInvocationLoggingConfigurationLoggingConfigS3ConfigOutputReference ¶
type BedrockModelInvocationLoggingConfigurationLoggingConfigS3ConfigOutputReference interface { cdktf.ComplexObject BucketName() *string SetBucketName(val *string) BucketNameInput() *string // 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{}) KeyPrefix() *string SetKeyPrefix(val *string) KeyPrefixInput() *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 ResetBucketName() ResetKeyPrefix() // 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 NewBedrockModelInvocationLoggingConfigurationLoggingConfigS3ConfigOutputReference ¶
func NewBedrockModelInvocationLoggingConfigurationLoggingConfigS3ConfigOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) BedrockModelInvocationLoggingConfigurationLoggingConfigS3ConfigOutputReference
Source Files ¶
- BedrockModelInvocationLoggingConfiguration.go
- BedrockModelInvocationLoggingConfigurationConfig.go
- BedrockModelInvocationLoggingConfigurationLoggingConfig.go
- BedrockModelInvocationLoggingConfigurationLoggingConfigCloudwatchConfig.go
- BedrockModelInvocationLoggingConfigurationLoggingConfigCloudwatchConfigLargeDataDeliveryS3Config.go
- BedrockModelInvocationLoggingConfigurationLoggingConfigCloudwatchConfigLargeDataDeliveryS3ConfigOutputReference.go
- BedrockModelInvocationLoggingConfigurationLoggingConfigCloudwatchConfigLargeDataDeliveryS3ConfigOutputReference__checks.go
- BedrockModelInvocationLoggingConfigurationLoggingConfigCloudwatchConfigOutputReference.go
- BedrockModelInvocationLoggingConfigurationLoggingConfigCloudwatchConfigOutputReference__checks.go
- BedrockModelInvocationLoggingConfigurationLoggingConfigOutputReference.go
- BedrockModelInvocationLoggingConfigurationLoggingConfigOutputReference__checks.go
- BedrockModelInvocationLoggingConfigurationLoggingConfigS3Config.go
- BedrockModelInvocationLoggingConfigurationLoggingConfigS3ConfigOutputReference.go
- BedrockModelInvocationLoggingConfigurationLoggingConfigS3ConfigOutputReference__checks.go
- BedrockModelInvocationLoggingConfiguration__checks.go
- main.go