Uses of Interface
software.amazon.awscdk.interfaces.dynamodb.ITableRef
Packages that use ITableRef
Package
Description
Amazon DynamoDB Construct Library
AWS Step Functions Construct Library
-
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.dynamodb
Classes in software.amazon.awscdk.services.dynamodb that implement ITableRefModifier and TypeClassDescriptionclassTheAWS::DynamoDB::Tableresource creates a DynamoDB table.classProvides a DynamoDB table.classMethods 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()