Documentation ¶
Index ¶
- func DynamodbTable_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, ...) cdktf.ImportableResource
- func DynamodbTable_IsConstruct(x interface{}) *bool
- func DynamodbTable_IsTerraformElement(x interface{}) *bool
- func DynamodbTable_IsTerraformResource(x interface{}) *bool
- func DynamodbTable_TfResourceType() *string
- func NewDynamodbTableAttributeList_Override(d DynamodbTableAttributeList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewDynamodbTableAttributeOutputReference_Override(d DynamodbTableAttributeOutputReference, ...)
- func NewDynamodbTableGlobalSecondaryIndexList_Override(d DynamodbTableGlobalSecondaryIndexList, ...)
- func NewDynamodbTableGlobalSecondaryIndexOutputReference_Override(d DynamodbTableGlobalSecondaryIndexOutputReference, ...)
- func NewDynamodbTableImportTableInputFormatOptionsCsvOutputReference_Override(d DynamodbTableImportTableInputFormatOptionsCsvOutputReference, ...)
- func NewDynamodbTableImportTableInputFormatOptionsOutputReference_Override(d DynamodbTableImportTableInputFormatOptionsOutputReference, ...)
- func NewDynamodbTableImportTableOutputReference_Override(d DynamodbTableImportTableOutputReference, ...)
- func NewDynamodbTableImportTableS3BucketSourceOutputReference_Override(d DynamodbTableImportTableS3BucketSourceOutputReference, ...)
- func NewDynamodbTableLocalSecondaryIndexList_Override(d DynamodbTableLocalSecondaryIndexList, ...)
- func NewDynamodbTableLocalSecondaryIndexOutputReference_Override(d DynamodbTableLocalSecondaryIndexOutputReference, ...)
- func NewDynamodbTablePointInTimeRecoveryOutputReference_Override(d DynamodbTablePointInTimeRecoveryOutputReference, ...)
- func NewDynamodbTableReplicaList_Override(d DynamodbTableReplicaList, terraformResource cdktf.IInterpolatingParent, ...)
- func NewDynamodbTableReplicaOutputReference_Override(d DynamodbTableReplicaOutputReference, ...)
- func NewDynamodbTableServerSideEncryptionOutputReference_Override(d DynamodbTableServerSideEncryptionOutputReference, ...)
- func NewDynamodbTableTimeoutsOutputReference_Override(d DynamodbTableTimeoutsOutputReference, ...)
- func NewDynamodbTableTtlOutputReference_Override(d DynamodbTableTtlOutputReference, ...)
- func NewDynamodbTable_Override(d DynamodbTable, scope constructs.Construct, id *string, ...)
- type DynamodbTable
- type DynamodbTableAttribute
- type DynamodbTableAttributeList
- type DynamodbTableAttributeOutputReference
- type DynamodbTableConfig
- type DynamodbTableGlobalSecondaryIndex
- type DynamodbTableGlobalSecondaryIndexList
- type DynamodbTableGlobalSecondaryIndexOutputReference
- type DynamodbTableImportTable
- type DynamodbTableImportTableInputFormatOptions
- type DynamodbTableImportTableInputFormatOptionsCsv
- type DynamodbTableImportTableInputFormatOptionsCsvOutputReference
- type DynamodbTableImportTableInputFormatOptionsOutputReference
- type DynamodbTableImportTableOutputReference
- type DynamodbTableImportTableS3BucketSource
- type DynamodbTableImportTableS3BucketSourceOutputReference
- type DynamodbTableLocalSecondaryIndex
- type DynamodbTableLocalSecondaryIndexList
- type DynamodbTableLocalSecondaryIndexOutputReference
- type DynamodbTablePointInTimeRecovery
- type DynamodbTablePointInTimeRecoveryOutputReference
- type DynamodbTableReplica
- type DynamodbTableReplicaList
- type DynamodbTableReplicaOutputReference
- type DynamodbTableServerSideEncryption
- type DynamodbTableServerSideEncryptionOutputReference
- type DynamodbTableTimeouts
- type DynamodbTableTimeoutsOutputReference
- type DynamodbTableTtl
- type DynamodbTableTtlOutputReference
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DynamodbTable_GenerateConfigForImport ¶
func DynamodbTable_GenerateConfigForImport(scope constructs.Construct, importToId *string, importFromId *string, provider cdktf.TerraformProvider) cdktf.ImportableResource
Generates CDKTF code for importing a DynamodbTable resource upon running "cdktf plan <stack-name>".
func DynamodbTable_IsConstruct ¶
func DynamodbTable_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 DynamodbTable_IsTerraformElement ¶
func DynamodbTable_IsTerraformElement(x interface{}) *bool
Experimental.
func DynamodbTable_IsTerraformResource ¶
func DynamodbTable_IsTerraformResource(x interface{}) *bool
Experimental.
func DynamodbTable_TfResourceType ¶
func DynamodbTable_TfResourceType() *string
func NewDynamodbTableAttributeList_Override ¶
func NewDynamodbTableAttributeList_Override(d DynamodbTableAttributeList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDynamodbTableAttributeOutputReference_Override ¶
func NewDynamodbTableAttributeOutputReference_Override(d DynamodbTableAttributeOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDynamodbTableGlobalSecondaryIndexList_Override ¶
func NewDynamodbTableGlobalSecondaryIndexList_Override(d DynamodbTableGlobalSecondaryIndexList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDynamodbTableGlobalSecondaryIndexOutputReference_Override ¶
func NewDynamodbTableGlobalSecondaryIndexOutputReference_Override(d DynamodbTableGlobalSecondaryIndexOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDynamodbTableImportTableInputFormatOptionsCsvOutputReference_Override ¶
func NewDynamodbTableImportTableInputFormatOptionsCsvOutputReference_Override(d DynamodbTableImportTableInputFormatOptionsCsvOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDynamodbTableImportTableInputFormatOptionsOutputReference_Override ¶
func NewDynamodbTableImportTableInputFormatOptionsOutputReference_Override(d DynamodbTableImportTableInputFormatOptionsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDynamodbTableImportTableOutputReference_Override ¶
func NewDynamodbTableImportTableOutputReference_Override(d DynamodbTableImportTableOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDynamodbTableImportTableS3BucketSourceOutputReference_Override ¶
func NewDynamodbTableImportTableS3BucketSourceOutputReference_Override(d DynamodbTableImportTableS3BucketSourceOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDynamodbTableLocalSecondaryIndexList_Override ¶
func NewDynamodbTableLocalSecondaryIndexList_Override(d DynamodbTableLocalSecondaryIndexList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDynamodbTableLocalSecondaryIndexOutputReference_Override ¶
func NewDynamodbTableLocalSecondaryIndexOutputReference_Override(d DynamodbTableLocalSecondaryIndexOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDynamodbTablePointInTimeRecoveryOutputReference_Override ¶
func NewDynamodbTablePointInTimeRecoveryOutputReference_Override(d DynamodbTablePointInTimeRecoveryOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDynamodbTableReplicaList_Override ¶
func NewDynamodbTableReplicaList_Override(d DynamodbTableReplicaList, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool)
func NewDynamodbTableReplicaOutputReference_Override ¶
func NewDynamodbTableReplicaOutputReference_Override(d DynamodbTableReplicaOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool)
func NewDynamodbTableServerSideEncryptionOutputReference_Override ¶
func NewDynamodbTableServerSideEncryptionOutputReference_Override(d DynamodbTableServerSideEncryptionOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDynamodbTableTimeoutsOutputReference_Override ¶
func NewDynamodbTableTimeoutsOutputReference_Override(d DynamodbTableTimeoutsOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDynamodbTableTtlOutputReference_Override ¶
func NewDynamodbTableTtlOutputReference_Override(d DynamodbTableTtlOutputReference, terraformResource cdktf.IInterpolatingParent, terraformAttribute *string)
func NewDynamodbTable_Override ¶
func NewDynamodbTable_Override(d DynamodbTable, scope constructs.Construct, id *string, config *DynamodbTableConfig)
Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table aws_dynamodb_table} Resource.
Types ¶
type DynamodbTable ¶
type DynamodbTable interface { cdktf.TerraformResource Arn() *string Attribute() DynamodbTableAttributeList AttributeInput() interface{} BillingMode() *string SetBillingMode(val *string) BillingModeInput() *string // Experimental. CdktfStack() cdktf.TerraformStack // Experimental. Connection() interface{} // Experimental. SetConnection(val interface{}) // Experimental. ConstructNodeMetadata() *map[string]interface{} // Experimental. Count() interface{} // Experimental. SetCount(val interface{}) DeletionProtectionEnabled() interface{} SetDeletionProtectionEnabled(val interface{}) DeletionProtectionEnabledInput() interface{} // Experimental. DependsOn() *[]*string // Experimental. SetDependsOn(val *[]*string) // Experimental. ForEach() cdktf.ITerraformIterator // Experimental. SetForEach(val cdktf.ITerraformIterator) // Experimental. Fqn() *string // Experimental. FriendlyUniqueId() *string GlobalSecondaryIndex() DynamodbTableGlobalSecondaryIndexList GlobalSecondaryIndexInput() interface{} HashKey() *string SetHashKey(val *string) HashKeyInput() *string Id() *string SetId(val *string) IdInput() *string ImportTable() DynamodbTableImportTableOutputReference ImportTableInput() *DynamodbTableImportTable // Experimental. Lifecycle() *cdktf.TerraformResourceLifecycle // Experimental. SetLifecycle(val *cdktf.TerraformResourceLifecycle) LocalSecondaryIndex() DynamodbTableLocalSecondaryIndexList LocalSecondaryIndexInput() interface{} Name() *string SetName(val *string) NameInput() *string // The tree node. Node() constructs.Node PointInTimeRecovery() DynamodbTablePointInTimeRecoveryOutputReference PointInTimeRecoveryInput() *DynamodbTablePointInTimeRecovery // Experimental. Provider() cdktf.TerraformProvider // Experimental. SetProvider(val cdktf.TerraformProvider) // Experimental. Provisioners() *[]interface{} // Experimental. SetProvisioners(val *[]interface{}) RangeKey() *string SetRangeKey(val *string) RangeKeyInput() *string // Experimental. RawOverrides() interface{} ReadCapacity() *float64 SetReadCapacity(val *float64) ReadCapacityInput() *float64 Replica() DynamodbTableReplicaList ReplicaInput() interface{} RestoreDateTime() *string SetRestoreDateTime(val *string) RestoreDateTimeInput() *string RestoreSourceName() *string SetRestoreSourceName(val *string) RestoreSourceNameInput() *string RestoreSourceTableArn() *string SetRestoreSourceTableArn(val *string) RestoreSourceTableArnInput() *string RestoreToLatestTime() interface{} SetRestoreToLatestTime(val interface{}) RestoreToLatestTimeInput() interface{} ServerSideEncryption() DynamodbTableServerSideEncryptionOutputReference ServerSideEncryptionInput() *DynamodbTableServerSideEncryption StreamArn() *string StreamEnabled() interface{} SetStreamEnabled(val interface{}) StreamEnabledInput() interface{} StreamLabel() *string StreamViewType() *string SetStreamViewType(val *string) StreamViewTypeInput() *string TableClass() *string SetTableClass(val *string) TableClassInput() *string 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() DynamodbTableTimeoutsOutputReference TimeoutsInput() interface{} Ttl() DynamodbTableTtlOutputReference TtlInput() *DynamodbTableTtl WriteCapacity() *float64 SetWriteCapacity(val *float64) WriteCapacityInput() *float64 // 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) PutAttribute(value interface{}) PutGlobalSecondaryIndex(value interface{}) PutImportTable(value *DynamodbTableImportTable) PutLocalSecondaryIndex(value interface{}) PutPointInTimeRecovery(value *DynamodbTablePointInTimeRecovery) PutReplica(value interface{}) PutServerSideEncryption(value *DynamodbTableServerSideEncryption) PutTimeouts(value *DynamodbTableTimeouts) PutTtl(value *DynamodbTableTtl) ResetAttribute() ResetBillingMode() ResetDeletionProtectionEnabled() ResetGlobalSecondaryIndex() ResetHashKey() ResetId() ResetImportTable() ResetLocalSecondaryIndex() // Resets a previously passed logical Id to use the auto-generated logical id again. // Experimental. ResetOverrideLogicalId() ResetPointInTimeRecovery() ResetRangeKey() ResetReadCapacity() ResetReplica() ResetRestoreDateTime() ResetRestoreSourceName() ResetRestoreSourceTableArn() ResetRestoreToLatestTime() ResetServerSideEncryption() ResetStreamEnabled() ResetStreamViewType() ResetTableClass() ResetTags() ResetTagsAll() ResetTimeouts() ResetTtl() ResetWriteCapacity() 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.65.0/docs/resources/dynamodb_table aws_dynamodb_table}.
func NewDynamodbTable ¶
func NewDynamodbTable(scope constructs.Construct, id *string, config *DynamodbTableConfig) DynamodbTable
Create a new {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table aws_dynamodb_table} Resource.
type DynamodbTableAttribute ¶
type DynamodbTableAttribute struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#name DynamodbTable#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#type DynamodbTable#type}. Type *string `field:"required" json:"type" yaml:"type"` }
type DynamodbTableAttributeList ¶
type DynamodbTableAttributeList 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) DynamodbTableAttributeOutputReference // 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 NewDynamodbTableAttributeList ¶
func NewDynamodbTableAttributeList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DynamodbTableAttributeList
type DynamodbTableAttributeOutputReference ¶
type DynamodbTableAttributeOutputReference 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{}) Name() *string SetName(val *string) NameInput() *string // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) Type() *string SetType(val *string) TypeInput() *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 // 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 NewDynamodbTableAttributeOutputReference ¶
func NewDynamodbTableAttributeOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DynamodbTableAttributeOutputReference
type DynamodbTableConfig ¶
type DynamodbTableConfig 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.65.0/docs/resources/dynamodb_table#name DynamodbTable#name}. Name *string `field:"required" json:"name" yaml:"name"` // attribute block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#attribute DynamodbTable#attribute} Attribute interface{} `field:"optional" json:"attribute" yaml:"attribute"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#billing_mode DynamodbTable#billing_mode}. BillingMode *string `field:"optional" json:"billingMode" yaml:"billingMode"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#deletion_protection_enabled DynamodbTable#deletion_protection_enabled}. DeletionProtectionEnabled interface{} `field:"optional" json:"deletionProtectionEnabled" yaml:"deletionProtectionEnabled"` // global_secondary_index block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#global_secondary_index DynamodbTable#global_secondary_index} GlobalSecondaryIndex interface{} `field:"optional" json:"globalSecondaryIndex" yaml:"globalSecondaryIndex"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#hash_key DynamodbTable#hash_key}. HashKey *string `field:"optional" json:"hashKey" yaml:"hashKey"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#id DynamodbTable#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"` // import_table block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#import_table DynamodbTable#import_table} ImportTable *DynamodbTableImportTable `field:"optional" json:"importTable" yaml:"importTable"` // local_secondary_index block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#local_secondary_index DynamodbTable#local_secondary_index} LocalSecondaryIndex interface{} `field:"optional" json:"localSecondaryIndex" yaml:"localSecondaryIndex"` // point_in_time_recovery block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#point_in_time_recovery DynamodbTable#point_in_time_recovery} PointInTimeRecovery *DynamodbTablePointInTimeRecovery `field:"optional" json:"pointInTimeRecovery" yaml:"pointInTimeRecovery"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#range_key DynamodbTable#range_key}. RangeKey *string `field:"optional" json:"rangeKey" yaml:"rangeKey"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#read_capacity DynamodbTable#read_capacity}. ReadCapacity *float64 `field:"optional" json:"readCapacity" yaml:"readCapacity"` // replica block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#replica DynamodbTable#replica} Replica interface{} `field:"optional" json:"replica" yaml:"replica"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#restore_date_time DynamodbTable#restore_date_time}. RestoreDateTime *string `field:"optional" json:"restoreDateTime" yaml:"restoreDateTime"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#restore_source_name DynamodbTable#restore_source_name}. RestoreSourceName *string `field:"optional" json:"restoreSourceName" yaml:"restoreSourceName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#restore_source_table_arn DynamodbTable#restore_source_table_arn}. RestoreSourceTableArn *string `field:"optional" json:"restoreSourceTableArn" yaml:"restoreSourceTableArn"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#restore_to_latest_time DynamodbTable#restore_to_latest_time}. RestoreToLatestTime interface{} `field:"optional" json:"restoreToLatestTime" yaml:"restoreToLatestTime"` // server_side_encryption block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#server_side_encryption DynamodbTable#server_side_encryption} ServerSideEncryption *DynamodbTableServerSideEncryption `field:"optional" json:"serverSideEncryption" yaml:"serverSideEncryption"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#stream_enabled DynamodbTable#stream_enabled}. StreamEnabled interface{} `field:"optional" json:"streamEnabled" yaml:"streamEnabled"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#stream_view_type DynamodbTable#stream_view_type}. StreamViewType *string `field:"optional" json:"streamViewType" yaml:"streamViewType"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#table_class DynamodbTable#table_class}. TableClass *string `field:"optional" json:"tableClass" yaml:"tableClass"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#tags DynamodbTable#tags}. Tags *map[string]*string `field:"optional" json:"tags" yaml:"tags"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#tags_all DynamodbTable#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.65.0/docs/resources/dynamodb_table#timeouts DynamodbTable#timeouts} Timeouts *DynamodbTableTimeouts `field:"optional" json:"timeouts" yaml:"timeouts"` // ttl block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#ttl DynamodbTable#ttl} Ttl *DynamodbTableTtl `field:"optional" json:"ttl" yaml:"ttl"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#write_capacity DynamodbTable#write_capacity}. WriteCapacity *float64 `field:"optional" json:"writeCapacity" yaml:"writeCapacity"` }
type DynamodbTableGlobalSecondaryIndex ¶
type DynamodbTableGlobalSecondaryIndex struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#hash_key DynamodbTable#hash_key}. HashKey *string `field:"required" json:"hashKey" yaml:"hashKey"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#name DynamodbTable#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#projection_type DynamodbTable#projection_type}. ProjectionType *string `field:"required" json:"projectionType" yaml:"projectionType"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#non_key_attributes DynamodbTable#non_key_attributes}. NonKeyAttributes *[]*string `field:"optional" json:"nonKeyAttributes" yaml:"nonKeyAttributes"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#range_key DynamodbTable#range_key}. RangeKey *string `field:"optional" json:"rangeKey" yaml:"rangeKey"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#read_capacity DynamodbTable#read_capacity}. ReadCapacity *float64 `field:"optional" json:"readCapacity" yaml:"readCapacity"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#write_capacity DynamodbTable#write_capacity}. WriteCapacity *float64 `field:"optional" json:"writeCapacity" yaml:"writeCapacity"` }
type DynamodbTableGlobalSecondaryIndexList ¶
type DynamodbTableGlobalSecondaryIndexList 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) DynamodbTableGlobalSecondaryIndexOutputReference // 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 NewDynamodbTableGlobalSecondaryIndexList ¶
func NewDynamodbTableGlobalSecondaryIndexList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DynamodbTableGlobalSecondaryIndexList
type DynamodbTableGlobalSecondaryIndexOutputReference ¶
type DynamodbTableGlobalSecondaryIndexOutputReference 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 HashKey() *string SetHashKey(val *string) HashKeyInput() *string InternalValue() interface{} SetInternalValue(val interface{}) Name() *string SetName(val *string) NameInput() *string NonKeyAttributes() *[]*string SetNonKeyAttributes(val *[]*string) NonKeyAttributesInput() *[]*string ProjectionType() *string SetProjectionType(val *string) ProjectionTypeInput() *string RangeKey() *string SetRangeKey(val *string) RangeKeyInput() *string ReadCapacity() *float64 SetReadCapacity(val *float64) ReadCapacityInput() *float64 // Experimental. TerraformAttribute() *string // Experimental. SetTerraformAttribute(val *string) // Experimental. TerraformResource() cdktf.IInterpolatingParent // Experimental. SetTerraformResource(val cdktf.IInterpolatingParent) WriteCapacity() *float64 SetWriteCapacity(val *float64) WriteCapacityInput() *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 ResetNonKeyAttributes() ResetRangeKey() ResetReadCapacity() ResetWriteCapacity() // 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 NewDynamodbTableGlobalSecondaryIndexOutputReference ¶
func NewDynamodbTableGlobalSecondaryIndexOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DynamodbTableGlobalSecondaryIndexOutputReference
type DynamodbTableImportTable ¶
type DynamodbTableImportTable struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#input_format DynamodbTable#input_format}. InputFormat *string `field:"required" json:"inputFormat" yaml:"inputFormat"` // s3_bucket_source block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#s3_bucket_source DynamodbTable#s3_bucket_source} S3BucketSource *DynamodbTableImportTableS3BucketSource `field:"required" json:"s3BucketSource" yaml:"s3BucketSource"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#input_compression_type DynamodbTable#input_compression_type}. InputCompressionType *string `field:"optional" json:"inputCompressionType" yaml:"inputCompressionType"` // input_format_options block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#input_format_options DynamodbTable#input_format_options} InputFormatOptions *DynamodbTableImportTableInputFormatOptions `field:"optional" json:"inputFormatOptions" yaml:"inputFormatOptions"` }
type DynamodbTableImportTableInputFormatOptions ¶
type DynamodbTableImportTableInputFormatOptions struct { // csv block. // // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#csv DynamodbTable#csv} Csv *DynamodbTableImportTableInputFormatOptionsCsv `field:"optional" json:"csv" yaml:"csv"` }
type DynamodbTableImportTableInputFormatOptionsCsv ¶
type DynamodbTableImportTableInputFormatOptionsCsv struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#delimiter DynamodbTable#delimiter}. Delimiter *string `field:"optional" json:"delimiter" yaml:"delimiter"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#header_list DynamodbTable#header_list}. HeaderList *[]*string `field:"optional" json:"headerList" yaml:"headerList"` }
type DynamodbTableImportTableInputFormatOptionsCsvOutputReference ¶
type DynamodbTableImportTableInputFormatOptionsCsvOutputReference 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 Delimiter() *string SetDelimiter(val *string) DelimiterInput() *string // Experimental. Fqn() *string HeaderList() *[]*string SetHeaderList(val *[]*string) HeaderListInput() *[]*string InternalValue() *DynamodbTableImportTableInputFormatOptionsCsv SetInternalValue(val *DynamodbTableImportTableInputFormatOptionsCsv) // 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 ResetDelimiter() ResetHeaderList() // 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 NewDynamodbTableImportTableInputFormatOptionsCsvOutputReference ¶
func NewDynamodbTableImportTableInputFormatOptionsCsvOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DynamodbTableImportTableInputFormatOptionsCsvOutputReference
type DynamodbTableImportTableInputFormatOptionsOutputReference ¶
type DynamodbTableImportTableInputFormatOptionsOutputReference 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 Csv() DynamodbTableImportTableInputFormatOptionsCsvOutputReference CsvInput() *DynamodbTableImportTableInputFormatOptionsCsv // Experimental. Fqn() *string InternalValue() *DynamodbTableImportTableInputFormatOptions SetInternalValue(val *DynamodbTableImportTableInputFormatOptions) // 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 PutCsv(value *DynamodbTableImportTableInputFormatOptionsCsv) ResetCsv() // 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 NewDynamodbTableImportTableInputFormatOptionsOutputReference ¶
func NewDynamodbTableImportTableInputFormatOptionsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DynamodbTableImportTableInputFormatOptionsOutputReference
type DynamodbTableImportTableOutputReference ¶
type DynamodbTableImportTableOutputReference 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 InputCompressionType() *string SetInputCompressionType(val *string) InputCompressionTypeInput() *string InputFormat() *string SetInputFormat(val *string) InputFormatInput() *string InputFormatOptions() DynamodbTableImportTableInputFormatOptionsOutputReference InputFormatOptionsInput() *DynamodbTableImportTableInputFormatOptions InternalValue() *DynamodbTableImportTable SetInternalValue(val *DynamodbTableImportTable) S3BucketSource() DynamodbTableImportTableS3BucketSourceOutputReference S3BucketSourceInput() *DynamodbTableImportTableS3BucketSource // 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 PutInputFormatOptions(value *DynamodbTableImportTableInputFormatOptions) PutS3BucketSource(value *DynamodbTableImportTableS3BucketSource) ResetInputCompressionType() ResetInputFormatOptions() // 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 NewDynamodbTableImportTableOutputReference ¶
func NewDynamodbTableImportTableOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DynamodbTableImportTableOutputReference
type DynamodbTableImportTableS3BucketSource ¶
type DynamodbTableImportTableS3BucketSource struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#bucket DynamodbTable#bucket}. Bucket *string `field:"required" json:"bucket" yaml:"bucket"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#bucket_owner DynamodbTable#bucket_owner}. BucketOwner *string `field:"optional" json:"bucketOwner" yaml:"bucketOwner"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#key_prefix DynamodbTable#key_prefix}. KeyPrefix *string `field:"optional" json:"keyPrefix" yaml:"keyPrefix"` }
type DynamodbTableImportTableS3BucketSourceOutputReference ¶
type DynamodbTableImportTableS3BucketSourceOutputReference interface { cdktf.ComplexObject Bucket() *string SetBucket(val *string) BucketInput() *string BucketOwner() *string SetBucketOwner(val *string) BucketOwnerInput() *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() *DynamodbTableImportTableS3BucketSource SetInternalValue(val *DynamodbTableImportTableS3BucketSource) 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 ResetBucketOwner() 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 NewDynamodbTableImportTableS3BucketSourceOutputReference ¶
func NewDynamodbTableImportTableS3BucketSourceOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DynamodbTableImportTableS3BucketSourceOutputReference
type DynamodbTableLocalSecondaryIndex ¶
type DynamodbTableLocalSecondaryIndex struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#name DynamodbTable#name}. Name *string `field:"required" json:"name" yaml:"name"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#projection_type DynamodbTable#projection_type}. ProjectionType *string `field:"required" json:"projectionType" yaml:"projectionType"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#range_key DynamodbTable#range_key}. RangeKey *string `field:"required" json:"rangeKey" yaml:"rangeKey"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#non_key_attributes DynamodbTable#non_key_attributes}. NonKeyAttributes *[]*string `field:"optional" json:"nonKeyAttributes" yaml:"nonKeyAttributes"` }
type DynamodbTableLocalSecondaryIndexList ¶
type DynamodbTableLocalSecondaryIndexList 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) DynamodbTableLocalSecondaryIndexOutputReference // 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 NewDynamodbTableLocalSecondaryIndexList ¶
func NewDynamodbTableLocalSecondaryIndexList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DynamodbTableLocalSecondaryIndexList
type DynamodbTableLocalSecondaryIndexOutputReference ¶
type DynamodbTableLocalSecondaryIndexOutputReference 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{}) Name() *string SetName(val *string) NameInput() *string NonKeyAttributes() *[]*string SetNonKeyAttributes(val *[]*string) NonKeyAttributesInput() *[]*string ProjectionType() *string SetProjectionType(val *string) ProjectionTypeInput() *string RangeKey() *string SetRangeKey(val *string) RangeKeyInput() *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 ResetNonKeyAttributes() // 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 NewDynamodbTableLocalSecondaryIndexOutputReference ¶
func NewDynamodbTableLocalSecondaryIndexOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DynamodbTableLocalSecondaryIndexOutputReference
type DynamodbTablePointInTimeRecovery ¶
type DynamodbTablePointInTimeRecovery struct {
// Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#enabled DynamodbTable#enabled}.
Enabled interface{} `field:"required" json:"enabled" yaml:"enabled"`
}
type DynamodbTablePointInTimeRecoveryOutputReference ¶
type DynamodbTablePointInTimeRecoveryOutputReference 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 Enabled() interface{} SetEnabled(val interface{}) EnabledInput() interface{} // Experimental. Fqn() *string InternalValue() *DynamodbTablePointInTimeRecovery SetInternalValue(val *DynamodbTablePointInTimeRecovery) // 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 NewDynamodbTablePointInTimeRecoveryOutputReference ¶
func NewDynamodbTablePointInTimeRecoveryOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DynamodbTablePointInTimeRecoveryOutputReference
type DynamodbTableReplica ¶
type DynamodbTableReplica struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#region_name DynamodbTable#region_name}. RegionName *string `field:"required" json:"regionName" yaml:"regionName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#kms_key_arn DynamodbTable#kms_key_arn}. KmsKeyArn *string `field:"optional" json:"kmsKeyArn" yaml:"kmsKeyArn"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#point_in_time_recovery DynamodbTable#point_in_time_recovery}. PointInTimeRecovery interface{} `field:"optional" json:"pointInTimeRecovery" yaml:"pointInTimeRecovery"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#propagate_tags DynamodbTable#propagate_tags}. PropagateTags interface{} `field:"optional" json:"propagateTags" yaml:"propagateTags"` }
type DynamodbTableReplicaList ¶
type DynamodbTableReplicaList 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) DynamodbTableReplicaOutputReference // 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 NewDynamodbTableReplicaList ¶
func NewDynamodbTableReplicaList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, wrapsSet *bool) DynamodbTableReplicaList
type DynamodbTableReplicaOutputReference ¶
type DynamodbTableReplicaOutputReference interface { cdktf.ComplexObject Arn() *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{}) KmsKeyArn() *string SetKmsKeyArn(val *string) KmsKeyArnInput() *string PointInTimeRecovery() interface{} SetPointInTimeRecovery(val interface{}) PointInTimeRecoveryInput() interface{} PropagateTags() interface{} SetPropagateTags(val interface{}) PropagateTagsInput() interface{} RegionName() *string SetRegionName(val *string) RegionNameInput() *string StreamArn() *string StreamLabel() *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 ResetKmsKeyArn() ResetPointInTimeRecovery() ResetPropagateTags() // 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 NewDynamodbTableReplicaOutputReference ¶
func NewDynamodbTableReplicaOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, complexObjectIndex *float64, complexObjectIsFromSet *bool) DynamodbTableReplicaOutputReference
type DynamodbTableServerSideEncryption ¶
type DynamodbTableServerSideEncryption struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#enabled DynamodbTable#enabled}. Enabled interface{} `field:"required" json:"enabled" yaml:"enabled"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#kms_key_arn DynamodbTable#kms_key_arn}. KmsKeyArn *string `field:"optional" json:"kmsKeyArn" yaml:"kmsKeyArn"` }
type DynamodbTableServerSideEncryptionOutputReference ¶
type DynamodbTableServerSideEncryptionOutputReference 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 Enabled() interface{} SetEnabled(val interface{}) EnabledInput() interface{} // Experimental. Fqn() *string InternalValue() *DynamodbTableServerSideEncryption SetInternalValue(val *DynamodbTableServerSideEncryption) KmsKeyArn() *string SetKmsKeyArn(val *string) KmsKeyArnInput() *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 ResetKmsKeyArn() // 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 NewDynamodbTableServerSideEncryptionOutputReference ¶
func NewDynamodbTableServerSideEncryptionOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DynamodbTableServerSideEncryptionOutputReference
type DynamodbTableTimeouts ¶
type DynamodbTableTimeouts struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#create DynamodbTable#create}. Create *string `field:"optional" json:"create" yaml:"create"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#delete DynamodbTable#delete}. Delete *string `field:"optional" json:"delete" yaml:"delete"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#update DynamodbTable#update}. Update *string `field:"optional" json:"update" yaml:"update"` }
type DynamodbTableTimeoutsOutputReference ¶
type DynamodbTableTimeoutsOutputReference 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) Update() *string SetUpdate(val *string) UpdateInput() *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 ResetCreate() ResetDelete() ResetUpdate() // 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 NewDynamodbTableTimeoutsOutputReference ¶
func NewDynamodbTableTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DynamodbTableTimeoutsOutputReference
type DynamodbTableTtl ¶
type DynamodbTableTtl struct { // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#attribute_name DynamodbTable#attribute_name}. AttributeName *string `field:"optional" json:"attributeName" yaml:"attributeName"` // Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.65.0/docs/resources/dynamodb_table#enabled DynamodbTable#enabled}. Enabled interface{} `field:"optional" json:"enabled" yaml:"enabled"` }
type DynamodbTableTtlOutputReference ¶
type DynamodbTableTtlOutputReference interface { cdktf.ComplexObject AttributeName() *string SetAttributeName(val *string) AttributeNameInput() *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 Enabled() interface{} SetEnabled(val interface{}) EnabledInput() interface{} // Experimental. Fqn() *string InternalValue() *DynamodbTableTtl SetInternalValue(val *DynamodbTableTtl) // 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 ResetAttributeName() ResetEnabled() // 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 NewDynamodbTableTtlOutputReference ¶
func NewDynamodbTableTtlOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) DynamodbTableTtlOutputReference
Source Files ¶
- DynamodbTable.go
- DynamodbTableAttribute.go
- DynamodbTableAttributeList.go
- DynamodbTableAttributeList__checks.go
- DynamodbTableAttributeOutputReference.go
- DynamodbTableAttributeOutputReference__checks.go
- DynamodbTableConfig.go
- DynamodbTableGlobalSecondaryIndex.go
- DynamodbTableGlobalSecondaryIndexList.go
- DynamodbTableGlobalSecondaryIndexList__checks.go
- DynamodbTableGlobalSecondaryIndexOutputReference.go
- DynamodbTableGlobalSecondaryIndexOutputReference__checks.go
- DynamodbTableImportTable.go
- DynamodbTableImportTableInputFormatOptions.go
- DynamodbTableImportTableInputFormatOptionsCsv.go
- DynamodbTableImportTableInputFormatOptionsCsvOutputReference.go
- DynamodbTableImportTableInputFormatOptionsCsvOutputReference__checks.go
- DynamodbTableImportTableInputFormatOptionsOutputReference.go
- DynamodbTableImportTableInputFormatOptionsOutputReference__checks.go
- DynamodbTableImportTableOutputReference.go
- DynamodbTableImportTableOutputReference__checks.go
- DynamodbTableImportTableS3BucketSource.go
- DynamodbTableImportTableS3BucketSourceOutputReference.go
- DynamodbTableImportTableS3BucketSourceOutputReference__checks.go
- DynamodbTableLocalSecondaryIndex.go
- DynamodbTableLocalSecondaryIndexList.go
- DynamodbTableLocalSecondaryIndexList__checks.go
- DynamodbTableLocalSecondaryIndexOutputReference.go
- DynamodbTableLocalSecondaryIndexOutputReference__checks.go
- DynamodbTablePointInTimeRecovery.go
- DynamodbTablePointInTimeRecoveryOutputReference.go
- DynamodbTablePointInTimeRecoveryOutputReference__checks.go
- DynamodbTableReplica.go
- DynamodbTableReplicaList.go
- DynamodbTableReplicaList__checks.go
- DynamodbTableReplicaOutputReference.go
- DynamodbTableReplicaOutputReference__checks.go
- DynamodbTableServerSideEncryption.go
- DynamodbTableServerSideEncryptionOutputReference.go
- DynamodbTableServerSideEncryptionOutputReference__checks.go
- DynamodbTableTimeouts.go
- DynamodbTableTimeoutsOutputReference.go
- DynamodbTableTimeoutsOutputReference__checks.go
- DynamodbTableTtl.go
- DynamodbTableTtlOutputReference.go
- DynamodbTableTtlOutputReference__checks.go
- DynamodbTable__checks.go
- main.go