/dhall-aws-cloudformation/gh-pages/cloudformation/AWS::DynamoDB::GlobalTable/Properties.dhall.html

Copy path to clipboard

Source

<!DOCTYPE HTML><html><head><title>/cloudformation/AWS::DynamoDB::GlobalTable/Properties.dhall</title><link rel="stylesheet" type="text/css" href="../../index.css"><link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500;600;700&amp;family=Lato:ital,wght@0,400;0,700;1,400&amp;display=swap"><script type="text/javascript" src="../../index.js"></script><meta charset="UTF-8"></head><body><div class="nav-bar"><img class="dhall-icon" src="../../dhall-icon.svg"><p class="package-title">dhall-aws-cloudformation</p><div class="nav-bar-content-divider"></div><a id="switch-light-dark-mode" class="nav-option">Switch Light/Dark Mode</a></div><div class="main-container"><h2 class="doc-title"><span class="crumb-divider">/</span><a href="../../index.html">dhall-aws-cloudformation</a><span class="crumb-divider">/</span><a class="title-crumb" href="../index.html">cloudformation</a><span class="crumb-divider">/</span><a class="title-crumb" href="index.html">AWS::DynamoDB::GlobalTable</a><span class="crumb-divider">/</span><span class="title-crumb" href="index.html">Properties.dhall</span></h2><a class="copy-to-clipboard" data-path="https://raw.githubusercontent.com/jcouyang/dhall-aws-cloudformation/0.9.81/cloudformation/AWS::DynamoDB::GlobalTable/Properties.dhall"><i><small>Copy path to clipboard</small></i></a><br><div class="doc-contents"></div><h3>Source</h3><div class="source-code"><pre>{ Type =<br> { AttributeDefinitions : List (<a href="./AttributeDefinition.dhall.html">./AttributeDefinition.dhall</a>).Type<br> , BillingMode : Optional (<a href="./../../Fn.dhall.html">./../../Fn.dhall</a>).CfnText<br> , GlobalSecondaryIndexes :<br> Optional (List (<a href="./GlobalSecondaryIndex.dhall.html">./GlobalSecondaryIndex.dhall</a>).Type)<br> , KeySchema : List (<a href="./KeySchema.dhall.html">./KeySchema.dhall</a>).Type<br> , LocalSecondaryIndexes : Optional (List (<a href="./LocalSecondaryIndex.dhall.html">./LocalSecondaryIndex.dhall</a>).Type)<br> , Replicas : List (<a href="./ReplicaSpecification.dhall.html">./ReplicaSpecification.dhall</a>).Type<br> , SSESpecification : Optional (<a href="./SSESpecification.dhall.html">./SSESpecification.dhall</a>).Type<br> , StreamSpecification : Optional (<a href="./StreamSpecification.dhall.html">./StreamSpecification.dhall</a>).Type<br> , TableName : Optional (<a href="./../../Fn.dhall.html">./../../Fn.dhall</a>).CfnText<br> , TimeToLiveSpecification : Optional (<a href="./TimeToLiveSpecification.dhall.html">./TimeToLiveSpecification.dhall</a>).Type<br> , WriteProvisionedThroughputSettings :<br> Optional (<a href="./WriteProvisionedThroughputSettings.dhall.html">./WriteProvisionedThroughputSettings.dhall</a>).Type<br> }<br>, default =<br> { BillingMode = None (<a href="./../../Fn.dhall.html">./../../Fn.dhall</a>).CfnText<br> , GlobalSecondaryIndexes = None (List (<a href="./GlobalSecondaryIndex.dhall.html">./GlobalSecondaryIndex.dhall</a>).Type)<br> , LocalSecondaryIndexes = None (List (<a href="./LocalSecondaryIndex.dhall.html">./LocalSecondaryIndex.dhall</a>).Type)<br> , SSESpecification = None (<a href="./SSESpecification.dhall.html">./SSESpecification.dhall</a>).Type<br> , StreamSpecification = None (<a href="./StreamSpecification.dhall.html">./StreamSpecification.dhall</a>).Type<br> , TableName = None (<a href="./../../Fn.dhall.html">./../../Fn.dhall</a>).CfnText<br> , TimeToLiveSpecification = None (<a href="./TimeToLiveSpecification.dhall.html">./TimeToLiveSpecification.dhall</a>).Type<br> , WriteProvisionedThroughputSettings =<br> None (<a href="./WriteProvisionedThroughputSettings.dhall.html">./WriteProvisionedThroughputSettings.dhall</a>).Type<br> }<br>}<br></pre></div></div></body></html>