@resistdesign/voltra 3.0.0-alpha.3 → 3.0.0-alpha.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (225) hide show
  1. package/README.md +75 -0
  2. package/SearchTypes-DjN6YQzE.d.ts +577 -0
  3. package/Types-C7XjUjoF.d.ts +240 -0
  4. package/Validation-CFP59oIP.d.ts +226 -0
  5. package/api/index.d.ts +6 -0
  6. package/api/index.js +7968 -0
  7. package/app/index.d.ts +5 -0
  8. package/app/index.js +810 -0
  9. package/common/Testing/CLI.js +432 -0
  10. package/common/index.d.ts +4 -0
  11. package/common/index.js +1760 -0
  12. package/iac/index.d.ts +2 -0
  13. package/iac/index.js +1661 -0
  14. package/iac/packs/index.d.ts +1 -0
  15. package/iac/packs/index.js +1620 -0
  16. package/index-BkFZlfit.d.ts +112 -0
  17. package/index-C3-iD9Mh.d.ts +690 -0
  18. package/index-DZ2BB4iX.d.ts +5357 -0
  19. package/{src/iac/types/IaCTypes.d.ts → index-DcvJOZ_c.d.ts} +1018 -23
  20. package/index-IokxSNxm.d.ts +745 -0
  21. package/index.d.ts +13 -0
  22. package/index.js +10973 -0
  23. package/package.json +40 -41
  24. package/src/api/DataAccessControl.d.ts +0 -85
  25. package/src/api/DataAccessControl.js +0 -159
  26. package/src/api/ORM/DACUtils.d.ts +0 -60
  27. package/src/api/ORM/DACUtils.js +0 -197
  28. package/src/api/ORM/ListItemUtils.d.ts +0 -7
  29. package/src/api/ORM/ListItemUtils.js +0 -22
  30. package/src/api/ORM/ORMRouteMap.d.ts +0 -19
  31. package/src/api/ORM/ORMRouteMap.js +0 -82
  32. package/src/api/ORM/TypeInfoORMService.d.ts +0 -103
  33. package/src/api/ORM/TypeInfoORMService.js +0 -581
  34. package/src/api/ORM/drivers/DynamoDBDataItemDBDriver/ConfigTypes.d.ts +0 -63
  35. package/src/api/ORM/drivers/DynamoDBDataItemDBDriver/ConfigTypes.js +0 -2
  36. package/src/api/ORM/drivers/DynamoDBDataItemDBDriver.d.ts +0 -36
  37. package/src/api/ORM/drivers/DynamoDBDataItemDBDriver.js +0 -282
  38. package/src/api/ORM/drivers/S3FileItemDBDriver/ConfigTypes.d.ts +0 -90
  39. package/src/api/ORM/drivers/S3FileItemDBDriver/ConfigTypes.js +0 -2
  40. package/src/api/ORM/drivers/S3FileItemDBDriver/S3FileDriver.d.ts +0 -45
  41. package/src/api/ORM/drivers/S3FileItemDBDriver/S3FileDriver.js +0 -127
  42. package/src/api/ORM/drivers/S3FileItemDBDriver.d.ts +0 -44
  43. package/src/api/ORM/drivers/S3FileItemDBDriver.js +0 -182
  44. package/src/api/ORM/drivers/common/SupportedTypeInfoORMDBDrivers.d.ts +0 -12
  45. package/src/api/ORM/drivers/common/SupportedTypeInfoORMDBDrivers.js +0 -20
  46. package/src/api/ORM/drivers/common/Types.d.ts +0 -77
  47. package/src/api/ORM/drivers/common/Types.js +0 -14
  48. package/src/api/ORM/drivers/common/index.d.ts +0 -2
  49. package/src/api/ORM/drivers/common/index.js +0 -18
  50. package/src/api/ORM/drivers/index.d.ts +0 -3
  51. package/src/api/ORM/drivers/index.js +0 -19
  52. package/src/api/ORM/index.d.ts +0 -4
  53. package/src/api/ORM/index.js +0 -43
  54. package/src/api/Router/AWS.d.ts +0 -26
  55. package/src/api/Router/AWS.js +0 -76
  56. package/src/api/Router/Auth.d.ts +0 -2
  57. package/src/api/Router/Auth.js +0 -9
  58. package/src/api/Router/CORS.d.ts +0 -6
  59. package/src/api/Router/CORS.js +0 -27
  60. package/src/api/Router/Types.d.ts +0 -71
  61. package/src/api/Router/Types.js +0 -2
  62. package/src/api/Router/index.d.ts +0 -18
  63. package/src/api/Router/index.js +0 -145
  64. package/src/api/index.d.ts +0 -3
  65. package/src/api/index.js +0 -39
  66. package/src/app/index.d.ts +0 -1
  67. package/src/app/index.js +0 -37
  68. package/src/app/utils/ApplicationState.d.ts +0 -52
  69. package/src/app/utils/ApplicationState.js +0 -86
  70. package/src/app/utils/ApplicationStateLoader.d.ts +0 -46
  71. package/src/app/utils/ApplicationStateLoader.js +0 -57
  72. package/src/app/utils/Controller.d.ts +0 -4
  73. package/src/app/utils/Controller.js +0 -47
  74. package/src/app/utils/Debug.d.ts +0 -4
  75. package/src/app/utils/Debug.js +0 -30
  76. package/src/app/utils/EasyLayout.d.ts +0 -49
  77. package/src/app/utils/EasyLayout.js +0 -122
  78. package/src/app/utils/Route.d.ts +0 -28
  79. package/src/app/utils/Route.js +0 -102
  80. package/src/app/utils/Service.d.ts +0 -12
  81. package/src/app/utils/Service.js +0 -34
  82. package/src/app/utils/TypeInfoORMAPIUtils.d.ts +0 -20
  83. package/src/app/utils/TypeInfoORMAPIUtils.js +0 -62
  84. package/src/app/utils/TypeInfoORMClient.d.ts +0 -24
  85. package/src/app/utils/TypeInfoORMClient.js +0 -69
  86. package/src/app/utils/index.d.ts +0 -8
  87. package/src/app/utils/index.js +0 -24
  88. package/src/common/CommandLine/collectRequiredEnvironmentVariables.d.ts +0 -1
  89. package/src/common/CommandLine/collectRequiredEnvironmentVariables.js +0 -16
  90. package/src/common/HelperTypes.d.ts +0 -3
  91. package/src/common/HelperTypes.js +0 -2
  92. package/src/common/IdGeneration/getSimpleId.d.ts +0 -4
  93. package/src/common/IdGeneration/getSimpleId.js +0 -16
  94. package/src/common/IdGeneration/index.d.ts +0 -1
  95. package/src/common/IdGeneration/index.js +0 -17
  96. package/src/common/ItemRelationshipInfoTypes.d.ts +0 -46
  97. package/src/common/ItemRelationshipInfoTypes.js +0 -20
  98. package/src/common/ItemRelationships/ItemRelationshipValidation.d.ts +0 -10
  99. package/src/common/ItemRelationships/ItemRelationshipValidation.js +0 -43
  100. package/src/common/ItemRelationships/index.d.ts +0 -1
  101. package/src/common/ItemRelationships/index.js +0 -17
  102. package/src/common/Logging/Utils.d.ts +0 -10
  103. package/src/common/Logging/Utils.js +0 -33
  104. package/src/common/Logging/index.d.ts +0 -1
  105. package/src/common/Logging/index.js +0 -17
  106. package/src/common/Routing.d.ts +0 -25
  107. package/src/common/Routing.js +0 -102
  108. package/src/common/SearchTypes.d.ts +0 -98
  109. package/src/common/SearchTypes.js +0 -39
  110. package/src/common/SearchUtils.d.ts +0 -22
  111. package/src/common/SearchUtils.js +0 -134
  112. package/src/common/SearchValidation.d.ts +0 -17
  113. package/src/common/SearchValidation.js +0 -90
  114. package/src/common/Storyboarding/Types.d.ts +0 -25
  115. package/src/common/Storyboarding/Types.js +0 -2
  116. package/src/common/StringTransformers.d.ts +0 -17
  117. package/src/common/StringTransformers.js +0 -36
  118. package/src/common/Testing/CLI.d.ts +0 -2
  119. package/src/common/Testing/CLI.js +0 -56
  120. package/src/common/Testing/Types.d.ts +0 -117
  121. package/src/common/Testing/Types.js +0 -19
  122. package/src/common/Testing/Utils.d.ts +0 -48
  123. package/src/common/Testing/Utils.js +0 -334
  124. package/src/common/Testing/index.d.ts +0 -2
  125. package/src/common/Testing/index.js +0 -18
  126. package/src/common/TypeInfoDataItemUtils.d.ts +0 -10
  127. package/src/common/TypeInfoDataItemUtils.js +0 -55
  128. package/src/common/TypeInfoORM/Types.d.ts +0 -76
  129. package/src/common/TypeInfoORM/Types.js +0 -55
  130. package/src/common/TypeInfoORM/index.d.ts +0 -1
  131. package/src/common/TypeInfoORM/index.js +0 -17
  132. package/src/common/TypeParsing/Constants.d.ts +0 -1
  133. package/src/common/TypeParsing/Constants.js +0 -4
  134. package/src/common/TypeParsing/ParsingUtils/Constants.d.ts +0 -5
  135. package/src/common/TypeParsing/ParsingUtils/Constants.js +0 -8
  136. package/src/common/TypeParsing/ParsingUtils/checkType.d.ts +0 -8
  137. package/src/common/TypeParsing/ParsingUtils/checkType.js +0 -46
  138. package/src/common/TypeParsing/ParsingUtils/checkUnionType.d.ts +0 -6
  139. package/src/common/TypeParsing/ParsingUtils/checkUnionType.js +0 -15
  140. package/src/common/TypeParsing/ParsingUtils/extractCommentTags.d.ts +0 -2
  141. package/src/common/TypeParsing/ParsingUtils/extractCommentTags.js +0 -105
  142. package/src/common/TypeParsing/ParsingUtils/extractLiteralValues.d.ts +0 -6
  143. package/src/common/TypeParsing/ParsingUtils/extractLiteralValues.js +0 -42
  144. package/src/common/TypeParsing/ParsingUtils/extractTypeDetails.d.ts +0 -8
  145. package/src/common/TypeParsing/ParsingUtils/extractTypeDetails.js +0 -14
  146. package/src/common/TypeParsing/ParsingUtils/getPrimaryFieldForTypeInfo.d.ts +0 -5
  147. package/src/common/TypeParsing/ParsingUtils/getPrimaryFieldForTypeInfo.js +0 -27
  148. package/src/common/TypeParsing/ParsingUtils/getTypeInfo.d.ts +0 -3
  149. package/src/common/TypeParsing/ParsingUtils/getTypeInfo.js +0 -27
  150. package/src/common/TypeParsing/ParsingUtils/getTypeInfoField.d.ts +0 -3
  151. package/src/common/TypeParsing/ParsingUtils/getTypeInfoField.js +0 -44
  152. package/src/common/TypeParsing/ParsingUtils/getTypeInfoFromAliasType.d.ts +0 -4
  153. package/src/common/TypeParsing/ParsingUtils/getTypeInfoFromAliasType.js +0 -28
  154. package/src/common/TypeParsing/ParsingUtils/getTypeInfoFromFieldFilter.d.ts +0 -4
  155. package/src/common/TypeParsing/ParsingUtils/getTypeInfoFromFieldFilter.js +0 -105
  156. package/src/common/TypeParsing/ParsingUtils/getTypeInfoFromTypeAlias.d.ts +0 -4
  157. package/src/common/TypeParsing/ParsingUtils/getTypeInfoFromTypeAlias.js +0 -20
  158. package/src/common/TypeParsing/ParsingUtils/getTypeKeyword.d.ts +0 -3
  159. package/src/common/TypeParsing/ParsingUtils/getTypeKeyword.js +0 -17
  160. package/src/common/TypeParsing/ParsingUtils/getUnionOrIntersectionTypeInfo.d.ts +0 -4
  161. package/src/common/TypeParsing/ParsingUtils/getUnionOrIntersectionTypeInfo.js +0 -49
  162. package/src/common/TypeParsing/ParsingUtils/getUnionOrLiteralStringValues.d.ts +0 -2
  163. package/src/common/TypeParsing/ParsingUtils/getUnionOrLiteralStringValues.js +0 -24
  164. package/src/common/TypeParsing/TypeInfo.d.ts +0 -142
  165. package/src/common/TypeParsing/TypeInfo.js +0 -13
  166. package/src/common/TypeParsing/TypeMapping.d.ts +0 -9
  167. package/src/common/TypeParsing/TypeMapping.js +0 -32
  168. package/src/common/TypeParsing/TypeParsing.d.ts +0 -5
  169. package/src/common/TypeParsing/TypeParsing.js +0 -39
  170. package/src/common/TypeParsing/Utils.d.ts +0 -21
  171. package/src/common/TypeParsing/Utils.js +0 -94
  172. package/src/common/TypeParsing/Validation.d.ts +0 -92
  173. package/src/common/TypeParsing/Validation.js +0 -340
  174. package/src/common/TypeParsing/index.d.ts +0 -5
  175. package/src/common/TypeParsing/index.js +0 -44
  176. package/src/common/index.d.ts +0 -11
  177. package/src/common/index.js +0 -47
  178. package/src/iac/SimpleCFT.d.ts +0 -48
  179. package/src/iac/SimpleCFT.js +0 -82
  180. package/src/iac/index.d.ts +0 -9
  181. package/src/iac/index.js +0 -48
  182. package/src/iac/packs/auth/user-management.d.ts +0 -14
  183. package/src/iac/packs/auth/user-management.js +0 -302
  184. package/src/iac/packs/auth.d.ts +0 -19
  185. package/src/iac/packs/auth.js +0 -47
  186. package/src/iac/packs/build/utils.d.ts +0 -100
  187. package/src/iac/packs/build/utils.js +0 -23
  188. package/src/iac/packs/build.d.ts +0 -29
  189. package/src/iac/packs/build.js +0 -217
  190. package/src/iac/packs/cdn.d.ts +0 -12
  191. package/src/iac/packs/cdn.js +0 -126
  192. package/src/iac/packs/cloud-function.d.ts +0 -17
  193. package/src/iac/packs/cloud-function.js +0 -69
  194. package/src/iac/packs/database.d.ts +0 -29
  195. package/src/iac/packs/database.js +0 -27
  196. package/src/iac/packs/dns.d.ts +0 -13
  197. package/src/iac/packs/dns.js +0 -26
  198. package/src/iac/packs/file-storage.d.ts +0 -14
  199. package/src/iac/packs/file-storage.js +0 -71
  200. package/src/iac/packs/gateway.d.ts +0 -27
  201. package/src/iac/packs/gateway.js +0 -342
  202. package/src/iac/packs/index.d.ts +0 -11
  203. package/src/iac/packs/index.js +0 -27
  204. package/src/iac/packs/repo.d.ts +0 -10
  205. package/src/iac/packs/repo.js +0 -34
  206. package/src/iac/packs/ssl-certificate.d.ts +0 -10
  207. package/src/iac/packs/ssl-certificate.js +0 -36
  208. package/src/iac/types/CloudFormationResourceSpecification.d.ts +0 -2
  209. package/src/iac/types/Constants.d.ts +0 -9
  210. package/src/iac/types/Constants.js +0 -20
  211. package/src/iac/types/IaCTypes.js +0 -14
  212. package/src/iac/types/Renderers.d.ts +0 -12
  213. package/src/iac/types/Renderers.js +0 -112
  214. package/src/iac/types/Types.d.ts +0 -37
  215. package/src/iac/types/Types.js +0 -2
  216. package/src/iac/types/Utils.d.ts +0 -2
  217. package/src/iac/types/Utils.js +0 -60
  218. package/src/iac/types/generate.d.ts +0 -1
  219. package/src/iac/types/generate.js +0 -31
  220. package/src/iac/utils/index.d.ts +0 -36
  221. package/src/iac/utils/index.js +0 -105
  222. package/src/iac/utils/patch-utils.d.ts +0 -15
  223. package/src/iac/utils/patch-utils.js +0 -62
  224. package/src/index.d.ts +0 -178
  225. package/src/index.js +0 -214
