You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See #139, it is currently missing support for this feature.
Other Details
(1) Deploy the following Test-Template:
---
AWSTemplateFormatVersion: '2010-09-09'Description: CFN - create a new DynamoDB and CFN ConsoleParameters:
DBTableName:
Type: StringDefault: CfnTestPricesDescription: Should be the table name to testPrimaryRegion:
Type: StringDefault: us-east-1Description: Region Primary Table is locatedResources:
CfnTestPrices:
Type: AWS::DynamoDB::GlobalTableDeletionPolicy: RetainProperties:
TableName: !Ref DBTableNameBillingMode: "PROVISIONED"AttributeDefinitions:
- AttributeName: priceIdAttributeType: S
- AttributeName: dateAttributeType: SKeySchema:
- AttributeName: priceIdKeyType: HASH
- AttributeName: dateKeyType: RANGEStreamSpecification:
StreamViewType: "KEYS_ONLY"WriteProvisionedThroughputSettings:
WriteCapacityAutoScalingSettings:
MaxCapacity: 20MinCapacity: 10TargetTrackingScalingPolicyConfiguration:
TargetValue: 70.0ScaleInCooldown: 61ScaleOutCooldown: 61DisableScaleIn: falseReplicas:
-
Region: !Ref PrimaryRegionDeletionProtectionEnabled: trueReadProvisionedThroughputSettings:
ReadCapacityAutoScalingSettings:
MaxCapacity: 20MinCapacity: 10TargetTrackingScalingPolicyConfiguration:
ScaleInCooldown: 50ScaleOutCooldown: 50TargetValue: 70.0DisableScaleIn: false
(2) Go to "Resources" tab in AWS Console of CloudFormation:
You are not able to click on the "Physical ID" (which should link the service in the AWS Console).
If you deploy a AWS::DynamoDB::Table, it's working. The Physical ID Link of a AWS::DynamoDB::Table resource is available/working.
The text was updated successfully, but these errors were encountered:
Name of the resource
AWS::DynamoDB::GlobalTable
Resource name
No response
Description
See #139, it is currently missing support for this feature.
Other Details
(1) Deploy the following Test-Template:
(2) Go to "Resources" tab in AWS Console of CloudFormation:
You are not able to click on the "Physical ID" (which should link the service in the AWS Console).
If you deploy a AWS::DynamoDB::Table, it's working. The Physical ID Link of a AWS::DynamoDB::Table resource is available/working.
The text was updated successfully, but these errors were encountered: