Packages

case class AWS::DynamoDB::Table(name: String, AttributeDefinitions: Seq[AttributeDefinition], BillingMode: Option[BillingMode] = None, GlobalSecondaryIndexes: Seq[GlobalSecondaryIndex], KeySchema: Seq[KeySchema], LocalSecondaryIndexes: Seq[LocalSecondaryIndex], ProvisionedThroughput: Option[ProvisionedThroughput] = None, StreamSpecification: Option[StreamSpecification] = None, TableName: Option[Token[String]], TimeToLiveSpecification: Option[TimeToLiveSpecification] = None, PointInTimeRecoverySpecification: Option[PointInTimeRecoverySpecification] = None, Tags: Option[Seq[AmazonTag]] = None, SSESpecification: Option[SSESpecification] = None, Condition: Option[ConditionRef] = None, DeletionPolicy: Option[DeletionPolicy] = None, DependsOn: Option[Seq[String]] = None) extends Resource[AWS::DynamoDB::Table] with HasArn with Product with Serializable

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-dynamodb-table.html Created by Tyler Southwick on 11/24/15.

Linear Supertypes
Serializable, Serializable, Product, Equals, HasArn, Resource[AWS::DynamoDB::Table], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AWS::DynamoDB::Table
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. HasArn
  7. Resource
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AWS::DynamoDB::Table(name: String, AttributeDefinitions: Seq[AttributeDefinition], BillingMode: Option[BillingMode] = None, GlobalSecondaryIndexes: Seq[GlobalSecondaryIndex], KeySchema: Seq[KeySchema], LocalSecondaryIndexes: Seq[LocalSecondaryIndex], ProvisionedThroughput: Option[ProvisionedThroughput] = None, StreamSpecification: Option[StreamSpecification] = None, TableName: Option[Token[String]], TimeToLiveSpecification: Option[TimeToLiveSpecification] = None, PointInTimeRecoverySpecification: Option[PointInTimeRecoverySpecification] = None, Tags: Option[Seq[AmazonTag]] = None, SSESpecification: Option[SSESpecification] = None, Condition: Option[ConditionRef] = None, DeletionPolicy: Option[DeletionPolicy] = None, DependsOn: Option[Seq[String]] = None)

Type Members

  1. type RR = Resource[AWS::DynamoDB::Table]
    Definition Classes
    Resource

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val AttributeDefinitions: Seq[AttributeDefinition]
  5. val BillingMode: Option[BillingMode]
  6. val Condition: Option[ConditionRef]
    Definition Classes
    AWS::DynamoDB::TableResource
  7. val DeletionPolicy: Option[DeletionPolicy]
    Definition Classes
    AWS::DynamoDB::TableResource
  8. val DependsOn: Option[Seq[String]]
    Definition Classes
    AWS::DynamoDB::TableResource
  9. val GlobalSecondaryIndexes: Seq[GlobalSecondaryIndex]
  10. val KeySchema: Seq[KeySchema]
  11. val LocalSecondaryIndexes: Seq[LocalSecondaryIndex]
  12. val PointInTimeRecoverySpecification: Option[PointInTimeRecoverySpecification]
  13. val ProvisionedThroughput: Option[ProvisionedThroughput]
  14. val ResourceType: String
    Definition Classes
    Resource
  15. val SSESpecification: Option[SSESpecification]
  16. val StreamSpecification: Option[StreamSpecification]
  17. val TableName: Option[Token[String]]
  18. val Tags: Option[Seq[AmazonTag]]
  19. val TimeToLiveSpecification: Option[TimeToLiveSpecification]
  20. def arn: Token[String]
    Definition Classes
    AWS::DynamoDB::TableHasArn
  21. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  22. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  25. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def globalSecondaryIndexArns: Seq[Token[String]]
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def localSecondaryIndexArns: Seq[Token[String]]
  29. val name: String
    Definition Classes
    AWS::DynamoDB::TableHasArnResource
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. def streamArn: Token[String]
  34. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  35. def tableName: Token[String]
  36. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  39. def when(newCondition: Option[ConditionRef] = Condition): AWS::DynamoDB::Table
    Definition Classes
    AWS::DynamoDB::TableResource

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from HasArn

Inherited from Resource[AWS::DynamoDB::Table]

Inherited from AnyRef

Inherited from Any

Ungrouped