com.monsanto.arch.cloudformation.model.resource
AWS::DynamoDB::Table
Companion object AWS::DynamoDB::Table
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.
- Alphabetic
- By Inheritance
- AWS::DynamoDB::Table
- Serializable
- Serializable
- Product
- Equals
- HasArn
- Resource
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- 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
-
type
RR = Resource[AWS::DynamoDB::Table]
- Definition Classes
- Resource
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val AttributeDefinitions: Seq[AttributeDefinition]
- val BillingMode: Option[BillingMode]
-
val
Condition: Option[ConditionRef]
- Definition Classes
- AWS::DynamoDB::Table → Resource
-
val
DeletionPolicy: Option[DeletionPolicy]
- Definition Classes
- AWS::DynamoDB::Table → Resource
-
val
DependsOn: Option[Seq[String]]
- Definition Classes
- AWS::DynamoDB::Table → Resource
- val GlobalSecondaryIndexes: Seq[GlobalSecondaryIndex]
- val KeySchema: Seq[KeySchema]
- val LocalSecondaryIndexes: Seq[LocalSecondaryIndex]
- val PointInTimeRecoverySpecification: Option[PointInTimeRecoverySpecification]
- val ProvisionedThroughput: Option[ProvisionedThroughput]
-
val
ResourceType: String
- Definition Classes
- Resource
- val SSESpecification: Option[SSESpecification]
- val StreamSpecification: Option[StreamSpecification]
- val TableName: Option[Token[String]]
- val Tags: Option[Seq[AmazonTag]]
- val TimeToLiveSpecification: Option[TimeToLiveSpecification]
-
def
arn: Token[String]
- Definition Classes
- AWS::DynamoDB::Table → HasArn
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def globalSecondaryIndexArns: Seq[Token[String]]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def localSecondaryIndexArns: Seq[Token[String]]
-
val
name: String
- Definition Classes
- AWS::DynamoDB::Table → HasArn → Resource
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def streamArn: Token[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def tableName: Token[String]
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
when(newCondition: Option[ConditionRef] = Condition): AWS::DynamoDB::Table
- Definition Classes
- AWS::DynamoDB::Table → Resource