Versions in this module Expand all Collapse all v15 v15.0.0 Jun 15, 2023 Changes in this version + func KeyspacesTable_IsConstruct(x interface{}) *bool + func KeyspacesTable_IsTerraformElement(x interface{}) *bool + func KeyspacesTable_IsTerraformResource(x interface{}) *bool + func KeyspacesTable_TfResourceType() *string + func NewKeyspacesTableCapacitySpecificationOutputReference_Override(k KeyspacesTableCapacitySpecificationOutputReference, ...) + func NewKeyspacesTableCommentOutputReference_Override(k KeyspacesTableCommentOutputReference, ...) + func NewKeyspacesTableEncryptionSpecificationOutputReference_Override(k KeyspacesTableEncryptionSpecificationOutputReference, ...) + func NewKeyspacesTablePointInTimeRecoveryOutputReference_Override(k KeyspacesTablePointInTimeRecoveryOutputReference, ...) + func NewKeyspacesTableSchemaDefinitionClusteringKeyList_Override(k KeyspacesTableSchemaDefinitionClusteringKeyList, ...) + func NewKeyspacesTableSchemaDefinitionClusteringKeyOutputReference_Override(k KeyspacesTableSchemaDefinitionClusteringKeyOutputReference, ...) + func NewKeyspacesTableSchemaDefinitionColumnList_Override(k KeyspacesTableSchemaDefinitionColumnList, ...) + func NewKeyspacesTableSchemaDefinitionColumnOutputReference_Override(k KeyspacesTableSchemaDefinitionColumnOutputReference, ...) + func NewKeyspacesTableSchemaDefinitionOutputReference_Override(k KeyspacesTableSchemaDefinitionOutputReference, ...) + func NewKeyspacesTableSchemaDefinitionPartitionKeyList_Override(k KeyspacesTableSchemaDefinitionPartitionKeyList, ...) + func NewKeyspacesTableSchemaDefinitionPartitionKeyOutputReference_Override(k KeyspacesTableSchemaDefinitionPartitionKeyOutputReference, ...) + func NewKeyspacesTableSchemaDefinitionStaticColumnList_Override(k KeyspacesTableSchemaDefinitionStaticColumnList, ...) + func NewKeyspacesTableSchemaDefinitionStaticColumnOutputReference_Override(k KeyspacesTableSchemaDefinitionStaticColumnOutputReference, ...) + func NewKeyspacesTableTimeoutsOutputReference_Override(k KeyspacesTableTimeoutsOutputReference, ...) + func NewKeyspacesTableTtlOutputReference_Override(k KeyspacesTableTtlOutputReference, ...) + func NewKeyspacesTable_Override(k KeyspacesTable, scope constructs.Construct, id *string, ...) + type KeyspacesTable interface + AddOverride func(path *string, value interface{}) + Arn func() *string + CapacitySpecification func() KeyspacesTableCapacitySpecificationOutputReference + CapacitySpecificationInput func() *KeyspacesTableCapacitySpecification + CdktfStack func() cdktf.TerraformStack + Comment func() KeyspacesTableCommentOutputReference + CommentInput func() *KeyspacesTableComment + Connection func() interface{} + ConstructNodeMetadata func() *map[string]interface{} + Count func() interface{} + DefaultTimeToLive func() *float64 + DefaultTimeToLiveInput func() *float64 + DependsOn func() *[]*string + EncryptionSpecification func() KeyspacesTableEncryptionSpecificationOutputReference + EncryptionSpecificationInput func() *KeyspacesTableEncryptionSpecification + ForEach func() cdktf.ITerraformIterator + Fqn func() *string + FriendlyUniqueId func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + Id func() *string + IdInput func() *string + InterpolationForAttribute func(terraformAttribute *string) cdktf.IResolvable + KeyspaceName func() *string + KeyspaceNameInput func() *string + Lifecycle func() *cdktf.TerraformResourceLifecycle + Node func() constructs.Node + OverrideLogicalId func(newLogicalId *string) + PointInTimeRecovery func() KeyspacesTablePointInTimeRecoveryOutputReference + PointInTimeRecoveryInput func() *KeyspacesTablePointInTimeRecovery + Provider func() cdktf.TerraformProvider + Provisioners func() *[]interface{} + PutCapacitySpecification func(value *KeyspacesTableCapacitySpecification) + PutComment func(value *KeyspacesTableComment) + PutEncryptionSpecification func(value *KeyspacesTableEncryptionSpecification) + PutPointInTimeRecovery func(value *KeyspacesTablePointInTimeRecovery) + PutSchemaDefinition func(value *KeyspacesTableSchemaDefinition) + PutTimeouts func(value *KeyspacesTableTimeouts) + PutTtl func(value *KeyspacesTableTtl) + RawOverrides func() interface{} + ResetCapacitySpecification func() + ResetComment func() + ResetDefaultTimeToLive func() + ResetEncryptionSpecification func() + ResetId func() + ResetOverrideLogicalId func() + ResetPointInTimeRecovery func() + ResetTags func() + ResetTagsAll func() + ResetTimeouts func() + ResetTtl func() + SchemaDefinition func() KeyspacesTableSchemaDefinitionOutputReference + SchemaDefinitionInput func() *KeyspacesTableSchemaDefinition + SetConnection func(val interface{}) + SetCount func(val interface{}) + SetDefaultTimeToLive func(val *float64) + SetDependsOn func(val *[]*string) + SetForEach func(val cdktf.ITerraformIterator) + SetId func(val *string) + SetKeyspaceName func(val *string) + SetLifecycle func(val *cdktf.TerraformResourceLifecycle) + SetProvider func(val cdktf.TerraformProvider) + SetProvisioners func(val *[]interface{}) + SetTableName func(val *string) + SetTags func(val *map[string]*string) + SetTagsAll func(val *map[string]*string) + SynthesizeAttributes func() *map[string]interface{} + TableName func() *string + TableNameInput func() *string + Tags func() *map[string]*string + TagsAll func() *map[string]*string + TagsAllInput func() *map[string]*string + TagsInput func() *map[string]*string + TerraformGeneratorMetadata func() *cdktf.TerraformProviderGeneratorMetadata + TerraformMetaArguments func() *map[string]interface{} + TerraformResourceType func() *string + Timeouts func() KeyspacesTableTimeoutsOutputReference + TimeoutsInput func() interface{} + ToMetadata func() interface{} + ToString func() *string + ToTerraform func() interface{} + Ttl func() KeyspacesTableTtlOutputReference + TtlInput func() *KeyspacesTableTtl + func NewKeyspacesTable(scope constructs.Construct, id *string, config *KeyspacesTableConfig) KeyspacesTable + type KeyspacesTableCapacitySpecification struct + ReadCapacityUnits *float64 + ThroughputMode *string + WriteCapacityUnits *float64 + type KeyspacesTableCapacitySpecificationOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() *KeyspacesTableCapacitySpecification + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + ReadCapacityUnits func() *float64 + ReadCapacityUnitsInput func() *float64 + ResetReadCapacityUnits func() + ResetThroughputMode func() + ResetWriteCapacityUnits func() + Resolve func(_context cdktf.IResolveContext) interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetInternalValue func(val *KeyspacesTableCapacitySpecification) + SetReadCapacityUnits func(val *float64) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + SetThroughputMode func(val *string) + SetWriteCapacityUnits func(val *float64) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ThroughputMode func() *string + ThroughputModeInput func() *string + ToString func() *string + WriteCapacityUnits func() *float64 + WriteCapacityUnitsInput func() *float64 + func NewKeyspacesTableCapacitySpecificationOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) KeyspacesTableCapacitySpecificationOutputReference + type KeyspacesTableComment struct + Message *string + type KeyspacesTableCommentOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() *KeyspacesTableComment + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + Message func() *string + MessageInput func() *string + ResetMessage func() + Resolve func(_context cdktf.IResolveContext) interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetInternalValue func(val *KeyspacesTableComment) + SetMessage func(val *string) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + func NewKeyspacesTableCommentOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) KeyspacesTableCommentOutputReference + type KeyspacesTableConfig struct + CapacitySpecification *KeyspacesTableCapacitySpecification + Comment *KeyspacesTableComment + Connection interface{} + Count interface{} + DefaultTimeToLive *float64 + DependsOn *[]cdktf.ITerraformDependable + EncryptionSpecification *KeyspacesTableEncryptionSpecification + ForEach cdktf.ITerraformIterator + Id *string + KeyspaceName *string + Lifecycle *cdktf.TerraformResourceLifecycle + PointInTimeRecovery *KeyspacesTablePointInTimeRecovery + Provider cdktf.TerraformProvider + Provisioners *[]interface{} + SchemaDefinition *KeyspacesTableSchemaDefinition + TableName *string + Tags *map[string]*string + TagsAll *map[string]*string + Timeouts *KeyspacesTableTimeouts + Ttl *KeyspacesTableTtl + type KeyspacesTableEncryptionSpecification struct + KmsKeyIdentifier *string + Type *string + type KeyspacesTableEncryptionSpecificationOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() *KeyspacesTableEncryptionSpecification + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + KmsKeyIdentifier func() *string + KmsKeyIdentifierInput func() *string + ResetKmsKeyIdentifier func() + ResetType func() + Resolve func(_context cdktf.IResolveContext) interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetInternalValue func(val *KeyspacesTableEncryptionSpecification) + SetKmsKeyIdentifier func(val *string) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + SetType func(val *string) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + Type func() *string + TypeInput func() *string + func NewKeyspacesTableEncryptionSpecificationOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) KeyspacesTableEncryptionSpecificationOutputReference + type KeyspacesTablePointInTimeRecovery struct + Status *string + type KeyspacesTablePointInTimeRecoveryOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() *KeyspacesTablePointInTimeRecovery + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + ResetStatus func() + Resolve func(_context cdktf.IResolveContext) interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetInternalValue func(val *KeyspacesTablePointInTimeRecovery) + SetStatus func(val *string) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + Status func() *string + StatusInput func() *string + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + func NewKeyspacesTablePointInTimeRecoveryOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) KeyspacesTablePointInTimeRecoveryOutputReference + type KeyspacesTableSchemaDefinition struct + ClusteringKey interface{} + Column interface{} + PartitionKey interface{} + StaticColumn interface{} + type KeyspacesTableSchemaDefinitionClusteringKey struct + Name *string + OrderBy *string + type KeyspacesTableSchemaDefinitionClusteringKeyList interface + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + Get func(index *float64) KeyspacesTableSchemaDefinitionClusteringKeyOutputReference + InternalValue func() interface{} + Resolve func(_context cdktf.IResolveContext) interface{} + SetInternalValue func(val interface{}) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + SetWrapsSet func(val *bool) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + WrapsSet func() *bool + func NewKeyspacesTableSchemaDefinitionClusteringKeyList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) KeyspacesTableSchemaDefinitionClusteringKeyList + type KeyspacesTableSchemaDefinitionClusteringKeyOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() interface{} + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + Name func() *string + NameInput func() *string + OrderBy func() *string + OrderByInput func() *string + Resolve func(_context cdktf.IResolveContext) interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetInternalValue func(val interface{}) + SetName func(val *string) + SetOrderBy func(val *string) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + func NewKeyspacesTableSchemaDefinitionClusteringKeyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) KeyspacesTableSchemaDefinitionClusteringKeyOutputReference + type KeyspacesTableSchemaDefinitionColumn struct + Name *string + Type *string + type KeyspacesTableSchemaDefinitionColumnList interface + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + Get func(index *float64) KeyspacesTableSchemaDefinitionColumnOutputReference + InternalValue func() interface{} + Resolve func(_context cdktf.IResolveContext) interface{} + SetInternalValue func(val interface{}) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + SetWrapsSet func(val *bool) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + WrapsSet func() *bool + func NewKeyspacesTableSchemaDefinitionColumnList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) KeyspacesTableSchemaDefinitionColumnList + type KeyspacesTableSchemaDefinitionColumnOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() interface{} + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + Name func() *string + NameInput func() *string + Resolve func(_context cdktf.IResolveContext) interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetInternalValue func(val interface{}) + SetName func(val *string) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + SetType func(val *string) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + Type func() *string + TypeInput func() *string + func NewKeyspacesTableSchemaDefinitionColumnOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) KeyspacesTableSchemaDefinitionColumnOutputReference + type KeyspacesTableSchemaDefinitionOutputReference interface + ClusteringKey func() KeyspacesTableSchemaDefinitionClusteringKeyList + ClusteringKeyInput func() interface{} + Column func() KeyspacesTableSchemaDefinitionColumnList + ColumnInput func() interface{} + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() *KeyspacesTableSchemaDefinition + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + PartitionKey func() KeyspacesTableSchemaDefinitionPartitionKeyList + PartitionKeyInput func() interface{} + PutClusteringKey func(value interface{}) + PutColumn func(value interface{}) + PutPartitionKey func(value interface{}) + PutStaticColumn func(value interface{}) + ResetClusteringKey func() + ResetStaticColumn func() + Resolve func(_context cdktf.IResolveContext) interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetInternalValue func(val *KeyspacesTableSchemaDefinition) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + StaticColumn func() KeyspacesTableSchemaDefinitionStaticColumnList + StaticColumnInput func() interface{} + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + func NewKeyspacesTableSchemaDefinitionOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) KeyspacesTableSchemaDefinitionOutputReference + type KeyspacesTableSchemaDefinitionPartitionKey struct + Name *string + type KeyspacesTableSchemaDefinitionPartitionKeyList interface + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + Get func(index *float64) KeyspacesTableSchemaDefinitionPartitionKeyOutputReference + InternalValue func() interface{} + Resolve func(_context cdktf.IResolveContext) interface{} + SetInternalValue func(val interface{}) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + SetWrapsSet func(val *bool) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + WrapsSet func() *bool + func NewKeyspacesTableSchemaDefinitionPartitionKeyList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) KeyspacesTableSchemaDefinitionPartitionKeyList + type KeyspacesTableSchemaDefinitionPartitionKeyOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() interface{} + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + Name func() *string + NameInput func() *string + Resolve func(_context cdktf.IResolveContext) interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetInternalValue func(val interface{}) + SetName func(val *string) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + func NewKeyspacesTableSchemaDefinitionPartitionKeyOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) KeyspacesTableSchemaDefinitionPartitionKeyOutputReference + type KeyspacesTableSchemaDefinitionStaticColumn struct + Name *string + type KeyspacesTableSchemaDefinitionStaticColumnList interface + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + Get func(index *float64) KeyspacesTableSchemaDefinitionStaticColumnOutputReference + InternalValue func() interface{} + Resolve func(_context cdktf.IResolveContext) interface{} + SetInternalValue func(val interface{}) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + SetWrapsSet func(val *bool) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + WrapsSet func() *bool + func NewKeyspacesTableSchemaDefinitionStaticColumnList(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) KeyspacesTableSchemaDefinitionStaticColumnList + type KeyspacesTableSchemaDefinitionStaticColumnOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() interface{} + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + Name func() *string + NameInput func() *string + Resolve func(_context cdktf.IResolveContext) interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetInternalValue func(val interface{}) + SetName func(val *string) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + func NewKeyspacesTableSchemaDefinitionStaticColumnOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string, ...) KeyspacesTableSchemaDefinitionStaticColumnOutputReference + type KeyspacesTableTimeouts struct + Create *string + Delete *string + Update *string + type KeyspacesTableTimeoutsOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + Create func() *string + CreateInput func() *string + CreationStack func() *[]*string + Delete func() *string + DeleteInput func() *string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() interface{} + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + ResetCreate func() + ResetDelete func() + ResetUpdate func() + Resolve func(_context cdktf.IResolveContext) interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetCreate func(val *string) + SetDelete func(val *string) + SetInternalValue func(val interface{}) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + SetUpdate func(val *string) + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + Update func() *string + UpdateInput func() *string + func NewKeyspacesTableTimeoutsOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) KeyspacesTableTimeoutsOutputReference + type KeyspacesTableTtl struct + Status *string + type KeyspacesTableTtlOutputReference interface + ComplexObjectIndex func() interface{} + ComplexObjectIsFromSet func() *bool + ComputeFqn func() *string + CreationStack func() *[]*string + Fqn func() *string + GetAnyMapAttribute func(terraformAttribute *string) *map[string]interface{} + GetBooleanAttribute func(terraformAttribute *string) cdktf.IResolvable + GetBooleanMapAttribute func(terraformAttribute *string) *map[string]*bool + GetListAttribute func(terraformAttribute *string) *[]*string + GetNumberAttribute func(terraformAttribute *string) *float64 + GetNumberListAttribute func(terraformAttribute *string) *[]*float64 + GetNumberMapAttribute func(terraformAttribute *string) *map[string]*float64 + GetStringAttribute func(terraformAttribute *string) *string + GetStringMapAttribute func(terraformAttribute *string) *map[string]*string + InternalValue func() *KeyspacesTableTtl + InterpolationAsList func() cdktf.IResolvable + InterpolationForAttribute func(property *string) cdktf.IResolvable + Resolve func(_context cdktf.IResolveContext) interface{} + SetComplexObjectIndex func(val interface{}) + SetComplexObjectIsFromSet func(val *bool) + SetInternalValue func(val *KeyspacesTableTtl) + SetStatus func(val *string) + SetTerraformAttribute func(val *string) + SetTerraformResource func(val cdktf.IInterpolatingParent) + Status func() *string + StatusInput func() *string + TerraformAttribute func() *string + TerraformResource func() cdktf.IInterpolatingParent + ToString func() *string + func NewKeyspacesTableTtlOutputReference(terraformResource cdktf.IInterpolatingParent, terraformAttribute *string) KeyspacesTableTtlOutputReference Other modules containing this package github.com/cdktf/cdktf-provider-aws-go/aws/v10 github.com/cdktf/cdktf-provider-aws-go/aws/v11 github.com/cdktf/cdktf-provider-aws-go/aws/v12 github.com/cdktf/cdktf-provider-aws-go/aws/v13 github.com/cdktf/cdktf-provider-aws-go/aws/v14 github.com/cdktf/cdktf-provider-aws-go/aws/v16 github.com/cdktf/cdktf-provider-aws-go/aws/v17 github.com/cdktf/cdktf-provider-aws-go/aws/v18 github.com/cdktf/cdktf-provider-aws-go/aws/v19