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
In the latest CloudFormation AWS resource type schema, there are a few AWS resources that are missing property definitions. This is happening when the CFN resource schemas are retrieved using the AWS SDK by calling DescribeType
Expected Behavior
The resource schemas should define all properties of resources and not have any undefined references.
Observed Behavior
AWS::QuickSight::Analysis and AWS::QuickSight::Dashboard do not have definitions for VisualInteractionOptions AWS::QuickSight::Template does not have a definition for GeospatialCircleSymbolStyle AWS::SageMaker::Cluster does not have a definition for CustomMetadata AWS::EC2::LaunchTemplate does not have a definition for NetworkPerformanceOptions
Test Cases
n/a
Other Details
An issue was opened in the AWS SDK repo initially but the response was that the issue is most likely with the CFN API, not the AWS SDK. I have linked the issue here: aws/aws-sdk-go-v2#2913
If there is a better place to raise visibility for this issue, please let me know.
The text was updated successfully, but these errors were encountered:
I am so thankful you added this issue, I just encountered this as well when trying to export and import some dashboard JSONs. I was going crazy trying to figure out why some of the property definitions seemed to be missing. +1 on this being a high priority issue, it makes managing QuickSight dashboards as code essentially impossible unless you are lucky enough to not use any of the missing element types in a dashboard.
Name of the resource
Other
Resource Name
AWS::QuickSight::Analysis, AWS::QuickSight::Dashboard, AWS::QuickSight::Template, AWS::SageMaker::Cluster, AWS::EC2::LaunchTemplate
Issue Description
In the latest CloudFormation AWS resource type schema, there are a few AWS resources that are missing property definitions. This is happening when the CFN resource schemas are retrieved using the AWS SDK by calling
DescribeType
Expected Behavior
The resource schemas should define all properties of resources and not have any undefined references.
Observed Behavior
AWS::QuickSight::Analysis
andAWS::QuickSight::Dashboard
do not have definitions forVisualInteractionOptions
AWS::QuickSight::Template
does not have a definition forGeospatialCircleSymbolStyle
AWS::SageMaker::Cluster
does not have a definition forCustomMetadata
AWS::EC2::LaunchTemplate
does not have a definition forNetworkPerformanceOptions
Test Cases
n/a
Other Details
An issue was opened in the AWS SDK repo initially but the response was that the issue is most likely with the CFN API, not the AWS SDK. I have linked the issue here: aws/aws-sdk-go-v2#2913
If there is a better place to raise visibility for this issue, please let me know.
The text was updated successfully, but these errors were encountered: