Uses of Interface
software.amazon.awscdk.interfaces.dynamodb.ITableRef
Packages that use ITableRef
Package
Description
AWS Backup Construct Library
Amazon DynamoDB Construct Library
AWS Step Functions Construct Library
Tasks for AWS Step Functions
-
Uses of ITableRef in software.amazon.awscdk.interfaces.dynamodb
Subinterfaces of ITableRef in software.amazon.awscdk.interfaces.dynamodbModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forITableRef.Classes in software.amazon.awscdk.interfaces.dynamodb that implement ITableRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of ITableRef in software.amazon.awscdk.services.backup
Methods in software.amazon.awscdk.services.backup with parameters of type ITableRefModifier and TypeMethodDescriptionstatic BackupResourceBackupResource.fromDynamoDbTable(ITableRef table) A DynamoDB table. -
Uses of ITableRef in software.amazon.awscdk.services.dynamodb
Subinterfaces of ITableRef in software.amazon.awscdk.services.dynamodbModifier and TypeInterfaceDescriptioninterfaceAn interface that represents a DynamoDB Table - either created with the CDK, or an existing one.static interfaceInternal default implementation forITable.interfaceRepresents an instance of a DynamoDB table.static interfaceInternal default implementation forITableV2.Classes in software.amazon.awscdk.services.dynamodb that implement ITableRefModifier and TypeClassDescriptionclassTheAWS::DynamoDB::Tableresource creates a DynamoDB table.static final classA proxy class which represents a concrete javascript instance of this type.static final classA proxy class which represents a concrete javascript instance of this type.classProvides a DynamoDB table.classclassBase class for a DynamoDB table.classA DynamoDB Table.Methods in software.amazon.awscdk.services.dynamodb that return ITableRefModifier and TypeMethodDescriptionstatic ITableRefCfnTable.fromTableArn(software.constructs.Construct scope, String id, String arn) Creates a new ITableRef from an ARN.static ITableRefCfnTable.fromTableName(software.constructs.Construct scope, String id, String tableName) Creates a new ITableRef from a tableName.StreamGrantsProps.getTable()The table this stream is for.final ITableRefStreamGrantsProps.Jsii$Proxy.getTable()TableGrantsProps.getTable()The table to grant permissions on.final ITableRefTableGrantsProps.Jsii$Proxy.getTable()Methods in software.amazon.awscdk.services.dynamodb with parameters of type ITableRefModifier and TypeMethodDescriptionstatic StringCfnTable.arnForTable(ITableRef resource) The table this stream is for.Sets the value ofStreamGrantsProps.getTable()The table to grant permissions on.Sets the value ofTableGrantsProps.getTable() -
Uses of ITableRef in software.amazon.awscdk.services.stepfunctions
Methods in software.amazon.awscdk.services.stepfunctions with parameters of type ITableRefModifier and TypeMethodDescriptionCfnStateMachine.Builder.definitionString(ITableRef definitionString) The Amazon States Language definition of the state machine.CfnStateMachineProps.Builder.definitionString(ITableRef definitionString) Sets the value ofCfnStateMachineProps.getDefinitionString() -
Uses of ITableRef in software.amazon.awscdk.services.stepfunctions.tasks
Methods in software.amazon.awscdk.services.stepfunctions.tasks that return ITableRefModifier and TypeMethodDescriptionDynamoDeleteItemJsonataProps.getTable()The name of the table containing the requested item.final ITableRefDynamoDeleteItemJsonataProps.Jsii$Proxy.getTable()DynamoDeleteItemJsonPathProps.getTable()The name of the table containing the requested item.final ITableRefDynamoDeleteItemJsonPathProps.Jsii$Proxy.getTable()DynamoDeleteItemProps.getTable()The name of the table containing the requested item.final ITableRefDynamoDeleteItemProps.Jsii$Proxy.getTable()DynamoGetItemJsonataProps.getTable()The name of the table containing the requested item.final ITableRefDynamoGetItemJsonataProps.Jsii$Proxy.getTable()DynamoGetItemJsonPathProps.getTable()The name of the table containing the requested item.final ITableRefDynamoGetItemJsonPathProps.Jsii$Proxy.getTable()DynamoGetItemProps.getTable()The name of the table containing the requested item.final ITableRefDynamoGetItemProps.Jsii$Proxy.getTable()DynamoPutItemJsonataProps.getTable()The name of the table where the item should be written .final ITableRefDynamoPutItemJsonataProps.Jsii$Proxy.getTable()DynamoPutItemJsonPathProps.getTable()The name of the table where the item should be written .final ITableRefDynamoPutItemJsonPathProps.Jsii$Proxy.getTable()DynamoPutItemProps.getTable()The name of the table where the item should be written .final ITableRefDynamoPutItemProps.Jsii$Proxy.getTable()DynamoUpdateItemJsonataProps.getTable()The name of the table containing the requested item.final ITableRefDynamoUpdateItemJsonataProps.Jsii$Proxy.getTable()DynamoUpdateItemJsonPathProps.getTable()The name of the table containing the requested item.final ITableRefDynamoUpdateItemJsonPathProps.Jsii$Proxy.getTable()DynamoUpdateItemProps.getTable()The name of the table containing the requested item.final ITableRefDynamoUpdateItemProps.Jsii$Proxy.getTable()Methods in software.amazon.awscdk.services.stepfunctions.tasks with parameters of type ITableRefModifier and TypeMethodDescriptionThe name of the table containing the requested item.Sets the value ofDynamoDeleteItemJsonataProps.getTable()Sets the value ofDynamoDeleteItemJsonPathProps.getTable()Sets the value ofDynamoDeleteItemProps.getTable()The name of the table containing the requested item.Sets the value ofDynamoGetItemJsonataProps.getTable()Sets the value ofDynamoGetItemJsonPathProps.getTable()Sets the value ofDynamoGetItemProps.getTable()The name of the table where the item should be written .Sets the value ofDynamoPutItemJsonataProps.getTable()Sets the value ofDynamoPutItemJsonPathProps.getTable()Sets the value ofDynamoPutItemProps.getTable()The name of the table containing the requested item.Sets the value ofDynamoUpdateItemJsonataProps.getTable()Sets the value ofDynamoUpdateItemJsonPathProps.getTable()Sets the value ofDynamoUpdateItemProps.getTable()