@@ -1,22 +1,12 @@
1
- export type AllResourceTypes = AWS.ACMPCA.Certificate | AWS.ACMPCA.CertificateAuthority | AWS.ACMPCA.CertificateAuthorityActivation | AWS.ACMPCA.Permission | AWS.AIOps.InvestigationGroup | AWS.APS.AnomalyDetector | AWS.APS.ResourcePolicy | AWS.APS.RuleGroupsNamespace | AWS.APS.Scraper | AWS.APS.Workspace | AWS.ARCRegionSwitch.Plan | AWS.ARCZonalShift.AutoshiftObserverNotificationStatus | AWS.ARCZonalShift.ZonalAutoshiftConfiguration | AWS.AccessAnalyzer.Analyzer | AWS.AmazonMQ.Broker | AWS.AmazonMQ.Configuration | AWS.AmazonMQ.ConfigurationAssociation | AWS.Amplify.App | AWS.Amplify.Branch | AWS.Amplify.Domain | AWS.AmplifyUIBuilder.Component | AWS.AmplifyUIBuilder.Form | AWS.AmplifyUIBuilder.Theme | AWS.ApiGateway.Account | AWS.ApiGateway.ApiKey | AWS.ApiGateway.Authorizer | AWS.ApiGateway.BasePathMapping | AWS.ApiGateway.BasePathMappingV2 | AWS.ApiGateway.ClientCertificate | AWS.ApiGateway.Deployment | AWS.ApiGateway.DocumentationPart | AWS.ApiGateway.DocumentationVersion | AWS.ApiGateway.DomainName | AWS.ApiGateway.DomainNameAccessAssociation | AWS.ApiGateway.DomainNameV2 | AWS.ApiGateway.GatewayResponse | AWS.ApiGateway.Method | AWS.ApiGateway.Model | AWS.ApiGateway.RequestValidator | AWS.ApiGateway.Resource | AWS.ApiGateway.RestApi | AWS.ApiGateway.Stage | AWS.ApiGateway.UsagePlan | AWS.ApiGateway.UsagePlanKey | AWS.ApiGateway.VpcLink | AWS.ApiGatewayV2.Api | AWS.ApiGatewayV2.ApiGatewayManagedOverrides | AWS.ApiGatewayV2.ApiMapping | AWS.ApiGatewayV2.Authorizer | AWS.ApiGatewayV2.Deployment | AWS.ApiGatewayV2.DomainName | AWS.ApiGatewayV2.Integration | AWS.ApiGatewayV2.IntegrationResponse | AWS.ApiGatewayV2.Model | AWS.ApiGatewayV2.Route | AWS.ApiGatewayV2.RouteResponse | AWS.ApiGatewayV2.RoutingRule | AWS.ApiGatewayV2.Stage | AWS.ApiGatewayV2.VpcLink | AWS.AppConfig.Application | AWS.AppConfig.ConfigurationProfile | AWS.AppConfig.Deployment | AWS.AppConfig.DeploymentStrategy | AWS.AppConfig.Environment | AWS.AppConfig.Extension | AWS.AppConfig.ExtensionAssociation | AWS.AppConfig.HostedConfigurationVersion | AWS.AppFlow.Connector | AWS.AppFlow.ConnectorProfile | AWS.AppFlow.Flow | AWS.AppIntegrations.Application | AWS.AppIntegrations.DataIntegration | AWS.AppIntegrations.EventIntegration | AWS.AppMesh.GatewayRoute | AWS.AppMesh.Mesh | AWS.AppMesh.Route | AWS.AppMesh.VirtualGateway | AWS.AppMesh.VirtualNode | AWS.AppMesh.VirtualRouter | AWS.AppMesh.VirtualService | AWS.AppRunner.AutoScalingConfiguration | AWS.AppRunner.ObservabilityConfiguration | AWS.AppRunner.Service | AWS.AppRunner.VpcConnector | AWS.AppRunner.VpcIngressConnection | AWS.AppStream.AppBlock | AWS.AppStream.AppBlockBuilder | AWS.AppStream.Application | AWS.AppStream.ApplicationEntitlementAssociation | AWS.AppStream.ApplicationFleetAssociation | AWS.AppStream.DirectoryConfig | AWS.AppStream.Entitlement | AWS.AppStream.Fleet | AWS.AppStream.ImageBuilder | AWS.AppStream.Stack | AWS.AppStream.StackFleetAssociation | AWS.AppStream.StackUserAssociation | AWS.AppStream.User | AWS.AppSync.Api | AWS.AppSync.ApiCache | AWS.AppSync.ApiKey | AWS.AppSync.ChannelNamespace | AWS.AppSync.DataSource | AWS.AppSync.DomainName | AWS.AppSync.DomainNameApiAssociation | AWS.AppSync.FunctionConfiguration | AWS.AppSync.GraphQLApi | AWS.AppSync.GraphQLSchema | AWS.AppSync.Resolver | AWS.AppSync.SourceApiAssociation | AWS.AppTest.TestCase | AWS.ApplicationAutoScaling.ScalableTarget | AWS.ApplicationAutoScaling.ScalingPolicy | AWS.ApplicationInsights.Application | AWS.ApplicationSignals.Discovery | AWS.ApplicationSignals.GroupingConfiguration | AWS.ApplicationSignals.ServiceLevelObjective | AWS.Athena.CapacityReservation | AWS.Athena.DataCatalog | AWS.Athena.NamedQuery | AWS.Athena.PreparedStatement | AWS.Athena.WorkGroup | AWS.AuditManager.Assessment | AWS.AutoScaling.AutoScalingGroup | AWS.AutoScaling.LaunchConfiguration | AWS.AutoScaling.LifecycleHook | AWS.AutoScaling.ScalingPolicy | AWS.AutoScaling.ScheduledAction | AWS.AutoScaling.WarmPool | AWS.AutoScalingPlans.ScalingPlan | AWS.B2BI.Capability | AWS.B2BI.Partnership | AWS.B2BI.Profile | AWS.B2BI.Transformer | AWS.BCMDataExports.Export | AWS.Backup.BackupPlan | AWS.Backup.BackupSelection | AWS.Backup.BackupVault | AWS.Backup.Framework | AWS.Backup.LogicallyAirGappedBackupVault | AWS.Backup.ReportPlan | AWS.Backup.RestoreTestingPlan | AWS.Backup.RestoreTestingSelection | AWS.BackupGateway.Hypervisor | AWS.Batch.ComputeEnvironment | AWS.Batch.ConsumableResource | AWS.Batch.JobDefinition | AWS.Batch.JobQueue | AWS.Batch.SchedulingPolicy | AWS.Batch.ServiceEnvironment | AWS.Bedrock.Agent | AWS.Bedrock.AgentAlias | AWS.Bedrock.ApplicationInferenceProfile | AWS.Bedrock.AutomatedReasoningPolicy | AWS.Bedrock.AutomatedReasoningPolicyVersion | AWS.Bedrock.Blueprint | AWS.Bedrock.DataAutomationProject | AWS.Bedrock.DataSource | AWS.Bedrock.Flow | AWS.Bedrock.FlowAlias | AWS.Bedrock.FlowVersion | AWS.Bedrock.Guardrail | AWS.Bedrock.GuardrailVersion | AWS.Bedrock.IntelligentPromptRouter | AWS.Bedrock.KnowledgeBase | AWS.Bedrock.Prompt | AWS.Bedrock.PromptVersion | AWS.BedrockAgentCore.BrowserCustom | AWS.BedrockAgentCore.CodeInterpreterCustom | AWS.BedrockAgentCore.Gateway | AWS.BedrockAgentCore.GatewayTarget | AWS.BedrockAgentCore.Memory | AWS.BedrockAgentCore.Runtime | AWS.BedrockAgentCore.RuntimeEndpoint | AWS.BedrockAgentCore.WorkloadIdentity | AWS.Billing.BillingView | AWS.BillingConductor.BillingGroup | AWS.BillingConductor.CustomLineItem | AWS.BillingConductor.PricingPlan | AWS.BillingConductor.PricingRule | AWS.Budgets.Budget | AWS.Budgets.BudgetsAction | AWS.CE.AnomalyMonitor | AWS.CE.AnomalySubscription | AWS.CE.CostCategory | AWS.CUR.ReportDefinition | AWS.Cases.CaseRule | AWS.Cases.Domain | AWS.Cases.Field | AWS.Cases.Layout | AWS.Cases.Template | AWS.Cassandra.Keyspace | AWS.Cassandra.Table | AWS.Cassandra.Type | AWS.CertificateManager.Account | AWS.CertificateManager.Certificate | AWS.Chatbot.CustomAction | AWS.Chatbot.MicrosoftTeamsChannelConfiguration | AWS.Chatbot.SlackChannelConfiguration | AWS.CleanRooms.AnalysisTemplate | AWS.CleanRooms.Collaboration | AWS.CleanRooms.ConfiguredTable | AWS.CleanRooms.ConfiguredTableAssociation | AWS.CleanRooms.IdMappingTable | AWS.CleanRooms.IdNamespaceAssociation | AWS.CleanRooms.Membership | AWS.CleanRooms.PrivacyBudgetTemplate | AWS.CleanRoomsML.TrainingDataset | AWS.Cloud9.EnvironmentEC2 | AWS.CloudFormation.CustomResource | AWS.CloudFormation.GuardHook | AWS.CloudFormation.HookDefaultVersion | AWS.CloudFormation.HookTypeConfig | AWS.CloudFormation.HookVersion | AWS.CloudFormation.LambdaHook | AWS.CloudFormation.Macro | AWS.CloudFormation.ModuleDefaultVersion | AWS.CloudFormation.ModuleVersion | AWS.CloudFormation.PublicTypeVersion | AWS.CloudFormation.Publisher | AWS.CloudFormation.ResourceDefaultVersion | AWS.CloudFormation.ResourceVersion | AWS.CloudFormation.Stack | AWS.CloudFormation.StackSet | AWS.CloudFormation.TypeActivation | AWS.CloudFormation.WaitCondition | AWS.CloudFormation.WaitConditionHandle | AWS.CloudFront.AnycastIpList | AWS.CloudFront.CachePolicy | AWS.CloudFront.CloudFrontOriginAccessIdentity | AWS.CloudFront.ConnectionFunction | AWS.CloudFront.ConnectionGroup | AWS.CloudFront.ContinuousDeploymentPolicy | AWS.CloudFront.Distribution | AWS.CloudFront.DistributionTenant | AWS.CloudFront.Function | AWS.CloudFront.KeyGroup | AWS.CloudFront.KeyValueStore | AWS.CloudFront.MonitoringSubscription | AWS.CloudFront.OriginAccessControl | AWS.CloudFront.OriginRequestPolicy | AWS.CloudFront.PublicKey | AWS.CloudFront.RealtimeLogConfig | AWS.CloudFront.ResponseHeadersPolicy | AWS.CloudFront.StreamingDistribution | AWS.CloudFront.TrustStore | AWS.CloudFront.VpcOrigin | AWS.CloudTrail.Channel | AWS.CloudTrail.Dashboard | AWS.CloudTrail.EventDataStore | AWS.CloudTrail.ResourcePolicy | AWS.CloudTrail.Trail | AWS.CloudWatch.Alarm | AWS.CloudWatch.AnomalyDetector | AWS.CloudWatch.CompositeAlarm | AWS.CloudWatch.Dashboard | AWS.CloudWatch.InsightRule | AWS.CloudWatch.MetricStream | AWS.CodeArtifact.Domain | AWS.CodeArtifact.PackageGroup | AWS.CodeArtifact.Repository | AWS.CodeBuild.Fleet | AWS.CodeBuild.Project | AWS.CodeBuild.ReportGroup | AWS.CodeBuild.SourceCredential | AWS.CodeCommit.Repository | AWS.CodeConnections.Connection | AWS.CodeDeploy.Application | AWS.CodeDeploy.DeploymentConfig | AWS.CodeDeploy.DeploymentGroup | AWS.CodeGuruProfiler.ProfilingGroup | AWS.CodeGuruReviewer.RepositoryAssociation | AWS.CodePipeline.CustomActionType | AWS.CodePipeline.Pipeline | AWS.CodePipeline.Webhook | AWS.CodeStar.GitHubRepository | AWS.CodeStarConnections.Connection | AWS.CodeStarConnections.RepositoryLink | AWS.CodeStarConnections.SyncConfiguration | AWS.CodeStarNotifications.NotificationRule | AWS.Cognito.IdentityPool | AWS.Cognito.IdentityPoolPrincipalTag | AWS.Cognito.IdentityPoolRoleAttachment | AWS.Cognito.LogDeliveryConfiguration | AWS.Cognito.ManagedLoginBranding | AWS.Cognito.Terms | AWS.Cognito.UserPool | AWS.Cognito.UserPoolClient | AWS.Cognito.UserPoolDomain | AWS.Cognito.UserPoolGroup | AWS.Cognito.UserPoolIdentityProvider | AWS.Cognito.UserPoolResourceServer | AWS.Cognito.UserPoolRiskConfigurationAttachment | AWS.Cognito.UserPoolUICustomizationAttachment | AWS.Cognito.UserPoolUser | AWS.Cognito.UserPoolUserToGroupAttachment | AWS.Comprehend.DocumentClassifier | AWS.Comprehend.Flywheel | AWS.Config.AggregationAuthorization | AWS.Config.ConfigRule | AWS.Config.ConfigurationAggregator | AWS.Config.ConfigurationRecorder | AWS.Config.ConformancePack | AWS.Config.DeliveryChannel | AWS.Config.OrganizationConfigRule | AWS.Config.OrganizationConformancePack | AWS.Config.RemediationConfiguration | AWS.Config.StoredQuery | AWS.Connect.AgentStatus | AWS.Connect.ApprovedOrigin | AWS.Connect.ContactFlow | AWS.Connect.ContactFlowModule | AWS.Connect.ContactFlowVersion | AWS.Connect.DataTable | AWS.Connect.DataTableAttribute | AWS.Connect.DataTableRecord | AWS.Connect.EmailAddress | AWS.Connect.EvaluationForm | AWS.Connect.HoursOfOperation | AWS.Connect.Instance | AWS.Connect.InstanceStorageConfig | AWS.Connect.IntegrationAssociation | AWS.Connect.PhoneNumber | AWS.Connect.PredefinedAttribute | AWS.Connect.Prompt | AWS.Connect.Queue | AWS.Connect.QuickConnect | AWS.Connect.RoutingProfile | AWS.Connect.Rule | AWS.Connect.SecurityKey | AWS.Connect.SecurityProfile | AWS.Connect.TaskTemplate | AWS.Connect.TrafficDistributionGroup | AWS.Connect.User | AWS.Connect.UserHierarchyGroup | AWS.Connect.UserHierarchyStructure | AWS.Connect.View | AWS.Connect.ViewVersion | AWS.Connect.Workspace | AWS.ConnectCampaigns.Campaign | AWS.ConnectCampaignsV2.Campaign | AWS.ControlTower.EnabledBaseline | AWS.ControlTower.EnabledControl | AWS.ControlTower.LandingZone | AWS.CustomerProfiles.CalculatedAttributeDefinition | AWS.CustomerProfiles.Domain | AWS.CustomerProfiles.EventStream | AWS.CustomerProfiles.EventTrigger | AWS.CustomerProfiles.Integration | AWS.CustomerProfiles.ObjectType | AWS.CustomerProfiles.SegmentDefinition | AWS.DAX.Cluster | AWS.DAX.ParameterGroup | AWS.DAX.SubnetGroup | AWS.DLM.LifecyclePolicy | AWS.DMS.Certificate | AWS.DMS.DataMigration | AWS.DMS.DataProvider | AWS.DMS.Endpoint | AWS.DMS.EventSubscription | AWS.DMS.InstanceProfile | AWS.DMS.MigrationProject | AWS.DMS.ReplicationConfig | AWS.DMS.ReplicationInstance | AWS.DMS.ReplicationSubnetGroup | AWS.DMS.ReplicationTask | AWS.DSQL.Cluster | AWS.DataBrew.Dataset | AWS.DataBrew.Job | AWS.DataBrew.Project | AWS.DataBrew.Recipe | AWS.DataBrew.Ruleset | AWS.DataBrew.Schedule | AWS.DataPipeline.Pipeline | AWS.DataSync.Agent | AWS.DataSync.LocationAzureBlob | AWS.DataSync.LocationEFS | AWS.DataSync.LocationFSxLustre | AWS.DataSync.LocationFSxONTAP | AWS.DataSync.LocationFSxOpenZFS | AWS.DataSync.LocationFSxWindows | AWS.DataSync.LocationHDFS | AWS.DataSync.LocationNFS | AWS.DataSync.LocationObjectStorage | AWS.DataSync.LocationS3 | AWS.DataSync.LocationSMB | AWS.DataSync.Task | AWS.DataZone.Connection | AWS.DataZone.DataSource | AWS.DataZone.Domain | AWS.DataZone.DomainUnit | AWS.DataZone.Environment | AWS.DataZone.EnvironmentActions | AWS.DataZone.EnvironmentBlueprintConfiguration | AWS.DataZone.EnvironmentProfile | AWS.DataZone.FormType | AWS.DataZone.GroupProfile | AWS.DataZone.Owner | AWS.DataZone.PolicyGrant | AWS.DataZone.Project | AWS.DataZone.ProjectMembership | AWS.DataZone.ProjectProfile | AWS.DataZone.SubscriptionTarget | AWS.DataZone.UserProfile | AWS.Deadline.Farm | AWS.Deadline.Fleet | AWS.Deadline.LicenseEndpoint | AWS.Deadline.Limit | AWS.Deadline.MeteredProduct | AWS.Deadline.Monitor | AWS.Deadline.Queue | AWS.Deadline.QueueEnvironment | AWS.Deadline.QueueFleetAssociation | AWS.Deadline.QueueLimitAssociation | AWS.Deadline.StorageProfile | AWS.Detective.Graph | AWS.Detective.MemberInvitation | AWS.Detective.OrganizationAdmin | AWS.DevOpsAgent.AgentSpace | AWS.DevOpsAgent.Association | AWS.DevOpsGuru.LogAnomalyDetectionIntegration | AWS.DevOpsGuru.NotificationChannel | AWS.DevOpsGuru.ResourceCollection | AWS.DirectoryService.MicrosoftAD | AWS.DirectoryService.SimpleAD | AWS.DocDB.DBCluster | AWS.DocDB.DBClusterParameterGroup | AWS.DocDB.DBInstance | AWS.DocDB.DBSubnetGroup | AWS.DocDB.EventSubscription | AWS.DocDBElastic.Cluster | AWS.DynamoDB.GlobalTable | AWS.DynamoDB.Table | AWS.EC2.CapacityManagerDataExport | AWS.EC2.CapacityReservation | AWS.EC2.CapacityReservationFleet | AWS.EC2.CarrierGateway | AWS.EC2.ClientVpnAuthorizationRule | AWS.EC2.ClientVpnEndpoint | AWS.EC2.ClientVpnRoute | AWS.EC2.ClientVpnTargetNetworkAssociation | AWS.EC2.CustomerGateway | AWS.EC2.DHCPOptions | AWS.EC2.EC2Fleet | AWS.EC2.EIP | AWS.EC2.EIPAssociation | AWS.EC2.EgressOnlyInternetGateway | AWS.EC2.EnclaveCertificateIamRoleAssociation | AWS.EC2.FlowLog | AWS.EC2.GatewayRouteTableAssociation | AWS.EC2.Host | AWS.EC2.IPAM | AWS.EC2.IPAMAllocation | AWS.EC2.IPAMPool | AWS.EC2.IPAMPoolCidr | AWS.EC2.IPAMResourceDiscovery | AWS.EC2.IPAMResourceDiscoveryAssociation | AWS.EC2.IPAMScope | AWS.EC2.Instance | AWS.EC2.InstanceConnectEndpoint | AWS.EC2.InternetGateway | AWS.EC2.IpPoolRouteTableAssociation | AWS.EC2.KeyPair | AWS.EC2.LaunchTemplate | AWS.EC2.LocalGatewayRoute | AWS.EC2.LocalGatewayRouteTable | AWS.EC2.LocalGatewayRouteTableVPCAssociation | AWS.EC2.LocalGatewayRouteTableVirtualInterfaceGroupAssociation | AWS.EC2.LocalGatewayVirtualInterface | AWS.EC2.LocalGatewayVirtualInterfaceGroup | AWS.EC2.NatGateway | AWS.EC2.NetworkAcl | AWS.EC2.NetworkAclEntry | AWS.EC2.NetworkInsightsAccessScope | AWS.EC2.NetworkInsightsAccessScopeAnalysis | AWS.EC2.NetworkInsightsAnalysis | AWS.EC2.NetworkInsightsPath | AWS.EC2.NetworkInterface | AWS.EC2.NetworkInterfaceAttachment | AWS.EC2.NetworkInterfacePermission | AWS.EC2.NetworkPerformanceMetricSubscription | AWS.EC2.PlacementGroup | AWS.EC2.PrefixList | AWS.EC2.Route | AWS.EC2.RouteServer | AWS.EC2.RouteServerAssociation | AWS.EC2.RouteServerEndpoint | AWS.EC2.RouteServerPeer | AWS.EC2.RouteServerPropagation | AWS.EC2.RouteTable | AWS.EC2.SecurityGroup | AWS.EC2.SecurityGroupEgress | AWS.EC2.SecurityGroupIngress | AWS.EC2.SecurityGroupVpcAssociation | AWS.EC2.SnapshotBlockPublicAccess | AWS.EC2.SpotFleet | AWS.EC2.Subnet | AWS.EC2.SubnetCidrBlock | AWS.EC2.SubnetNetworkAclAssociation | AWS.EC2.SubnetRouteTableAssociation | AWS.EC2.TrafficMirrorFilter | AWS.EC2.TrafficMirrorFilterRule | AWS.EC2.TrafficMirrorSession | AWS.EC2.TrafficMirrorTarget | AWS.EC2.TransitGateway | AWS.EC2.TransitGatewayAttachment | AWS.EC2.TransitGatewayConnect | AWS.EC2.TransitGatewayConnectPeer | AWS.EC2.TransitGatewayMeteringPolicy | AWS.EC2.TransitGatewayMeteringPolicyEntry | AWS.EC2.TransitGatewayMulticastDomain | AWS.EC2.TransitGatewayMulticastDomainAssociation | AWS.EC2.TransitGatewayMulticastGroupMember | AWS.EC2.TransitGatewayMulticastGroupSource | AWS.EC2.TransitGatewayPeeringAttachment | AWS.EC2.TransitGatewayRoute | AWS.EC2.TransitGatewayRouteTable | AWS.EC2.TransitGatewayRouteTableAssociation | AWS.EC2.TransitGatewayRouteTablePropagation | AWS.EC2.TransitGatewayVpcAttachment | AWS.EC2.VPC | AWS.EC2.VPCBlockPublicAccessExclusion | AWS.EC2.VPCBlockPublicAccessOptions | AWS.EC2.VPCCidrBlock | AWS.EC2.VPCDHCPOptionsAssociation | AWS.EC2.VPCEncryptionControl | AWS.EC2.VPCEndpoint | AWS.EC2.VPCEndpointConnectionNotification | AWS.EC2.VPCEndpointService | AWS.EC2.VPCEndpointServicePermissions | AWS.EC2.VPCGatewayAttachment | AWS.EC2.VPCPeeringConnection | AWS.EC2.VPNConcentrator | AWS.EC2.VPNConnection | AWS.EC2.VPNConnectionRoute | AWS.EC2.VPNGateway | AWS.EC2.VPNGatewayRoutePropagation | AWS.EC2.VerifiedAccessEndpoint | AWS.EC2.VerifiedAccessGroup | AWS.EC2.VerifiedAccessInstance | AWS.EC2.VerifiedAccessTrustProvider | AWS.EC2.Volume | AWS.EC2.VolumeAttachment | AWS.ECR.PublicRepository | AWS.ECR.PullThroughCacheRule | AWS.ECR.PullTimeUpdateExclusion | AWS.ECR.RegistryPolicy | AWS.ECR.RegistryScanningConfiguration | AWS.ECR.ReplicationConfiguration | AWS.ECR.Repository | AWS.ECR.RepositoryCreationTemplate | AWS.ECR.SigningConfiguration | AWS.ECS.CapacityProvider | AWS.ECS.Cluster | AWS.ECS.ClusterCapacityProviderAssociations | AWS.ECS.ExpressGatewayService | AWS.ECS.PrimaryTaskSet | AWS.ECS.Service | AWS.ECS.TaskDefinition | AWS.ECS.TaskSet | AWS.EFS.AccessPoint | AWS.EFS.FileSystem | AWS.EFS.MountTarget | AWS.EKS.AccessEntry | AWS.EKS.Addon | AWS.EKS.Capability | AWS.EKS.Cluster | AWS.EKS.FargateProfile | AWS.EKS.IdentityProviderConfig | AWS.EKS.Nodegroup | AWS.EKS.PodIdentityAssociation | AWS.EMR.Cluster | AWS.EMR.InstanceFleetConfig | AWS.EMR.InstanceGroupConfig | AWS.EMR.SecurityConfiguration | AWS.EMR.Step | AWS.EMR.Studio | AWS.EMR.StudioSessionMapping | AWS.EMR.WALWorkspace | AWS.EMRContainers.VirtualCluster | AWS.EMRServerless.Application | AWS.EVS.Environment | AWS.ElastiCache.CacheCluster | AWS.ElastiCache.GlobalReplicationGroup | AWS.ElastiCache.ParameterGroup | AWS.ElastiCache.ReplicationGroup | AWS.ElastiCache.SecurityGroup | AWS.ElastiCache.SecurityGroupIngress | AWS.ElastiCache.ServerlessCache | AWS.ElastiCache.SubnetGroup | AWS.ElastiCache.User | AWS.ElastiCache.UserGroup | AWS.ElasticBeanstalk.Application | AWS.ElasticBeanstalk.ApplicationVersion | AWS.ElasticBeanstalk.ConfigurationTemplate | AWS.ElasticBeanstalk.Environment | AWS.ElasticLoadBalancing.LoadBalancer | AWS.ElasticLoadBalancingV2.Listener | AWS.ElasticLoadBalancingV2.ListenerCertificate | AWS.ElasticLoadBalancingV2.ListenerRule | AWS.ElasticLoadBalancingV2.LoadBalancer | AWS.ElasticLoadBalancingV2.TargetGroup | AWS.ElasticLoadBalancingV2.TrustStore | AWS.ElasticLoadBalancingV2.TrustStoreRevocation | AWS.Elasticsearch.Domain | AWS.EntityResolution.IdMappingWorkflow | AWS.EntityResolution.IdNamespace | AWS.EntityResolution.MatchingWorkflow | AWS.EntityResolution.PolicyStatement | AWS.EntityResolution.SchemaMapping | AWS.EventSchemas.Discoverer | AWS.EventSchemas.Registry | AWS.EventSchemas.RegistryPolicy | AWS.EventSchemas.Schema | AWS.Events.ApiDestination | AWS.Events.Archive | AWS.Events.Connection | AWS.Events.Endpoint | AWS.Events.EventBus | AWS.Events.EventBusPolicy | AWS.Events.Rule | AWS.Evidently.Experiment | AWS.Evidently.Feature | AWS.Evidently.Launch | AWS.Evidently.Project | AWS.Evidently.Segment | AWS.FIS.ExperimentTemplate | AWS.FIS.TargetAccountConfiguration | AWS.FMS.NotificationChannel | AWS.FMS.Policy | AWS.FMS.ResourceSet | AWS.FSx.DataRepositoryAssociation | AWS.FSx.FileSystem | AWS.FSx.S3AccessPointAttachment | AWS.FSx.Snapshot | AWS.FSx.StorageVirtualMachine | AWS.FSx.Volume | AWS.FinSpace.Environment | AWS.Forecast.Dataset | AWS.Forecast.DatasetGroup | AWS.FraudDetector.Detector | AWS.FraudDetector.EntityType | AWS.FraudDetector.EventType | AWS.FraudDetector.Label | AWS.FraudDetector.List | AWS.FraudDetector.Outcome | AWS.FraudDetector.Variable | AWS.GameLift.Alias | AWS.GameLift.Build | AWS.GameLift.ContainerFleet | AWS.GameLift.ContainerGroupDefinition | AWS.GameLift.Fleet | AWS.GameLift.GameServerGroup | AWS.GameLift.GameSessionQueue | AWS.GameLift.Location | AWS.GameLift.MatchmakingConfiguration | AWS.GameLift.MatchmakingRuleSet | AWS.GameLift.Script | AWS.GlobalAccelerator.Accelerator | AWS.GlobalAccelerator.CrossAccountAttachment | AWS.GlobalAccelerator.EndpointGroup | AWS.GlobalAccelerator.Listener | AWS.Glue.Classifier | AWS.Glue.Connection | AWS.Glue.Crawler | AWS.Glue.CustomEntityType | AWS.Glue.DataCatalogEncryptionSettings | AWS.Glue.DataQualityRuleset | AWS.Glue.Database | AWS.Glue.DevEndpoint | AWS.Glue.IdentityCenterConfiguration | AWS.Glue.Integration | AWS.Glue.IntegrationResourceProperty | AWS.Glue.Job | AWS.Glue.MLTransform | AWS.Glue.Partition | AWS.Glue.Registry | AWS.Glue.Schema | AWS.Glue.SchemaVersion | AWS.Glue.SchemaVersionMetadata | AWS.Glue.SecurityConfiguration | AWS.Glue.Table | AWS.Glue.TableOptimizer | AWS.Glue.Trigger | AWS.Glue.UsageProfile | AWS.Glue.Workflow | AWS.Grafana.Workspace | AWS.Greengrass.ConnectorDefinition | AWS.Greengrass.ConnectorDefinitionVersion | AWS.Greengrass.CoreDefinition | AWS.Greengrass.CoreDefinitionVersion | AWS.Greengrass.DeviceDefinition | AWS.Greengrass.DeviceDefinitionVersion | AWS.Greengrass.FunctionDefinition | AWS.Greengrass.FunctionDefinitionVersion | AWS.Greengrass.Group | AWS.Greengrass.GroupVersion | AWS.Greengrass.LoggerDefinition | AWS.Greengrass.LoggerDefinitionVersion | AWS.Greengrass.ResourceDefinition | AWS.Greengrass.ResourceDefinitionVersion | AWS.Greengrass.SubscriptionDefinition | AWS.Greengrass.SubscriptionDefinitionVersion | AWS.GreengrassV2.ComponentVersion | AWS.GreengrassV2.Deployment | AWS.GroundStation.Config | AWS.GroundStation.DataflowEndpointGroup | AWS.GroundStation.DataflowEndpointGroupV2 | AWS.GroundStation.MissionProfile | AWS.GuardDuty.Detector | AWS.GuardDuty.Filter | AWS.GuardDuty.IPSet | AWS.GuardDuty.MalwareProtectionPlan | AWS.GuardDuty.Master | AWS.GuardDuty.Member | AWS.GuardDuty.PublishingDestination | AWS.GuardDuty.ThreatEntitySet | AWS.GuardDuty.ThreatIntelSet | AWS.GuardDuty.TrustedEntitySet | AWS.HealthImaging.Datastore | AWS.HealthLake.FHIRDatastore | AWS.IAM.AccessKey | AWS.IAM.Group | AWS.IAM.GroupPolicy | AWS.IAM.InstanceProfile | AWS.IAM.ManagedPolicy | AWS.IAM.OIDCProvider | AWS.IAM.Policy | AWS.IAM.Role | AWS.IAM.RolePolicy | AWS.IAM.SAMLProvider | AWS.IAM.ServerCertificate | AWS.IAM.ServiceLinkedRole | AWS.IAM.User | AWS.IAM.UserPolicy | AWS.IAM.UserToGroupAddition | AWS.IAM.VirtualMFADevice | AWS.IVS.Channel | AWS.IVS.EncoderConfiguration | AWS.IVS.IngestConfiguration | AWS.IVS.PlaybackKeyPair | AWS.IVS.PlaybackRestrictionPolicy | AWS.IVS.PublicKey | AWS.IVS.RecordingConfiguration | AWS.IVS.Stage | AWS.IVS.StorageConfiguration | AWS.IVS.StreamKey | AWS.IVSChat.LoggingConfiguration | AWS.IVSChat.Room | AWS.IdentityStore.Group | AWS.IdentityStore.GroupMembership | AWS.ImageBuilder.Component | AWS.ImageBuilder.ContainerRecipe | AWS.ImageBuilder.DistributionConfiguration | AWS.ImageBuilder.Image | AWS.ImageBuilder.ImagePipeline | AWS.ImageBuilder.ImageRecipe | AWS.ImageBuilder.InfrastructureConfiguration | AWS.ImageBuilder.LifecyclePolicy | AWS.ImageBuilder.Workflow | AWS.Inspector.AssessmentTarget | AWS.Inspector.AssessmentTemplate | AWS.Inspector.ResourceGroup | AWS.InspectorV2.CisScanConfiguration | AWS.InspectorV2.CodeSecurityIntegration | AWS.InspectorV2.CodeSecurityScanConfiguration | AWS.InspectorV2.Filter | AWS.InternetMonitor.Monitor | AWS.Invoicing.InvoiceUnit | AWS.IoT.AccountAuditConfiguration | AWS.IoT.Authorizer | AWS.IoT.BillingGroup | AWS.IoT.CACertificate | AWS.IoT.Certificate | AWS.IoT.CertificateProvider | AWS.IoT.Command | AWS.IoT.CustomMetric | AWS.IoT.Dimension | AWS.IoT.DomainConfiguration | AWS.IoT.EncryptionConfiguration | AWS.IoT.FleetMetric | AWS.IoT.JobTemplate | AWS.IoT.Logging | AWS.IoT.MitigationAction | AWS.IoT.Policy | AWS.IoT.PolicyPrincipalAttachment | AWS.IoT.ProvisioningTemplate | AWS.IoT.ResourceSpecificLogging | AWS.IoT.RoleAlias | AWS.IoT.ScheduledAudit | AWS.IoT.SecurityProfile | AWS.IoT.SoftwarePackage | AWS.IoT.SoftwarePackageVersion | AWS.IoT.Thing | AWS.IoT.ThingGroup | AWS.IoT.ThingPrincipalAttachment | AWS.IoT.ThingType | AWS.IoT.TopicRule | AWS.IoT.TopicRuleDestination | AWS.IoTAnalytics.Channel | AWS.IoTAnalytics.Dataset | AWS.IoTAnalytics.Datastore | AWS.IoTAnalytics.Pipeline | AWS.IoTCoreDeviceAdvisor.SuiteDefinition | AWS.IoTEvents.AlarmModel | AWS.IoTEvents.DetectorModel | AWS.IoTEvents.Input | AWS.IoTFleetWise.Campaign | AWS.IoTFleetWise.DecoderManifest | AWS.IoTFleetWise.Fleet | AWS.IoTFleetWise.ModelManifest | AWS.IoTFleetWise.SignalCatalog | AWS.IoTFleetWise.StateTemplate | AWS.IoTFleetWise.Vehicle | AWS.IoTSiteWise.AccessPolicy | AWS.IoTSiteWise.Asset | AWS.IoTSiteWise.AssetModel | AWS.IoTSiteWise.ComputationModel | AWS.IoTSiteWise.Dashboard | AWS.IoTSiteWise.Dataset | AWS.IoTSiteWise.Gateway | AWS.IoTSiteWise.Portal | AWS.IoTSiteWise.Project | AWS.IoTThingsGraph.FlowTemplate | AWS.IoTTwinMaker.ComponentType | AWS.IoTTwinMaker.Entity | AWS.IoTTwinMaker.Scene | AWS.IoTTwinMaker.SyncJob | AWS.IoTTwinMaker.Workspace | AWS.IoTWireless.Destination | AWS.IoTWireless.DeviceProfile | AWS.IoTWireless.FuotaTask | AWS.IoTWireless.MulticastGroup | AWS.IoTWireless.NetworkAnalyzerConfiguration | AWS.IoTWireless.PartnerAccount | AWS.IoTWireless.ServiceProfile | AWS.IoTWireless.TaskDefinition | AWS.IoTWireless.WirelessDevice | AWS.IoTWireless.WirelessDeviceImportTask | AWS.IoTWireless.WirelessGateway | AWS.KMS.Alias | AWS.KMS.Key | AWS.KMS.ReplicaKey | AWS.KafkaConnect.Connector | AWS.KafkaConnect.CustomPlugin | AWS.KafkaConnect.WorkerConfiguration | AWS.Kendra.DataSource | AWS.Kendra.Faq | AWS.Kendra.Index | AWS.KendraRanking.ExecutionPlan | AWS.Kinesis.ResourcePolicy | AWS.Kinesis.Stream | AWS.Kinesis.StreamConsumer | AWS.KinesisAnalytics.Application | AWS.KinesisAnalytics.ApplicationOutput | AWS.KinesisAnalytics.ApplicationReferenceDataSource | AWS.KinesisAnalyticsV2.Application | AWS.KinesisAnalyticsV2.ApplicationCloudWatchLoggingOption | AWS.KinesisAnalyticsV2.ApplicationOutput | AWS.KinesisAnalyticsV2.ApplicationReferenceDataSource | AWS.KinesisFirehose.DeliveryStream | AWS.KinesisVideo.SignalingChannel | AWS.KinesisVideo.Stream | AWS.LakeFormation.DataCellsFilter | AWS.LakeFormation.DataLakeSettings | AWS.LakeFormation.Permissions | AWS.LakeFormation.PrincipalPermissions | AWS.LakeFormation.Resource | AWS.LakeFormation.Tag | AWS.LakeFormation.TagAssociation | AWS.Lambda.Alias | AWS.Lambda.CapacityProvider | AWS.Lambda.CodeSigningConfig | AWS.Lambda.EventInvokeConfig | AWS.Lambda.EventSourceMapping | AWS.Lambda.Function | AWS.Lambda.LayerVersion | AWS.Lambda.LayerVersionPermission | AWS.Lambda.Permission | AWS.Lambda.Url | AWS.Lambda.Version | AWS.LaunchWizard.Deployment | AWS.Lex.Bot | AWS.Lex.BotAlias | AWS.Lex.BotVersion | AWS.Lex.ResourcePolicy | AWS.LicenseManager.Grant | AWS.LicenseManager.License | AWS.Lightsail.Alarm | AWS.Lightsail.Bucket | AWS.Lightsail.Certificate | AWS.Lightsail.Container | AWS.Lightsail.Database | AWS.Lightsail.Disk | AWS.Lightsail.DiskSnapshot | AWS.Lightsail.Distribution | AWS.Lightsail.Domain | AWS.Lightsail.Instance | AWS.Lightsail.InstanceSnapshot | AWS.Lightsail.LoadBalancer | AWS.Lightsail.LoadBalancerTlsCertificate | AWS.Lightsail.StaticIp | AWS.Location.APIKey | AWS.Location.GeofenceCollection | AWS.Location.Map | AWS.Location.PlaceIndex | AWS.Location.RouteCalculator | AWS.Location.Tracker | AWS.Location.TrackerConsumer | AWS.Logs.AccountPolicy | AWS.Logs.Delivery | AWS.Logs.DeliveryDestination | AWS.Logs.DeliverySource | AWS.Logs.Destination | AWS.Logs.Integration | AWS.Logs.LogAnomalyDetector | AWS.Logs.LogGroup | AWS.Logs.LogStream | AWS.Logs.MetricFilter | AWS.Logs.QueryDefinition | AWS.Logs.ResourcePolicy | AWS.Logs.SubscriptionFilter | AWS.Logs.Transformer | AWS.LookoutEquipment.InferenceScheduler | AWS.LookoutVision.Project | AWS.M2.Application | AWS.M2.Deployment | AWS.M2.Environment | AWS.MPA.ApprovalTeam | AWS.MPA.IdentitySource | AWS.MSK.BatchScramSecret | AWS.MSK.Cluster | AWS.MSK.ClusterPolicy | AWS.MSK.Configuration | AWS.MSK.Replicator | AWS.MSK.ServerlessCluster | AWS.MSK.VpcConnection | AWS.MWAA.Environment | AWS.Macie.AllowList | AWS.Macie.CustomDataIdentifier | AWS.Macie.FindingsFilter | AWS.Macie.Session | AWS.ManagedBlockchain.Accessor | AWS.ManagedBlockchain.Member | AWS.ManagedBlockchain.Node | AWS.MediaConnect.Bridge | AWS.MediaConnect.BridgeOutput | AWS.MediaConnect.BridgeSource | AWS.MediaConnect.Flow | AWS.MediaConnect.FlowEntitlement | AWS.MediaConnect.FlowOutput | AWS.MediaConnect.FlowSource | AWS.MediaConnect.FlowVpcInterface | AWS.MediaConnect.Gateway | AWS.MediaConnect.RouterInput | AWS.MediaConnect.RouterNetworkInterface | AWS.MediaConnect.RouterOutput | AWS.MediaConvert.JobTemplate | AWS.MediaConvert.Preset | AWS.MediaConvert.Queue | AWS.MediaLive.Channel | AWS.MediaLive.ChannelPlacementGroup | AWS.MediaLive.CloudWatchAlarmTemplate | AWS.MediaLive.CloudWatchAlarmTemplateGroup | AWS.MediaLive.Cluster | AWS.MediaLive.EventBridgeRuleTemplate | AWS.MediaLive.EventBridgeRuleTemplateGroup | AWS.MediaLive.Input | AWS.MediaLive.InputSecurityGroup | AWS.MediaLive.Multiplex | AWS.MediaLive.Multiplexprogram | AWS.MediaLive.Network | AWS.MediaLive.SdiSource | AWS.MediaLive.SignalMap | AWS.MediaPackage.Asset | AWS.MediaPackage.Channel | AWS.MediaPackage.OriginEndpoint | AWS.MediaPackage.PackagingConfiguration | AWS.MediaPackage.PackagingGroup | AWS.MediaPackageV2.Channel | AWS.MediaPackageV2.ChannelGroup | AWS.MediaPackageV2.ChannelPolicy | AWS.MediaPackageV2.OriginEndpoint | AWS.MediaPackageV2.OriginEndpointPolicy | AWS.MediaStore.Container | AWS.MediaTailor.Channel | AWS.MediaTailor.ChannelPolicy | AWS.MediaTailor.LiveSource | AWS.MediaTailor.PlaybackConfiguration | AWS.MediaTailor.SourceLocation | AWS.MediaTailor.VodSource | AWS.MemoryDB.ACL | AWS.MemoryDB.Cluster | AWS.MemoryDB.MultiRegionCluster | AWS.MemoryDB.ParameterGroup | AWS.MemoryDB.SubnetGroup | AWS.MemoryDB.User | AWS.Neptune.DBCluster | AWS.Neptune.DBClusterParameterGroup | AWS.Neptune.DBInstance | AWS.Neptune.DBParameterGroup | AWS.Neptune.DBSubnetGroup | AWS.Neptune.EventSubscription | AWS.NeptuneGraph.Graph | AWS.NeptuneGraph.PrivateGraphEndpoint | AWS.NetworkFirewall.Firewall | AWS.NetworkFirewall.FirewallPolicy | AWS.NetworkFirewall.LoggingConfiguration | AWS.NetworkFirewall.RuleGroup | AWS.NetworkFirewall.TLSInspectionConfiguration | AWS.NetworkFirewall.VpcEndpointAssociation | AWS.NetworkManager.ConnectAttachment | AWS.NetworkManager.ConnectPeer | AWS.NetworkManager.CoreNetwork | AWS.NetworkManager.CoreNetworkPrefixListAssociation | AWS.NetworkManager.CustomerGatewayAssociation | AWS.NetworkManager.Device | AWS.NetworkManager.DirectConnectGatewayAttachment | AWS.NetworkManager.GlobalNetwork | AWS.NetworkManager.Link | AWS.NetworkManager.LinkAssociation | AWS.NetworkManager.Site | AWS.NetworkManager.SiteToSiteVpnAttachment | AWS.NetworkManager.TransitGatewayPeering | AWS.NetworkManager.TransitGatewayRegistration | AWS.NetworkManager.TransitGatewayRouteTableAttachment | AWS.NetworkManager.VpcAttachment | AWS.Notifications.ChannelAssociation | AWS.Notifications.EventRule | AWS.Notifications.ManagedNotificationAccountContactAssociation | AWS.Notifications.ManagedNotificationAdditionalChannelAssociation | AWS.Notifications.NotificationConfiguration | AWS.Notifications.NotificationHub | AWS.Notifications.OrganizationalUnitAssociation | AWS.NotificationsContacts.EmailContact | AWS.ODB.CloudAutonomousVmCluster | AWS.ODB.CloudExadataInfrastructure | AWS.ODB.CloudVmCluster | AWS.ODB.OdbNetwork | AWS.ODB.OdbPeeringConnection | AWS.OSIS.Pipeline | AWS.Oam.Link | AWS.Oam.Sink | AWS.ObservabilityAdmin.OrganizationCentralizationRule | AWS.ObservabilityAdmin.OrganizationTelemetryRule | AWS.ObservabilityAdmin.S3TableIntegration | AWS.ObservabilityAdmin.TelemetryPipelines | AWS.ObservabilityAdmin.TelemetryRule | AWS.Omics.AnnotationStore | AWS.Omics.ReferenceStore | AWS.Omics.RunGroup | AWS.Omics.SequenceStore | AWS.Omics.VariantStore | AWS.Omics.Workflow | AWS.Omics.WorkflowVersion | AWS.OpenSearchServerless.AccessPolicy | AWS.OpenSearchServerless.Collection | AWS.OpenSearchServerless.Index | AWS.OpenSearchServerless.LifecyclePolicy | AWS.OpenSearchServerless.SecurityConfig | AWS.OpenSearchServerless.SecurityPolicy | AWS.OpenSearchServerless.VpcEndpoint | AWS.OpenSearchService.Application | AWS.OpenSearchService.Domain | AWS.OpsWorks.App | AWS.OpsWorks.ElasticLoadBalancerAttachment | AWS.OpsWorks.Instance | AWS.OpsWorks.Layer | AWS.OpsWorks.Stack | AWS.OpsWorks.UserProfile | AWS.OpsWorks.Volume | AWS.Organizations.Account | AWS.Organizations.Organization | AWS.Organizations.OrganizationalUnit | AWS.Organizations.Policy | AWS.Organizations.ResourcePolicy | AWS.PCAConnectorAD.Connector | AWS.PCAConnectorAD.DirectoryRegistration | AWS.PCAConnectorAD.ServicePrincipalName | AWS.PCAConnectorAD.Template | AWS.PCAConnectorAD.TemplateGroupAccessControlEntry | AWS.PCAConnectorSCEP.Challenge | AWS.PCAConnectorSCEP.Connector | AWS.PCS.Cluster | AWS.PCS.ComputeNodeGroup | AWS.PCS.Queue | AWS.Panorama.ApplicationInstance | AWS.Panorama.Package | AWS.Panorama.PackageVersion | AWS.PaymentCryptography.Alias | AWS.PaymentCryptography.Key | AWS.Personalize.Dataset | AWS.Personalize.DatasetGroup | AWS.Personalize.Schema | AWS.Personalize.Solution | AWS.Pinpoint.ADMChannel | AWS.Pinpoint.APNSChannel | AWS.Pinpoint.APNSSandboxChannel | AWS.Pinpoint.APNSVoipChannel | AWS.Pinpoint.APNSVoipSandboxChannel | AWS.Pinpoint.App | AWS.Pinpoint.ApplicationSettings | AWS.Pinpoint.BaiduChannel | AWS.Pinpoint.Campaign | AWS.Pinpoint.EmailChannel | AWS.Pinpoint.EmailTemplate | AWS.Pinpoint.EventStream | AWS.Pinpoint.GCMChannel | AWS.Pinpoint.InAppTemplate | AWS.Pinpoint.PushTemplate | AWS.Pinpoint.SMSChannel | AWS.Pinpoint.Segment | AWS.Pinpoint.SmsTemplate | AWS.Pinpoint.VoiceChannel | AWS.PinpointEmail.ConfigurationSet | AWS.PinpointEmail.ConfigurationSetEventDestination | AWS.PinpointEmail.DedicatedIpPool | AWS.PinpointEmail.Identity | AWS.Pipes.Pipe | AWS.Proton.EnvironmentAccountConnection | AWS.Proton.EnvironmentTemplate | AWS.Proton.ServiceTemplate | AWS.QBusiness.Application | AWS.QBusiness.DataAccessor | AWS.QBusiness.DataSource | AWS.QBusiness.Index | AWS.QBusiness.Permission | AWS.QBusiness.Plugin | AWS.QBusiness.Retriever | AWS.QBusiness.WebExperience | AWS.QLDB.Ledger | AWS.QLDB.Stream | AWS.QuickSight.Analysis | AWS.QuickSight.CustomPermissions | AWS.QuickSight.Dashboard | AWS.QuickSight.DataSet | AWS.QuickSight.DataSource | AWS.QuickSight.Folder | AWS.QuickSight.RefreshSchedule | AWS.QuickSight.Template | AWS.QuickSight.Theme | AWS.QuickSight.Topic | AWS.QuickSight.VPCConnection | AWS.RAM.Permission | AWS.RAM.ResourceShare | AWS.RDS.CustomDBEngineVersion | AWS.RDS.DBCluster | AWS.RDS.DBClusterParameterGroup | AWS.RDS.DBInstance | AWS.RDS.DBParameterGroup | AWS.RDS.DBProxy | AWS.RDS.DBProxyEndpoint | AWS.RDS.DBProxyTargetGroup | AWS.RDS.DBSecurityGroup | AWS.RDS.DBSecurityGroupIngress | AWS.RDS.DBShardGroup | AWS.RDS.DBSubnetGroup | AWS.RDS.EventSubscription | AWS.RDS.GlobalCluster | AWS.RDS.Integration | AWS.RDS.OptionGroup | AWS.RTBFabric.InboundExternalLink | AWS.RTBFabric.Link | AWS.RTBFabric.OutboundExternalLink | AWS.RTBFabric.RequesterGateway | AWS.RTBFabric.ResponderGateway | AWS.RUM.AppMonitor | AWS.Rbin.Rule | AWS.Redshift.Cluster | AWS.Redshift.ClusterParameterGroup | AWS.Redshift.ClusterSecurityGroup | AWS.Redshift.ClusterSecurityGroupIngress | AWS.Redshift.ClusterSubnetGroup | AWS.Redshift.EndpointAccess | AWS.Redshift.EndpointAuthorization | AWS.Redshift.EventSubscription | AWS.Redshift.Integration | AWS.Redshift.ScheduledAction | AWS.RedshiftServerless.Namespace | AWS.RedshiftServerless.Snapshot | AWS.RedshiftServerless.Workgroup | AWS.RefactorSpaces.Application | AWS.RefactorSpaces.Environment | AWS.RefactorSpaces.Route | AWS.RefactorSpaces.Service | AWS.Rekognition.Collection | AWS.Rekognition.Project | AWS.Rekognition.StreamProcessor | AWS.ResilienceHub.App | AWS.ResilienceHub.ResiliencyPolicy | AWS.ResourceExplorer2.DefaultViewAssociation | AWS.ResourceExplorer2.Index | AWS.ResourceExplorer2.View | AWS.ResourceGroups.Group | AWS.ResourceGroups.TagSyncTask | AWS.RoboMaker.Fleet | AWS.RoboMaker.Robot | AWS.RoboMaker.RobotApplication | AWS.RoboMaker.RobotApplicationVersion | AWS.RoboMaker.SimulationApplication | AWS.RoboMaker.SimulationApplicationVersion | AWS.RolesAnywhere.CRL | AWS.RolesAnywhere.Profile | AWS.RolesAnywhere.TrustAnchor | AWS.Route53.CidrCollection | AWS.Route53.DNSSEC | AWS.Route53.HealthCheck | AWS.Route53.HostedZone | AWS.Route53.KeySigningKey | AWS.Route53.RecordSet | AWS.Route53.RecordSetGroup | AWS.Route53Profiles.Profile | AWS.Route53Profiles.ProfileAssociation | AWS.Route53Profiles.ProfileResourceAssociation | AWS.Route53RecoveryControl.Cluster | AWS.Route53RecoveryControl.ControlPanel | AWS.Route53RecoveryControl.RoutingControl | AWS.Route53RecoveryControl.SafetyRule | AWS.Route53RecoveryReadiness.Cell | AWS.Route53RecoveryReadiness.ReadinessCheck | AWS.Route53RecoveryReadiness.RecoveryGroup | AWS.Route53RecoveryReadiness.ResourceSet | AWS.Route53Resolver.FirewallDomainList | AWS.Route53Resolver.FirewallRuleGroup | AWS.Route53Resolver.FirewallRuleGroupAssociation | AWS.Route53Resolver.OutpostResolver | AWS.Route53Resolver.ResolverConfig | AWS.Route53Resolver.ResolverDNSSECConfig | AWS.Route53Resolver.ResolverEndpoint | AWS.Route53Resolver.ResolverQueryLoggingConfig | AWS.Route53Resolver.ResolverQueryLoggingConfigAssociation | AWS.Route53Resolver.ResolverRule | AWS.Route53Resolver.ResolverRuleAssociation | AWS.S3.AccessGrant | AWS.S3.AccessGrantsInstance | AWS.S3.AccessGrantsLocation | AWS.S3.AccessPoint | AWS.S3.Bucket | AWS.S3.BucketPolicy | AWS.S3.MultiRegionAccessPoint | AWS.S3.MultiRegionAccessPointPolicy | AWS.S3.StorageLens | AWS.S3.StorageLensGroup | AWS.S3Express.AccessPoint | AWS.S3Express.BucketPolicy | AWS.S3Express.DirectoryBucket | AWS.S3ObjectLambda.AccessPoint | AWS.S3ObjectLambda.AccessPointPolicy | AWS.S3Outposts.AccessPoint | AWS.S3Outposts.Bucket | AWS.S3Outposts.BucketPolicy | AWS.S3Outposts.Endpoint | AWS.S3Tables.Namespace | AWS.S3Tables.Table | AWS.S3Tables.TableBucket | AWS.S3Tables.TableBucketPolicy | AWS.S3Tables.TablePolicy | AWS.S3Vectors.Index | AWS.S3Vectors.VectorBucket | AWS.S3Vectors.VectorBucketPolicy | AWS.SDB.Domain | AWS.SES.ConfigurationSet | AWS.SES.ConfigurationSetEventDestination | AWS.SES.ContactList | AWS.SES.DedicatedIpPool | AWS.SES.EmailIdentity | AWS.SES.MailManagerAddonInstance | AWS.SES.MailManagerAddonSubscription | AWS.SES.MailManagerAddressList | AWS.SES.MailManagerArchive | AWS.SES.MailManagerIngressPoint | AWS.SES.MailManagerRelay | AWS.SES.MailManagerRuleSet | AWS.SES.MailManagerTrafficPolicy | AWS.SES.MultiRegionEndpoint | AWS.SES.ReceiptFilter | AWS.SES.ReceiptRule | AWS.SES.ReceiptRuleSet | AWS.SES.Template | AWS.SES.Tenant | AWS.SES.VdmAttributes | AWS.SMSVOICE.ConfigurationSet | AWS.SMSVOICE.OptOutList | AWS.SMSVOICE.PhoneNumber | AWS.SMSVOICE.Pool | AWS.SMSVOICE.ProtectConfiguration | AWS.SMSVOICE.ResourcePolicy | AWS.SMSVOICE.SenderId | AWS.SNS.Subscription | AWS.SNS.Topic | AWS.SNS.TopicInlinePolicy | AWS.SNS.TopicPolicy | AWS.SQS.Queue | AWS.SQS.QueueInlinePolicy | AWS.SQS.QueuePolicy | AWS.SSM.Association | AWS.SSM.Document | AWS.SSM.MaintenanceWindow | AWS.SSM.MaintenanceWindowTarget | AWS.SSM.MaintenanceWindowTask | AWS.SSM.Parameter | AWS.SSM.PatchBaseline | AWS.SSM.ResourceDataSync | AWS.SSM.ResourcePolicy | AWS.SSMContacts.Contact | AWS.SSMContacts.ContactChannel | AWS.SSMContacts.Plan | AWS.SSMContacts.Rotation | AWS.SSMGuiConnect.Preferences | AWS.SSMIncidents.ReplicationSet | AWS.SSMIncidents.ResponsePlan | AWS.SSMQuickSetup.ConfigurationManager | AWS.SSMQuickSetup.LifecycleAutomation | AWS.SSO.Application | AWS.SSO.ApplicationAssignment | AWS.SSO.Assignment | AWS.SSO.Instance | AWS.SSO.InstanceAccessControlAttributeConfiguration | AWS.SSO.PermissionSet | AWS.SageMaker.App | AWS.SageMaker.AppImageConfig | AWS.SageMaker.Cluster | AWS.SageMaker.CodeRepository | AWS.SageMaker.DataQualityJobDefinition | AWS.SageMaker.Device | AWS.SageMaker.DeviceFleet | AWS.SageMaker.Domain | AWS.SageMaker.Endpoint | AWS.SageMaker.EndpointConfig | AWS.SageMaker.FeatureGroup | AWS.SageMaker.Image | AWS.SageMaker.ImageVersion | AWS.SageMaker.InferenceComponent | AWS.SageMaker.InferenceExperiment | AWS.SageMaker.MlflowTrackingServer | AWS.SageMaker.Model | AWS.SageMaker.ModelBiasJobDefinition | AWS.SageMaker.ModelCard | AWS.SageMaker.ModelExplainabilityJobDefinition | AWS.SageMaker.ModelPackage | AWS.SageMaker.ModelPackageGroup | AWS.SageMaker.ModelQualityJobDefinition | AWS.SageMaker.MonitoringSchedule | AWS.SageMaker.NotebookInstance | AWS.SageMaker.NotebookInstanceLifecycleConfig | AWS.SageMaker.PartnerApp | AWS.SageMaker.Pipeline | AWS.SageMaker.ProcessingJob | AWS.SageMaker.Project | AWS.SageMaker.Space | AWS.SageMaker.StudioLifecycleConfig | AWS.SageMaker.UserProfile | AWS.SageMaker.Workteam | AWS.Scheduler.Schedule | AWS.Scheduler.ScheduleGroup | AWS.SecretsManager.ResourcePolicy | AWS.SecretsManager.RotationSchedule | AWS.SecretsManager.Secret | AWS.SecretsManager.SecretTargetAttachment | AWS.SecurityHub.AggregatorV2 | AWS.SecurityHub.AutomationRule | AWS.SecurityHub.AutomationRuleV2 | AWS.SecurityHub.ConfigurationPolicy | AWS.SecurityHub.ConnectorV2 | AWS.SecurityHub.DelegatedAdmin | AWS.SecurityHub.FindingAggregator | AWS.SecurityHub.Hub | AWS.SecurityHub.HubV2 | AWS.SecurityHub.Insight | AWS.SecurityHub.OrganizationConfiguration | AWS.SecurityHub.PolicyAssociation | AWS.SecurityHub.ProductSubscription | AWS.SecurityHub.SecurityControl | AWS.SecurityHub.Standard | AWS.SecurityLake.AwsLogSource | AWS.SecurityLake.DataLake | AWS.SecurityLake.Subscriber | AWS.SecurityLake.SubscriberNotification | AWS.ServiceCatalog.AcceptedPortfolioShare | AWS.ServiceCatalog.CloudFormationProduct | AWS.ServiceCatalog.CloudFormationProvisionedProduct | AWS.ServiceCatalog.LaunchNotificationConstraint | AWS.ServiceCatalog.LaunchRoleConstraint | AWS.ServiceCatalog.LaunchTemplateConstraint | AWS.ServiceCatalog.Portfolio | AWS.ServiceCatalog.PortfolioPrincipalAssociation | AWS.ServiceCatalog.PortfolioProductAssociation | AWS.ServiceCatalog.PortfolioShare | AWS.ServiceCatalog.ResourceUpdateConstraint | AWS.ServiceCatalog.ServiceAction | AWS.ServiceCatalog.ServiceActionAssociation | AWS.ServiceCatalog.StackSetConstraint | AWS.ServiceCatalog.TagOption | AWS.ServiceCatalog.TagOptionAssociation | AWS.ServiceCatalogAppRegistry.Application | AWS.ServiceCatalogAppRegistry.AttributeGroup | AWS.ServiceCatalogAppRegistry.AttributeGroupAssociation | AWS.ServiceCatalogAppRegistry.ResourceAssociation | AWS.ServiceDiscovery.HttpNamespace | AWS.ServiceDiscovery.Instance | AWS.ServiceDiscovery.PrivateDnsNamespace | AWS.ServiceDiscovery.PublicDnsNamespace | AWS.ServiceDiscovery.Service | AWS.Shield.DRTAccess | AWS.Shield.ProactiveEngagement | AWS.Shield.Protection | AWS.Shield.ProtectionGroup | AWS.Signer.ProfilePermission | AWS.Signer.SigningProfile | AWS.SimSpaceWeaver.Simulation | AWS.StepFunctions.Activity | AWS.StepFunctions.StateMachine | AWS.StepFunctions.StateMachineAlias | AWS.StepFunctions.StateMachineVersion | AWS.SupportApp.AccountAlias | AWS.SupportApp.SlackChannelConfiguration | AWS.SupportApp.SlackWorkspaceConfiguration | AWS.Synthetics.Canary | AWS.Synthetics.Group | AWS.SystemsManagerSAP.Application | AWS.Timestream.Database | AWS.Timestream.InfluxDBInstance | AWS.Timestream.ScheduledQuery | AWS.Timestream.Table | AWS.Transfer.Agreement | AWS.Transfer.Certificate | AWS.Transfer.Connector | AWS.Transfer.Profile | AWS.Transfer.Server | AWS.Transfer.User | AWS.Transfer.WebApp | AWS.Transfer.Workflow | AWS.VerifiedPermissions.IdentitySource | AWS.VerifiedPermissions.Policy | AWS.VerifiedPermissions.PolicyStore | AWS.VerifiedPermissions.PolicyTemplate | AWS.VoiceID.Domain | AWS.VpcLattice.AccessLogSubscription | AWS.VpcLattice.AuthPolicy | AWS.VpcLattice.DomainVerification | AWS.VpcLattice.Listener | AWS.VpcLattice.ResourceConfiguration | AWS.VpcLattice.ResourceGateway | AWS.VpcLattice.ResourcePolicy | AWS.VpcLattice.Rule | AWS.VpcLattice.Service | AWS.VpcLattice.ServiceNetwork | AWS.VpcLattice.ServiceNetworkResourceAssociation | AWS.VpcLattice.ServiceNetworkServiceAssociation | AWS.VpcLattice.ServiceNetworkVpcAssociation | AWS.VpcLattice.TargetGroup | AWS.WAF.ByteMatchSet | AWS.WAF.IPSet | AWS.WAF.Rule | AWS.WAF.SizeConstraintSet | AWS.WAF.SqlInjectionMatchSet | AWS.WAF.WebACL | AWS.WAF.XssMatchSet | AWS.WAFRegional.ByteMatchSet | AWS.WAFRegional.GeoMatchSet | AWS.WAFRegional.IPSet | AWS.WAFRegional.RateBasedRule | AWS.WAFRegional.RegexPatternSet | AWS.WAFRegional.Rule | AWS.WAFRegional.SizeConstraintSet | AWS.WAFRegional.SqlInjectionMatchSet | AWS.WAFRegional.WebACL | AWS.WAFRegional.WebACLAssociation | AWS.WAFRegional.XssMatchSet | AWS.WAFv2.IPSet | AWS.WAFv2.LoggingConfiguration | AWS.WAFv2.RegexPatternSet | AWS.WAFv2.RuleGroup | AWS.WAFv2.WebACL | AWS.WAFv2.WebACLAssociation | AWS.Wisdom.AIAgent | AWS.Wisdom.AIAgentVersion | AWS.Wisdom.AIGuardrail | AWS.Wisdom.AIGuardrailVersion | AWS.Wisdom.AIPrompt | AWS.Wisdom.AIPromptVersion | AWS.Wisdom.Assistant | AWS.Wisdom.AssistantAssociation | AWS.Wisdom.KnowledgeBase | AWS.Wisdom.MessageTemplate | AWS.Wisdom.MessageTemplateVersion | AWS.Wisdom.QuickResponse | AWS.WorkSpaces.ConnectionAlias | AWS.WorkSpaces.Workspace | AWS.WorkSpaces.WorkspacesPool | AWS.WorkSpacesThinClient.Environment | AWS.WorkSpacesWeb.BrowserSettings | AWS.WorkSpacesWeb.DataProtectionSettings | AWS.WorkSpacesWeb.IdentityProvider | AWS.WorkSpacesWeb.IpAccessSettings | AWS.WorkSpacesWeb.NetworkSettings | AWS.WorkSpacesWeb.Portal | AWS.WorkSpacesWeb.SessionLogger | AWS.WorkSpacesWeb.TrustStore | AWS.WorkSpacesWeb.UserAccessLoggingSettings | AWS.WorkSpacesWeb.UserSettings | AWS.WorkspacesInstances.Volume | AWS.WorkspacesInstances.VolumeAssociation | AWS.WorkspacesInstances.WorkspaceInstance | AWS.XRay.Group | AWS.XRay.ResourcePolicy | AWS.XRay.SamplingRule | AWS.XRay.TransactionSearchConfig | Alexa.ASK.Skill;
2
- export declare enum CloudFormationPseudoParameters {
3
- "AWS::AccountId" = "AWS::AccountId",
4
- "AWS::NotificationARNs" = "AWS::NotificationARNs",
5
- "AWS::NoValue" = "AWS::NoValue",
6
- "AWS::Partition" = "AWS::Partition",
7
- "AWS::Region" = "AWS::Region",
8
- "AWS::StackId" = "AWS::StackId",
9
- "AWS::StackName" = "AWS::StackName",
10
- "AWS::URLSuffix" = "AWS::URLSuffix"
11
- }
12
- export type CloudFormationIntrinsicFunctionNames = "Fn::And" | "Fn::Equals" | "Fn::If" | "Fn::Not" | "Fn::Or" | "Fn::Base64" | "Fn::Cidr" | "Fn::FindInMap" | "Fn::GetAtt" | "Fn::GetAZs" | "Fn::ImportValue" | "Fn::Join" | "Fn::Select" | "Fn::Split" | "Fn::Sub" | "Fn::Transform" | "Condition" | "Ref";
13
- export type CloudFormationIntrinsicFunction = {
1
+ type AllResourceTypes = AWS.ACMPCA.Certificate | AWS.ACMPCA.CertificateAuthority | AWS.ACMPCA.CertificateAuthorityActivation | AWS.ACMPCA.Permission | AWS.AIOps.InvestigationGroup | AWS.APS.AnomalyDetector | AWS.APS.ResourcePolicy | AWS.APS.RuleGroupsNamespace | AWS.APS.Scraper | AWS.APS.Workspace | AWS.ARCRegionSwitch.Plan | AWS.ARCZonalShift.AutoshiftObserverNotificationStatus | AWS.ARCZonalShift.ZonalAutoshiftConfiguration | AWS.AccessAnalyzer.Analyzer | AWS.AmazonMQ.Broker | AWS.AmazonMQ.Configuration | AWS.AmazonMQ.ConfigurationAssociation | AWS.Amplify.App | AWS.Amplify.Branch | AWS.Amplify.Domain | AWS.AmplifyUIBuilder.Component | AWS.AmplifyUIBuilder.Form | AWS.AmplifyUIBuilder.Theme | AWS.ApiGateway.Account | AWS.ApiGateway.ApiKey | AWS.ApiGateway.Authorizer | AWS.ApiGateway.BasePathMapping | AWS.ApiGateway.BasePathMappingV2 | AWS.ApiGateway.ClientCertificate | AWS.ApiGateway.Deployment | AWS.ApiGateway.DocumentationPart | AWS.ApiGateway.DocumentationVersion | AWS.ApiGateway.DomainName | AWS.ApiGateway.DomainNameAccessAssociation | AWS.ApiGateway.DomainNameV2 | AWS.ApiGateway.GatewayResponse | AWS.ApiGateway.Method | AWS.ApiGateway.Model | AWS.ApiGateway.RequestValidator | AWS.ApiGateway.Resource | AWS.ApiGateway.RestApi | AWS.ApiGateway.Stage | AWS.ApiGateway.UsagePlan | AWS.ApiGateway.UsagePlanKey | AWS.ApiGateway.VpcLink | AWS.ApiGatewayV2.Api | AWS.ApiGatewayV2.ApiGatewayManagedOverrides | AWS.ApiGatewayV2.ApiMapping | AWS.ApiGatewayV2.Authorizer | AWS.ApiGatewayV2.Deployment | AWS.ApiGatewayV2.DomainName | AWS.ApiGatewayV2.Integration | AWS.ApiGatewayV2.IntegrationResponse | AWS.ApiGatewayV2.Model | AWS.ApiGatewayV2.Route | AWS.ApiGatewayV2.RouteResponse | AWS.ApiGatewayV2.RoutingRule | AWS.ApiGatewayV2.Stage | AWS.ApiGatewayV2.VpcLink | AWS.AppConfig.Application | AWS.AppConfig.ConfigurationProfile | AWS.AppConfig.Deployment | AWS.AppConfig.DeploymentStrategy | AWS.AppConfig.Environment | AWS.AppConfig.Extension | AWS.AppConfig.ExtensionAssociation | AWS.AppConfig.HostedConfigurationVersion | AWS.AppFlow.Connector | AWS.AppFlow.ConnectorProfile | AWS.AppFlow.Flow | AWS.AppIntegrations.Application | AWS.AppIntegrations.DataIntegration | AWS.AppIntegrations.EventIntegration | AWS.AppMesh.GatewayRoute | AWS.AppMesh.Mesh | AWS.AppMesh.Route | AWS.AppMesh.VirtualGateway | AWS.AppMesh.VirtualNode | AWS.AppMesh.VirtualRouter | AWS.AppMesh.VirtualService | AWS.AppRunner.AutoScalingConfiguration | AWS.AppRunner.ObservabilityConfiguration | AWS.AppRunner.Service | AWS.AppRunner.VpcConnector | AWS.AppRunner.VpcIngressConnection | AWS.AppStream.AppBlock | AWS.AppStream.AppBlockBuilder | AWS.AppStream.Application | AWS.AppStream.ApplicationEntitlementAssociation | AWS.AppStream.ApplicationFleetAssociation | AWS.AppStream.DirectoryConfig | AWS.AppStream.Entitlement | AWS.AppStream.Fleet | AWS.AppStream.ImageBuilder | AWS.AppStream.Stack | AWS.AppStream.StackFleetAssociation | AWS.AppStream.StackUserAssociation | AWS.AppStream.User | AWS.AppSync.Api | AWS.AppSync.ApiCache | AWS.AppSync.ApiKey | AWS.AppSync.ChannelNamespace | AWS.AppSync.DataSource | AWS.AppSync.DomainName | AWS.AppSync.DomainNameApiAssociation | AWS.AppSync.FunctionConfiguration | AWS.AppSync.GraphQLApi | AWS.AppSync.GraphQLSchema | AWS.AppSync.Resolver | AWS.AppSync.SourceApiAssociation | AWS.AppTest.TestCase | AWS.ApplicationAutoScaling.ScalableTarget | AWS.ApplicationAutoScaling.ScalingPolicy | AWS.ApplicationInsights.Application | AWS.ApplicationSignals.Discovery | AWS.ApplicationSignals.GroupingConfiguration | AWS.ApplicationSignals.ServiceLevelObjective | AWS.Athena.CapacityReservation | AWS.Athena.DataCatalog | AWS.Athena.NamedQuery | AWS.Athena.PreparedStatement | AWS.Athena.WorkGroup | AWS.AuditManager.Assessment | AWS.AutoScaling.AutoScalingGroup | AWS.AutoScaling.LaunchConfiguration | AWS.AutoScaling.LifecycleHook | AWS.AutoScaling.ScalingPolicy | AWS.AutoScaling.ScheduledAction | AWS.AutoScaling.WarmPool | AWS.AutoScalingPlans.ScalingPlan | AWS.B2BI.Capability | AWS.B2BI.Partnership | AWS.B2BI.Profile | AWS.B2BI.Transformer | AWS.BCMDataExports.Export | AWS.Backup.BackupPlan | AWS.Backup.BackupSelection | AWS.Backup.BackupVault | AWS.Backup.Framework | AWS.Backup.LogicallyAirGappedBackupVault | AWS.Backup.ReportPlan | AWS.Backup.RestoreTestingPlan | AWS.Backup.RestoreTestingSelection | AWS.BackupGateway.Hypervisor | AWS.Batch.ComputeEnvironment | AWS.Batch.ConsumableResource | AWS.Batch.JobDefinition | AWS.Batch.JobQueue | AWS.Batch.SchedulingPolicy | AWS.Batch.ServiceEnvironment | AWS.Bedrock.Agent | AWS.Bedrock.AgentAlias | AWS.Bedrock.ApplicationInferenceProfile | AWS.Bedrock.AutomatedReasoningPolicy | AWS.Bedrock.AutomatedReasoningPolicyVersion | AWS.Bedrock.Blueprint | AWS.Bedrock.DataAutomationProject | AWS.Bedrock.DataSource | AWS.Bedrock.Flow | AWS.Bedrock.FlowAlias | AWS.Bedrock.FlowVersion | AWS.Bedrock.Guardrail | AWS.Bedrock.GuardrailVersion | AWS.Bedrock.IntelligentPromptRouter | AWS.Bedrock.KnowledgeBase | AWS.Bedrock.Prompt | AWS.Bedrock.PromptVersion | AWS.BedrockAgentCore.BrowserCustom | AWS.BedrockAgentCore.CodeInterpreterCustom | AWS.BedrockAgentCore.Gateway | AWS.BedrockAgentCore.GatewayTarget | AWS.BedrockAgentCore.Memory | AWS.BedrockAgentCore.Runtime | AWS.BedrockAgentCore.RuntimeEndpoint | AWS.BedrockAgentCore.WorkloadIdentity | AWS.Billing.BillingView | AWS.BillingConductor.BillingGroup | AWS.BillingConductor.CustomLineItem | AWS.BillingConductor.PricingPlan | AWS.BillingConductor.PricingRule | AWS.Budgets.Budget | AWS.Budgets.BudgetsAction | AWS.CE.AnomalyMonitor | AWS.CE.AnomalySubscription | AWS.CE.CostCategory | AWS.CUR.ReportDefinition | AWS.Cases.CaseRule | AWS.Cases.Domain | AWS.Cases.Field | AWS.Cases.Layout | AWS.Cases.Template | AWS.Cassandra.Keyspace | AWS.Cassandra.Table | AWS.Cassandra.Type | AWS.CertificateManager.Account | AWS.CertificateManager.Certificate | AWS.Chatbot.CustomAction | AWS.Chatbot.MicrosoftTeamsChannelConfiguration | AWS.Chatbot.SlackChannelConfiguration | AWS.CleanRooms.AnalysisTemplate | AWS.CleanRooms.Collaboration | AWS.CleanRooms.ConfiguredTable | AWS.CleanRooms.ConfiguredTableAssociation | AWS.CleanRooms.IdMappingTable | AWS.CleanRooms.IdNamespaceAssociation | AWS.CleanRooms.Membership | AWS.CleanRooms.PrivacyBudgetTemplate | AWS.CleanRoomsML.TrainingDataset | AWS.Cloud9.EnvironmentEC2 | AWS.CloudFormation.CustomResource | AWS.CloudFormation.GuardHook | AWS.CloudFormation.HookDefaultVersion | AWS.CloudFormation.HookTypeConfig | AWS.CloudFormation.HookVersion | AWS.CloudFormation.LambdaHook | AWS.CloudFormation.Macro | AWS.CloudFormation.ModuleDefaultVersion | AWS.CloudFormation.ModuleVersion | AWS.CloudFormation.PublicTypeVersion | AWS.CloudFormation.Publisher | AWS.CloudFormation.ResourceDefaultVersion | AWS.CloudFormation.ResourceVersion | AWS.CloudFormation.Stack | AWS.CloudFormation.StackSet | AWS.CloudFormation.TypeActivation | AWS.CloudFormation.WaitCondition | AWS.CloudFormation.WaitConditionHandle | AWS.CloudFront.AnycastIpList | AWS.CloudFront.CachePolicy | AWS.CloudFront.CloudFrontOriginAccessIdentity | AWS.CloudFront.ConnectionFunction | AWS.CloudFront.ConnectionGroup | AWS.CloudFront.ContinuousDeploymentPolicy | AWS.CloudFront.Distribution | AWS.CloudFront.DistributionTenant | AWS.CloudFront.Function | AWS.CloudFront.KeyGroup | AWS.CloudFront.KeyValueStore | AWS.CloudFront.MonitoringSubscription | AWS.CloudFront.OriginAccessControl | AWS.CloudFront.OriginRequestPolicy | AWS.CloudFront.PublicKey | AWS.CloudFront.RealtimeLogConfig | AWS.CloudFront.ResponseHeadersPolicy | AWS.CloudFront.StreamingDistribution | AWS.CloudFront.TrustStore | AWS.CloudFront.VpcOrigin | AWS.CloudTrail.Channel | AWS.CloudTrail.Dashboard | AWS.CloudTrail.EventDataStore | AWS.CloudTrail.ResourcePolicy | AWS.CloudTrail.Trail | AWS.CloudWatch.Alarm | AWS.CloudWatch.AnomalyDetector | AWS.CloudWatch.CompositeAlarm | AWS.CloudWatch.Dashboard | AWS.CloudWatch.InsightRule | AWS.CloudWatch.MetricStream | AWS.CodeArtifact.Domain | AWS.CodeArtifact.PackageGroup | AWS.CodeArtifact.Repository | AWS.CodeBuild.Fleet | AWS.CodeBuild.Project | AWS.CodeBuild.ReportGroup | AWS.CodeBuild.SourceCredential | AWS.CodeCommit.Repository | AWS.CodeConnections.Connection | AWS.CodeDeploy.Application | AWS.CodeDeploy.DeploymentConfig | AWS.CodeDeploy.DeploymentGroup | AWS.CodeGuruProfiler.ProfilingGroup | AWS.CodeGuruReviewer.RepositoryAssociation | AWS.CodePipeline.CustomActionType | AWS.CodePipeline.Pipeline | AWS.CodePipeline.Webhook | AWS.CodeStar.GitHubRepository | AWS.CodeStarConnections.Connection | AWS.CodeStarConnections.RepositoryLink | AWS.CodeStarConnections.SyncConfiguration | AWS.CodeStarNotifications.NotificationRule | AWS.Cognito.IdentityPool | AWS.Cognito.IdentityPoolPrincipalTag | AWS.Cognito.IdentityPoolRoleAttachment | AWS.Cognito.LogDeliveryConfiguration | AWS.Cognito.ManagedLoginBranding | AWS.Cognito.Terms | AWS.Cognito.UserPool | AWS.Cognito.UserPoolClient | AWS.Cognito.UserPoolDomain | AWS.Cognito.UserPoolGroup | AWS.Cognito.UserPoolIdentityProvider | AWS.Cognito.UserPoolResourceServer | AWS.Cognito.UserPoolRiskConfigurationAttachment | AWS.Cognito.UserPoolUICustomizationAttachment | AWS.Cognito.UserPoolUser | AWS.Cognito.UserPoolUserToGroupAttachment | AWS.Comprehend.DocumentClassifier | AWS.Comprehend.Flywheel | AWS.Config.AggregationAuthorization | AWS.Config.ConfigRule | AWS.Config.ConfigurationAggregator | AWS.Config.ConfigurationRecorder | AWS.Config.ConformancePack | AWS.Config.DeliveryChannel | AWS.Config.OrganizationConfigRule | AWS.Config.OrganizationConformancePack | AWS.Config.RemediationConfiguration | AWS.Config.StoredQuery | AWS.Connect.AgentStatus | AWS.Connect.ApprovedOrigin | AWS.Connect.ContactFlow | AWS.Connect.ContactFlowModule | AWS.Connect.ContactFlowVersion | AWS.Connect.DataTable | AWS.Connect.DataTableAttribute | AWS.Connect.DataTableRecord | AWS.Connect.EmailAddress | AWS.Connect.EvaluationForm | AWS.Connect.HoursOfOperation | AWS.Connect.Instance | AWS.Connect.InstanceStorageConfig | AWS.Connect.IntegrationAssociation | AWS.Connect.PhoneNumber | AWS.Connect.PredefinedAttribute | AWS.Connect.Prompt | AWS.Connect.Queue | AWS.Connect.QuickConnect | AWS.Connect.RoutingProfile | AWS.Connect.Rule | AWS.Connect.SecurityKey | AWS.Connect.SecurityProfile | AWS.Connect.TaskTemplate | AWS.Connect.TrafficDistributionGroup | AWS.Connect.User | AWS.Connect.UserHierarchyGroup | AWS.Connect.UserHierarchyStructure | AWS.Connect.View | AWS.Connect.ViewVersion | AWS.Connect.Workspace | AWS.ConnectCampaigns.Campaign | AWS.ConnectCampaignsV2.Campaign | AWS.ControlTower.EnabledBaseline | AWS.ControlTower.EnabledControl | AWS.ControlTower.LandingZone | AWS.CustomerProfiles.CalculatedAttributeDefinition | AWS.CustomerProfiles.Domain | AWS.CustomerProfiles.EventStream | AWS.CustomerProfiles.EventTrigger | AWS.CustomerProfiles.Integration | AWS.CustomerProfiles.ObjectType | AWS.CustomerProfiles.SegmentDefinition | AWS.DAX.Cluster | AWS.DAX.ParameterGroup | AWS.DAX.SubnetGroup | AWS.DLM.LifecyclePolicy | AWS.DMS.Certificate | AWS.DMS.DataMigration | AWS.DMS.DataProvider | AWS.DMS.Endpoint | AWS.DMS.EventSubscription | AWS.DMS.InstanceProfile | AWS.DMS.MigrationProject | AWS.DMS.ReplicationConfig | AWS.DMS.ReplicationInstance | AWS.DMS.ReplicationSubnetGroup | AWS.DMS.ReplicationTask | AWS.DSQL.Cluster | AWS.DataBrew.Dataset | AWS.DataBrew.Job | AWS.DataBrew.Project | AWS.DataBrew.Recipe | AWS.DataBrew.Ruleset | AWS.DataBrew.Schedule | AWS.DataPipeline.Pipeline | AWS.DataSync.Agent | AWS.DataSync.LocationAzureBlob | AWS.DataSync.LocationEFS | AWS.DataSync.LocationFSxLustre | AWS.DataSync.LocationFSxONTAP | AWS.DataSync.LocationFSxOpenZFS | AWS.DataSync.LocationFSxWindows | AWS.DataSync.LocationHDFS | AWS.DataSync.LocationNFS | AWS.DataSync.LocationObjectStorage | AWS.DataSync.LocationS3 | AWS.DataSync.LocationSMB | AWS.DataSync.Task | AWS.DataZone.Connection | AWS.DataZone.DataSource | AWS.DataZone.Domain | AWS.DataZone.DomainUnit | AWS.DataZone.Environment | AWS.DataZone.EnvironmentActions | AWS.DataZone.EnvironmentBlueprintConfiguration | AWS.DataZone.EnvironmentProfile | AWS.DataZone.FormType | AWS.DataZone.GroupProfile | AWS.DataZone.Owner | AWS.DataZone.PolicyGrant | AWS.DataZone.Project | AWS.DataZone.ProjectMembership | AWS.DataZone.ProjectProfile | AWS.DataZone.SubscriptionTarget | AWS.DataZone.UserProfile | AWS.Deadline.Farm | AWS.Deadline.Fleet | AWS.Deadline.LicenseEndpoint | AWS.Deadline.Limit | AWS.Deadline.MeteredProduct | AWS.Deadline.Monitor | AWS.Deadline.Queue | AWS.Deadline.QueueEnvironment | AWS.Deadline.QueueFleetAssociation | AWS.Deadline.QueueLimitAssociation | AWS.Deadline.StorageProfile | AWS.Detective.Graph | AWS.Detective.MemberInvitation | AWS.Detective.OrganizationAdmin | AWS.DevOpsAgent.AgentSpace | AWS.DevOpsAgent.Association | AWS.DevOpsGuru.LogAnomalyDetectionIntegration | AWS.DevOpsGuru.NotificationChannel | AWS.DevOpsGuru.ResourceCollection | AWS.DirectoryService.MicrosoftAD | AWS.DirectoryService.SimpleAD | AWS.DocDB.DBCluster | AWS.DocDB.DBClusterParameterGroup | AWS.DocDB.DBInstance | AWS.DocDB.DBSubnetGroup | AWS.DocDB.EventSubscription | AWS.DocDBElastic.Cluster | AWS.DynamoDB.GlobalTable | AWS.DynamoDB.Table | AWS.EC2.CapacityManagerDataExport | AWS.EC2.CapacityReservation | AWS.EC2.CapacityReservationFleet | AWS.EC2.CarrierGateway | AWS.EC2.ClientVpnAuthorizationRule | AWS.EC2.ClientVpnEndpoint | AWS.EC2.ClientVpnRoute | AWS.EC2.ClientVpnTargetNetworkAssociation | AWS.EC2.CustomerGateway | AWS.EC2.DHCPOptions | AWS.EC2.EC2Fleet | AWS.EC2.EIP | AWS.EC2.EIPAssociation | AWS.EC2.EgressOnlyInternetGateway | AWS.EC2.EnclaveCertificateIamRoleAssociation | AWS.EC2.FlowLog | AWS.EC2.GatewayRouteTableAssociation | AWS.EC2.Host | AWS.EC2.IPAM | AWS.EC2.IPAMAllocation | AWS.EC2.IPAMPool | AWS.EC2.IPAMPoolCidr | AWS.EC2.IPAMResourceDiscovery | AWS.EC2.IPAMResourceDiscoveryAssociation | AWS.EC2.IPAMScope | AWS.EC2.Instance | AWS.EC2.InstanceConnectEndpoint | AWS.EC2.InternetGateway | AWS.EC2.IpPoolRouteTableAssociation | AWS.EC2.KeyPair | AWS.EC2.LaunchTemplate | AWS.EC2.LocalGatewayRoute | AWS.EC2.LocalGatewayRouteTable | AWS.EC2.LocalGatewayRouteTableVPCAssociation | AWS.EC2.LocalGatewayRouteTableVirtualInterfaceGroupAssociation | AWS.EC2.LocalGatewayVirtualInterface | AWS.EC2.LocalGatewayVirtualInterfaceGroup | AWS.EC2.NatGateway | AWS.EC2.NetworkAcl | AWS.EC2.NetworkAclEntry | AWS.EC2.NetworkInsightsAccessScope | AWS.EC2.NetworkInsightsAccessScopeAnalysis | AWS.EC2.NetworkInsightsAnalysis | AWS.EC2.NetworkInsightsPath | AWS.EC2.NetworkInterface | AWS.EC2.NetworkInterfaceAttachment | AWS.EC2.NetworkInterfacePermission | AWS.EC2.NetworkPerformanceMetricSubscription | AWS.EC2.PlacementGroup | AWS.EC2.PrefixList | AWS.EC2.Route | AWS.EC2.RouteServer | AWS.EC2.RouteServerAssociation | AWS.EC2.RouteServerEndpoint | AWS.EC2.RouteServerPeer | AWS.EC2.RouteServerPropagation | AWS.EC2.RouteTable | AWS.EC2.SecurityGroup | AWS.EC2.SecurityGroupEgress | AWS.EC2.SecurityGroupIngress | AWS.EC2.SecurityGroupVpcAssociation | AWS.EC2.SnapshotBlockPublicAccess | AWS.EC2.SpotFleet | AWS.EC2.Subnet | AWS.EC2.SubnetCidrBlock | AWS.EC2.SubnetNetworkAclAssociation | AWS.EC2.SubnetRouteTableAssociation | AWS.EC2.TrafficMirrorFilter | AWS.EC2.TrafficMirrorFilterRule | AWS.EC2.TrafficMirrorSession | AWS.EC2.TrafficMirrorTarget | AWS.EC2.TransitGateway | AWS.EC2.TransitGatewayAttachment | AWS.EC2.TransitGatewayConnect | AWS.EC2.TransitGatewayConnectPeer | AWS.EC2.TransitGatewayMeteringPolicy | AWS.EC2.TransitGatewayMeteringPolicyEntry | AWS.EC2.TransitGatewayMulticastDomain | AWS.EC2.TransitGatewayMulticastDomainAssociation | AWS.EC2.TransitGatewayMulticastGroupMember | AWS.EC2.TransitGatewayMulticastGroupSource | AWS.EC2.TransitGatewayPeeringAttachment | AWS.EC2.TransitGatewayRoute | AWS.EC2.TransitGatewayRouteTable | AWS.EC2.TransitGatewayRouteTableAssociation | AWS.EC2.TransitGatewayRouteTablePropagation | AWS.EC2.TransitGatewayVpcAttachment | AWS.EC2.VPC | AWS.EC2.VPCBlockPublicAccessExclusion | AWS.EC2.VPCBlockPublicAccessOptions | AWS.EC2.VPCCidrBlock | AWS.EC2.VPCDHCPOptionsAssociation | AWS.EC2.VPCEncryptionControl | AWS.EC2.VPCEndpoint | AWS.EC2.VPCEndpointConnectionNotification | AWS.EC2.VPCEndpointService | AWS.EC2.VPCEndpointServicePermissions | AWS.EC2.VPCGatewayAttachment | AWS.EC2.VPCPeeringConnection | AWS.EC2.VPNConcentrator | AWS.EC2.VPNConnection | AWS.EC2.VPNConnectionRoute | AWS.EC2.VPNGateway | AWS.EC2.VPNGatewayRoutePropagation | AWS.EC2.VerifiedAccessEndpoint | AWS.EC2.VerifiedAccessGroup | AWS.EC2.VerifiedAccessInstance | AWS.EC2.VerifiedAccessTrustProvider | AWS.EC2.Volume | AWS.EC2.VolumeAttachment | AWS.ECR.PublicRepository | AWS.ECR.PullThroughCacheRule | AWS.ECR.PullTimeUpdateExclusion | AWS.ECR.RegistryPolicy | AWS.ECR.RegistryScanningConfiguration | AWS.ECR.ReplicationConfiguration | AWS.ECR.Repository | AWS.ECR.RepositoryCreationTemplate | AWS.ECR.SigningConfiguration | AWS.ECS.CapacityProvider | AWS.ECS.Cluster | AWS.ECS.ClusterCapacityProviderAssociations | AWS.ECS.ExpressGatewayService | AWS.ECS.PrimaryTaskSet | AWS.ECS.Service | AWS.ECS.TaskDefinition | AWS.ECS.TaskSet | AWS.EFS.AccessPoint | AWS.EFS.FileSystem | AWS.EFS.MountTarget | AWS.EKS.AccessEntry | AWS.EKS.Addon | AWS.EKS.Capability | AWS.EKS.Cluster | AWS.EKS.FargateProfile | AWS.EKS.IdentityProviderConfig | AWS.EKS.Nodegroup | AWS.EKS.PodIdentityAssociation | AWS.EMR.Cluster | AWS.EMR.InstanceFleetConfig | AWS.EMR.InstanceGroupConfig | AWS.EMR.SecurityConfiguration | AWS.EMR.Step | AWS.EMR.Studio | AWS.EMR.StudioSessionMapping | AWS.EMR.WALWorkspace | AWS.EMRContainers.VirtualCluster | AWS.EMRServerless.Application | AWS.EVS.Environment | AWS.ElastiCache.CacheCluster | AWS.ElastiCache.GlobalReplicationGroup | AWS.ElastiCache.ParameterGroup | AWS.ElastiCache.ReplicationGroup | AWS.ElastiCache.SecurityGroup | AWS.ElastiCache.SecurityGroupIngress | AWS.ElastiCache.ServerlessCache | AWS.ElastiCache.SubnetGroup | AWS.ElastiCache.User | AWS.ElastiCache.UserGroup | AWS.ElasticBeanstalk.Application | AWS.ElasticBeanstalk.ApplicationVersion | AWS.ElasticBeanstalk.ConfigurationTemplate | AWS.ElasticBeanstalk.Environment | AWS.ElasticLoadBalancing.LoadBalancer | AWS.ElasticLoadBalancingV2.Listener | AWS.ElasticLoadBalancingV2.ListenerCertificate | AWS.ElasticLoadBalancingV2.ListenerRule | AWS.ElasticLoadBalancingV2.LoadBalancer | AWS.ElasticLoadBalancingV2.TargetGroup | AWS.ElasticLoadBalancingV2.TrustStore | AWS.ElasticLoadBalancingV2.TrustStoreRevocation | AWS.Elasticsearch.Domain | AWS.EntityResolution.IdMappingWorkflow | AWS.EntityResolution.IdNamespace | AWS.EntityResolution.MatchingWorkflow | AWS.EntityResolution.PolicyStatement | AWS.EntityResolution.SchemaMapping | AWS.EventSchemas.Discoverer | AWS.EventSchemas.Registry | AWS.EventSchemas.RegistryPolicy | AWS.EventSchemas.Schema | AWS.Events.ApiDestination | AWS.Events.Archive | AWS.Events.Connection | AWS.Events.Endpoint | AWS.Events.EventBus | AWS.Events.EventBusPolicy | AWS.Events.Rule | AWS.Evidently.Experiment | AWS.Evidently.Feature | AWS.Evidently.Launch | AWS.Evidently.Project | AWS.Evidently.Segment | AWS.FIS.ExperimentTemplate | AWS.FIS.TargetAccountConfiguration | AWS.FMS.NotificationChannel | AWS.FMS.Policy | AWS.FMS.ResourceSet | AWS.FSx.DataRepositoryAssociation | AWS.FSx.FileSystem | AWS.FSx.S3AccessPointAttachment | AWS.FSx.Snapshot | AWS.FSx.StorageVirtualMachine | AWS.FSx.Volume | AWS.FinSpace.Environment | AWS.Forecast.Dataset | AWS.Forecast.DatasetGroup | AWS.FraudDetector.Detector | AWS.FraudDetector.EntityType | AWS.FraudDetector.EventType | AWS.FraudDetector.Label | AWS.FraudDetector.List | AWS.FraudDetector.Outcome | AWS.FraudDetector.Variable | AWS.GameLift.Alias | AWS.GameLift.Build | AWS.GameLift.ContainerFleet | AWS.GameLift.ContainerGroupDefinition | AWS.GameLift.Fleet | AWS.GameLift.GameServerGroup | AWS.GameLift.GameSessionQueue | AWS.GameLift.Location | AWS.GameLift.MatchmakingConfiguration | AWS.GameLift.MatchmakingRuleSet | AWS.GameLift.Script | AWS.GlobalAccelerator.Accelerator | AWS.GlobalAccelerator.CrossAccountAttachment | AWS.GlobalAccelerator.EndpointGroup | AWS.GlobalAccelerator.Listener | AWS.Glue.Classifier | AWS.Glue.Connection | AWS.Glue.Crawler | AWS.Glue.CustomEntityType | AWS.Glue.DataCatalogEncryptionSettings | AWS.Glue.DataQualityRuleset | AWS.Glue.Database | AWS.Glue.DevEndpoint | AWS.Glue.IdentityCenterConfiguration | AWS.Glue.Integration | AWS.Glue.IntegrationResourceProperty | AWS.Glue.Job | AWS.Glue.MLTransform | AWS.Glue.Partition | AWS.Glue.Registry | AWS.Glue.Schema | AWS.Glue.SchemaVersion | AWS.Glue.SchemaVersionMetadata | AWS.Glue.SecurityConfiguration | AWS.Glue.Table | AWS.Glue.TableOptimizer | AWS.Glue.Trigger | AWS.Glue.UsageProfile | AWS.Glue.Workflow | AWS.Grafana.Workspace | AWS.Greengrass.ConnectorDefinition | AWS.Greengrass.ConnectorDefinitionVersion | AWS.Greengrass.CoreDefinition | AWS.Greengrass.CoreDefinitionVersion | AWS.Greengrass.DeviceDefinition | AWS.Greengrass.DeviceDefinitionVersion | AWS.Greengrass.FunctionDefinition | AWS.Greengrass.FunctionDefinitionVersion | AWS.Greengrass.Group | AWS.Greengrass.GroupVersion | AWS.Greengrass.LoggerDefinition | AWS.Greengrass.LoggerDefinitionVersion | AWS.Greengrass.ResourceDefinition | AWS.Greengrass.ResourceDefinitionVersion | AWS.Greengrass.SubscriptionDefinition | AWS.Greengrass.SubscriptionDefinitionVersion | AWS.GreengrassV2.ComponentVersion | AWS.GreengrassV2.Deployment | AWS.GroundStation.Config | AWS.GroundStation.DataflowEndpointGroup | AWS.GroundStation.DataflowEndpointGroupV2 | AWS.GroundStation.MissionProfile | AWS.GuardDuty.Detector | AWS.GuardDuty.Filter | AWS.GuardDuty.IPSet | AWS.GuardDuty.MalwareProtectionPlan | AWS.GuardDuty.Master | AWS.GuardDuty.Member | AWS.GuardDuty.PublishingDestination | AWS.GuardDuty.ThreatEntitySet | AWS.GuardDuty.ThreatIntelSet | AWS.GuardDuty.TrustedEntitySet | AWS.HealthImaging.Datastore | AWS.HealthLake.FHIRDatastore | AWS.IAM.AccessKey | AWS.IAM.Group | AWS.IAM.GroupPolicy | AWS.IAM.InstanceProfile | AWS.IAM.ManagedPolicy | AWS.IAM.OIDCProvider | AWS.IAM.Policy | AWS.IAM.Role | AWS.IAM.RolePolicy | AWS.IAM.SAMLProvider | AWS.IAM.ServerCertificate | AWS.IAM.ServiceLinkedRole | AWS.IAM.User | AWS.IAM.UserPolicy | AWS.IAM.UserToGroupAddition | AWS.IAM.VirtualMFADevice | AWS.IVS.Channel | AWS.IVS.EncoderConfiguration | AWS.IVS.IngestConfiguration | AWS.IVS.PlaybackKeyPair | AWS.IVS.PlaybackRestrictionPolicy | AWS.IVS.PublicKey | AWS.IVS.RecordingConfiguration | AWS.IVS.Stage | AWS.IVS.StorageConfiguration | AWS.IVS.StreamKey | AWS.IVSChat.LoggingConfiguration | AWS.IVSChat.Room | AWS.IdentityStore.Group | AWS.IdentityStore.GroupMembership | AWS.ImageBuilder.Component | AWS.ImageBuilder.ContainerRecipe | AWS.ImageBuilder.DistributionConfiguration | AWS.ImageBuilder.Image | AWS.ImageBuilder.ImagePipeline | AWS.ImageBuilder.ImageRecipe | AWS.ImageBuilder.InfrastructureConfiguration | AWS.ImageBuilder.LifecyclePolicy | AWS.ImageBuilder.Workflow | AWS.Inspector.AssessmentTarget | AWS.Inspector.AssessmentTemplate | AWS.Inspector.ResourceGroup | AWS.InspectorV2.CisScanConfiguration | AWS.InspectorV2.CodeSecurityIntegration | AWS.InspectorV2.CodeSecurityScanConfiguration | AWS.InspectorV2.Filter | AWS.InternetMonitor.Monitor | AWS.Invoicing.InvoiceUnit | AWS.IoT.AccountAuditConfiguration | AWS.IoT.Authorizer | AWS.IoT.BillingGroup | AWS.IoT.CACertificate | AWS.IoT.Certificate | AWS.IoT.CertificateProvider | AWS.IoT.Command | AWS.IoT.CustomMetric | AWS.IoT.Dimension | AWS.IoT.DomainConfiguration | AWS.IoT.EncryptionConfiguration | AWS.IoT.FleetMetric | AWS.IoT.JobTemplate | AWS.IoT.Logging | AWS.IoT.MitigationAction | AWS.IoT.Policy | AWS.IoT.PolicyPrincipalAttachment | AWS.IoT.ProvisioningTemplate | AWS.IoT.ResourceSpecificLogging | AWS.IoT.RoleAlias | AWS.IoT.ScheduledAudit | AWS.IoT.SecurityProfile | AWS.IoT.SoftwarePackage | AWS.IoT.SoftwarePackageVersion | AWS.IoT.Thing | AWS.IoT.ThingGroup | AWS.IoT.ThingPrincipalAttachment | AWS.IoT.ThingType | AWS.IoT.TopicRule | AWS.IoT.TopicRuleDestination | AWS.IoTAnalytics.Channel | AWS.IoTAnalytics.Dataset | AWS.IoTAnalytics.Datastore | AWS.IoTAnalytics.Pipeline | AWS.IoTCoreDeviceAdvisor.SuiteDefinition | AWS.IoTEvents.AlarmModel | AWS.IoTEvents.DetectorModel | AWS.IoTEvents.Input | AWS.IoTFleetWise.Campaign | AWS.IoTFleetWise.DecoderManifest | AWS.IoTFleetWise.Fleet | AWS.IoTFleetWise.ModelManifest | AWS.IoTFleetWise.SignalCatalog | AWS.IoTFleetWise.StateTemplate | AWS.IoTFleetWise.Vehicle | AWS.IoTSiteWise.AccessPolicy | AWS.IoTSiteWise.Asset | AWS.IoTSiteWise.AssetModel | AWS.IoTSiteWise.ComputationModel | AWS.IoTSiteWise.Dashboard | AWS.IoTSiteWise.Dataset | AWS.IoTSiteWise.Gateway | AWS.IoTSiteWise.Portal | AWS.IoTSiteWise.Project | AWS.IoTThingsGraph.FlowTemplate | AWS.IoTTwinMaker.ComponentType | AWS.IoTTwinMaker.Entity | AWS.IoTTwinMaker.Scene | AWS.IoTTwinMaker.SyncJob | AWS.IoTTwinMaker.Workspace | AWS.IoTWireless.Destination | AWS.IoTWireless.DeviceProfile | AWS.IoTWireless.FuotaTask | AWS.IoTWireless.MulticastGroup | AWS.IoTWireless.NetworkAnalyzerConfiguration | AWS.IoTWireless.PartnerAccount | AWS.IoTWireless.ServiceProfile | AWS.IoTWireless.TaskDefinition | AWS.IoTWireless.WirelessDevice | AWS.IoTWireless.WirelessDeviceImportTask | AWS.IoTWireless.WirelessGateway | AWS.KMS.Alias | AWS.KMS.Key | AWS.KMS.ReplicaKey | AWS.KafkaConnect.Connector | AWS.KafkaConnect.CustomPlugin | AWS.KafkaConnect.WorkerConfiguration | AWS.Kendra.DataSource | AWS.Kendra.Faq | AWS.Kendra.Index | AWS.KendraRanking.ExecutionPlan | AWS.Kinesis.ResourcePolicy | AWS.Kinesis.Stream | AWS.Kinesis.StreamConsumer | AWS.KinesisAnalytics.Application | AWS.KinesisAnalytics.ApplicationOutput | AWS.KinesisAnalytics.ApplicationReferenceDataSource | AWS.KinesisAnalyticsV2.Application | AWS.KinesisAnalyticsV2.ApplicationCloudWatchLoggingOption | AWS.KinesisAnalyticsV2.ApplicationOutput | AWS.KinesisAnalyticsV2.ApplicationReferenceDataSource | AWS.KinesisFirehose.DeliveryStream | AWS.KinesisVideo.SignalingChannel | AWS.KinesisVideo.Stream | AWS.LakeFormation.DataCellsFilter | AWS.LakeFormation.DataLakeSettings | AWS.LakeFormation.Permissions | AWS.LakeFormation.PrincipalPermissions | AWS.LakeFormation.Resource | AWS.LakeFormation.Tag | AWS.LakeFormation.TagAssociation | AWS.Lambda.Alias | AWS.Lambda.CapacityProvider | AWS.Lambda.CodeSigningConfig | AWS.Lambda.EventInvokeConfig | AWS.Lambda.EventSourceMapping | AWS.Lambda.Function | AWS.Lambda.LayerVersion | AWS.Lambda.LayerVersionPermission | AWS.Lambda.Permission | AWS.Lambda.Url | AWS.Lambda.Version | AWS.LaunchWizard.Deployment | AWS.Lex.Bot | AWS.Lex.BotAlias | AWS.Lex.BotVersion | AWS.Lex.ResourcePolicy | AWS.LicenseManager.Grant | AWS.LicenseManager.License | AWS.Lightsail.Alarm | AWS.Lightsail.Bucket | AWS.Lightsail.Certificate | AWS.Lightsail.Container | AWS.Lightsail.Database | AWS.Lightsail.Disk | AWS.Lightsail.DiskSnapshot | AWS.Lightsail.Distribution | AWS.Lightsail.Domain | AWS.Lightsail.Instance | AWS.Lightsail.InstanceSnapshot | AWS.Lightsail.LoadBalancer | AWS.Lightsail.LoadBalancerTlsCertificate | AWS.Lightsail.StaticIp | AWS.Location.APIKey | AWS.Location.GeofenceCollection | AWS.Location.Map | AWS.Location.PlaceIndex | AWS.Location.RouteCalculator | AWS.Location.Tracker | AWS.Location.TrackerConsumer | AWS.Logs.AccountPolicy | AWS.Logs.Delivery | AWS.Logs.DeliveryDestination | AWS.Logs.DeliverySource | AWS.Logs.Destination | AWS.Logs.Integration | AWS.Logs.LogAnomalyDetector | AWS.Logs.LogGroup | AWS.Logs.LogStream | AWS.Logs.MetricFilter | AWS.Logs.QueryDefinition | AWS.Logs.ResourcePolicy | AWS.Logs.SubscriptionFilter | AWS.Logs.Transformer | AWS.LookoutEquipment.InferenceScheduler | AWS.LookoutVision.Project | AWS.M2.Application | AWS.M2.Deployment | AWS.M2.Environment | AWS.MPA.ApprovalTeam | AWS.MPA.IdentitySource | AWS.MSK.BatchScramSecret | AWS.MSK.Cluster | AWS.MSK.ClusterPolicy | AWS.MSK.Configuration | AWS.MSK.Replicator | AWS.MSK.ServerlessCluster | AWS.MSK.VpcConnection | AWS.MWAA.Environment | AWS.Macie.AllowList | AWS.Macie.CustomDataIdentifier | AWS.Macie.FindingsFilter | AWS.Macie.Session | AWS.ManagedBlockchain.Accessor | AWS.ManagedBlockchain.Member | AWS.ManagedBlockchain.Node | AWS.MediaConnect.Bridge | AWS.MediaConnect.BridgeOutput | AWS.MediaConnect.BridgeSource | AWS.MediaConnect.Flow | AWS.MediaConnect.FlowEntitlement | AWS.MediaConnect.FlowOutput | AWS.MediaConnect.FlowSource | AWS.MediaConnect.FlowVpcInterface | AWS.MediaConnect.Gateway | AWS.MediaConnect.RouterInput | AWS.MediaConnect.RouterNetworkInterface | AWS.MediaConnect.RouterOutput | AWS.MediaConvert.JobTemplate | AWS.MediaConvert.Preset | AWS.MediaConvert.Queue | AWS.MediaLive.Channel | AWS.MediaLive.ChannelPlacementGroup | AWS.MediaLive.CloudWatchAlarmTemplate | AWS.MediaLive.CloudWatchAlarmTemplateGroup | AWS.MediaLive.Cluster | AWS.MediaLive.EventBridgeRuleTemplate | AWS.MediaLive.EventBridgeRuleTemplateGroup | AWS.MediaLive.Input | AWS.MediaLive.InputSecurityGroup | AWS.MediaLive.Multiplex | AWS.MediaLive.Multiplexprogram | AWS.MediaLive.Network | AWS.MediaLive.SdiSource | AWS.MediaLive.SignalMap | AWS.MediaPackage.Asset | AWS.MediaPackage.Channel | AWS.MediaPackage.OriginEndpoint | AWS.MediaPackage.PackagingConfiguration | AWS.MediaPackage.PackagingGroup | AWS.MediaPackageV2.Channel | AWS.MediaPackageV2.ChannelGroup | AWS.MediaPackageV2.ChannelPolicy | AWS.MediaPackageV2.OriginEndpoint | AWS.MediaPackageV2.OriginEndpointPolicy | AWS.MediaStore.Container | AWS.MediaTailor.Channel | AWS.MediaTailor.ChannelPolicy | AWS.MediaTailor.LiveSource | AWS.MediaTailor.PlaybackConfiguration | AWS.MediaTailor.SourceLocation | AWS.MediaTailor.VodSource | AWS.MemoryDB.ACL | AWS.MemoryDB.Cluster | AWS.MemoryDB.MultiRegionCluster | AWS.MemoryDB.ParameterGroup | AWS.MemoryDB.SubnetGroup | AWS.MemoryDB.User | AWS.Neptune.DBCluster | AWS.Neptune.DBClusterParameterGroup | AWS.Neptune.DBInstance | AWS.Neptune.DBParameterGroup | AWS.Neptune.DBSubnetGroup | AWS.Neptune.EventSubscription | AWS.NeptuneGraph.Graph | AWS.NeptuneGraph.PrivateGraphEndpoint | AWS.NetworkFirewall.Firewall | AWS.NetworkFirewall.FirewallPolicy | AWS.NetworkFirewall.LoggingConfiguration | AWS.NetworkFirewall.RuleGroup | AWS.NetworkFirewall.TLSInspectionConfiguration | AWS.NetworkFirewall.VpcEndpointAssociation | AWS.NetworkManager.ConnectAttachment | AWS.NetworkManager.ConnectPeer | AWS.NetworkManager.CoreNetwork | AWS.NetworkManager.CoreNetworkPrefixListAssociation | AWS.NetworkManager.CustomerGatewayAssociation | AWS.NetworkManager.Device | AWS.NetworkManager.DirectConnectGatewayAttachment | AWS.NetworkManager.GlobalNetwork | AWS.NetworkManager.Link | AWS.NetworkManager.LinkAssociation | AWS.NetworkManager.Site | AWS.NetworkManager.SiteToSiteVpnAttachment | AWS.NetworkManager.TransitGatewayPeering | AWS.NetworkManager.TransitGatewayRegistration | AWS.NetworkManager.TransitGatewayRouteTableAttachment | AWS.NetworkManager.VpcAttachment | AWS.Notifications.ChannelAssociation | AWS.Notifications.EventRule | AWS.Notifications.ManagedNotificationAccountContactAssociation | AWS.Notifications.ManagedNotificationAdditionalChannelAssociation | AWS.Notifications.NotificationConfiguration | AWS.Notifications.NotificationHub | AWS.Notifications.OrganizationalUnitAssociation | AWS.NotificationsContacts.EmailContact | AWS.ODB.CloudAutonomousVmCluster | AWS.ODB.CloudExadataInfrastructure | AWS.ODB.CloudVmCluster | AWS.ODB.OdbNetwork | AWS.ODB.OdbPeeringConnection | AWS.OSIS.Pipeline | AWS.Oam.Link | AWS.Oam.Sink | AWS.ObservabilityAdmin.OrganizationCentralizationRule | AWS.ObservabilityAdmin.OrganizationTelemetryRule | AWS.ObservabilityAdmin.S3TableIntegration | AWS.ObservabilityAdmin.TelemetryPipelines | AWS.ObservabilityAdmin.TelemetryRule | AWS.Omics.AnnotationStore | AWS.Omics.ReferenceStore | AWS.Omics.RunGroup | AWS.Omics.SequenceStore | AWS.Omics.VariantStore | AWS.Omics.Workflow | AWS.Omics.WorkflowVersion | AWS.OpenSearchServerless.AccessPolicy | AWS.OpenSearchServerless.Collection | AWS.OpenSearchServerless.Index | AWS.OpenSearchServerless.LifecyclePolicy | AWS.OpenSearchServerless.SecurityConfig | AWS.OpenSearchServerless.SecurityPolicy | AWS.OpenSearchServerless.VpcEndpoint | AWS.OpenSearchService.Application | AWS.OpenSearchService.Domain | AWS.OpsWorks.App | AWS.OpsWorks.ElasticLoadBalancerAttachment | AWS.OpsWorks.Instance | AWS.OpsWorks.Layer | AWS.OpsWorks.Stack | AWS.OpsWorks.UserProfile | AWS.OpsWorks.Volume | AWS.Organizations.Account | AWS.Organizations.Organization | AWS.Organizations.OrganizationalUnit | AWS.Organizations.Policy | AWS.Organizations.ResourcePolicy | AWS.PCAConnectorAD.Connector | AWS.PCAConnectorAD.DirectoryRegistration | AWS.PCAConnectorAD.ServicePrincipalName | AWS.PCAConnectorAD.Template | AWS.PCAConnectorAD.TemplateGroupAccessControlEntry | AWS.PCAConnectorSCEP.Challenge | AWS.PCAConnectorSCEP.Connector | AWS.PCS.Cluster | AWS.PCS.ComputeNodeGroup | AWS.PCS.Queue | AWS.Panorama.ApplicationInstance | AWS.Panorama.Package | AWS.Panorama.PackageVersion | AWS.PaymentCryptography.Alias | AWS.PaymentCryptography.Key | AWS.Personalize.Dataset | AWS.Personalize.DatasetGroup | AWS.Personalize.Schema | AWS.Personalize.Solution | AWS.Pinpoint.ADMChannel | AWS.Pinpoint.APNSChannel | AWS.Pinpoint.APNSSandboxChannel | AWS.Pinpoint.APNSVoipChannel | AWS.Pinpoint.APNSVoipSandboxChannel | AWS.Pinpoint.App | AWS.Pinpoint.ApplicationSettings | AWS.Pinpoint.BaiduChannel | AWS.Pinpoint.Campaign | AWS.Pinpoint.EmailChannel | AWS.Pinpoint.EmailTemplate | AWS.Pinpoint.EventStream | AWS.Pinpoint.GCMChannel | AWS.Pinpoint.InAppTemplate | AWS.Pinpoint.PushTemplate | AWS.Pinpoint.SMSChannel | AWS.Pinpoint.Segment | AWS.Pinpoint.SmsTemplate | AWS.Pinpoint.VoiceChannel | AWS.PinpointEmail.ConfigurationSet | AWS.PinpointEmail.ConfigurationSetEventDestination | AWS.PinpointEmail.DedicatedIpPool | AWS.PinpointEmail.Identity | AWS.Pipes.Pipe | AWS.Proton.EnvironmentAccountConnection | AWS.Proton.EnvironmentTemplate | AWS.Proton.ServiceTemplate | AWS.QBusiness.Application | AWS.QBusiness.DataAccessor | AWS.QBusiness.DataSource | AWS.QBusiness.Index | AWS.QBusiness.Permission | AWS.QBusiness.Plugin | AWS.QBusiness.Retriever | AWS.QBusiness.WebExperience | AWS.QLDB.Ledger | AWS.QLDB.Stream | AWS.QuickSight.Analysis | AWS.QuickSight.CustomPermissions | AWS.QuickSight.Dashboard | AWS.QuickSight.DataSet | AWS.QuickSight.DataSource | AWS.QuickSight.Folder | AWS.QuickSight.RefreshSchedule | AWS.QuickSight.Template | AWS.QuickSight.Theme | AWS.QuickSight.Topic | AWS.QuickSight.VPCConnection | AWS.RAM.Permission | AWS.RAM.ResourceShare | AWS.RDS.CustomDBEngineVersion | AWS.RDS.DBCluster | AWS.RDS.DBClusterParameterGroup | AWS.RDS.DBInstance | AWS.RDS.DBParameterGroup | AWS.RDS.DBProxy | AWS.RDS.DBProxyEndpoint | AWS.RDS.DBProxyTargetGroup | AWS.RDS.DBSecurityGroup | AWS.RDS.DBSecurityGroupIngress | AWS.RDS.DBShardGroup | AWS.RDS.DBSubnetGroup | AWS.RDS.EventSubscription | AWS.RDS.GlobalCluster | AWS.RDS.Integration | AWS.RDS.OptionGroup | AWS.RTBFabric.InboundExternalLink | AWS.RTBFabric.Link | AWS.RTBFabric.OutboundExternalLink | AWS.RTBFabric.RequesterGateway | AWS.RTBFabric.ResponderGateway | AWS.RUM.AppMonitor | AWS.Rbin.Rule | AWS.Redshift.Cluster | AWS.Redshift.ClusterParameterGroup | AWS.Redshift.ClusterSecurityGroup | AWS.Redshift.ClusterSecurityGroupIngress | AWS.Redshift.ClusterSubnetGroup | AWS.Redshift.EndpointAccess | AWS.Redshift.EndpointAuthorization | AWS.Redshift.EventSubscription | AWS.Redshift.Integration | AWS.Redshift.ScheduledAction | AWS.RedshiftServerless.Namespace | AWS.RedshiftServerless.Snapshot | AWS.RedshiftServerless.Workgroup | AWS.RefactorSpaces.Application | AWS.RefactorSpaces.Environment | AWS.RefactorSpaces.Route | AWS.RefactorSpaces.Service | AWS.Rekognition.Collection | AWS.Rekognition.Project | AWS.Rekognition.StreamProcessor | AWS.ResilienceHub.App | AWS.ResilienceHub.ResiliencyPolicy | AWS.ResourceExplorer2.DefaultViewAssociation | AWS.ResourceExplorer2.Index | AWS.ResourceExplorer2.View | AWS.ResourceGroups.Group | AWS.ResourceGroups.TagSyncTask | AWS.RoboMaker.Fleet | AWS.RoboMaker.Robot | AWS.RoboMaker.RobotApplication | AWS.RoboMaker.RobotApplicationVersion | AWS.RoboMaker.SimulationApplication | AWS.RoboMaker.SimulationApplicationVersion | AWS.RolesAnywhere.CRL | AWS.RolesAnywhere.Profile | AWS.RolesAnywhere.TrustAnchor | AWS.Route53.CidrCollection | AWS.Route53.DNSSEC | AWS.Route53.HealthCheck | AWS.Route53.HostedZone | AWS.Route53.KeySigningKey | AWS.Route53.RecordSet | AWS.Route53.RecordSetGroup | AWS.Route53Profiles.Profile | AWS.Route53Profiles.ProfileAssociation | AWS.Route53Profiles.ProfileResourceAssociation | AWS.Route53RecoveryControl.Cluster | AWS.Route53RecoveryControl.ControlPanel | AWS.Route53RecoveryControl.RoutingControl | AWS.Route53RecoveryControl.SafetyRule | AWS.Route53RecoveryReadiness.Cell | AWS.Route53RecoveryReadiness.ReadinessCheck | AWS.Route53RecoveryReadiness.RecoveryGroup | AWS.Route53RecoveryReadiness.ResourceSet | AWS.Route53Resolver.FirewallDomainList | AWS.Route53Resolver.FirewallRuleGroup | AWS.Route53Resolver.FirewallRuleGroupAssociation | AWS.Route53Resolver.OutpostResolver | AWS.Route53Resolver.ResolverConfig | AWS.Route53Resolver.ResolverDNSSECConfig | AWS.Route53Resolver.ResolverEndpoint | AWS.Route53Resolver.ResolverQueryLoggingConfig | AWS.Route53Resolver.ResolverQueryLoggingConfigAssociation | AWS.Route53Resolver.ResolverRule | AWS.Route53Resolver.ResolverRuleAssociation | AWS.S3.AccessGrant | AWS.S3.AccessGrantsInstance | AWS.S3.AccessGrantsLocation | AWS.S3.AccessPoint | AWS.S3.Bucket | AWS.S3.BucketPolicy | AWS.S3.MultiRegionAccessPoint | AWS.S3.MultiRegionAccessPointPolicy | AWS.S3.StorageLens | AWS.S3.StorageLensGroup | AWS.S3Express.AccessPoint | AWS.S3Express.BucketPolicy | AWS.S3Express.DirectoryBucket | AWS.S3ObjectLambda.AccessPoint | AWS.S3ObjectLambda.AccessPointPolicy | AWS.S3Outposts.AccessPoint | AWS.S3Outposts.Bucket | AWS.S3Outposts.BucketPolicy | AWS.S3Outposts.Endpoint | AWS.S3Tables.Namespace | AWS.S3Tables.Table | AWS.S3Tables.TableBucket | AWS.S3Tables.TableBucketPolicy | AWS.S3Tables.TablePolicy | AWS.S3Vectors.Index | AWS.S3Vectors.VectorBucket | AWS.S3Vectors.VectorBucketPolicy | AWS.SDB.Domain | AWS.SES.ConfigurationSet | AWS.SES.ConfigurationSetEventDestination | AWS.SES.ContactList | AWS.SES.DedicatedIpPool | AWS.SES.EmailIdentity | AWS.SES.MailManagerAddonInstance | AWS.SES.MailManagerAddonSubscription | AWS.SES.MailManagerAddressList | AWS.SES.MailManagerArchive | AWS.SES.MailManagerIngressPoint | AWS.SES.MailManagerRelay | AWS.SES.MailManagerRuleSet | AWS.SES.MailManagerTrafficPolicy | AWS.SES.MultiRegionEndpoint | AWS.SES.ReceiptFilter | AWS.SES.ReceiptRule | AWS.SES.ReceiptRuleSet | AWS.SES.Template | AWS.SES.Tenant | AWS.SES.VdmAttributes | AWS.SMSVOICE.ConfigurationSet | AWS.SMSVOICE.OptOutList | AWS.SMSVOICE.PhoneNumber | AWS.SMSVOICE.Pool | AWS.SMSVOICE.ProtectConfiguration | AWS.SMSVOICE.ResourcePolicy | AWS.SMSVOICE.SenderId | AWS.SNS.Subscription | AWS.SNS.Topic | AWS.SNS.TopicInlinePolicy | AWS.SNS.TopicPolicy | AWS.SQS.Queue | AWS.SQS.QueueInlinePolicy | AWS.SQS.QueuePolicy | AWS.SSM.Association | AWS.SSM.Document | AWS.SSM.MaintenanceWindow | AWS.SSM.MaintenanceWindowTarget | AWS.SSM.MaintenanceWindowTask | AWS.SSM.Parameter | AWS.SSM.PatchBaseline | AWS.SSM.ResourceDataSync | AWS.SSM.ResourcePolicy | AWS.SSMContacts.Contact | AWS.SSMContacts.ContactChannel | AWS.SSMContacts.Plan | AWS.SSMContacts.Rotation | AWS.SSMGuiConnect.Preferences | AWS.SSMIncidents.ReplicationSet | AWS.SSMIncidents.ResponsePlan | AWS.SSMQuickSetup.ConfigurationManager | AWS.SSMQuickSetup.LifecycleAutomation | AWS.SSO.Application | AWS.SSO.ApplicationAssignment | AWS.SSO.Assignment | AWS.SSO.Instance | AWS.SSO.InstanceAccessControlAttributeConfiguration | AWS.SSO.PermissionSet | AWS.SageMaker.App | AWS.SageMaker.AppImageConfig | AWS.SageMaker.Cluster | AWS.SageMaker.CodeRepository | AWS.SageMaker.DataQualityJobDefinition | AWS.SageMaker.Device | AWS.SageMaker.DeviceFleet | AWS.SageMaker.Domain | AWS.SageMaker.Endpoint | AWS.SageMaker.EndpointConfig | AWS.SageMaker.FeatureGroup | AWS.SageMaker.Image | AWS.SageMaker.ImageVersion | AWS.SageMaker.InferenceComponent | AWS.SageMaker.InferenceExperiment | AWS.SageMaker.MlflowTrackingServer | AWS.SageMaker.Model | AWS.SageMaker.ModelBiasJobDefinition | AWS.SageMaker.ModelCard | AWS.SageMaker.ModelExplainabilityJobDefinition | AWS.SageMaker.ModelPackage | AWS.SageMaker.ModelPackageGroup | AWS.SageMaker.ModelQualityJobDefinition | AWS.SageMaker.MonitoringSchedule | AWS.SageMaker.NotebookInstance | AWS.SageMaker.NotebookInstanceLifecycleConfig | AWS.SageMaker.PartnerApp | AWS.SageMaker.Pipeline | AWS.SageMaker.ProcessingJob | AWS.SageMaker.Project | AWS.SageMaker.Space | AWS.SageMaker.StudioLifecycleConfig | AWS.SageMaker.UserProfile | AWS.SageMaker.Workteam | AWS.Scheduler.Schedule | AWS.Scheduler.ScheduleGroup | AWS.SecretsManager.ResourcePolicy | AWS.SecretsManager.RotationSchedule | AWS.SecretsManager.Secret | AWS.SecretsManager.SecretTargetAttachment | AWS.SecurityHub.AggregatorV2 | AWS.SecurityHub.AutomationRule | AWS.SecurityHub.AutomationRuleV2 | AWS.SecurityHub.ConfigurationPolicy | AWS.SecurityHub.ConnectorV2 | AWS.SecurityHub.DelegatedAdmin | AWS.SecurityHub.FindingAggregator | AWS.SecurityHub.Hub | AWS.SecurityHub.HubV2 | AWS.SecurityHub.Insight | AWS.SecurityHub.OrganizationConfiguration | AWS.SecurityHub.PolicyAssociation | AWS.SecurityHub.ProductSubscription | AWS.SecurityHub.SecurityControl | AWS.SecurityHub.Standard | AWS.SecurityLake.AwsLogSource | AWS.SecurityLake.DataLake | AWS.SecurityLake.Subscriber | AWS.SecurityLake.SubscriberNotification | AWS.ServiceCatalog.AcceptedPortfolioShare | AWS.ServiceCatalog.CloudFormationProduct | AWS.ServiceCatalog.CloudFormationProvisionedProduct | AWS.ServiceCatalog.LaunchNotificationConstraint | AWS.ServiceCatalog.LaunchRoleConstraint | AWS.ServiceCatalog.LaunchTemplateConstraint | AWS.ServiceCatalog.Portfolio | AWS.ServiceCatalog.PortfolioPrincipalAssociation | AWS.ServiceCatalog.PortfolioProductAssociation | AWS.ServiceCatalog.PortfolioShare | AWS.ServiceCatalog.ResourceUpdateConstraint | AWS.ServiceCatalog.ServiceAction | AWS.ServiceCatalog.ServiceActionAssociation | AWS.ServiceCatalog.StackSetConstraint | AWS.ServiceCatalog.TagOption | AWS.ServiceCatalog.TagOptionAssociation | AWS.ServiceCatalogAppRegistry.Application | AWS.ServiceCatalogAppRegistry.AttributeGroup | AWS.ServiceCatalogAppRegistry.AttributeGroupAssociation | AWS.ServiceCatalogAppRegistry.ResourceAssociation | AWS.ServiceDiscovery.HttpNamespace | AWS.ServiceDiscovery.Instance | AWS.ServiceDiscovery.PrivateDnsNamespace | AWS.ServiceDiscovery.PublicDnsNamespace | AWS.ServiceDiscovery.Service | AWS.Shield.DRTAccess | AWS.Shield.ProactiveEngagement | AWS.Shield.Protection | AWS.Shield.ProtectionGroup | AWS.Signer.ProfilePermission | AWS.Signer.SigningProfile | AWS.SimSpaceWeaver.Simulation | AWS.StepFunctions.Activity | AWS.StepFunctions.StateMachine | AWS.StepFunctions.StateMachineAlias | AWS.StepFunctions.StateMachineVersion | AWS.SupportApp.AccountAlias | AWS.SupportApp.SlackChannelConfiguration | AWS.SupportApp.SlackWorkspaceConfiguration | AWS.Synthetics.Canary | AWS.Synthetics.Group | AWS.SystemsManagerSAP.Application | AWS.Timestream.Database | AWS.Timestream.InfluxDBInstance | AWS.Timestream.ScheduledQuery | AWS.Timestream.Table | AWS.Transfer.Agreement | AWS.Transfer.Certificate | AWS.Transfer.Connector | AWS.Transfer.Profile | AWS.Transfer.Server | AWS.Transfer.User | AWS.Transfer.WebApp | AWS.Transfer.Workflow | AWS.VerifiedPermissions.IdentitySource | AWS.VerifiedPermissions.Policy | AWS.VerifiedPermissions.PolicyStore | AWS.VerifiedPermissions.PolicyTemplate | AWS.VoiceID.Domain | AWS.VpcLattice.AccessLogSubscription | AWS.VpcLattice.AuthPolicy | AWS.VpcLattice.DomainVerification | AWS.VpcLattice.Listener | AWS.VpcLattice.ResourceConfiguration | AWS.VpcLattice.ResourceGateway | AWS.VpcLattice.ResourcePolicy | AWS.VpcLattice.Rule | AWS.VpcLattice.Service | AWS.VpcLattice.ServiceNetwork | AWS.VpcLattice.ServiceNetworkResourceAssociation | AWS.VpcLattice.ServiceNetworkServiceAssociation | AWS.VpcLattice.ServiceNetworkVpcAssociation | AWS.VpcLattice.TargetGroup | AWS.WAF.ByteMatchSet | AWS.WAF.IPSet | AWS.WAF.Rule | AWS.WAF.SizeConstraintSet | AWS.WAF.SqlInjectionMatchSet | AWS.WAF.WebACL | AWS.WAF.XssMatchSet | AWS.WAFRegional.ByteMatchSet | AWS.WAFRegional.GeoMatchSet | AWS.WAFRegional.IPSet | AWS.WAFRegional.RateBasedRule | AWS.WAFRegional.RegexPatternSet | AWS.WAFRegional.Rule | AWS.WAFRegional.SizeConstraintSet | AWS.WAFRegional.SqlInjectionMatchSet | AWS.WAFRegional.WebACL | AWS.WAFRegional.WebACLAssociation | AWS.WAFRegional.XssMatchSet | AWS.WAFv2.IPSet | AWS.WAFv2.LoggingConfiguration | AWS.WAFv2.RegexPatternSet | AWS.WAFv2.RuleGroup | AWS.WAFv2.WebACL | AWS.WAFv2.WebACLAssociation | AWS.Wisdom.AIAgent | AWS.Wisdom.AIAgentVersion | AWS.Wisdom.AIGuardrail | AWS.Wisdom.AIGuardrailVersion | AWS.Wisdom.AIPrompt | AWS.Wisdom.AIPromptVersion | AWS.Wisdom.Assistant | AWS.Wisdom.AssistantAssociation | AWS.Wisdom.KnowledgeBase | AWS.Wisdom.MessageTemplate | AWS.Wisdom.MessageTemplateVersion | AWS.Wisdom.QuickResponse | AWS.WorkSpaces.ConnectionAlias | AWS.WorkSpaces.Workspace | AWS.WorkSpaces.WorkspacesPool | AWS.WorkSpacesThinClient.Environment | AWS.WorkSpacesWeb.BrowserSettings | AWS.WorkSpacesWeb.DataProtectionSettings | AWS.WorkSpacesWeb.IdentityProvider | AWS.WorkSpacesWeb.IpAccessSettings | AWS.WorkSpacesWeb.NetworkSettings | AWS.WorkSpacesWeb.Portal | AWS.WorkSpacesWeb.SessionLogger | AWS.WorkSpacesWeb.TrustStore | AWS.WorkSpacesWeb.UserAccessLoggingSettings | AWS.WorkSpacesWeb.UserSettings | AWS.WorkspacesInstances.Volume | AWS.WorkspacesInstances.VolumeAssociation | AWS.WorkspacesInstances.WorkspaceInstance | AWS.XRay.Group | AWS.XRay.ResourcePolicy | AWS.XRay.SamplingRule | AWS.XRay.TransactionSearchConfig | Alexa.ASK.Skill;
2
+ type CloudFormationIntrinsicFunctionNames = "Fn::And" | "Fn::Equals" | "Fn::If" | "Fn::Not" | "Fn::Or" | "Fn::Base64" | "Fn::Cidr" | "Fn::FindInMap" | "Fn::GetAtt" | "Fn::GetAZs" | "Fn::ImportValue" | "Fn::Join" | "Fn::Select" | "Fn::Split" | "Fn::Sub" | "Fn::Transform" | "Condition" | "Ref";
3
+ type CloudFormationIntrinsicFunction = {
14
4
  [Fn in CloudFormationIntrinsicFunctionNames]?: any;
15
5
  };
16
- export type CloudFormationPrimitiveValue<BaseType> = BaseType | CloudFormationIntrinsicFunction;
17
- export type Json = any;
18
- export type Timestamp = string;
19
- export type CloudFormationParameter = {
6
+ type CloudFormationPrimitiveValue<BaseType> = BaseType | CloudFormationIntrinsicFunction;
7
+ type Json = any;
8
+ type Timestamp = string;
9
+ type CloudFormationParameter = {
20
10
  AllowedPattern?: string;
21
11
  AllowedValues?: string[];
22
12
  ConstraintDescription?: string;
@@ -29,7 +19,7 @@ export type CloudFormationParameter = {
29
19
  NoEcho?: boolean;
30
20
  Type: "String" | "Number" | "List<Number>" | "List<String>" | "CommaDelimitedList" | "AWS::EC2::AvailabilityZone::Name" | "AWS::EC2::Image::Id" | "AWS::EC2::Instance::Id" | "AWS::EC2::KeyPair::KeyName" | "AWS::EC2::SecurityGroup::GroupName" | "AWS::EC2::SecurityGroup::Id" | "AWS::EC2::Subnet::Id" | "AWS::EC2::Volume::Id" | "AWS::EC2::VPC::Id" | "AWS::Route53::HostedZone::Id" | "List<AWS::EC2::AvailabilityZone::Name>" | "List<AWS::EC2::Image::Id>" | "List<AWS::EC2::Instance::Id>" | "List<AWS::EC2::SecurityGroup::GroupName>" | "List<AWS::EC2::SecurityGroup::Id>" | "List<AWS::EC2::Subnet::Id>" | "List<AWS::EC2::Volume::Id>" | "List<AWS::EC2::VPC::Id>" | "List<AWS::Route53::HostedZone::Id>" | string;
31
21
  };
32
- export type CloudFormationMetadata = {
22
+ type CloudFormationMetadata = {
33
23
  Instances?: {
34
24
  Description?: string;
35
25
  };
@@ -51,7 +41,7 @@ export type CloudFormationMetadata = {
51
41
  "AWS::CloudFormation::Designer"?: Record<any, any>;
52
42
  [additionalKey: string]: any;
53
43
  };
54
- export type CloudFormationResource<TypeString extends string, AttributesType extends Record<any, any>, PropertiesType extends Record<any, any>> = {
44
+ type CloudFormationResource<TypeString extends string, AttributesType extends Record<any, any>, PropertiesType extends Record<any, any>> = {
55
45
  Type: TypeString;
56
46
  Attributes?: AttributesType & never;
57
47
  CreationPolicy?: {
@@ -97,7 +87,7 @@ export type CloudFormationResource<TypeString extends string, AttributesType ext
97
87
  Condition?: any;
98
88
  Properties: PropertiesType;
99
89
  };
100
- export type CloudFormationTemplate = {
90
+ type CloudFormationTemplate = {
101
91
  AWSTemplateFormatVersion: "2010-09-09";
102
92
  Description?: string;
103
93
  Parameters?: Record<string, CloudFormationParameter>;
@@ -117,7 +107,7 @@ export type CloudFormationTemplate = {
117
107
  /**
118
108
  * @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html
119
109
  * */
120
- export type Tag = {
110
+ type Tag = {
121
111
  /**
122
112
  * Update Type: Mutable
123
113
  * @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-resource-tags.html#cfn-resource-tags-value
@@ -129,7 +119,7 @@ export type Tag = {
129
119
  * */
130
120
  Key: CloudFormationPrimitiveValue<string>;
131
121
  };
132
- export declare namespace AWS {
122
+ declare namespace AWS {
133
123
  namespace ACMPCA {
134
124
  /**
135
125
  * @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-acmpca-certificate.html
@@ -234906,7 +234896,7 @@ export declare namespace AWS {
234906
234896
  }>;
234907
234897
  }
234908
234898
  }
234909
- export declare namespace Alexa {
234899
+ declare namespace Alexa {
234910
234900
  namespace ASK {
234911
234901
  /**
234912
234902
  * @see http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ask-skill.html
@@ -234992,3 +234982,1008 @@ export declare namespace Alexa {
234992
234982
  }
234993
234983
  }
234994
234984
  }
234985
+
234986
+ /**
234987
+ * @packageDocumentation
234988
+ *
234989
+ * Deep merge helpers used by IaC packs to patch CloudFormation templates.
234990
+ */
234991
+ /**
234992
+ * Merge strategy for patching values.
234993
+ */
234994
+ type MergeStrategy = "transpose" | "accumulate" | "accumulate-unique" | "accumulate-unique-by" | "replace";
234995
+ /**
234996
+ * Descriptor defining how a value path should be merged.
234997
+ */
234998
+ type MergeStrategyDescriptor = {
234999
+ strategy: MergeStrategy;
235000
+ } | {
235001
+ strategy: "accumulate-unique-by";
235002
+ data: string | ((value: any) => string);
235003
+ };
235004
+ /**
235005
+ * Encoded value path string.
235006
+ */
235007
+ type ValuePathString = string;
235008
+ /**
235009
+ * Value path segments.
235010
+ */
235011
+ type ValuePathArray = (string | number)[];
235012
+ /**
235013
+ * Map of value path strings to merge strategy descriptors.
235014
+ */
235015
+ type MergeStrategyMap = Record<ValuePathString, MergeStrategyDescriptor>;
235016
+ /**
235017
+ * Default merge strategy for patching.
235018
+ */
235019
+ declare const DEFAULT_MERGE_STRATEGY: MergeStrategy;
235020
+ /**
235021
+ * Convert a value path array into a path string.
235022
+ *
235023
+ * @param valuePathArray - Value path segments.
235024
+ * @returns Encoded value path string.
235025
+ */
235026
+ declare const getValuePathString: (valuePathArray?: ValuePathArray) => string;
235027
+ /**
235028
+ * Convert a value path string into path segments.
235029
+ *
235030
+ * @param valuePathString - Encoded value path string.
235031
+ * @returns Decoded value path segments.
235032
+ */
235033
+ declare const getValuePathArray: (valuePathString?: ValuePathString) => string[];
235034
+ /**
235035
+ * Check whether a value is constructed by a specific constructor.
235036
+ *
235037
+ * @param value - Value to inspect.
235038
+ * @param constructorReference - Constructor to compare against.
235039
+ * @returns Whether the value matches the constructor.
235040
+ */
235041
+ declare const isConstructedFrom: (value: any, constructorReference: Function) => boolean;
235042
+ /**
235043
+ * Merge two values using path-based merge strategies.
235044
+ *
235045
+ * @param valuePathArray - Path to the value being merged.
235046
+ * @param existingValue - Existing value in the template.
235047
+ * @param newValue - New value to merge in.
235048
+ * @param mergeStrategyMap - Merge strategy overrides.
235049
+ * @returns Merged value.
235050
+ */
235051
+ declare const mergeValues: (valuePathArray: ValuePathArray | undefined, existingValue: any, newValue: any, mergeStrategyMap?: MergeStrategyMap) => any;
235052
+
235053
+ /**
235054
+ * @packageDocumentation
235055
+ *
235056
+ * IaC utility helpers for patching templates, creating resource packs, and
235057
+ * defining parameter groups.
235058
+ */
235059
+
235060
+ /**
235061
+ * Stack parameter definition with display metadata.
235062
+ */
235063
+ type ParameterInfo = {
235064
+ /**
235065
+ * Parameter id used in the template.
235066
+ */
235067
+ ParameterId: string;
235068
+ /**
235069
+ * CloudFormation parameter definition.
235070
+ */
235071
+ Parameter: CloudFormationParameter;
235072
+ /**
235073
+ * Display label for the parameter.
235074
+ */
235075
+ Label: string;
235076
+ /**
235077
+ * Optional parameter group label.
235078
+ */
235079
+ Group?: string;
235080
+ };
235081
+ /**
235082
+ * Add a stack parameter including its descriptive info and an optional parameter group.
235083
+ *
235084
+ * @param parameterInfo - Parameter metadata and definition.
235085
+ * @param template - Template to update.
235086
+ * @returns Updated CloudFormation template.
235087
+ */
235088
+ declare const addParameter: (parameterInfo: ParameterInfo, template: CloudFormationTemplate) => CloudFormationTemplate;
235089
+ /**
235090
+ * Add multiple stack parameters with info and groups.
235091
+ *
235092
+ * @param parameters - Parameter definitions to add.
235093
+ * @param template - Template to update.
235094
+ * @returns Updated CloudFormation template.
235095
+ */
235096
+ declare const addParameters: (parameters: ParameterInfo[], template: CloudFormationTemplate) => CloudFormationTemplate;
235097
+ /**
235098
+ * A function used to apply a pack to a stack template.
235099
+ *
235100
+ * @typeParam ParamsType - Pack parameter type.
235101
+ * @param params - Pack configuration.
235102
+ * @param template - Template to update.
235103
+ * @returns Updated CloudFormation template.
235104
+ */
235105
+ type ResourcePackApplier<ParamsType> = (params: ParamsType, template: CloudFormationTemplate) => CloudFormationTemplate;
235106
+ /**
235107
+ * Apply a patch to a stack template.
235108
+ *
235109
+ * @param patch - Partial template patch.
235110
+ * @param template - Template to update.
235111
+ * @returns Updated CloudFormation template.
235112
+ */
235113
+ declare const patchTemplate: (patch: Partial<CloudFormationTemplate>, template: CloudFormationTemplate) => CloudFormationTemplate;
235114
+ /**
235115
+ * Create a custom resource pack that can use configuration input to patch a stack with convenient resources, parameters, etc.
235116
+ *
235117
+ * @typeParam ParamsType - Pack parameter type.
235118
+ * @param creator - Pack creator that returns a template patch.
235119
+ * @returns Resource pack applier.
235120
+ */
235121
+ declare const createResourcePack: <ParamsType>(creator: (params: ParamsType) => Partial<CloudFormationTemplate>) => ResourcePackApplier<ParamsType>;
235122
+ /**
235123
+ * Grouped parameter definitions for CloudFormation interfaces.
235124
+ */
235125
+ type ParameterGroup = {
235126
+ /**
235127
+ * Group label.
235128
+ */
235129
+ Label: string;
235130
+ /**
235131
+ * Map of parameter ids to parameter definitions.
235132
+ */
235133
+ Parameters: {
235134
+ [parameterId: string]: {
235135
+ Label: string;
235136
+ } & CloudFormationParameter;
235137
+ };
235138
+ };
235139
+
235140
+ declare const index$1_DEFAULT_MERGE_STRATEGY: typeof DEFAULT_MERGE_STRATEGY;
235141
+ type index$1_MergeStrategy = MergeStrategy;
235142
+ type index$1_MergeStrategyDescriptor = MergeStrategyDescriptor;
235143
+ type index$1_MergeStrategyMap = MergeStrategyMap;
235144
+ type index$1_ParameterGroup = ParameterGroup;
235145
+ type index$1_ParameterInfo = ParameterInfo;
235146
+ type index$1_ResourcePackApplier<ParamsType> = ResourcePackApplier<ParamsType>;
235147
+ type index$1_ValuePathArray = ValuePathArray;
235148
+ type index$1_ValuePathString = ValuePathString;
235149
+ declare const index$1_addParameter: typeof addParameter;
235150
+ declare const index$1_addParameters: typeof addParameters;
235151
+ declare const index$1_createResourcePack: typeof createResourcePack;
235152
+ declare const index$1_getValuePathArray: typeof getValuePathArray;
235153
+ declare const index$1_getValuePathString: typeof getValuePathString;
235154
+ declare const index$1_isConstructedFrom: typeof isConstructedFrom;
235155
+ declare const index$1_mergeValues: typeof mergeValues;
235156
+ declare const index$1_patchTemplate: typeof patchTemplate;
235157
+ declare namespace index$1 {
235158
+ export { index$1_DEFAULT_MERGE_STRATEGY as DEFAULT_MERGE_STRATEGY, type index$1_MergeStrategy as MergeStrategy, type index$1_MergeStrategyDescriptor as MergeStrategyDescriptor, type index$1_MergeStrategyMap as MergeStrategyMap, type index$1_ParameterGroup as ParameterGroup, type index$1_ParameterInfo as ParameterInfo, type index$1_ResourcePackApplier as ResourcePackApplier, type index$1_ValuePathArray as ValuePathArray, type index$1_ValuePathString as ValuePathString, index$1_addParameter as addParameter, index$1_addParameters as addParameters, index$1_createResourcePack as createResourcePack, index$1_getValuePathArray as getValuePathArray, index$1_getValuePathString as getValuePathString, index$1_isConstructedFrom as isConstructedFrom, index$1_mergeValues as mergeValues, index$1_patchTemplate as patchTemplate };
235159
+ }
235160
+
235161
+ /**
235162
+ * Configuration for the auth pack.
235163
+ */
235164
+ type AddAuthConfig = {
235165
+ /**
235166
+ * Cognito user pool resource id.
235167
+ */
235168
+ userManagementId: string;
235169
+ /**
235170
+ * IAM role name for authenticated users.
235171
+ */
235172
+ authRoleName: string;
235173
+ /**
235174
+ * IAM role name for unauthenticated users.
235175
+ */
235176
+ unauthRoleName: string;
235177
+ /**
235178
+ * Parameter name for Route53 hosted zone id.
235179
+ */
235180
+ hostedZoneIdParameterName: string;
235181
+ /**
235182
+ * Parameter name for base domain.
235183
+ */
235184
+ domainNameParameterName: string;
235185
+ /**
235186
+ * SSL certificate resource id for the user pool domain.
235187
+ */
235188
+ sslCertificateId: string;
235189
+ /**
235190
+ * CloudFront distribution id for the main CDN.
235191
+ */
235192
+ mainCDNCloudFrontId: string;
235193
+ /**
235194
+ * API Gateway REST API id for the backend.
235195
+ */
235196
+ apiCloudFunctionGatewayId: string;
235197
+ /**
235198
+ * API Gateway stage name for the backend.
235199
+ */
235200
+ apiStageName: string;
235201
+ /**
235202
+ * Resource id for the admin group.
235203
+ */
235204
+ adminGroupId: string;
235205
+ /**
235206
+ * Cognito group name for admins.
235207
+ */
235208
+ userManagementAdminGroupName: string;
235209
+ /**
235210
+ * OAuth callback URLs.
235211
+ */
235212
+ callbackUrls: any[];
235213
+ /**
235214
+ * OAuth logout URLs.
235215
+ */
235216
+ logoutUrls: any[];
235217
+ };
235218
+ /**
235219
+ * Add a user management system.
235220
+ *
235221
+ * @param config - Auth pack configuration.
235222
+ * */
235223
+ /**
235224
+ * Add auth resources including user management and an admin group.
235225
+ */
235226
+ declare const addAuth: ResourcePackApplier<AddAuthConfig>;
235227
+
235228
+ /**
235229
+ * Default repository provider for CodePipeline source actions.
235230
+ */
235231
+ declare const DEFAULT_BUILD_PIPELINE_REPO_PROVIDER = "GitHub";
235232
+ /**
235233
+ * Source repository configuration for the build pipeline.
235234
+ */
235235
+ type BuildPipelineRepoConfig = {
235236
+ /**
235237
+ * CodePipeline provider (e.g., GitHub).
235238
+ */
235239
+ provider?: any;
235240
+ /**
235241
+ * Repository owner/organization.
235242
+ */
235243
+ owner: any;
235244
+ /**
235245
+ * Repository name.
235246
+ */
235247
+ repo: any;
235248
+ /**
235249
+ * Repository branch name.
235250
+ */
235251
+ branch: any;
235252
+ /**
235253
+ * OAuth token for source access.
235254
+ */
235255
+ oauthToken: any;
235256
+ };
235257
+ /**
235258
+ * Helper for custom CodeBuild string literals.
235259
+ */
235260
+ type CustomCodeBuildString<T extends string> = T & {
235261
+ __custom?: never;
235262
+ };
235263
+ /**
235264
+ * Allowed CodeBuild environment types.
235265
+ */
235266
+ type CodeBuildEnvironmentType = "ARM_CONTAINER" | "LINUX_CONTAINER" | "LINUX_GPU_CONTAINER" | "WINDOWS_SERVER_2019_CONTAINER" | "WINDOWS_SERVER_2022_CONTAINER" | "LINUX_EC2" | "ARM_EC2" | "WINDOWS_EC2" | "MAC_ARM" | CustomCodeBuildString<string>;
235267
+ /**
235268
+ * Allowed CodeBuild compute types.
235269
+ */
235270
+ type CodeBuildComputeType = "BUILD_GENERAL1_SMALL" | "BUILD_GENERAL1_MEDIUM" | "BUILD_GENERAL1_LARGE" | "BUILD_GENERAL1_2XLARGE" | "BUILD_GENERAL1_XLARGE" | CustomCodeBuildString<string>;
235271
+ /**
235272
+ * Configuration for the build pipeline pack.
235273
+ */
235274
+ type AddBuildPipelineConfig = {
235275
+ /**
235276
+ * Base id for created resources.
235277
+ */
235278
+ id: string;
235279
+ /**
235280
+ * Build spec YAML or JSON.
235281
+ */
235282
+ buildSpec: any;
235283
+ /**
235284
+ * Optional resource dependencies.
235285
+ */
235286
+ dependsOn?: string | string[];
235287
+ /**
235288
+ * CodeBuild environment variables.
235289
+ */
235290
+ environmentVariables?: AWS.CodeBuild.Project.EnvironmentVariable[];
235291
+ /**
235292
+ * Build timeout in minutes.
235293
+ */
235294
+ timeoutInMinutes?: number;
235295
+ /**
235296
+ * CodeBuild environment type.
235297
+ */
235298
+ environmentType?: CodeBuildEnvironmentType;
235299
+ /**
235300
+ * CodeBuild compute type.
235301
+ */
235302
+ environmentComputeType?: CodeBuildComputeType;
235303
+ /**
235304
+ * CodeBuild image to run.
235305
+ */
235306
+ environmentImage?: string;
235307
+ /**
235308
+ * Repository configuration for source stage.
235309
+ */
235310
+ repoConfig: BuildPipelineRepoConfig;
235311
+ };
235312
+ /**
235313
+ * Add a build pipeline with full permissions.
235314
+ *
235315
+ * @param config - Build pipeline configuration.
235316
+ */
235317
+ declare const addBuildPipeline: ResourcePackApplier<AddBuildPipelineConfig>;
235318
+
235319
+ /**
235320
+ * Require at least one key from the provided type.
235321
+ *
235322
+ * @typeParam T - Base object type.
235323
+ * @typeParam U - Helper mapped type.
235324
+ */
235325
+ type AtLeastOne<T, U = {
235326
+ [K in keyof T]: Pick<T, K>;
235327
+ }> = Partial<T> & U[keyof U];
235328
+ /**
235329
+ * Helper functions for generating CLI commands in build specs.
235330
+ */
235331
+ declare const COMMAND_HELPERS: {
235332
+ updateFunction: ({ cloudFunctionArn, codeZipFilePath, }: {
235333
+ cloudFunctionArn: string;
235334
+ codeZipFilePath: string;
235335
+ }) => string;
235336
+ copyDirectoryToS3: ({ s3Domain, directoryPath, }: {
235337
+ s3Domain: string;
235338
+ directoryPath: string;
235339
+ }) => string;
235340
+ cloudFrontInvalidation: ({ cloudFrontDistributionId, pathsToInvalidate, }: {
235341
+ cloudFrontDistributionId: string;
235342
+ pathsToInvalidate?: string[];
235343
+ }) => string;
235344
+ addNPMTokenWithNPMRC: ({ npmToken }: {
235345
+ npmToken: string;
235346
+ }) => string;
235347
+ };
235348
+ /**
235349
+ * Linux user name string.
235350
+ */
235351
+ type LinuxUserNameString = string;
235352
+ /**
235353
+ * Flag value for yes/no configuration fields.
235354
+ */
235355
+ type YesOrNo = "yes" | "no";
235356
+ /**
235357
+ * BuildSpec environment configuration.
235358
+ */
235359
+ interface Env {
235360
+ /**
235361
+ * Shell to use for command execution.
235362
+ */
235363
+ shell?: "bash" | "/bin/sh" | "powershell.exe" | "cmd.exe" | string;
235364
+ /**
235365
+ * Environment variables to expose.
235366
+ */
235367
+ variables?: Record<string, string>;
235368
+ /**
235369
+ * SSM parameter store references.
235370
+ */
235371
+ "parameter-store"?: Record<string, string>;
235372
+ /**
235373
+ * Exported variable names.
235374
+ */
235375
+ "exported-variables"?: string[];
235376
+ /**
235377
+ * Secrets Manager references.
235378
+ */
235379
+ "secrets-manager"?: Record<string, `${string}:${string}:${string}:${string}`>;
235380
+ /**
235381
+ * Whether to enable git credential helper.
235382
+ */
235383
+ "git-credential-helper"?: YesOrNo;
235384
+ }
235385
+ /**
235386
+ * BuildSpec proxy configuration.
235387
+ */
235388
+ interface Proxy {
235389
+ /**
235390
+ * Whether to upload build artifacts via proxy.
235391
+ */
235392
+ "upload-artifacts"?: YesOrNo;
235393
+ /**
235394
+ * Whether to proxy logs.
235395
+ */
235396
+ logs?: YesOrNo;
235397
+ }
235398
+ /**
235399
+ * BuildSpec batch build configuration.
235400
+ */
235401
+ interface Batch {
235402
+ /**
235403
+ * Whether to fail fast for batch builds.
235404
+ */
235405
+ "fast-fail"?: boolean;
235406
+ /**
235407
+ * Batch build list config.
235408
+ */
235409
+ "build-list"?: any;
235410
+ /**
235411
+ * Batch build matrix config.
235412
+ */
235413
+ "build-matrix"?: any;
235414
+ /**
235415
+ * Batch build graph config.
235416
+ */
235417
+ "build-graph"?: any;
235418
+ [key: string]: any;
235419
+ }
235420
+ /**
235421
+ * BuildSpec phase configuration.
235422
+ */
235423
+ interface Phase {
235424
+ /**
235425
+ * Runtime versions for this phase.
235426
+ */
235427
+ "runtime-versions"?: Record<string, any>;
235428
+ /**
235429
+ * User to run commands as.
235430
+ */
235431
+ "run-as"?: LinuxUserNameString;
235432
+ /**
235433
+ * Behavior when a command fails.
235434
+ */
235435
+ "on-failure"?: "ABORT" | "CONTINUE";
235436
+ /**
235437
+ * Commands to run during the phase.
235438
+ */
235439
+ commands: string[];
235440
+ /**
235441
+ * Commands to always run at the end of the phase.
235442
+ */
235443
+ finally?: string[];
235444
+ }
235445
+ /**
235446
+ * BuildSpec phase collection (at least one phase required).
235447
+ */
235448
+ type PhaseConfig = AtLeastOne<{
235449
+ install: Phase;
235450
+ pre_build: Phase;
235451
+ build: Phase;
235452
+ post_build: Phase;
235453
+ }>;
235454
+ /**
235455
+ * Report group configuration for build reports.
235456
+ */
235457
+ interface ReportGroupNameOrArn {
235458
+ /**
235459
+ * Report files to include.
235460
+ */
235461
+ files?: string[];
235462
+ /**
235463
+ * Base directory for report files.
235464
+ */
235465
+ "base-directory"?: string;
235466
+ /**
235467
+ * Whether to discard path prefixes.
235468
+ */
235469
+ "discard-paths"?: string;
235470
+ /**
235471
+ * Report file format.
235472
+ */
235473
+ "file-format"?: string;
235474
+ }
235475
+ /**
235476
+ * Reports configuration for BuildSpec.
235477
+ */
235478
+ interface Reports {
235479
+ /**
235480
+ * Report group name or ARN.
235481
+ */
235482
+ "report-group-name-or-arn"?: ReportGroupNameOrArn;
235483
+ }
235484
+ /**
235485
+ * Artifact identifier configuration.
235486
+ */
235487
+ interface ArtifactIdentifier {
235488
+ /**
235489
+ * Artifact file list.
235490
+ */
235491
+ files?: string[];
235492
+ /**
235493
+ * Artifact name.
235494
+ */
235495
+ name?: string;
235496
+ /**
235497
+ * Whether to discard path prefixes.
235498
+ */
235499
+ "discard-paths"?: string;
235500
+ /**
235501
+ * Base directory for artifact files.
235502
+ */
235503
+ "base-directory"?: string;
235504
+ }
235505
+ /**
235506
+ * Secondary artifacts configuration.
235507
+ */
235508
+ interface SecondaryArtifacts {
235509
+ /**
235510
+ * Artifact identifier for secondary artifacts.
235511
+ */
235512
+ artifactIdentifier?: ArtifactIdentifier;
235513
+ }
235514
+ /**
235515
+ * Artifacts configuration for BuildSpec.
235516
+ */
235517
+ interface Artifacts {
235518
+ /**
235519
+ * Artifact file list.
235520
+ */
235521
+ files?: string[];
235522
+ /**
235523
+ * Artifact name.
235524
+ */
235525
+ name?: string;
235526
+ /**
235527
+ * Whether to discard path prefixes.
235528
+ */
235529
+ "discard-paths"?: string;
235530
+ /**
235531
+ * Base directory for artifact files.
235532
+ */
235533
+ "base-directory"?: string;
235534
+ /**
235535
+ * Paths to exclude from artifacts.
235536
+ */
235537
+ "exclude-paths"?: string;
235538
+ /**
235539
+ * Whether to enable symlinks in artifacts.
235540
+ */
235541
+ "enable-symlinks"?: string;
235542
+ /**
235543
+ * S3 prefix for artifact upload.
235544
+ */
235545
+ "s3-prefix"?: string;
235546
+ /**
235547
+ * Secondary artifacts configuration.
235548
+ */
235549
+ "secondary-artifacts"?: SecondaryArtifacts;
235550
+ }
235551
+ /**
235552
+ * Cache configuration for BuildSpec.
235553
+ */
235554
+ interface Cache {
235555
+ /**
235556
+ * Cache paths to persist between builds.
235557
+ */
235558
+ paths?: string[];
235559
+ }
235560
+ /**
235561
+ * BuildSpec configuration object.
235562
+ */
235563
+ interface BuildSpec {
235564
+ /**
235565
+ * Build spec version.
235566
+ */
235567
+ version?: number;
235568
+ /**
235569
+ * User to run build commands as.
235570
+ */
235571
+ "run-as"?: LinuxUserNameString;
235572
+ /**
235573
+ * Environment configuration.
235574
+ */
235575
+ env?: Env;
235576
+ /**
235577
+ * Proxy configuration.
235578
+ */
235579
+ proxy?: Proxy;
235580
+ /**
235581
+ * Batch build configuration.
235582
+ */
235583
+ batch?: Batch;
235584
+ /**
235585
+ * Build phases configuration.
235586
+ */
235587
+ phases: PhaseConfig;
235588
+ /**
235589
+ * Reports configuration.
235590
+ */
235591
+ reports?: Reports;
235592
+ /**
235593
+ * Artifacts configuration.
235594
+ */
235595
+ artifacts?: Artifacts;
235596
+ /**
235597
+ * Cache configuration.
235598
+ */
235599
+ cache?: Cache;
235600
+ }
235601
+ /**
235602
+ * Create a build spec YAML string for a build pipeline (CI/CD).
235603
+ *
235604
+ * @param config - Build spec configuration.
235605
+ * @returns YAML string for the build spec.
235606
+ */
235607
+ declare const createBuildSpec: ({ version, phases }: BuildSpec) => string;
235608
+
235609
+ /**
235610
+ * Configuration for the CDN pack.
235611
+ */
235612
+ type AddCDNConfig = {
235613
+ /**
235614
+ * CloudFront distribution id.
235615
+ */
235616
+ id: string;
235617
+ /**
235618
+ * Route53 hosted zone id for the domain.
235619
+ */
235620
+ hostedZoneId: any;
235621
+ /**
235622
+ * Domain name to serve.
235623
+ */
235624
+ domainName: any;
235625
+ /**
235626
+ * ACM certificate ARN for the domain.
235627
+ */
235628
+ certificateArn: any;
235629
+ /**
235630
+ * S3 file storage resource id.
235631
+ */
235632
+ fileStorageId: string;
235633
+ };
235634
+ /**
235635
+ * Add a global cache of static files (a CDN) for things like your front-end, website, etc.
235636
+ * Includes a DNS record for the domain.
235637
+ *
235638
+ * @param config - CDN configuration.
235639
+ * */
235640
+ declare const addCDN: ResourcePackApplier<AddCDNConfig>;
235641
+
235642
+ /**
235643
+ * Default inline function code for placeholder Lambda resources.
235644
+ */
235645
+ declare const PLACEHOLDER_FUNCTION_CODE: AWS.Lambda.Function.Code;
235646
+ /**
235647
+ * Supported Lambda runtimes for cloud functions.
235648
+ */
235649
+ type CloudFunctionRuntime = "nodejs14.x" | "nodejs16.x" | "nodejs18.x" | "nodejs20.x" | "nodejs22.x" | "nodejs24.x" | "nodejs26.x" | "python3.8" | "python3.9" | "python3.10" | "python3.11" | "python3.12" | "python3.13" | "python3.14" | "python3.15" | "java11" | "java17" | "java21" | "java25" | "dotnet6" | "dotnet8" | "dotnet10" | "go1.x" | "ruby2.7" | "ruby3.2" | "ruby3.3" | "ruby3.4" | "ruby3.5" | "provided" | "provided.al2" | "provided.al2023";
235650
+ /**
235651
+ * Configuration for the cloud function pack.
235652
+ */
235653
+ type AddCloudFunctionConfig = {
235654
+ /**
235655
+ * Base id for the function resources.
235656
+ */
235657
+ id: string;
235658
+ /**
235659
+ * Lambda function code.
235660
+ */
235661
+ code?: AWS.Lambda.Function.Code;
235662
+ /**
235663
+ * Lambda environment configuration.
235664
+ */
235665
+ environment?: AWS.Lambda.Function.Environment;
235666
+ /**
235667
+ * Function handler entrypoint.
235668
+ */
235669
+ handler?: any;
235670
+ /**
235671
+ * Lambda runtime.
235672
+ */
235673
+ runtime?: CloudFunctionRuntime;
235674
+ /**
235675
+ * Function timeout in seconds.
235676
+ */
235677
+ timeout?: any;
235678
+ /**
235679
+ * IAM policy statements to attach to the role.
235680
+ */
235681
+ policies?: AWS.IAM.Role.Policy[];
235682
+ };
235683
+ /**
235684
+ * Add a serverless cloud function to run part or all of your API (back-end) without always running servers.
235685
+ *
235686
+ * @param config - Cloud function configuration.
235687
+ * */
235688
+ /**
235689
+ * Add a cloud function resource with IAM role and configuration.
235690
+ */
235691
+ declare const addCloudFunction: ResourcePackApplier<AddCloudFunctionConfig>;
235692
+
235693
+ /**
235694
+ * The configuration for adding a database to a stack.
235695
+ * */
235696
+ type AddDatabaseConfig = {
235697
+ /**
235698
+ * The id of the database table in a stack.
235699
+ * */
235700
+ tableId: string;
235701
+ /**
235702
+ * The name of the database table.
235703
+ * */
235704
+ tableName?: string;
235705
+ /**
235706
+ * The keys for the database table.
235707
+ * */
235708
+ keys: Record<string, "HASH" | "RANGE">;
235709
+ /**
235710
+ * Specific attributes for the database table.
235711
+ * */
235712
+ attributes: Record<string, "S" | "N" | "B" | "BOOL" | "NULL" | "M" | "L" | "SS" | "NS" | "BS">;
235713
+ /**
235714
+ * The billing mode for the database table.
235715
+ * */
235716
+ billingMode?: "PAY_PER_REQUEST" | "PROVISIONED";
235717
+ };
235718
+ /**
235719
+ * Add a highly available key-value database with global scale performance.
235720
+ *
235721
+ * @param config - Database configuration.
235722
+ * */
235723
+ declare const addDatabase: ResourcePackApplier<AddDatabaseConfig>;
235724
+
235725
+ /**
235726
+ * Configuration for the DNS record pack.
235727
+ */
235728
+ type AddDNSConfig = {
235729
+ /**
235730
+ * Resource id for the DNS record.
235731
+ */
235732
+ id: string;
235733
+ /**
235734
+ * Hosted zone id for the domain.
235735
+ */
235736
+ hostedZoneId: CloudFormationPrimitiveValue<string>;
235737
+ /**
235738
+ * Fully qualified domain name.
235739
+ */
235740
+ domainName: CloudFormationPrimitiveValue<string>;
235741
+ /**
235742
+ * Resource records for the DNS entry.
235743
+ */
235744
+ resourceRecords: CloudFormationPrimitiveValue<string>[];
235745
+ /**
235746
+ * DNS record type.
235747
+ */
235748
+ recordType?: CloudFormationPrimitiveValue<string>;
235749
+ };
235750
+ /**
235751
+ * Add DNS parameters for reference in other resources.
235752
+ * Optionally includes a front-end live development subdomain.
235753
+ *
235754
+ * @param config - DNS configuration.
235755
+ * */
235756
+ declare const addDNS: ResourcePackApplier<AddDNSConfig>;
235757
+
235758
+ /**
235759
+ * Configuration for the secure file storage pack.
235760
+ */
235761
+ type AddSecureFileStorageConfig = {
235762
+ /**
235763
+ * S3 bucket resource id.
235764
+ */
235765
+ id: string;
235766
+ /**
235767
+ * Optional bucket name.
235768
+ */
235769
+ bucketName?: any;
235770
+ /**
235771
+ * Whether to delete the bucket on stack delete.
235772
+ */
235773
+ shouldDelete?: boolean;
235774
+ /**
235775
+ * Whether to block all public access.
235776
+ */
235777
+ blockPublicAccess?: boolean;
235778
+ /**
235779
+ * CORS configuration or enablement flag.
235780
+ */
235781
+ cors?: AWS.S3.Bucket["Properties"]["CorsConfiguration"] | boolean;
235782
+ /**
235783
+ * ACL configuration for the bucket.
235784
+ */
235785
+ accessControl?: AWS.S3.Bucket["Properties"]["AccessControl"];
235786
+ /**
235787
+ * Whether to allow ACLs by enabling ownership controls.
235788
+ */
235789
+ allowACLs?: boolean;
235790
+ };
235791
+ /**
235792
+ * Add a secure S3 Bucket with an optional parameter to set the bucket name.
235793
+ *
235794
+ * @param config - File storage configuration.
235795
+ * */
235796
+ declare const addSecureFileStorage: ResourcePackApplier<AddSecureFileStorageConfig>;
235797
+
235798
+ /**
235799
+ * Default API Gateway authorization type.
235800
+ */
235801
+ declare const DEFAULT_AUTH_TYPE = "COGNITO_USER_POOLS";
235802
+ /**
235803
+ * Configuration for API Gateway authorizers.
235804
+ */
235805
+ type AddGatewayAuthorizerConfig = {
235806
+ /**
235807
+ * Cognito provider ARNs for authorization.
235808
+ */
235809
+ providerARNs?: string[];
235810
+ /**
235811
+ * Authorization scopes to require.
235812
+ */
235813
+ scopes?: string[];
235814
+ /**
235815
+ * Authorizer type to use.
235816
+ */
235817
+ type?: "TOKEN" | "COGNITO_USER_POOLS" | "REQUEST";
235818
+ /**
235819
+ * Identity source expression for authorization.
235820
+ */
235821
+ identitySource?: string;
235822
+ };
235823
+ /**
235824
+ * Configuration for the API Gateway pack.
235825
+ */
235826
+ type AddGatewayConfig = {
235827
+ /**
235828
+ * Base id for gateway resources.
235829
+ */
235830
+ id: string;
235831
+ /**
235832
+ * Hosted zone id for the API domain.
235833
+ */
235834
+ hostedZoneId: any;
235835
+ /**
235836
+ * Domain name for the API.
235837
+ */
235838
+ domainName: any;
235839
+ /**
235840
+ * ACM certificate ARN for the API domain.
235841
+ */
235842
+ certificateArn: CloudFormationPrimitiveValue<string>;
235843
+ /**
235844
+ * Target Lambda function information.
235845
+ */
235846
+ cloudFunction: {
235847
+ id: string;
235848
+ region?: string;
235849
+ };
235850
+ /**
235851
+ * Stage name to deploy.
235852
+ */
235853
+ stageName?: any;
235854
+ /**
235855
+ * Authorizer config or boolean to enable/disable.
235856
+ */
235857
+ authorizer?: AddGatewayAuthorizerConfig | boolean;
235858
+ /**
235859
+ * Suffix to ensure unique deployment ids.
235860
+ */
235861
+ deploymentSuffix?: string;
235862
+ };
235863
+ /**
235864
+ * Add a load-balanced API gateway for your serverless cloud function.
235865
+ * Includes authorization config that connects your user management system to your cloud function.
235866
+ * Also includes a DNS record for your API/back-end.
235867
+ *
235868
+ * @param config - Gateway configuration.
235869
+ * */
235870
+ /**
235871
+ * Add API Gateway resources with optional authorizer and DNS.
235872
+ */
235873
+ declare const addGateway: ResourcePackApplier<AddGatewayConfig>;
235874
+
235875
+ /**
235876
+ * Configuration for repository parameter pack.
235877
+ */
235878
+ type AddRepoConfig = {
235879
+ /**
235880
+ * Parameter name for repository owner.
235881
+ */
235882
+ repoOwnerParameterName: string;
235883
+ /**
235884
+ * Parameter name for repository name.
235885
+ */
235886
+ repoNameParameterName: string;
235887
+ /**
235888
+ * Parameter name for repository branch.
235889
+ */
235890
+ repoBranchParameterName: string;
235891
+ /**
235892
+ * Parameter name for repository access token.
235893
+ */
235894
+ repoTokenParameterName: string;
235895
+ };
235896
+ /**
235897
+ * Add repository related parameters for reference in other resources like a build pipeline (CI/CD).
235898
+ *
235899
+ * @param config - Repository parameter configuration.
235900
+ * */
235901
+ declare const addRepo: ResourcePackApplier<AddRepoConfig>;
235902
+
235903
+ /**
235904
+ * Configuration for the SSL certificate pack.
235905
+ */
235906
+ type AddSSLCertificateConfig = {
235907
+ /**
235908
+ * Certificate resource id.
235909
+ */
235910
+ id: string;
235911
+ /**
235912
+ * Base domain name for the certificate.
235913
+ */
235914
+ domainName: any;
235915
+ /**
235916
+ * Hosted zone id for DNS validation.
235917
+ */
235918
+ hostedZoneId: any;
235919
+ /**
235920
+ * Whether to include a wildcard SAN entry.
235921
+ */
235922
+ includeWildCard?: boolean;
235923
+ };
235924
+ /**
235925
+ * Add an automatic SSL Certificate for a domain and all of it's subdomains.
235926
+ *
235927
+ * @param config - SSL certificate configuration.
235928
+ * */
235929
+ declare const addSSLCertificate: ResourcePackApplier<AddSSLCertificateConfig>;
235930
+
235931
+ /**
235932
+ * @packageDocumentation
235933
+ *
235934
+ * Aggregated exports for IaC resource packs.
235935
+ */
235936
+
235937
+ type index_AddAuthConfig = AddAuthConfig;
235938
+ type index_AddBuildPipelineConfig = AddBuildPipelineConfig;
235939
+ type index_AddCDNConfig = AddCDNConfig;
235940
+ type index_AddCloudFunctionConfig = AddCloudFunctionConfig;
235941
+ type index_AddDNSConfig = AddDNSConfig;
235942
+ type index_AddDatabaseConfig = AddDatabaseConfig;
235943
+ type index_AddGatewayAuthorizerConfig = AddGatewayAuthorizerConfig;
235944
+ type index_AddGatewayConfig = AddGatewayConfig;
235945
+ type index_AddRepoConfig = AddRepoConfig;
235946
+ type index_AddSSLCertificateConfig = AddSSLCertificateConfig;
235947
+ type index_AddSecureFileStorageConfig = AddSecureFileStorageConfig;
235948
+ type index_ArtifactIdentifier = ArtifactIdentifier;
235949
+ type index_Artifacts = Artifacts;
235950
+ type index_AtLeastOne<T, U = {
235951
+ [K in keyof T]: Pick<T, K>;
235952
+ }> = AtLeastOne<T, U>;
235953
+ type index_Batch = Batch;
235954
+ type index_BuildPipelineRepoConfig = BuildPipelineRepoConfig;
235955
+ type index_BuildSpec = BuildSpec;
235956
+ declare const index_COMMAND_HELPERS: typeof COMMAND_HELPERS;
235957
+ type index_Cache = Cache;
235958
+ type index_CloudFunctionRuntime = CloudFunctionRuntime;
235959
+ type index_CodeBuildComputeType = CodeBuildComputeType;
235960
+ type index_CodeBuildEnvironmentType = CodeBuildEnvironmentType;
235961
+ type index_CustomCodeBuildString<T extends string> = CustomCodeBuildString<T>;
235962
+ declare const index_DEFAULT_AUTH_TYPE: typeof DEFAULT_AUTH_TYPE;
235963
+ declare const index_DEFAULT_BUILD_PIPELINE_REPO_PROVIDER: typeof DEFAULT_BUILD_PIPELINE_REPO_PROVIDER;
235964
+ type index_Env = Env;
235965
+ type index_LinuxUserNameString = LinuxUserNameString;
235966
+ declare const index_PLACEHOLDER_FUNCTION_CODE: typeof PLACEHOLDER_FUNCTION_CODE;
235967
+ type index_Phase = Phase;
235968
+ type index_PhaseConfig = PhaseConfig;
235969
+ type index_Proxy = Proxy;
235970
+ type index_ReportGroupNameOrArn = ReportGroupNameOrArn;
235971
+ type index_Reports = Reports;
235972
+ type index_SecondaryArtifacts = SecondaryArtifacts;
235973
+ type index_YesOrNo = YesOrNo;
235974
+ declare const index_addAuth: typeof addAuth;
235975
+ declare const index_addBuildPipeline: typeof addBuildPipeline;
235976
+ declare const index_addCDN: typeof addCDN;
235977
+ declare const index_addCloudFunction: typeof addCloudFunction;
235978
+ declare const index_addDNS: typeof addDNS;
235979
+ declare const index_addDatabase: typeof addDatabase;
235980
+ declare const index_addGateway: typeof addGateway;
235981
+ declare const index_addRepo: typeof addRepo;
235982
+ declare const index_addSSLCertificate: typeof addSSLCertificate;
235983
+ declare const index_addSecureFileStorage: typeof addSecureFileStorage;
235984
+ declare const index_createBuildSpec: typeof createBuildSpec;
235985
+ declare namespace index {
235986
+ export { type index_AddAuthConfig as AddAuthConfig, type index_AddBuildPipelineConfig as AddBuildPipelineConfig, type index_AddCDNConfig as AddCDNConfig, type index_AddCloudFunctionConfig as AddCloudFunctionConfig, type index_AddDNSConfig as AddDNSConfig, type index_AddDatabaseConfig as AddDatabaseConfig, type index_AddGatewayAuthorizerConfig as AddGatewayAuthorizerConfig, type index_AddGatewayConfig as AddGatewayConfig, type index_AddRepoConfig as AddRepoConfig, type index_AddSSLCertificateConfig as AddSSLCertificateConfig, type index_AddSecureFileStorageConfig as AddSecureFileStorageConfig, type index_ArtifactIdentifier as ArtifactIdentifier, type index_Artifacts as Artifacts, type index_AtLeastOne as AtLeastOne, type index_Batch as Batch, type index_BuildPipelineRepoConfig as BuildPipelineRepoConfig, type index_BuildSpec as BuildSpec, index_COMMAND_HELPERS as COMMAND_HELPERS, type index_Cache as Cache, type index_CloudFunctionRuntime as CloudFunctionRuntime, type index_CodeBuildComputeType as CodeBuildComputeType, type index_CodeBuildEnvironmentType as CodeBuildEnvironmentType, type index_CustomCodeBuildString as CustomCodeBuildString, index_DEFAULT_AUTH_TYPE as DEFAULT_AUTH_TYPE, index_DEFAULT_BUILD_PIPELINE_REPO_PROVIDER as DEFAULT_BUILD_PIPELINE_REPO_PROVIDER, type index_Env as Env, type index_LinuxUserNameString as LinuxUserNameString, index_PLACEHOLDER_FUNCTION_CODE as PLACEHOLDER_FUNCTION_CODE, type index_Phase as Phase, type index_PhaseConfig as PhaseConfig, type index_Proxy as Proxy, type index_ReportGroupNameOrArn as ReportGroupNameOrArn, type index_Reports as Reports, type index_SecondaryArtifacts as SecondaryArtifacts, type index_YesOrNo as YesOrNo, index_addAuth as addAuth, index_addBuildPipeline as addBuildPipeline, index_addCDN as addCDN, index_addCloudFunction as addCloudFunction, index_addDNS as addDNS, index_addDatabase as addDatabase, index_addGateway as addGateway, index_addRepo as addRepo, index_addSSLCertificate as addSSLCertificate, index_addSecureFileStorage as addSecureFileStorage, index_createBuildSpec as createBuildSpec };
235987
+ }
235988
+
235989
+ export { type AddAuthConfig as A, type BuildPipelineRepoConfig as B, type CloudFormationTemplate as C, DEFAULT_BUILD_PIPELINE_REPO_PROVIDER as D, type Env as E, type AddCloudFunctionConfig as F, addCloudFunction as G, type AddDatabaseConfig as H, addDatabase as I, type AddDNSConfig as J, addDNS as K, type LinuxUserNameString as L, type AddSecureFileStorageConfig as M, addSecureFileStorage as N, DEFAULT_AUTH_TYPE as O, type ParameterInfo as P, type AddGatewayAuthorizerConfig as Q, type ResourcePackApplier as R, type SecondaryArtifacts as S, type AddGatewayConfig as T, addGateway as U, type AddRepoConfig as V, addRepo as W, type AddSSLCertificateConfig as X, type YesOrNo as Y, addSSLCertificate as Z, type ParameterGroup as a, index$1 as b, addAuth as c, type CustomCodeBuildString as d, type CodeBuildEnvironmentType as e, type CodeBuildComputeType as f, type AddBuildPipelineConfig as g, addBuildPipeline as h, index as i, type AtLeastOne as j, COMMAND_HELPERS as k, type Proxy as l, Batch as m, type Phase as n, type PhaseConfig as o, type ReportGroupNameOrArn as p, type Reports as q, type ArtifactIdentifier as r, type Artifacts as s, type Cache as t, type BuildSpec as u, createBuildSpec as v, type AddCDNConfig as w, addCDN as x, PLACEHOLDER_FUNCTION_CODE as y, type CloudFunctionRuntime as z };