@intentius/chant-lexicon-aws 0.37.2 → 0.40.0
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.
- package/dist/ambient.d.ts.map +1 -1
- package/dist/api/read-client.d.ts.map +1 -1
- package/dist/codegen/generate.d.ts.map +1 -1
- package/dist/codegen/naming.d.ts +18 -1
- package/dist/codegen/naming.d.ts.map +1 -1
- package/dist/composites/alb-shared.d.ts +7 -1
- package/dist/composites/alb-shared.d.ts.map +1 -1
- package/dist/composites/ec2-instance-role.d.ts +4 -1
- package/dist/composites/ec2-instance-role.d.ts.map +1 -1
- package/dist/composites/efs-with-access-point.d.ts +5 -1
- package/dist/composites/efs-with-access-point.d.ts.map +1 -1
- package/dist/composites/fargate-alb.d.ts +14 -1
- package/dist/composites/fargate-alb.d.ts.map +1 -1
- package/dist/composites/fargate-service.d.ts +19 -8
- package/dist/composites/fargate-service.d.ts.map +1 -1
- package/dist/composites/index.d.ts +2 -2
- package/dist/composites/index.d.ts.map +1 -1
- package/dist/composites/lambda-api.d.ts +3 -1
- package/dist/composites/lambda-api.d.ts.map +1 -1
- package/dist/composites/lambda-dynamodb.d.ts +9 -2
- package/dist/composites/lambda-dynamodb.d.ts.map +1 -1
- package/dist/composites/lambda-eventbridge.d.ts +9 -2
- package/dist/composites/lambda-eventbridge.d.ts.map +1 -1
- package/dist/composites/lambda-s3.d.ts +3 -1
- package/dist/composites/lambda-s3.d.ts.map +1 -1
- package/dist/composites/lambda-sns.d.ts +10 -2
- package/dist/composites/lambda-sns.d.ts.map +1 -1
- package/dist/composites/lambda-sqs.d.ts +9 -2
- package/dist/composites/lambda-sqs.d.ts.map +1 -1
- package/dist/composites/microvm-app.d.ts +25 -4
- package/dist/composites/microvm-app.d.ts.map +1 -1
- package/dist/composites/minimal-vpc.d.ts +10 -1
- package/dist/composites/minimal-vpc.d.ts.map +1 -1
- package/dist/composites/rds-instance.d.ts +1 -1
- package/dist/composites/rds-instance.d.ts.map +1 -1
- package/dist/composites/scheduled-lambda.d.ts +15 -3
- package/dist/composites/scheduled-lambda.d.ts.map +1 -1
- package/dist/composites/solr-fargate-service.d.ts +27 -1
- package/dist/composites/solr-fargate-service.d.ts.map +1 -1
- package/dist/generated/index.d.ts +57 -49
- package/dist/generated/index.d.ts.map +1 -1
- package/dist/import/generator.d.ts.map +1 -1
- package/dist/index.d.ts +2 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/integrity.json +4 -4
- package/dist/manifest.json +1 -1
- package/dist/meta.json +722 -666
- package/dist/op/activities/floci.d.ts.map +1 -1
- package/dist/plugin.d.ts.map +1 -1
- package/dist/reference-catalog.d.ts.map +1 -1
- package/dist/spec/pin.d.ts +116 -0
- package/dist/spec/pin.d.ts.map +1 -0
- package/dist/spec/pinned-types.json +1652 -0
- package/dist/types/index.d.ts +679 -555
- package/dist/validate.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/ambient.test.ts +21 -0
- package/src/ambient.ts +16 -0
- package/src/api/read-client.test.ts +31 -0
- package/src/api/read-client.ts +43 -1
- package/src/codegen/generate.ts +17 -3
- package/src/codegen/naming.ts +31 -2
- package/src/composites/alb-shared.ts +1 -1
- package/src/composites/ec2-instance-role.ts +1 -1
- package/src/composites/efs-with-access-point.ts +1 -1
- package/src/composites/fargate-alb.ts +1 -1
- package/src/composites/fargate-service.ts +15 -10
- package/src/composites/index.ts +2 -2
- package/src/composites/lambda-api.ts +3 -2
- package/src/composites/lambda-dynamodb.ts +4 -3
- package/src/composites/lambda-eventbridge.ts +4 -3
- package/src/composites/lambda-s3.ts +3 -2
- package/src/composites/lambda-sns.ts +4 -3
- package/src/composites/lambda-sqs.ts +4 -3
- package/src/composites/microvm-app.test.ts +39 -1
- package/src/composites/microvm-app.ts +32 -11
- package/src/composites/minimal-vpc.ts +1 -1
- package/src/composites/rds-instance.ts +1 -1
- package/src/composites/scheduled-lambda.ts +4 -3
- package/src/composites/solr-fargate-service.ts +7 -1
- package/src/generated/index.d.ts +679 -555
- package/src/generated/index.ts +58 -50
- package/src/generated/lexicon-aws.json +722 -666
- package/src/import/generator.ts +5 -4
- package/src/index.ts +2 -2
- package/src/lifecycle-integration.test.ts +25 -0
- package/src/op/activities/floci.test.ts +2 -2
- package/src/op/activities/floci.ts +6 -1
- package/src/plugin.ts +4 -0
- package/src/reference-catalog.test.ts +28 -0
- package/src/reference-catalog.ts +7 -0
- package/src/spec/pin.test.ts +248 -0
- package/src/spec/pin.ts +247 -0
- package/src/spec/pinned-types.json +1652 -0
- package/src/validate.ts +5 -0
|
@@ -0,0 +1,1652 @@
|
|
|
1
|
+
[
|
|
2
|
+
"AWS::ACMPCA::Certificate",
|
|
3
|
+
"AWS::ACMPCA::CertificateAuthority",
|
|
4
|
+
"AWS::ACMPCA::CertificateAuthorityActivation",
|
|
5
|
+
"AWS::ACMPCA::Permission",
|
|
6
|
+
"AWS::AIOps::InvestigationGroup",
|
|
7
|
+
"AWS::APS::AnomalyDetector",
|
|
8
|
+
"AWS::APS::ResourcePolicy",
|
|
9
|
+
"AWS::APS::RuleGroupsNamespace",
|
|
10
|
+
"AWS::APS::Scraper",
|
|
11
|
+
"AWS::APS::Workspace",
|
|
12
|
+
"AWS::ARCRegionSwitch::Plan",
|
|
13
|
+
"AWS::ARCZonalShift::AutoshiftObserverNotificationStatus",
|
|
14
|
+
"AWS::ARCZonalShift::ZonalAutoshiftConfiguration",
|
|
15
|
+
"AWS::AWSExternalAnthropic::Workspace",
|
|
16
|
+
"AWS::AccessAnalyzer::Analyzer",
|
|
17
|
+
"AWS::AmazonMQ::Broker",
|
|
18
|
+
"AWS::AmazonMQ::Configuration",
|
|
19
|
+
"AWS::AmazonMQ::ConfigurationAssociation",
|
|
20
|
+
"AWS::Amplify::App",
|
|
21
|
+
"AWS::Amplify::Branch",
|
|
22
|
+
"AWS::Amplify::Domain",
|
|
23
|
+
"AWS::AmplifyUIBuilder::Component",
|
|
24
|
+
"AWS::AmplifyUIBuilder::Form",
|
|
25
|
+
"AWS::AmplifyUIBuilder::Theme",
|
|
26
|
+
"AWS::ApiGateway::Account",
|
|
27
|
+
"AWS::ApiGateway::ApiKey",
|
|
28
|
+
"AWS::ApiGateway::Authorizer",
|
|
29
|
+
"AWS::ApiGateway::BasePathMapping",
|
|
30
|
+
"AWS::ApiGateway::BasePathMappingV2",
|
|
31
|
+
"AWS::ApiGateway::ClientCertificate",
|
|
32
|
+
"AWS::ApiGateway::Deployment",
|
|
33
|
+
"AWS::ApiGateway::DocumentationPart",
|
|
34
|
+
"AWS::ApiGateway::DocumentationVersion",
|
|
35
|
+
"AWS::ApiGateway::DomainName",
|
|
36
|
+
"AWS::ApiGateway::DomainNameAccessAssociation",
|
|
37
|
+
"AWS::ApiGateway::DomainNameV2",
|
|
38
|
+
"AWS::ApiGateway::GatewayResponse",
|
|
39
|
+
"AWS::ApiGateway::Method",
|
|
40
|
+
"AWS::ApiGateway::Model",
|
|
41
|
+
"AWS::ApiGateway::RequestValidator",
|
|
42
|
+
"AWS::ApiGateway::Resource",
|
|
43
|
+
"AWS::ApiGateway::RestApi",
|
|
44
|
+
"AWS::ApiGateway::Stage",
|
|
45
|
+
"AWS::ApiGateway::UsagePlan",
|
|
46
|
+
"AWS::ApiGateway::UsagePlanKey",
|
|
47
|
+
"AWS::ApiGateway::VpcLink",
|
|
48
|
+
"AWS::ApiGatewayV2::Api",
|
|
49
|
+
"AWS::ApiGatewayV2::ApiGatewayManagedOverrides",
|
|
50
|
+
"AWS::ApiGatewayV2::ApiMapping",
|
|
51
|
+
"AWS::ApiGatewayV2::Authorizer",
|
|
52
|
+
"AWS::ApiGatewayV2::Deployment",
|
|
53
|
+
"AWS::ApiGatewayV2::DomainName",
|
|
54
|
+
"AWS::ApiGatewayV2::Integration",
|
|
55
|
+
"AWS::ApiGatewayV2::IntegrationResponse",
|
|
56
|
+
"AWS::ApiGatewayV2::Model",
|
|
57
|
+
"AWS::ApiGatewayV2::Route",
|
|
58
|
+
"AWS::ApiGatewayV2::RouteResponse",
|
|
59
|
+
"AWS::ApiGatewayV2::RoutingRule",
|
|
60
|
+
"AWS::ApiGatewayV2::Stage",
|
|
61
|
+
"AWS::ApiGatewayV2::VpcLink",
|
|
62
|
+
"AWS::AppConfig::Application",
|
|
63
|
+
"AWS::AppConfig::ConfigurationProfile",
|
|
64
|
+
"AWS::AppConfig::Deployment",
|
|
65
|
+
"AWS::AppConfig::DeploymentStrategy",
|
|
66
|
+
"AWS::AppConfig::Environment",
|
|
67
|
+
"AWS::AppConfig::Extension",
|
|
68
|
+
"AWS::AppConfig::ExtensionAssociation",
|
|
69
|
+
"AWS::AppConfig::HostedConfigurationVersion",
|
|
70
|
+
"AWS::AppFlow::Connector",
|
|
71
|
+
"AWS::AppFlow::ConnectorProfile",
|
|
72
|
+
"AWS::AppFlow::Flow",
|
|
73
|
+
"AWS::AppIntegrations::Application",
|
|
74
|
+
"AWS::AppIntegrations::DataIntegration",
|
|
75
|
+
"AWS::AppIntegrations::EventIntegration",
|
|
76
|
+
"AWS::AppMesh::GatewayRoute",
|
|
77
|
+
"AWS::AppMesh::Mesh",
|
|
78
|
+
"AWS::AppMesh::Route",
|
|
79
|
+
"AWS::AppMesh::VirtualGateway",
|
|
80
|
+
"AWS::AppMesh::VirtualNode",
|
|
81
|
+
"AWS::AppMesh::VirtualRouter",
|
|
82
|
+
"AWS::AppMesh::VirtualService",
|
|
83
|
+
"AWS::AppRunner::AutoScalingConfiguration",
|
|
84
|
+
"AWS::AppRunner::ObservabilityConfiguration",
|
|
85
|
+
"AWS::AppRunner::Service",
|
|
86
|
+
"AWS::AppRunner::VpcConnector",
|
|
87
|
+
"AWS::AppRunner::VpcIngressConnection",
|
|
88
|
+
"AWS::AppStream::AppBlock",
|
|
89
|
+
"AWS::AppStream::AppBlockBuilder",
|
|
90
|
+
"AWS::AppStream::Application",
|
|
91
|
+
"AWS::AppStream::ApplicationEntitlementAssociation",
|
|
92
|
+
"AWS::AppStream::ApplicationFleetAssociation",
|
|
93
|
+
"AWS::AppStream::DirectoryConfig",
|
|
94
|
+
"AWS::AppStream::Entitlement",
|
|
95
|
+
"AWS::AppStream::Fleet",
|
|
96
|
+
"AWS::AppStream::ImageBuilder",
|
|
97
|
+
"AWS::AppStream::Stack",
|
|
98
|
+
"AWS::AppStream::StackFleetAssociation",
|
|
99
|
+
"AWS::AppStream::StackUserAssociation",
|
|
100
|
+
"AWS::AppStream::User",
|
|
101
|
+
"AWS::AppSync::Api",
|
|
102
|
+
"AWS::AppSync::ApiCache",
|
|
103
|
+
"AWS::AppSync::ApiKey",
|
|
104
|
+
"AWS::AppSync::ChannelNamespace",
|
|
105
|
+
"AWS::AppSync::DataSource",
|
|
106
|
+
"AWS::AppSync::DomainName",
|
|
107
|
+
"AWS::AppSync::DomainNameApiAssociation",
|
|
108
|
+
"AWS::AppSync::FunctionConfiguration",
|
|
109
|
+
"AWS::AppSync::GraphQLApi",
|
|
110
|
+
"AWS::AppSync::GraphQLSchema",
|
|
111
|
+
"AWS::AppSync::Resolver",
|
|
112
|
+
"AWS::AppSync::SourceApiAssociation",
|
|
113
|
+
"AWS::AppTest::TestCase",
|
|
114
|
+
"AWS::ApplicationAutoScaling::ScalableTarget",
|
|
115
|
+
"AWS::ApplicationAutoScaling::ScalingPolicy",
|
|
116
|
+
"AWS::ApplicationInsights::Application",
|
|
117
|
+
"AWS::ApplicationSignals::Discovery",
|
|
118
|
+
"AWS::ApplicationSignals::GroupingConfiguration",
|
|
119
|
+
"AWS::ApplicationSignals::ServiceLevelObjective",
|
|
120
|
+
"AWS::Athena::CapacityReservation",
|
|
121
|
+
"AWS::Athena::DataCatalog",
|
|
122
|
+
"AWS::Athena::NamedQuery",
|
|
123
|
+
"AWS::Athena::PreparedStatement",
|
|
124
|
+
"AWS::Athena::WorkGroup",
|
|
125
|
+
"AWS::AuditManager::Assessment",
|
|
126
|
+
"AWS::AuditManager::AssessmentFramework",
|
|
127
|
+
"AWS::AutoScaling::AutoScalingGroup",
|
|
128
|
+
"AWS::AutoScaling::LaunchConfiguration",
|
|
129
|
+
"AWS::AutoScaling::LifecycleHook",
|
|
130
|
+
"AWS::AutoScaling::ScalingPolicy",
|
|
131
|
+
"AWS::AutoScaling::ScheduledAction",
|
|
132
|
+
"AWS::AutoScaling::WarmPool",
|
|
133
|
+
"AWS::AutoScalingPlans::ScalingPlan",
|
|
134
|
+
"AWS::B2BI::Capability",
|
|
135
|
+
"AWS::B2BI::Partnership",
|
|
136
|
+
"AWS::B2BI::Profile",
|
|
137
|
+
"AWS::B2BI::Transformer",
|
|
138
|
+
"AWS::BCM::Dashboard",
|
|
139
|
+
"AWS::BCMDataExports::Export",
|
|
140
|
+
"AWS::Backup::BackupPlan",
|
|
141
|
+
"AWS::Backup::BackupSelection",
|
|
142
|
+
"AWS::Backup::BackupVault",
|
|
143
|
+
"AWS::Backup::Framework",
|
|
144
|
+
"AWS::Backup::LegalHold",
|
|
145
|
+
"AWS::Backup::LogicallyAirGappedBackupVault",
|
|
146
|
+
"AWS::Backup::ReportPlan",
|
|
147
|
+
"AWS::Backup::RestoreTestingPlan",
|
|
148
|
+
"AWS::Backup::RestoreTestingSelection",
|
|
149
|
+
"AWS::Backup::TieringConfiguration",
|
|
150
|
+
"AWS::BackupGateway::Hypervisor",
|
|
151
|
+
"AWS::Batch::ComputeEnvironment",
|
|
152
|
+
"AWS::Batch::ConsumableResource",
|
|
153
|
+
"AWS::Batch::JobDefinition",
|
|
154
|
+
"AWS::Batch::JobQueue",
|
|
155
|
+
"AWS::Batch::QuotaShare",
|
|
156
|
+
"AWS::Batch::SchedulingPolicy",
|
|
157
|
+
"AWS::Batch::ServiceEnvironment",
|
|
158
|
+
"AWS::BcmPricingCalculator::BillScenario",
|
|
159
|
+
"AWS::Bedrock::Agent",
|
|
160
|
+
"AWS::Bedrock::AgentAlias",
|
|
161
|
+
"AWS::Bedrock::ApplicationInferenceProfile",
|
|
162
|
+
"AWS::Bedrock::AutomatedReasoningPolicy",
|
|
163
|
+
"AWS::Bedrock::AutomatedReasoningPolicyVersion",
|
|
164
|
+
"AWS::Bedrock::Blueprint",
|
|
165
|
+
"AWS::Bedrock::DataAutomationLibrary",
|
|
166
|
+
"AWS::Bedrock::DataAutomationProject",
|
|
167
|
+
"AWS::Bedrock::DataSource",
|
|
168
|
+
"AWS::Bedrock::EnforcedGuardrailConfiguration",
|
|
169
|
+
"AWS::Bedrock::Flow",
|
|
170
|
+
"AWS::Bedrock::FlowAlias",
|
|
171
|
+
"AWS::Bedrock::FlowVersion",
|
|
172
|
+
"AWS::Bedrock::Guardrail",
|
|
173
|
+
"AWS::Bedrock::GuardrailVersion",
|
|
174
|
+
"AWS::Bedrock::IntelligentPromptRouter",
|
|
175
|
+
"AWS::Bedrock::KnowledgeBase",
|
|
176
|
+
"AWS::Bedrock::KnowledgeBasePolicy",
|
|
177
|
+
"AWS::Bedrock::Prompt",
|
|
178
|
+
"AWS::Bedrock::PromptVersion",
|
|
179
|
+
"AWS::Bedrock::ResourcePolicy",
|
|
180
|
+
"AWS::BedrockAgentCore::ApiKeyCredentialProvider",
|
|
181
|
+
"AWS::BedrockAgentCore::BrowserCustom",
|
|
182
|
+
"AWS::BedrockAgentCore::BrowserProfile",
|
|
183
|
+
"AWS::BedrockAgentCore::CodeInterpreterCustom",
|
|
184
|
+
"AWS::BedrockAgentCore::ConfigurationBundle",
|
|
185
|
+
"AWS::BedrockAgentCore::Dataset",
|
|
186
|
+
"AWS::BedrockAgentCore::Evaluator",
|
|
187
|
+
"AWS::BedrockAgentCore::Gateway",
|
|
188
|
+
"AWS::BedrockAgentCore::GatewayTarget",
|
|
189
|
+
"AWS::BedrockAgentCore::Harness",
|
|
190
|
+
"AWS::BedrockAgentCore::HarnessEndpoint",
|
|
191
|
+
"AWS::BedrockAgentCore::Memory",
|
|
192
|
+
"AWS::BedrockAgentCore::OAuth2CredentialProvider",
|
|
193
|
+
"AWS::BedrockAgentCore::OnlineEvaluationConfig",
|
|
194
|
+
"AWS::BedrockAgentCore::PaymentConnector",
|
|
195
|
+
"AWS::BedrockAgentCore::PaymentCredentialProvider",
|
|
196
|
+
"AWS::BedrockAgentCore::PaymentManager",
|
|
197
|
+
"AWS::BedrockAgentCore::Policy",
|
|
198
|
+
"AWS::BedrockAgentCore::PolicyEngine",
|
|
199
|
+
"AWS::BedrockAgentCore::ResourcePolicy",
|
|
200
|
+
"AWS::BedrockAgentCore::Runtime",
|
|
201
|
+
"AWS::BedrockAgentCore::RuntimeEndpoint",
|
|
202
|
+
"AWS::BedrockAgentCore::WorkloadIdentity",
|
|
203
|
+
"AWS::BedrockMantle::Project",
|
|
204
|
+
"AWS::Billing::BillingView",
|
|
205
|
+
"AWS::BillingConductor::BillingGroup",
|
|
206
|
+
"AWS::BillingConductor::CustomLineItem",
|
|
207
|
+
"AWS::BillingConductor::PricingPlan",
|
|
208
|
+
"AWS::BillingConductor::PricingRule",
|
|
209
|
+
"AWS::Braket::SpendingLimit",
|
|
210
|
+
"AWS::Budgets::Budget",
|
|
211
|
+
"AWS::Budgets::BudgetsAction",
|
|
212
|
+
"AWS::CE::AnomalyMonitor",
|
|
213
|
+
"AWS::CE::AnomalySubscription",
|
|
214
|
+
"AWS::CE::CostCategory",
|
|
215
|
+
"AWS::CUR::ReportDefinition",
|
|
216
|
+
"AWS::Cases::CaseRule",
|
|
217
|
+
"AWS::Cases::Domain",
|
|
218
|
+
"AWS::Cases::Field",
|
|
219
|
+
"AWS::Cases::Layout",
|
|
220
|
+
"AWS::Cases::Template",
|
|
221
|
+
"AWS::Cassandra::Keyspace",
|
|
222
|
+
"AWS::Cassandra::Table",
|
|
223
|
+
"AWS::Cassandra::Type",
|
|
224
|
+
"AWS::CertificateManager::Account",
|
|
225
|
+
"AWS::CertificateManager::AcmeDomainValidation",
|
|
226
|
+
"AWS::CertificateManager::AcmeEndpoint",
|
|
227
|
+
"AWS::CertificateManager::AcmeExternalAccountBinding",
|
|
228
|
+
"AWS::CertificateManager::Certificate",
|
|
229
|
+
"AWS::Chatbot::CustomAction",
|
|
230
|
+
"AWS::Chatbot::MicrosoftTeamsChannelConfiguration",
|
|
231
|
+
"AWS::Chatbot::SlackChannelConfiguration",
|
|
232
|
+
"AWS::Chime::AppInstance",
|
|
233
|
+
"AWS::Chime::AppInstanceBot",
|
|
234
|
+
"AWS::Chime::AppInstanceUser",
|
|
235
|
+
"AWS::CleanRooms::AnalysisTemplate",
|
|
236
|
+
"AWS::CleanRooms::Collaboration",
|
|
237
|
+
"AWS::CleanRooms::ConfiguredTable",
|
|
238
|
+
"AWS::CleanRooms::ConfiguredTableAssociation",
|
|
239
|
+
"AWS::CleanRooms::IdMappingTable",
|
|
240
|
+
"AWS::CleanRooms::IdNamespaceAssociation",
|
|
241
|
+
"AWS::CleanRooms::IntermediateTable",
|
|
242
|
+
"AWS::CleanRooms::Membership",
|
|
243
|
+
"AWS::CleanRooms::PrivacyBudgetTemplate",
|
|
244
|
+
"AWS::CleanRoomsML::ConfiguredModelAlgorithm",
|
|
245
|
+
"AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation",
|
|
246
|
+
"AWS::CleanRoomsML::TrainingDataset",
|
|
247
|
+
"AWS::Cloud9::EnvironmentEC2",
|
|
248
|
+
"AWS::CloudFormation::CustomResource",
|
|
249
|
+
"AWS::CloudFormation::GeneratedTemplate",
|
|
250
|
+
"AWS::CloudFormation::GuardHook",
|
|
251
|
+
"AWS::CloudFormation::HookDefaultVersion",
|
|
252
|
+
"AWS::CloudFormation::HookTypeConfig",
|
|
253
|
+
"AWS::CloudFormation::HookVersion",
|
|
254
|
+
"AWS::CloudFormation::LambdaHook",
|
|
255
|
+
"AWS::CloudFormation::Macro",
|
|
256
|
+
"AWS::CloudFormation::ModuleDefaultVersion",
|
|
257
|
+
"AWS::CloudFormation::ModuleVersion",
|
|
258
|
+
"AWS::CloudFormation::PublicTypeVersion",
|
|
259
|
+
"AWS::CloudFormation::Publisher",
|
|
260
|
+
"AWS::CloudFormation::ResourceDefaultVersion",
|
|
261
|
+
"AWS::CloudFormation::ResourceVersion",
|
|
262
|
+
"AWS::CloudFormation::Stack",
|
|
263
|
+
"AWS::CloudFormation::StackSet",
|
|
264
|
+
"AWS::CloudFormation::TypeActivation",
|
|
265
|
+
"AWS::CloudFormation::WaitCondition",
|
|
266
|
+
"AWS::CloudFormation::WaitConditionHandle",
|
|
267
|
+
"AWS::CloudFront::AnycastIpList",
|
|
268
|
+
"AWS::CloudFront::CachePolicy",
|
|
269
|
+
"AWS::CloudFront::CloudFrontOriginAccessIdentity",
|
|
270
|
+
"AWS::CloudFront::ConnectionFunction",
|
|
271
|
+
"AWS::CloudFront::ConnectionGroup",
|
|
272
|
+
"AWS::CloudFront::ContinuousDeploymentPolicy",
|
|
273
|
+
"AWS::CloudFront::Distribution",
|
|
274
|
+
"AWS::CloudFront::DistributionTenant",
|
|
275
|
+
"AWS::CloudFront::Function",
|
|
276
|
+
"AWS::CloudFront::KeyGroup",
|
|
277
|
+
"AWS::CloudFront::KeyValueStore",
|
|
278
|
+
"AWS::CloudFront::MonitoringSubscription",
|
|
279
|
+
"AWS::CloudFront::OriginAccessControl",
|
|
280
|
+
"AWS::CloudFront::OriginRequestPolicy",
|
|
281
|
+
"AWS::CloudFront::PublicKey",
|
|
282
|
+
"AWS::CloudFront::RealtimeLogConfig",
|
|
283
|
+
"AWS::CloudFront::ResponseHeadersPolicy",
|
|
284
|
+
"AWS::CloudFront::StreamingDistribution",
|
|
285
|
+
"AWS::CloudFront::TrustStore",
|
|
286
|
+
"AWS::CloudFront::VpcOrigin",
|
|
287
|
+
"AWS::CloudTrail::Channel",
|
|
288
|
+
"AWS::CloudTrail::Dashboard",
|
|
289
|
+
"AWS::CloudTrail::EventDataStore",
|
|
290
|
+
"AWS::CloudTrail::ResourcePolicy",
|
|
291
|
+
"AWS::CloudTrail::Trail",
|
|
292
|
+
"AWS::CloudWatch::Alarm",
|
|
293
|
+
"AWS::CloudWatch::AlarmMuteRule",
|
|
294
|
+
"AWS::CloudWatch::AnomalyDetector",
|
|
295
|
+
"AWS::CloudWatch::CompositeAlarm",
|
|
296
|
+
"AWS::CloudWatch::Dashboard",
|
|
297
|
+
"AWS::CloudWatch::InsightRule",
|
|
298
|
+
"AWS::CloudWatch::LogAlarm",
|
|
299
|
+
"AWS::CloudWatch::MetricStream",
|
|
300
|
+
"AWS::CloudWatch::OTelEnrichment",
|
|
301
|
+
"AWS::CodeArtifact::Domain",
|
|
302
|
+
"AWS::CodeArtifact::PackageGroup",
|
|
303
|
+
"AWS::CodeArtifact::Repository",
|
|
304
|
+
"AWS::CodeBuild::Fleet",
|
|
305
|
+
"AWS::CodeBuild::Project",
|
|
306
|
+
"AWS::CodeBuild::ReportGroup",
|
|
307
|
+
"AWS::CodeBuild::SourceCredential",
|
|
308
|
+
"AWS::CodeCommit::Repository",
|
|
309
|
+
"AWS::CodeConnections::Connection",
|
|
310
|
+
"AWS::CodeDeploy::Application",
|
|
311
|
+
"AWS::CodeDeploy::DeploymentConfig",
|
|
312
|
+
"AWS::CodeDeploy::DeploymentGroup",
|
|
313
|
+
"AWS::CodeGuruProfiler::ProfilingGroup",
|
|
314
|
+
"AWS::CodeGuruReviewer::RepositoryAssociation",
|
|
315
|
+
"AWS::CodePipeline::CustomActionType",
|
|
316
|
+
"AWS::CodePipeline::Pipeline",
|
|
317
|
+
"AWS::CodePipeline::Webhook",
|
|
318
|
+
"AWS::CodeStar::GitHubRepository",
|
|
319
|
+
"AWS::CodeStarConnections::Connection",
|
|
320
|
+
"AWS::CodeStarConnections::RepositoryLink",
|
|
321
|
+
"AWS::CodeStarConnections::SyncConfiguration",
|
|
322
|
+
"AWS::CodeStarNotifications::NotificationRule",
|
|
323
|
+
"AWS::Cognito::IdentityPool",
|
|
324
|
+
"AWS::Cognito::IdentityPoolPrincipalTag",
|
|
325
|
+
"AWS::Cognito::IdentityPoolRoleAttachment",
|
|
326
|
+
"AWS::Cognito::LogDeliveryConfiguration",
|
|
327
|
+
"AWS::Cognito::ManagedLoginBranding",
|
|
328
|
+
"AWS::Cognito::Terms",
|
|
329
|
+
"AWS::Cognito::UserPool",
|
|
330
|
+
"AWS::Cognito::UserPoolClient",
|
|
331
|
+
"AWS::Cognito::UserPoolDomain",
|
|
332
|
+
"AWS::Cognito::UserPoolGroup",
|
|
333
|
+
"AWS::Cognito::UserPoolIdentityProvider",
|
|
334
|
+
"AWS::Cognito::UserPoolRegionalConfigurationAttachment",
|
|
335
|
+
"AWS::Cognito::UserPoolReplica",
|
|
336
|
+
"AWS::Cognito::UserPoolResourceServer",
|
|
337
|
+
"AWS::Cognito::UserPoolRiskConfigurationAttachment",
|
|
338
|
+
"AWS::Cognito::UserPoolUICustomizationAttachment",
|
|
339
|
+
"AWS::Cognito::UserPoolUser",
|
|
340
|
+
"AWS::Cognito::UserPoolUserToGroupAttachment",
|
|
341
|
+
"AWS::Comprehend::DocumentClassifier",
|
|
342
|
+
"AWS::Comprehend::Flywheel",
|
|
343
|
+
"AWS::ComputeOptimizer::AutomationRule",
|
|
344
|
+
"AWS::Config::AggregationAuthorization",
|
|
345
|
+
"AWS::Config::ConfigRule",
|
|
346
|
+
"AWS::Config::ConfigurationAggregator",
|
|
347
|
+
"AWS::Config::ConfigurationRecorder",
|
|
348
|
+
"AWS::Config::ConformancePack",
|
|
349
|
+
"AWS::Config::Connector",
|
|
350
|
+
"AWS::Config::DeliveryChannel",
|
|
351
|
+
"AWS::Config::OrganizationConfigRule",
|
|
352
|
+
"AWS::Config::OrganizationConformancePack",
|
|
353
|
+
"AWS::Config::RemediationConfiguration",
|
|
354
|
+
"AWS::Config::StoredQuery",
|
|
355
|
+
"AWS::Connect::AgentStatus",
|
|
356
|
+
"AWS::Connect::ApprovedOrigin",
|
|
357
|
+
"AWS::Connect::ContactFlow",
|
|
358
|
+
"AWS::Connect::ContactFlowModule",
|
|
359
|
+
"AWS::Connect::ContactFlowModuleAlias",
|
|
360
|
+
"AWS::Connect::ContactFlowModuleVersion",
|
|
361
|
+
"AWS::Connect::ContactFlowVersion",
|
|
362
|
+
"AWS::Connect::DataLakeAssociation",
|
|
363
|
+
"AWS::Connect::DataTable",
|
|
364
|
+
"AWS::Connect::DataTableAttribute",
|
|
365
|
+
"AWS::Connect::DataTableRecord",
|
|
366
|
+
"AWS::Connect::EmailAddress",
|
|
367
|
+
"AWS::Connect::EvaluationForm",
|
|
368
|
+
"AWS::Connect::HoursOfOperation",
|
|
369
|
+
"AWS::Connect::Instance",
|
|
370
|
+
"AWS::Connect::InstanceStorageConfig",
|
|
371
|
+
"AWS::Connect::IntegrationAssociation",
|
|
372
|
+
"AWS::Connect::Notification",
|
|
373
|
+
"AWS::Connect::PhoneNumber",
|
|
374
|
+
"AWS::Connect::PredefinedAttribute",
|
|
375
|
+
"AWS::Connect::Prompt",
|
|
376
|
+
"AWS::Connect::Queue",
|
|
377
|
+
"AWS::Connect::QuickConnect",
|
|
378
|
+
"AWS::Connect::RoutingProfile",
|
|
379
|
+
"AWS::Connect::Rule",
|
|
380
|
+
"AWS::Connect::SecurityKey",
|
|
381
|
+
"AWS::Connect::SecurityProfile",
|
|
382
|
+
"AWS::Connect::TaskTemplate",
|
|
383
|
+
"AWS::Connect::TestCase",
|
|
384
|
+
"AWS::Connect::TrafficDistributionGroup",
|
|
385
|
+
"AWS::Connect::User",
|
|
386
|
+
"AWS::Connect::UserHierarchyGroup",
|
|
387
|
+
"AWS::Connect::UserHierarchyStructure",
|
|
388
|
+
"AWS::Connect::View",
|
|
389
|
+
"AWS::Connect::ViewVersion",
|
|
390
|
+
"AWS::Connect::Workspace",
|
|
391
|
+
"AWS::ConnectCampaigns::Campaign",
|
|
392
|
+
"AWS::ConnectCampaignsV2::Campaign",
|
|
393
|
+
"AWS::ControlTower::EnabledBaseline",
|
|
394
|
+
"AWS::ControlTower::EnabledControl",
|
|
395
|
+
"AWS::ControlTower::LandingZone",
|
|
396
|
+
"AWS::CustomerProfiles::CalculatedAttributeDefinition",
|
|
397
|
+
"AWS::CustomerProfiles::Domain",
|
|
398
|
+
"AWS::CustomerProfiles::DomainObjectType",
|
|
399
|
+
"AWS::CustomerProfiles::EventStream",
|
|
400
|
+
"AWS::CustomerProfiles::EventTrigger",
|
|
401
|
+
"AWS::CustomerProfiles::Integration",
|
|
402
|
+
"AWS::CustomerProfiles::ObjectType",
|
|
403
|
+
"AWS::CustomerProfiles::Recommender",
|
|
404
|
+
"AWS::CustomerProfiles::SegmentDefinition",
|
|
405
|
+
"AWS::DAX::Cluster",
|
|
406
|
+
"AWS::DAX::ParameterGroup",
|
|
407
|
+
"AWS::DAX::SubnetGroup",
|
|
408
|
+
"AWS::DLM::LifecyclePolicy",
|
|
409
|
+
"AWS::DMS::Certificate",
|
|
410
|
+
"AWS::DMS::DataMigration",
|
|
411
|
+
"AWS::DMS::DataProvider",
|
|
412
|
+
"AWS::DMS::Endpoint",
|
|
413
|
+
"AWS::DMS::EventSubscription",
|
|
414
|
+
"AWS::DMS::InstanceProfile",
|
|
415
|
+
"AWS::DMS::MigrationProject",
|
|
416
|
+
"AWS::DMS::ReplicationConfig",
|
|
417
|
+
"AWS::DMS::ReplicationInstance",
|
|
418
|
+
"AWS::DMS::ReplicationSubnetGroup",
|
|
419
|
+
"AWS::DMS::ReplicationTask",
|
|
420
|
+
"AWS::DSQL::Cluster",
|
|
421
|
+
"AWS::DataBrew::Dataset",
|
|
422
|
+
"AWS::DataBrew::Job",
|
|
423
|
+
"AWS::DataBrew::Project",
|
|
424
|
+
"AWS::DataBrew::Recipe",
|
|
425
|
+
"AWS::DataBrew::Ruleset",
|
|
426
|
+
"AWS::DataBrew::Schedule",
|
|
427
|
+
"AWS::DataPipeline::Pipeline",
|
|
428
|
+
"AWS::DataSync::Agent",
|
|
429
|
+
"AWS::DataSync::LocationAzureBlob",
|
|
430
|
+
"AWS::DataSync::LocationEFS",
|
|
431
|
+
"AWS::DataSync::LocationFSxLustre",
|
|
432
|
+
"AWS::DataSync::LocationFSxONTAP",
|
|
433
|
+
"AWS::DataSync::LocationFSxOpenZFS",
|
|
434
|
+
"AWS::DataSync::LocationFSxWindows",
|
|
435
|
+
"AWS::DataSync::LocationHDFS",
|
|
436
|
+
"AWS::DataSync::LocationNFS",
|
|
437
|
+
"AWS::DataSync::LocationObjectStorage",
|
|
438
|
+
"AWS::DataSync::LocationS3",
|
|
439
|
+
"AWS::DataSync::LocationSMB",
|
|
440
|
+
"AWS::DataSync::Task",
|
|
441
|
+
"AWS::DataZone::Connection",
|
|
442
|
+
"AWS::DataZone::DataSource",
|
|
443
|
+
"AWS::DataZone::Domain",
|
|
444
|
+
"AWS::DataZone::DomainUnit",
|
|
445
|
+
"AWS::DataZone::Environment",
|
|
446
|
+
"AWS::DataZone::EnvironmentActions",
|
|
447
|
+
"AWS::DataZone::EnvironmentBlueprintConfiguration",
|
|
448
|
+
"AWS::DataZone::EnvironmentProfile",
|
|
449
|
+
"AWS::DataZone::FormType",
|
|
450
|
+
"AWS::DataZone::GroupProfile",
|
|
451
|
+
"AWS::DataZone::Owner",
|
|
452
|
+
"AWS::DataZone::PolicyGrant",
|
|
453
|
+
"AWS::DataZone::Project",
|
|
454
|
+
"AWS::DataZone::ProjectMembership",
|
|
455
|
+
"AWS::DataZone::ProjectProfile",
|
|
456
|
+
"AWS::DataZone::SubscriptionTarget",
|
|
457
|
+
"AWS::DataZone::UserProfile",
|
|
458
|
+
"AWS::Deadline::Farm",
|
|
459
|
+
"AWS::Deadline::Fleet",
|
|
460
|
+
"AWS::Deadline::LicenseEndpoint",
|
|
461
|
+
"AWS::Deadline::Limit",
|
|
462
|
+
"AWS::Deadline::MeteredProduct",
|
|
463
|
+
"AWS::Deadline::Monitor",
|
|
464
|
+
"AWS::Deadline::Queue",
|
|
465
|
+
"AWS::Deadline::QueueEnvironment",
|
|
466
|
+
"AWS::Deadline::QueueFleetAssociation",
|
|
467
|
+
"AWS::Deadline::QueueLimitAssociation",
|
|
468
|
+
"AWS::Deadline::StorageProfile",
|
|
469
|
+
"AWS::Detective::Graph",
|
|
470
|
+
"AWS::Detective::MemberInvitation",
|
|
471
|
+
"AWS::Detective::OrganizationAdmin",
|
|
472
|
+
"AWS::DevOpsAgent::AgentSpace",
|
|
473
|
+
"AWS::DevOpsAgent::Association",
|
|
474
|
+
"AWS::DevOpsAgent::PrivateConnection",
|
|
475
|
+
"AWS::DevOpsAgent::Service",
|
|
476
|
+
"AWS::DevOpsGuru::LogAnomalyDetectionIntegration",
|
|
477
|
+
"AWS::DevOpsGuru::NotificationChannel",
|
|
478
|
+
"AWS::DevOpsGuru::ResourceCollection",
|
|
479
|
+
"AWS::DirectConnect::Connection",
|
|
480
|
+
"AWS::DirectConnect::DirectConnectGateway",
|
|
481
|
+
"AWS::DirectConnect::DirectConnectGatewayAssociation",
|
|
482
|
+
"AWS::DirectConnect::Lag",
|
|
483
|
+
"AWS::DirectConnect::PrivateVirtualInterface",
|
|
484
|
+
"AWS::DirectConnect::PublicVirtualInterface",
|
|
485
|
+
"AWS::DirectConnect::TransitVirtualInterface",
|
|
486
|
+
"AWS::DirectoryService::MicrosoftAD",
|
|
487
|
+
"AWS::DirectoryService::SimpleAD",
|
|
488
|
+
"AWS::DocDB::DBCluster",
|
|
489
|
+
"AWS::DocDB::DBClusterParameterGroup",
|
|
490
|
+
"AWS::DocDB::DBInstance",
|
|
491
|
+
"AWS::DocDB::DBSubnetGroup",
|
|
492
|
+
"AWS::DocDB::EventSubscription",
|
|
493
|
+
"AWS::DocDB::GlobalCluster",
|
|
494
|
+
"AWS::DocDBElastic::Cluster",
|
|
495
|
+
"AWS::DynamoDB::GlobalTable",
|
|
496
|
+
"AWS::DynamoDB::Table",
|
|
497
|
+
"AWS::EC2::CapacityManagerDataExport",
|
|
498
|
+
"AWS::EC2::CapacityReservation",
|
|
499
|
+
"AWS::EC2::CapacityReservationFleet",
|
|
500
|
+
"AWS::EC2::CarrierGateway",
|
|
501
|
+
"AWS::EC2::ClientVpnAuthorizationRule",
|
|
502
|
+
"AWS::EC2::ClientVpnEndpoint",
|
|
503
|
+
"AWS::EC2::ClientVpnRoute",
|
|
504
|
+
"AWS::EC2::ClientVpnTargetNetworkAssociation",
|
|
505
|
+
"AWS::EC2::CustomerGateway",
|
|
506
|
+
"AWS::EC2::DHCPOptions",
|
|
507
|
+
"AWS::EC2::EC2Fleet",
|
|
508
|
+
"AWS::EC2::EIP",
|
|
509
|
+
"AWS::EC2::EIPAssociation",
|
|
510
|
+
"AWS::EC2::EgressOnlyInternetGateway",
|
|
511
|
+
"AWS::EC2::EnclaveCertificateIamRoleAssociation",
|
|
512
|
+
"AWS::EC2::FlowLog",
|
|
513
|
+
"AWS::EC2::GatewayRouteTableAssociation",
|
|
514
|
+
"AWS::EC2::Host",
|
|
515
|
+
"AWS::EC2::IPAM",
|
|
516
|
+
"AWS::EC2::IPAMAllocation",
|
|
517
|
+
"AWS::EC2::IPAMPool",
|
|
518
|
+
"AWS::EC2::IPAMPoolCidr",
|
|
519
|
+
"AWS::EC2::IPAMPrefixListResolver",
|
|
520
|
+
"AWS::EC2::IPAMPrefixListResolverTarget",
|
|
521
|
+
"AWS::EC2::IPAMResourceDiscovery",
|
|
522
|
+
"AWS::EC2::IPAMResourceDiscoveryAssociation",
|
|
523
|
+
"AWS::EC2::IPAMScope",
|
|
524
|
+
"AWS::EC2::Instance",
|
|
525
|
+
"AWS::EC2::InstanceConnectEndpoint",
|
|
526
|
+
"AWS::EC2::InternetGateway",
|
|
527
|
+
"AWS::EC2::IpPoolRouteTableAssociation",
|
|
528
|
+
"AWS::EC2::KeyPair",
|
|
529
|
+
"AWS::EC2::LaunchTemplate",
|
|
530
|
+
"AWS::EC2::LocalGatewayRoute",
|
|
531
|
+
"AWS::EC2::LocalGatewayRouteTable",
|
|
532
|
+
"AWS::EC2::LocalGatewayRouteTableVPCAssociation",
|
|
533
|
+
"AWS::EC2::LocalGatewayRouteTableVirtualInterfaceGroupAssociation",
|
|
534
|
+
"AWS::EC2::LocalGatewayVirtualInterface",
|
|
535
|
+
"AWS::EC2::LocalGatewayVirtualInterfaceGroup",
|
|
536
|
+
"AWS::EC2::NatGateway",
|
|
537
|
+
"AWS::EC2::NetworkAcl",
|
|
538
|
+
"AWS::EC2::NetworkAclEntry",
|
|
539
|
+
"AWS::EC2::NetworkInsightsAccessScope",
|
|
540
|
+
"AWS::EC2::NetworkInsightsAccessScopeAnalysis",
|
|
541
|
+
"AWS::EC2::NetworkInsightsAnalysis",
|
|
542
|
+
"AWS::EC2::NetworkInsightsPath",
|
|
543
|
+
"AWS::EC2::NetworkInterface",
|
|
544
|
+
"AWS::EC2::NetworkInterfaceAttachment",
|
|
545
|
+
"AWS::EC2::NetworkInterfacePermission",
|
|
546
|
+
"AWS::EC2::NetworkPerformanceMetricSubscription",
|
|
547
|
+
"AWS::EC2::PlacementGroup",
|
|
548
|
+
"AWS::EC2::PrefixList",
|
|
549
|
+
"AWS::EC2::Route",
|
|
550
|
+
"AWS::EC2::RouteServer",
|
|
551
|
+
"AWS::EC2::RouteServerAssociation",
|
|
552
|
+
"AWS::EC2::RouteServerEndpoint",
|
|
553
|
+
"AWS::EC2::RouteServerPeer",
|
|
554
|
+
"AWS::EC2::RouteServerPropagation",
|
|
555
|
+
"AWS::EC2::RouteTable",
|
|
556
|
+
"AWS::EC2::SecurityGroup",
|
|
557
|
+
"AWS::EC2::SecurityGroupEgress",
|
|
558
|
+
"AWS::EC2::SecurityGroupIngress",
|
|
559
|
+
"AWS::EC2::SecurityGroupVpcAssociation",
|
|
560
|
+
"AWS::EC2::SnapshotBlockPublicAccess",
|
|
561
|
+
"AWS::EC2::SpotFleet",
|
|
562
|
+
"AWS::EC2::SqlHaStandbyDetectedInstance",
|
|
563
|
+
"AWS::EC2::Subnet",
|
|
564
|
+
"AWS::EC2::SubnetCidrBlock",
|
|
565
|
+
"AWS::EC2::SubnetNetworkAclAssociation",
|
|
566
|
+
"AWS::EC2::SubnetRouteTableAssociation",
|
|
567
|
+
"AWS::EC2::TrafficMirrorFilter",
|
|
568
|
+
"AWS::EC2::TrafficMirrorFilterRule",
|
|
569
|
+
"AWS::EC2::TrafficMirrorSession",
|
|
570
|
+
"AWS::EC2::TrafficMirrorTarget",
|
|
571
|
+
"AWS::EC2::TransitGateway",
|
|
572
|
+
"AWS::EC2::TransitGatewayAttachment",
|
|
573
|
+
"AWS::EC2::TransitGatewayConnect",
|
|
574
|
+
"AWS::EC2::TransitGatewayConnectPeer",
|
|
575
|
+
"AWS::EC2::TransitGatewayMeteringPolicy",
|
|
576
|
+
"AWS::EC2::TransitGatewayMeteringPolicyEntry",
|
|
577
|
+
"AWS::EC2::TransitGatewayMulticastDomain",
|
|
578
|
+
"AWS::EC2::TransitGatewayMulticastDomainAssociation",
|
|
579
|
+
"AWS::EC2::TransitGatewayMulticastGroupMember",
|
|
580
|
+
"AWS::EC2::TransitGatewayMulticastGroupSource",
|
|
581
|
+
"AWS::EC2::TransitGatewayPeeringAttachment",
|
|
582
|
+
"AWS::EC2::TransitGatewayPolicyTable",
|
|
583
|
+
"AWS::EC2::TransitGatewayPolicyTableAssociation",
|
|
584
|
+
"AWS::EC2::TransitGatewayPolicyTableEntry",
|
|
585
|
+
"AWS::EC2::TransitGatewayRoute",
|
|
586
|
+
"AWS::EC2::TransitGatewayRouteTable",
|
|
587
|
+
"AWS::EC2::TransitGatewayRouteTableAssociation",
|
|
588
|
+
"AWS::EC2::TransitGatewayRouteTablePropagation",
|
|
589
|
+
"AWS::EC2::TransitGatewayVpcAttachment",
|
|
590
|
+
"AWS::EC2::VPC",
|
|
591
|
+
"AWS::EC2::VPCBlockPublicAccessExclusion",
|
|
592
|
+
"AWS::EC2::VPCBlockPublicAccessOptions",
|
|
593
|
+
"AWS::EC2::VPCCidrBlock",
|
|
594
|
+
"AWS::EC2::VPCDHCPOptionsAssociation",
|
|
595
|
+
"AWS::EC2::VPCEncryptionControl",
|
|
596
|
+
"AWS::EC2::VPCEndpoint",
|
|
597
|
+
"AWS::EC2::VPCEndpointConnectionNotification",
|
|
598
|
+
"AWS::EC2::VPCEndpointService",
|
|
599
|
+
"AWS::EC2::VPCEndpointServicePermissions",
|
|
600
|
+
"AWS::EC2::VPCGatewayAttachment",
|
|
601
|
+
"AWS::EC2::VPCPeeringConnection",
|
|
602
|
+
"AWS::EC2::VPNConcentrator",
|
|
603
|
+
"AWS::EC2::VPNConnection",
|
|
604
|
+
"AWS::EC2::VPNConnectionRoute",
|
|
605
|
+
"AWS::EC2::VPNGateway",
|
|
606
|
+
"AWS::EC2::VPNGatewayRoutePropagation",
|
|
607
|
+
"AWS::EC2::VerifiedAccessEndpoint",
|
|
608
|
+
"AWS::EC2::VerifiedAccessGroup",
|
|
609
|
+
"AWS::EC2::VerifiedAccessInstance",
|
|
610
|
+
"AWS::EC2::VerifiedAccessTrustProvider",
|
|
611
|
+
"AWS::EC2::Volume",
|
|
612
|
+
"AWS::EC2::VolumeAttachment",
|
|
613
|
+
"AWS::ECR::PublicRepository",
|
|
614
|
+
"AWS::ECR::PullThroughCacheRule",
|
|
615
|
+
"AWS::ECR::PullTimeUpdateExclusion",
|
|
616
|
+
"AWS::ECR::RegistryPolicy",
|
|
617
|
+
"AWS::ECR::RegistryScanningConfiguration",
|
|
618
|
+
"AWS::ECR::ReplicationConfiguration",
|
|
619
|
+
"AWS::ECR::Repository",
|
|
620
|
+
"AWS::ECR::RepositoryCreationTemplate",
|
|
621
|
+
"AWS::ECR::SigningConfiguration",
|
|
622
|
+
"AWS::ECS::CapacityProvider",
|
|
623
|
+
"AWS::ECS::Cluster",
|
|
624
|
+
"AWS::ECS::ClusterCapacityProviderAssociations",
|
|
625
|
+
"AWS::ECS::Daemon",
|
|
626
|
+
"AWS::ECS::DaemonTaskDefinition",
|
|
627
|
+
"AWS::ECS::ExpressGatewayService",
|
|
628
|
+
"AWS::ECS::PrimaryTaskSet",
|
|
629
|
+
"AWS::ECS::Service",
|
|
630
|
+
"AWS::ECS::TaskDefinition",
|
|
631
|
+
"AWS::ECS::TaskSet",
|
|
632
|
+
"AWS::EFS::AccessPoint",
|
|
633
|
+
"AWS::EFS::FileSystem",
|
|
634
|
+
"AWS::EFS::MountTarget",
|
|
635
|
+
"AWS::EKS::AccessEntry",
|
|
636
|
+
"AWS::EKS::Addon",
|
|
637
|
+
"AWS::EKS::Capability",
|
|
638
|
+
"AWS::EKS::Cluster",
|
|
639
|
+
"AWS::EKS::FargateProfile",
|
|
640
|
+
"AWS::EKS::IdentityProviderConfig",
|
|
641
|
+
"AWS::EKS::Nodegroup",
|
|
642
|
+
"AWS::EKS::PodIdentityAssociation",
|
|
643
|
+
"AWS::EMR::Cluster",
|
|
644
|
+
"AWS::EMR::InstanceFleetConfig",
|
|
645
|
+
"AWS::EMR::InstanceGroupConfig",
|
|
646
|
+
"AWS::EMR::SecurityConfiguration",
|
|
647
|
+
"AWS::EMR::Step",
|
|
648
|
+
"AWS::EMR::Studio",
|
|
649
|
+
"AWS::EMR::StudioSessionMapping",
|
|
650
|
+
"AWS::EMR::WALWorkspace",
|
|
651
|
+
"AWS::EMRContainers::Endpoint",
|
|
652
|
+
"AWS::EMRContainers::SecurityConfiguration",
|
|
653
|
+
"AWS::EMRContainers::VirtualCluster",
|
|
654
|
+
"AWS::EMRServerless::Application",
|
|
655
|
+
"AWS::EVS::Environment",
|
|
656
|
+
"AWS::ElastiCache::CacheCluster",
|
|
657
|
+
"AWS::ElastiCache::GlobalReplicationGroup",
|
|
658
|
+
"AWS::ElastiCache::ParameterGroup",
|
|
659
|
+
"AWS::ElastiCache::ReplicationGroup",
|
|
660
|
+
"AWS::ElastiCache::SecurityGroup",
|
|
661
|
+
"AWS::ElastiCache::SecurityGroupIngress",
|
|
662
|
+
"AWS::ElastiCache::ServerlessCache",
|
|
663
|
+
"AWS::ElastiCache::SubnetGroup",
|
|
664
|
+
"AWS::ElastiCache::User",
|
|
665
|
+
"AWS::ElastiCache::UserGroup",
|
|
666
|
+
"AWS::ElasticBeanstalk::Application",
|
|
667
|
+
"AWS::ElasticBeanstalk::ApplicationVersion",
|
|
668
|
+
"AWS::ElasticBeanstalk::ConfigurationTemplate",
|
|
669
|
+
"AWS::ElasticBeanstalk::Environment",
|
|
670
|
+
"AWS::ElasticLoadBalancing::LoadBalancer",
|
|
671
|
+
"AWS::ElasticLoadBalancingV2::Listener",
|
|
672
|
+
"AWS::ElasticLoadBalancingV2::ListenerCertificate",
|
|
673
|
+
"AWS::ElasticLoadBalancingV2::ListenerRule",
|
|
674
|
+
"AWS::ElasticLoadBalancingV2::LoadBalancer",
|
|
675
|
+
"AWS::ElasticLoadBalancingV2::TargetGroup",
|
|
676
|
+
"AWS::ElasticLoadBalancingV2::TrustStore",
|
|
677
|
+
"AWS::ElasticLoadBalancingV2::TrustStoreRevocation",
|
|
678
|
+
"AWS::Elasticsearch::Domain",
|
|
679
|
+
"AWS::ElementalInference::Dictionary",
|
|
680
|
+
"AWS::ElementalInference::Feed",
|
|
681
|
+
"AWS::EntityResolution::IdMappingWorkflow",
|
|
682
|
+
"AWS::EntityResolution::IdNamespace",
|
|
683
|
+
"AWS::EntityResolution::MatchingWorkflow",
|
|
684
|
+
"AWS::EntityResolution::PolicyStatement",
|
|
685
|
+
"AWS::EntityResolution::SchemaMapping",
|
|
686
|
+
"AWS::EventSchemas::Discoverer",
|
|
687
|
+
"AWS::EventSchemas::Registry",
|
|
688
|
+
"AWS::EventSchemas::RegistryPolicy",
|
|
689
|
+
"AWS::EventSchemas::Schema",
|
|
690
|
+
"AWS::Events::ApiDestination",
|
|
691
|
+
"AWS::Events::Archive",
|
|
692
|
+
"AWS::Events::Connection",
|
|
693
|
+
"AWS::Events::Endpoint",
|
|
694
|
+
"AWS::Events::EventBus",
|
|
695
|
+
"AWS::Events::EventBusPolicy",
|
|
696
|
+
"AWS::Events::Rule",
|
|
697
|
+
"AWS::Evidently::Experiment",
|
|
698
|
+
"AWS::Evidently::Feature",
|
|
699
|
+
"AWS::Evidently::Launch",
|
|
700
|
+
"AWS::Evidently::Project",
|
|
701
|
+
"AWS::Evidently::Segment",
|
|
702
|
+
"AWS::FIS::ExperimentTemplate",
|
|
703
|
+
"AWS::FIS::TargetAccountConfiguration",
|
|
704
|
+
"AWS::FMS::NotificationChannel",
|
|
705
|
+
"AWS::FMS::Policy",
|
|
706
|
+
"AWS::FMS::ResourceSet",
|
|
707
|
+
"AWS::FSx::DataRepositoryAssociation",
|
|
708
|
+
"AWS::FSx::FileSystem",
|
|
709
|
+
"AWS::FSx::S3AccessPointAttachment",
|
|
710
|
+
"AWS::FSx::Snapshot",
|
|
711
|
+
"AWS::FSx::StorageVirtualMachine",
|
|
712
|
+
"AWS::FSx::Volume",
|
|
713
|
+
"AWS::FinSpace::Environment",
|
|
714
|
+
"AWS::Forecast::Dataset",
|
|
715
|
+
"AWS::Forecast::DatasetGroup",
|
|
716
|
+
"AWS::FraudDetector::Detector",
|
|
717
|
+
"AWS::FraudDetector::EntityType",
|
|
718
|
+
"AWS::FraudDetector::EventType",
|
|
719
|
+
"AWS::FraudDetector::Label",
|
|
720
|
+
"AWS::FraudDetector::List",
|
|
721
|
+
"AWS::FraudDetector::Outcome",
|
|
722
|
+
"AWS::FraudDetector::Variable",
|
|
723
|
+
"AWS::GameLift::Alias",
|
|
724
|
+
"AWS::GameLift::Build",
|
|
725
|
+
"AWS::GameLift::ContainerFleet",
|
|
726
|
+
"AWS::GameLift::ContainerGroupDefinition",
|
|
727
|
+
"AWS::GameLift::Fleet",
|
|
728
|
+
"AWS::GameLift::GameServerGroup",
|
|
729
|
+
"AWS::GameLift::GameSessionQueue",
|
|
730
|
+
"AWS::GameLift::Location",
|
|
731
|
+
"AWS::GameLift::MatchmakingConfiguration",
|
|
732
|
+
"AWS::GameLift::MatchmakingRuleSet",
|
|
733
|
+
"AWS::GameLift::Script",
|
|
734
|
+
"AWS::GlobalAccelerator::Accelerator",
|
|
735
|
+
"AWS::GlobalAccelerator::CrossAccountAttachment",
|
|
736
|
+
"AWS::GlobalAccelerator::EndpointGroup",
|
|
737
|
+
"AWS::GlobalAccelerator::Listener",
|
|
738
|
+
"AWS::Glue::Blueprint",
|
|
739
|
+
"AWS::Glue::Catalog",
|
|
740
|
+
"AWS::Glue::Classifier",
|
|
741
|
+
"AWS::Glue::Connection",
|
|
742
|
+
"AWS::Glue::Crawler",
|
|
743
|
+
"AWS::Glue::CustomEntityType",
|
|
744
|
+
"AWS::Glue::DataCatalogEncryptionSettings",
|
|
745
|
+
"AWS::Glue::DataQualityRuleset",
|
|
746
|
+
"AWS::Glue::Database",
|
|
747
|
+
"AWS::Glue::DevEndpoint",
|
|
748
|
+
"AWS::Glue::IdentityCenterConfiguration",
|
|
749
|
+
"AWS::Glue::Integration",
|
|
750
|
+
"AWS::Glue::IntegrationResourceProperty",
|
|
751
|
+
"AWS::Glue::Job",
|
|
752
|
+
"AWS::Glue::MLTransform",
|
|
753
|
+
"AWS::Glue::Partition",
|
|
754
|
+
"AWS::Glue::Registry",
|
|
755
|
+
"AWS::Glue::Schema",
|
|
756
|
+
"AWS::Glue::SchemaVersion",
|
|
757
|
+
"AWS::Glue::SchemaVersionMetadata",
|
|
758
|
+
"AWS::Glue::SecurityConfiguration",
|
|
759
|
+
"AWS::Glue::Table",
|
|
760
|
+
"AWS::Glue::TableOptimizer",
|
|
761
|
+
"AWS::Glue::Trigger",
|
|
762
|
+
"AWS::Glue::UsageProfile",
|
|
763
|
+
"AWS::Glue::UserDefinedFunction",
|
|
764
|
+
"AWS::Glue::Workflow",
|
|
765
|
+
"AWS::Grafana::Workspace",
|
|
766
|
+
"AWS::Greengrass::ConnectorDefinition",
|
|
767
|
+
"AWS::Greengrass::ConnectorDefinitionVersion",
|
|
768
|
+
"AWS::Greengrass::CoreDefinition",
|
|
769
|
+
"AWS::Greengrass::CoreDefinitionVersion",
|
|
770
|
+
"AWS::Greengrass::DeviceDefinition",
|
|
771
|
+
"AWS::Greengrass::DeviceDefinitionVersion",
|
|
772
|
+
"AWS::Greengrass::FunctionDefinition",
|
|
773
|
+
"AWS::Greengrass::FunctionDefinitionVersion",
|
|
774
|
+
"AWS::Greengrass::Group",
|
|
775
|
+
"AWS::Greengrass::GroupVersion",
|
|
776
|
+
"AWS::Greengrass::LoggerDefinition",
|
|
777
|
+
"AWS::Greengrass::LoggerDefinitionVersion",
|
|
778
|
+
"AWS::Greengrass::ResourceDefinition",
|
|
779
|
+
"AWS::Greengrass::ResourceDefinitionVersion",
|
|
780
|
+
"AWS::Greengrass::SubscriptionDefinition",
|
|
781
|
+
"AWS::Greengrass::SubscriptionDefinitionVersion",
|
|
782
|
+
"AWS::GreengrassV2::ComponentVersion",
|
|
783
|
+
"AWS::GreengrassV2::Deployment",
|
|
784
|
+
"AWS::GroundStation::Config",
|
|
785
|
+
"AWS::GroundStation::DataflowEndpointGroup",
|
|
786
|
+
"AWS::GroundStation::DataflowEndpointGroupV2",
|
|
787
|
+
"AWS::GroundStation::MissionProfile",
|
|
788
|
+
"AWS::GuardDuty::Detector",
|
|
789
|
+
"AWS::GuardDuty::Filter",
|
|
790
|
+
"AWS::GuardDuty::IPSet",
|
|
791
|
+
"AWS::GuardDuty::MalwareProtectionPlan",
|
|
792
|
+
"AWS::GuardDuty::Master",
|
|
793
|
+
"AWS::GuardDuty::Member",
|
|
794
|
+
"AWS::GuardDuty::PublishingDestination",
|
|
795
|
+
"AWS::GuardDuty::ThreatEntitySet",
|
|
796
|
+
"AWS::GuardDuty::ThreatIntelSet",
|
|
797
|
+
"AWS::GuardDuty::TrustedEntitySet",
|
|
798
|
+
"AWS::HealthImaging::Datastore",
|
|
799
|
+
"AWS::HealthLake::DataTransformationProfile",
|
|
800
|
+
"AWS::HealthLake::FHIRDatastore",
|
|
801
|
+
"AWS::IAM::AccessKey",
|
|
802
|
+
"AWS::IAM::Group",
|
|
803
|
+
"AWS::IAM::GroupPolicy",
|
|
804
|
+
"AWS::IAM::InstanceProfile",
|
|
805
|
+
"AWS::IAM::ManagedPolicy",
|
|
806
|
+
"AWS::IAM::OIDCProvider",
|
|
807
|
+
"AWS::IAM::Policy",
|
|
808
|
+
"AWS::IAM::Role",
|
|
809
|
+
"AWS::IAM::RolePolicy",
|
|
810
|
+
"AWS::IAM::SAMLProvider",
|
|
811
|
+
"AWS::IAM::ServerCertificate",
|
|
812
|
+
"AWS::IAM::ServiceLinkedRole",
|
|
813
|
+
"AWS::IAM::User",
|
|
814
|
+
"AWS::IAM::UserPolicy",
|
|
815
|
+
"AWS::IAM::UserToGroupAddition",
|
|
816
|
+
"AWS::IAM::VirtualMFADevice",
|
|
817
|
+
"AWS::IVS::Channel",
|
|
818
|
+
"AWS::IVS::EncoderConfiguration",
|
|
819
|
+
"AWS::IVS::IngestConfiguration",
|
|
820
|
+
"AWS::IVS::PlaybackKeyPair",
|
|
821
|
+
"AWS::IVS::PlaybackRestrictionPolicy",
|
|
822
|
+
"AWS::IVS::PublicKey",
|
|
823
|
+
"AWS::IVS::RecordingConfiguration",
|
|
824
|
+
"AWS::IVS::Stage",
|
|
825
|
+
"AWS::IVS::StorageConfiguration",
|
|
826
|
+
"AWS::IVS::StreamKey",
|
|
827
|
+
"AWS::IVSChat::LoggingConfiguration",
|
|
828
|
+
"AWS::IVSChat::Room",
|
|
829
|
+
"AWS::IdentityStore::Group",
|
|
830
|
+
"AWS::IdentityStore::GroupMembership",
|
|
831
|
+
"AWS::ImageBuilder::Component",
|
|
832
|
+
"AWS::ImageBuilder::ContainerRecipe",
|
|
833
|
+
"AWS::ImageBuilder::DistributionConfiguration",
|
|
834
|
+
"AWS::ImageBuilder::Image",
|
|
835
|
+
"AWS::ImageBuilder::ImagePipeline",
|
|
836
|
+
"AWS::ImageBuilder::ImageRecipe",
|
|
837
|
+
"AWS::ImageBuilder::InfrastructureConfiguration",
|
|
838
|
+
"AWS::ImageBuilder::LifecyclePolicy",
|
|
839
|
+
"AWS::ImageBuilder::Workflow",
|
|
840
|
+
"AWS::Inspector::AssessmentTarget",
|
|
841
|
+
"AWS::Inspector::AssessmentTemplate",
|
|
842
|
+
"AWS::Inspector::ResourceGroup",
|
|
843
|
+
"AWS::InspectorV2::CisScanConfiguration",
|
|
844
|
+
"AWS::InspectorV2::CodeSecurityIntegration",
|
|
845
|
+
"AWS::InspectorV2::CodeSecurityScanConfiguration",
|
|
846
|
+
"AWS::InspectorV2::Filter",
|
|
847
|
+
"AWS::Interconnect::Connection",
|
|
848
|
+
"AWS::InternetMonitor::Monitor",
|
|
849
|
+
"AWS::Invoicing::InvoiceUnit",
|
|
850
|
+
"AWS::IoT::AccountAuditConfiguration",
|
|
851
|
+
"AWS::IoT::Authorizer",
|
|
852
|
+
"AWS::IoT::BillingGroup",
|
|
853
|
+
"AWS::IoT::CACertificate",
|
|
854
|
+
"AWS::IoT::Certificate",
|
|
855
|
+
"AWS::IoT::CertificateProvider",
|
|
856
|
+
"AWS::IoT::Command",
|
|
857
|
+
"AWS::IoT::CustomMetric",
|
|
858
|
+
"AWS::IoT::Dimension",
|
|
859
|
+
"AWS::IoT::DomainConfiguration",
|
|
860
|
+
"AWS::IoT::EncryptionConfiguration",
|
|
861
|
+
"AWS::IoT::FleetMetric",
|
|
862
|
+
"AWS::IoT::JobTemplate",
|
|
863
|
+
"AWS::IoT::Logging",
|
|
864
|
+
"AWS::IoT::MitigationAction",
|
|
865
|
+
"AWS::IoT::Policy",
|
|
866
|
+
"AWS::IoT::PolicyPrincipalAttachment",
|
|
867
|
+
"AWS::IoT::ProvisioningTemplate",
|
|
868
|
+
"AWS::IoT::ResourceSpecificLogging",
|
|
869
|
+
"AWS::IoT::RoleAlias",
|
|
870
|
+
"AWS::IoT::ScheduledAudit",
|
|
871
|
+
"AWS::IoT::SecurityProfile",
|
|
872
|
+
"AWS::IoT::SoftwarePackage",
|
|
873
|
+
"AWS::IoT::SoftwarePackageVersion",
|
|
874
|
+
"AWS::IoT::Thing",
|
|
875
|
+
"AWS::IoT::ThingGroup",
|
|
876
|
+
"AWS::IoT::ThingPrincipalAttachment",
|
|
877
|
+
"AWS::IoT::ThingType",
|
|
878
|
+
"AWS::IoT::TopicRule",
|
|
879
|
+
"AWS::IoT::TopicRuleDestination",
|
|
880
|
+
"AWS::IoTAnalytics::Channel",
|
|
881
|
+
"AWS::IoTAnalytics::Dataset",
|
|
882
|
+
"AWS::IoTAnalytics::Datastore",
|
|
883
|
+
"AWS::IoTAnalytics::Pipeline",
|
|
884
|
+
"AWS::IoTCoreDeviceAdvisor::SuiteDefinition",
|
|
885
|
+
"AWS::IoTEvents::AlarmModel",
|
|
886
|
+
"AWS::IoTEvents::DetectorModel",
|
|
887
|
+
"AWS::IoTEvents::Input",
|
|
888
|
+
"AWS::IoTFleetWise::Campaign",
|
|
889
|
+
"AWS::IoTFleetWise::DecoderManifest",
|
|
890
|
+
"AWS::IoTFleetWise::Fleet",
|
|
891
|
+
"AWS::IoTFleetWise::ModelManifest",
|
|
892
|
+
"AWS::IoTFleetWise::SignalCatalog",
|
|
893
|
+
"AWS::IoTFleetWise::StateTemplate",
|
|
894
|
+
"AWS::IoTFleetWise::Vehicle",
|
|
895
|
+
"AWS::IoTSiteWise::AccessPolicy",
|
|
896
|
+
"AWS::IoTSiteWise::Asset",
|
|
897
|
+
"AWS::IoTSiteWise::AssetModel",
|
|
898
|
+
"AWS::IoTSiteWise::ComputationModel",
|
|
899
|
+
"AWS::IoTSiteWise::Dashboard",
|
|
900
|
+
"AWS::IoTSiteWise::Dataset",
|
|
901
|
+
"AWS::IoTSiteWise::Gateway",
|
|
902
|
+
"AWS::IoTSiteWise::Portal",
|
|
903
|
+
"AWS::IoTSiteWise::Project",
|
|
904
|
+
"AWS::IoTThingsGraph::FlowTemplate",
|
|
905
|
+
"AWS::IoTTwinMaker::ComponentType",
|
|
906
|
+
"AWS::IoTTwinMaker::Entity",
|
|
907
|
+
"AWS::IoTTwinMaker::Scene",
|
|
908
|
+
"AWS::IoTTwinMaker::SyncJob",
|
|
909
|
+
"AWS::IoTTwinMaker::Workspace",
|
|
910
|
+
"AWS::IoTWireless::Destination",
|
|
911
|
+
"AWS::IoTWireless::DeviceProfile",
|
|
912
|
+
"AWS::IoTWireless::FuotaTask",
|
|
913
|
+
"AWS::IoTWireless::MulticastGroup",
|
|
914
|
+
"AWS::IoTWireless::NetworkAnalyzerConfiguration",
|
|
915
|
+
"AWS::IoTWireless::PartnerAccount",
|
|
916
|
+
"AWS::IoTWireless::ServiceProfile",
|
|
917
|
+
"AWS::IoTWireless::TaskDefinition",
|
|
918
|
+
"AWS::IoTWireless::WirelessDevice",
|
|
919
|
+
"AWS::IoTWireless::WirelessDeviceImportTask",
|
|
920
|
+
"AWS::IoTWireless::WirelessGateway",
|
|
921
|
+
"AWS::KMS::Alias",
|
|
922
|
+
"AWS::KMS::Key",
|
|
923
|
+
"AWS::KMS::ReplicaKey",
|
|
924
|
+
"AWS::KafkaConnect::Connector",
|
|
925
|
+
"AWS::KafkaConnect::CustomPlugin",
|
|
926
|
+
"AWS::KafkaConnect::WorkerConfiguration",
|
|
927
|
+
"AWS::Kendra::DataSource",
|
|
928
|
+
"AWS::Kendra::Faq",
|
|
929
|
+
"AWS::Kendra::Index",
|
|
930
|
+
"AWS::KendraRanking::ExecutionPlan",
|
|
931
|
+
"AWS::Kinesis::ResourcePolicy",
|
|
932
|
+
"AWS::Kinesis::Stream",
|
|
933
|
+
"AWS::Kinesis::StreamConsumer",
|
|
934
|
+
"AWS::KinesisAnalytics::Application",
|
|
935
|
+
"AWS::KinesisAnalytics::ApplicationOutput",
|
|
936
|
+
"AWS::KinesisAnalytics::ApplicationReferenceDataSource",
|
|
937
|
+
"AWS::KinesisAnalyticsV2::Application",
|
|
938
|
+
"AWS::KinesisAnalyticsV2::ApplicationCloudWatchLoggingOption",
|
|
939
|
+
"AWS::KinesisAnalyticsV2::ApplicationOutput",
|
|
940
|
+
"AWS::KinesisAnalyticsV2::ApplicationReferenceDataSource",
|
|
941
|
+
"AWS::KinesisFirehose::DeliveryStream",
|
|
942
|
+
"AWS::KinesisVideo::SignalingChannel",
|
|
943
|
+
"AWS::KinesisVideo::Stream",
|
|
944
|
+
"AWS::LakeFormation::DataCellsFilter",
|
|
945
|
+
"AWS::LakeFormation::DataLakeSettings",
|
|
946
|
+
"AWS::LakeFormation::Permissions",
|
|
947
|
+
"AWS::LakeFormation::PrincipalPermissions",
|
|
948
|
+
"AWS::LakeFormation::Resource",
|
|
949
|
+
"AWS::LakeFormation::Tag",
|
|
950
|
+
"AWS::LakeFormation::TagAssociation",
|
|
951
|
+
"AWS::Lambda::Alias",
|
|
952
|
+
"AWS::Lambda::CapacityProvider",
|
|
953
|
+
"AWS::Lambda::CodeSigningConfig",
|
|
954
|
+
"AWS::Lambda::EventInvokeConfig",
|
|
955
|
+
"AWS::Lambda::EventSourceMapping",
|
|
956
|
+
"AWS::Lambda::Function",
|
|
957
|
+
"AWS::Lambda::LayerVersion",
|
|
958
|
+
"AWS::Lambda::LayerVersionPermission",
|
|
959
|
+
"AWS::Lambda::MicrovmImage",
|
|
960
|
+
"AWS::Lambda::NetworkConnector",
|
|
961
|
+
"AWS::Lambda::Permission",
|
|
962
|
+
"AWS::Lambda::Url",
|
|
963
|
+
"AWS::Lambda::Version",
|
|
964
|
+
"AWS::LaunchWizard::Deployment",
|
|
965
|
+
"AWS::Lex::Bot",
|
|
966
|
+
"AWS::Lex::BotAlias",
|
|
967
|
+
"AWS::Lex::BotVersion",
|
|
968
|
+
"AWS::Lex::ResourcePolicy",
|
|
969
|
+
"AWS::LicenseManager::Grant",
|
|
970
|
+
"AWS::LicenseManager::License",
|
|
971
|
+
"AWS::Lightsail::Alarm",
|
|
972
|
+
"AWS::Lightsail::Bucket",
|
|
973
|
+
"AWS::Lightsail::Certificate",
|
|
974
|
+
"AWS::Lightsail::Container",
|
|
975
|
+
"AWS::Lightsail::Database",
|
|
976
|
+
"AWS::Lightsail::DatabaseSnapshot",
|
|
977
|
+
"AWS::Lightsail::Disk",
|
|
978
|
+
"AWS::Lightsail::DiskSnapshot",
|
|
979
|
+
"AWS::Lightsail::Distribution",
|
|
980
|
+
"AWS::Lightsail::Domain",
|
|
981
|
+
"AWS::Lightsail::Instance",
|
|
982
|
+
"AWS::Lightsail::InstanceSnapshot",
|
|
983
|
+
"AWS::Lightsail::LoadBalancer",
|
|
984
|
+
"AWS::Lightsail::LoadBalancerTlsCertificate",
|
|
985
|
+
"AWS::Lightsail::StaticIp",
|
|
986
|
+
"AWS::Location::APIKey",
|
|
987
|
+
"AWS::Location::GeofenceCollection",
|
|
988
|
+
"AWS::Location::Map",
|
|
989
|
+
"AWS::Location::PlaceIndex",
|
|
990
|
+
"AWS::Location::RouteCalculator",
|
|
991
|
+
"AWS::Location::Tracker",
|
|
992
|
+
"AWS::Location::TrackerConsumer",
|
|
993
|
+
"AWS::Logs::AccountPolicy",
|
|
994
|
+
"AWS::Logs::Delivery",
|
|
995
|
+
"AWS::Logs::DeliveryDestination",
|
|
996
|
+
"AWS::Logs::DeliverySource",
|
|
997
|
+
"AWS::Logs::Destination",
|
|
998
|
+
"AWS::Logs::Integration",
|
|
999
|
+
"AWS::Logs::LogAnomalyDetector",
|
|
1000
|
+
"AWS::Logs::LogGroup",
|
|
1001
|
+
"AWS::Logs::LogStream",
|
|
1002
|
+
"AWS::Logs::MetricFilter",
|
|
1003
|
+
"AWS::Logs::QueryDefinition",
|
|
1004
|
+
"AWS::Logs::ResourcePolicy",
|
|
1005
|
+
"AWS::Logs::ScheduledQuery",
|
|
1006
|
+
"AWS::Logs::SubscriptionFilter",
|
|
1007
|
+
"AWS::Logs::Transformer",
|
|
1008
|
+
"AWS::LookoutEquipment::InferenceScheduler",
|
|
1009
|
+
"AWS::LookoutVision::Project",
|
|
1010
|
+
"AWS::M2::Application",
|
|
1011
|
+
"AWS::M2::Deployment",
|
|
1012
|
+
"AWS::M2::Environment",
|
|
1013
|
+
"AWS::MPA::ApprovalTeam",
|
|
1014
|
+
"AWS::MPA::IdentitySource",
|
|
1015
|
+
"AWS::MSK::BatchScramSecret",
|
|
1016
|
+
"AWS::MSK::Channel",
|
|
1017
|
+
"AWS::MSK::Cluster",
|
|
1018
|
+
"AWS::MSK::ClusterPolicy",
|
|
1019
|
+
"AWS::MSK::Configuration",
|
|
1020
|
+
"AWS::MSK::Replicator",
|
|
1021
|
+
"AWS::MSK::ServerlessCluster",
|
|
1022
|
+
"AWS::MSK::Topic",
|
|
1023
|
+
"AWS::MSK::VpcConnection",
|
|
1024
|
+
"AWS::MWAA::Environment",
|
|
1025
|
+
"AWS::MWAAServerless::Workflow",
|
|
1026
|
+
"AWS::Macie::AllowList",
|
|
1027
|
+
"AWS::Macie::CustomDataIdentifier",
|
|
1028
|
+
"AWS::Macie::FindingsFilter",
|
|
1029
|
+
"AWS::Macie::Session",
|
|
1030
|
+
"AWS::ManagedBlockchain::Accessor",
|
|
1031
|
+
"AWS::ManagedBlockchain::Member",
|
|
1032
|
+
"AWS::ManagedBlockchain::Node",
|
|
1033
|
+
"AWS::MediaConnect::Bridge",
|
|
1034
|
+
"AWS::MediaConnect::BridgeOutput",
|
|
1035
|
+
"AWS::MediaConnect::BridgeSource",
|
|
1036
|
+
"AWS::MediaConnect::Flow",
|
|
1037
|
+
"AWS::MediaConnect::FlowEntitlement",
|
|
1038
|
+
"AWS::MediaConnect::FlowOutput",
|
|
1039
|
+
"AWS::MediaConnect::FlowSource",
|
|
1040
|
+
"AWS::MediaConnect::FlowVpcInterface",
|
|
1041
|
+
"AWS::MediaConnect::Gateway",
|
|
1042
|
+
"AWS::MediaConnect::RouterInput",
|
|
1043
|
+
"AWS::MediaConnect::RouterNetworkInterface",
|
|
1044
|
+
"AWS::MediaConnect::RouterOutput",
|
|
1045
|
+
"AWS::MediaConvert::JobTemplate",
|
|
1046
|
+
"AWS::MediaConvert::Preset",
|
|
1047
|
+
"AWS::MediaConvert::Queue",
|
|
1048
|
+
"AWS::MediaLive::Channel",
|
|
1049
|
+
"AWS::MediaLive::ChannelPlacementGroup",
|
|
1050
|
+
"AWS::MediaLive::CloudWatchAlarmTemplate",
|
|
1051
|
+
"AWS::MediaLive::CloudWatchAlarmTemplateGroup",
|
|
1052
|
+
"AWS::MediaLive::Cluster",
|
|
1053
|
+
"AWS::MediaLive::EventBridgeRuleTemplate",
|
|
1054
|
+
"AWS::MediaLive::EventBridgeRuleTemplateGroup",
|
|
1055
|
+
"AWS::MediaLive::Input",
|
|
1056
|
+
"AWS::MediaLive::InputSecurityGroup",
|
|
1057
|
+
"AWS::MediaLive::Multiplex",
|
|
1058
|
+
"AWS::MediaLive::Multiplexprogram",
|
|
1059
|
+
"AWS::MediaLive::Network",
|
|
1060
|
+
"AWS::MediaLive::Node",
|
|
1061
|
+
"AWS::MediaLive::SdiSource",
|
|
1062
|
+
"AWS::MediaLive::SignalMap",
|
|
1063
|
+
"AWS::MediaPackage::Asset",
|
|
1064
|
+
"AWS::MediaPackage::Channel",
|
|
1065
|
+
"AWS::MediaPackage::OriginEndpoint",
|
|
1066
|
+
"AWS::MediaPackage::PackagingConfiguration",
|
|
1067
|
+
"AWS::MediaPackage::PackagingGroup",
|
|
1068
|
+
"AWS::MediaPackageV2::Channel",
|
|
1069
|
+
"AWS::MediaPackageV2::ChannelGroup",
|
|
1070
|
+
"AWS::MediaPackageV2::ChannelPolicy",
|
|
1071
|
+
"AWS::MediaPackageV2::OriginEndpoint",
|
|
1072
|
+
"AWS::MediaPackageV2::OriginEndpointPolicy",
|
|
1073
|
+
"AWS::MediaStore::Container",
|
|
1074
|
+
"AWS::MediaTailor::Channel",
|
|
1075
|
+
"AWS::MediaTailor::ChannelPolicy",
|
|
1076
|
+
"AWS::MediaTailor::LiveSource",
|
|
1077
|
+
"AWS::MediaTailor::PlaybackConfiguration",
|
|
1078
|
+
"AWS::MediaTailor::SourceLocation",
|
|
1079
|
+
"AWS::MediaTailor::VodSource",
|
|
1080
|
+
"AWS::MemoryDB::ACL",
|
|
1081
|
+
"AWS::MemoryDB::Cluster",
|
|
1082
|
+
"AWS::MemoryDB::MultiRegionCluster",
|
|
1083
|
+
"AWS::MemoryDB::ParameterGroup",
|
|
1084
|
+
"AWS::MemoryDB::SubnetGroup",
|
|
1085
|
+
"AWS::MemoryDB::User",
|
|
1086
|
+
"AWS::Neptune::DBCluster",
|
|
1087
|
+
"AWS::Neptune::DBClusterParameterGroup",
|
|
1088
|
+
"AWS::Neptune::DBInstance",
|
|
1089
|
+
"AWS::Neptune::DBParameterGroup",
|
|
1090
|
+
"AWS::Neptune::DBSubnetGroup",
|
|
1091
|
+
"AWS::Neptune::EventSubscription",
|
|
1092
|
+
"AWS::Neptune::GlobalCluster",
|
|
1093
|
+
"AWS::NeptuneGraph::Graph",
|
|
1094
|
+
"AWS::NeptuneGraph::GraphSnapshot",
|
|
1095
|
+
"AWS::NeptuneGraph::PrivateGraphEndpoint",
|
|
1096
|
+
"AWS::NetworkFirewall::Firewall",
|
|
1097
|
+
"AWS::NetworkFirewall::FirewallPolicy",
|
|
1098
|
+
"AWS::NetworkFirewall::LoggingConfiguration",
|
|
1099
|
+
"AWS::NetworkFirewall::RuleGroup",
|
|
1100
|
+
"AWS::NetworkFirewall::TLSInspectionConfiguration",
|
|
1101
|
+
"AWS::NetworkFirewall::VpcEndpointAssociation",
|
|
1102
|
+
"AWS::NetworkFlowMonitor::Monitor",
|
|
1103
|
+
"AWS::NetworkManager::ConnectAttachment",
|
|
1104
|
+
"AWS::NetworkManager::ConnectPeer",
|
|
1105
|
+
"AWS::NetworkManager::CoreNetwork",
|
|
1106
|
+
"AWS::NetworkManager::CoreNetworkPrefixListAssociation",
|
|
1107
|
+
"AWS::NetworkManager::CustomerGatewayAssociation",
|
|
1108
|
+
"AWS::NetworkManager::Device",
|
|
1109
|
+
"AWS::NetworkManager::DirectConnectGatewayAttachment",
|
|
1110
|
+
"AWS::NetworkManager::GlobalNetwork",
|
|
1111
|
+
"AWS::NetworkManager::Link",
|
|
1112
|
+
"AWS::NetworkManager::LinkAssociation",
|
|
1113
|
+
"AWS::NetworkManager::Site",
|
|
1114
|
+
"AWS::NetworkManager::SiteToSiteVpnAttachment",
|
|
1115
|
+
"AWS::NetworkManager::TransitGatewayPeering",
|
|
1116
|
+
"AWS::NetworkManager::TransitGatewayRegistration",
|
|
1117
|
+
"AWS::NetworkManager::TransitGatewayRouteTableAttachment",
|
|
1118
|
+
"AWS::NetworkManager::VpcAttachment",
|
|
1119
|
+
"AWS::Notifications::ChannelAssociation",
|
|
1120
|
+
"AWS::Notifications::EventRule",
|
|
1121
|
+
"AWS::Notifications::ManagedNotificationAccountContactAssociation",
|
|
1122
|
+
"AWS::Notifications::ManagedNotificationAdditionalChannelAssociation",
|
|
1123
|
+
"AWS::Notifications::NotificationConfiguration",
|
|
1124
|
+
"AWS::Notifications::NotificationHub",
|
|
1125
|
+
"AWS::Notifications::OrganizationalUnitAssociation",
|
|
1126
|
+
"AWS::NotificationsContacts::EmailContact",
|
|
1127
|
+
"AWS::NovaAct::WorkflowDefinition",
|
|
1128
|
+
"AWS::ODB::CloudAutonomousVmCluster",
|
|
1129
|
+
"AWS::ODB::CloudExadataInfrastructure",
|
|
1130
|
+
"AWS::ODB::CloudVmCluster",
|
|
1131
|
+
"AWS::ODB::OdbNetwork",
|
|
1132
|
+
"AWS::ODB::OdbPeeringConnection",
|
|
1133
|
+
"AWS::OSIS::Pipeline",
|
|
1134
|
+
"AWS::Oam::Link",
|
|
1135
|
+
"AWS::Oam::Sink",
|
|
1136
|
+
"AWS::ObservabilityAdmin::OrganizationCentralizationRule",
|
|
1137
|
+
"AWS::ObservabilityAdmin::OrganizationTelemetryRule",
|
|
1138
|
+
"AWS::ObservabilityAdmin::S3TableIntegration",
|
|
1139
|
+
"AWS::ObservabilityAdmin::TelemetryEnrichment",
|
|
1140
|
+
"AWS::ObservabilityAdmin::TelemetryPipelines",
|
|
1141
|
+
"AWS::ObservabilityAdmin::TelemetryRule",
|
|
1142
|
+
"AWS::Omics::AnnotationStore",
|
|
1143
|
+
"AWS::Omics::Configuration",
|
|
1144
|
+
"AWS::Omics::ReferenceStore",
|
|
1145
|
+
"AWS::Omics::RunGroup",
|
|
1146
|
+
"AWS::Omics::SequenceStore",
|
|
1147
|
+
"AWS::Omics::VariantStore",
|
|
1148
|
+
"AWS::Omics::Workflow",
|
|
1149
|
+
"AWS::Omics::WorkflowVersion",
|
|
1150
|
+
"AWS::OpenSearchServerless::AccessPolicy",
|
|
1151
|
+
"AWS::OpenSearchServerless::Collection",
|
|
1152
|
+
"AWS::OpenSearchServerless::CollectionGroup",
|
|
1153
|
+
"AWS::OpenSearchServerless::CollectionIndex",
|
|
1154
|
+
"AWS::OpenSearchServerless::Index",
|
|
1155
|
+
"AWS::OpenSearchServerless::LifecyclePolicy",
|
|
1156
|
+
"AWS::OpenSearchServerless::SecurityConfig",
|
|
1157
|
+
"AWS::OpenSearchServerless::SecurityPolicy",
|
|
1158
|
+
"AWS::OpenSearchServerless::VpcEndpoint",
|
|
1159
|
+
"AWS::OpenSearchService::Application",
|
|
1160
|
+
"AWS::OpenSearchService::Domain",
|
|
1161
|
+
"AWS::Organizations::Account",
|
|
1162
|
+
"AWS::Organizations::Organization",
|
|
1163
|
+
"AWS::Organizations::OrganizationalUnit",
|
|
1164
|
+
"AWS::Organizations::Policy",
|
|
1165
|
+
"AWS::Organizations::ResourcePolicy",
|
|
1166
|
+
"AWS::Outposts::Site",
|
|
1167
|
+
"AWS::PCAConnectorAD::Connector",
|
|
1168
|
+
"AWS::PCAConnectorAD::DirectoryRegistration",
|
|
1169
|
+
"AWS::PCAConnectorAD::ServicePrincipalName",
|
|
1170
|
+
"AWS::PCAConnectorAD::Template",
|
|
1171
|
+
"AWS::PCAConnectorAD::TemplateGroupAccessControlEntry",
|
|
1172
|
+
"AWS::PCAConnectorSCEP::Challenge",
|
|
1173
|
+
"AWS::PCAConnectorSCEP::Connector",
|
|
1174
|
+
"AWS::PCS::Cluster",
|
|
1175
|
+
"AWS::PCS::ComputeNodeGroup",
|
|
1176
|
+
"AWS::PCS::Queue",
|
|
1177
|
+
"AWS::Panorama::ApplicationInstance",
|
|
1178
|
+
"AWS::Panorama::Package",
|
|
1179
|
+
"AWS::Panorama::PackageVersion",
|
|
1180
|
+
"AWS::PaymentCryptography::Alias",
|
|
1181
|
+
"AWS::PaymentCryptography::Key",
|
|
1182
|
+
"AWS::Personalize::Dataset",
|
|
1183
|
+
"AWS::Personalize::DatasetGroup",
|
|
1184
|
+
"AWS::Personalize::Schema",
|
|
1185
|
+
"AWS::Personalize::Solution",
|
|
1186
|
+
"AWS::Pinpoint::ADMChannel",
|
|
1187
|
+
"AWS::Pinpoint::APNSChannel",
|
|
1188
|
+
"AWS::Pinpoint::APNSSandboxChannel",
|
|
1189
|
+
"AWS::Pinpoint::APNSVoipChannel",
|
|
1190
|
+
"AWS::Pinpoint::APNSVoipSandboxChannel",
|
|
1191
|
+
"AWS::Pinpoint::App",
|
|
1192
|
+
"AWS::Pinpoint::ApplicationSettings",
|
|
1193
|
+
"AWS::Pinpoint::BaiduChannel",
|
|
1194
|
+
"AWS::Pinpoint::Campaign",
|
|
1195
|
+
"AWS::Pinpoint::EmailChannel",
|
|
1196
|
+
"AWS::Pinpoint::EmailTemplate",
|
|
1197
|
+
"AWS::Pinpoint::EventStream",
|
|
1198
|
+
"AWS::Pinpoint::GCMChannel",
|
|
1199
|
+
"AWS::Pinpoint::InAppTemplate",
|
|
1200
|
+
"AWS::Pinpoint::PushTemplate",
|
|
1201
|
+
"AWS::Pinpoint::SMSChannel",
|
|
1202
|
+
"AWS::Pinpoint::Segment",
|
|
1203
|
+
"AWS::Pinpoint::SmsTemplate",
|
|
1204
|
+
"AWS::Pinpoint::VoiceChannel",
|
|
1205
|
+
"AWS::PinpointEmail::ConfigurationSet",
|
|
1206
|
+
"AWS::PinpointEmail::ConfigurationSetEventDestination",
|
|
1207
|
+
"AWS::PinpointEmail::DedicatedIpPool",
|
|
1208
|
+
"AWS::PinpointEmail::Identity",
|
|
1209
|
+
"AWS::Pipes::Pipe",
|
|
1210
|
+
"AWS::Proton::EnvironmentAccountConnection",
|
|
1211
|
+
"AWS::Proton::EnvironmentTemplate",
|
|
1212
|
+
"AWS::Proton::ServiceTemplate",
|
|
1213
|
+
"AWS::QBusiness::Application",
|
|
1214
|
+
"AWS::QBusiness::DataAccessor",
|
|
1215
|
+
"AWS::QBusiness::DataSource",
|
|
1216
|
+
"AWS::QBusiness::Index",
|
|
1217
|
+
"AWS::QBusiness::Permission",
|
|
1218
|
+
"AWS::QBusiness::Plugin",
|
|
1219
|
+
"AWS::QBusiness::Retriever",
|
|
1220
|
+
"AWS::QBusiness::WebExperience",
|
|
1221
|
+
"AWS::QLDB::Ledger",
|
|
1222
|
+
"AWS::QLDB::Stream",
|
|
1223
|
+
"AWS::QuickSight::ActionConnector",
|
|
1224
|
+
"AWS::QuickSight::Agent",
|
|
1225
|
+
"AWS::QuickSight::Analysis",
|
|
1226
|
+
"AWS::QuickSight::CustomPermissions",
|
|
1227
|
+
"AWS::QuickSight::Dashboard",
|
|
1228
|
+
"AWS::QuickSight::DataSet",
|
|
1229
|
+
"AWS::QuickSight::DataSource",
|
|
1230
|
+
"AWS::QuickSight::Flow",
|
|
1231
|
+
"AWS::QuickSight::Folder",
|
|
1232
|
+
"AWS::QuickSight::KnowledgeBase",
|
|
1233
|
+
"AWS::QuickSight::OAuthClientApplication",
|
|
1234
|
+
"AWS::QuickSight::RefreshSchedule",
|
|
1235
|
+
"AWS::QuickSight::Space",
|
|
1236
|
+
"AWS::QuickSight::Template",
|
|
1237
|
+
"AWS::QuickSight::Theme",
|
|
1238
|
+
"AWS::QuickSight::Topic",
|
|
1239
|
+
"AWS::QuickSight::VPCConnection",
|
|
1240
|
+
"AWS::RAM::Permission",
|
|
1241
|
+
"AWS::RAM::ResourceShare",
|
|
1242
|
+
"AWS::RDS::CustomDBEngineVersion",
|
|
1243
|
+
"AWS::RDS::DBCluster",
|
|
1244
|
+
"AWS::RDS::DBClusterParameterGroup",
|
|
1245
|
+
"AWS::RDS::DBInstance",
|
|
1246
|
+
"AWS::RDS::DBParameterGroup",
|
|
1247
|
+
"AWS::RDS::DBProxy",
|
|
1248
|
+
"AWS::RDS::DBProxyEndpoint",
|
|
1249
|
+
"AWS::RDS::DBProxyTargetGroup",
|
|
1250
|
+
"AWS::RDS::DBSecurityGroup",
|
|
1251
|
+
"AWS::RDS::DBSecurityGroupIngress",
|
|
1252
|
+
"AWS::RDS::DBShardGroup",
|
|
1253
|
+
"AWS::RDS::DBSubnetGroup",
|
|
1254
|
+
"AWS::RDS::EventSubscription",
|
|
1255
|
+
"AWS::RDS::GlobalCluster",
|
|
1256
|
+
"AWS::RDS::Integration",
|
|
1257
|
+
"AWS::RDS::OptionGroup",
|
|
1258
|
+
"AWS::RTBFabric::InboundExternalLink",
|
|
1259
|
+
"AWS::RTBFabric::Link",
|
|
1260
|
+
"AWS::RTBFabric::LinkRoutingRule",
|
|
1261
|
+
"AWS::RTBFabric::OutboundExternalLink",
|
|
1262
|
+
"AWS::RTBFabric::RequesterGateway",
|
|
1263
|
+
"AWS::RTBFabric::ResponderGateway",
|
|
1264
|
+
"AWS::RUM::AppMonitor",
|
|
1265
|
+
"AWS::Rbin::Rule",
|
|
1266
|
+
"AWS::Redshift::Cluster",
|
|
1267
|
+
"AWS::Redshift::ClusterParameterGroup",
|
|
1268
|
+
"AWS::Redshift::ClusterSecurityGroup",
|
|
1269
|
+
"AWS::Redshift::ClusterSecurityGroupIngress",
|
|
1270
|
+
"AWS::Redshift::ClusterSubnetGroup",
|
|
1271
|
+
"AWS::Redshift::EndpointAccess",
|
|
1272
|
+
"AWS::Redshift::EndpointAuthorization",
|
|
1273
|
+
"AWS::Redshift::EventSubscription",
|
|
1274
|
+
"AWS::Redshift::Integration",
|
|
1275
|
+
"AWS::Redshift::ScheduledAction",
|
|
1276
|
+
"AWS::RedshiftServerless::Namespace",
|
|
1277
|
+
"AWS::RedshiftServerless::Snapshot",
|
|
1278
|
+
"AWS::RedshiftServerless::Workgroup",
|
|
1279
|
+
"AWS::RefactorSpaces::Application",
|
|
1280
|
+
"AWS::RefactorSpaces::Environment",
|
|
1281
|
+
"AWS::RefactorSpaces::Route",
|
|
1282
|
+
"AWS::RefactorSpaces::Service",
|
|
1283
|
+
"AWS::Rekognition::Collection",
|
|
1284
|
+
"AWS::Rekognition::Project",
|
|
1285
|
+
"AWS::Rekognition::StreamProcessor",
|
|
1286
|
+
"AWS::ResilienceHub::App",
|
|
1287
|
+
"AWS::ResilienceHub::ResiliencyPolicy",
|
|
1288
|
+
"AWS::ResilienceHubV2::Policy",
|
|
1289
|
+
"AWS::ResilienceHubV2::Service",
|
|
1290
|
+
"AWS::ResilienceHubV2::ServiceFunction",
|
|
1291
|
+
"AWS::ResilienceHubV2::System",
|
|
1292
|
+
"AWS::ResilienceHubV2::UserJourney",
|
|
1293
|
+
"AWS::ResourceExplorer2::DefaultViewAssociation",
|
|
1294
|
+
"AWS::ResourceExplorer2::Index",
|
|
1295
|
+
"AWS::ResourceExplorer2::View",
|
|
1296
|
+
"AWS::ResourceGroups::Group",
|
|
1297
|
+
"AWS::ResourceGroups::TagSyncTask",
|
|
1298
|
+
"AWS::RoboMaker::Fleet",
|
|
1299
|
+
"AWS::RoboMaker::Robot",
|
|
1300
|
+
"AWS::RoboMaker::RobotApplication",
|
|
1301
|
+
"AWS::RoboMaker::RobotApplicationVersion",
|
|
1302
|
+
"AWS::RoboMaker::SimulationApplication",
|
|
1303
|
+
"AWS::RoboMaker::SimulationApplicationVersion",
|
|
1304
|
+
"AWS::RolesAnywhere::CRL",
|
|
1305
|
+
"AWS::RolesAnywhere::Profile",
|
|
1306
|
+
"AWS::RolesAnywhere::TrustAnchor",
|
|
1307
|
+
"AWS::Route53::CidrCollection",
|
|
1308
|
+
"AWS::Route53::DNSSEC",
|
|
1309
|
+
"AWS::Route53::HealthCheck",
|
|
1310
|
+
"AWS::Route53::HostedZone",
|
|
1311
|
+
"AWS::Route53::KeySigningKey",
|
|
1312
|
+
"AWS::Route53::RecordSet",
|
|
1313
|
+
"AWS::Route53::RecordSetGroup",
|
|
1314
|
+
"AWS::Route53GlobalResolver::AccessSource",
|
|
1315
|
+
"AWS::Route53GlobalResolver::AccessToken",
|
|
1316
|
+
"AWS::Route53GlobalResolver::DnsView",
|
|
1317
|
+
"AWS::Route53GlobalResolver::FirewallDomainList",
|
|
1318
|
+
"AWS::Route53GlobalResolver::FirewallRule",
|
|
1319
|
+
"AWS::Route53GlobalResolver::GlobalResolver",
|
|
1320
|
+
"AWS::Route53GlobalResolver::HostedZoneAssociation",
|
|
1321
|
+
"AWS::Route53Profiles::Profile",
|
|
1322
|
+
"AWS::Route53Profiles::ProfileAssociation",
|
|
1323
|
+
"AWS::Route53Profiles::ProfileResourceAssociation",
|
|
1324
|
+
"AWS::Route53RecoveryControl::Cluster",
|
|
1325
|
+
"AWS::Route53RecoveryControl::ControlPanel",
|
|
1326
|
+
"AWS::Route53RecoveryControl::RoutingControl",
|
|
1327
|
+
"AWS::Route53RecoveryControl::SafetyRule",
|
|
1328
|
+
"AWS::Route53RecoveryReadiness::Cell",
|
|
1329
|
+
"AWS::Route53RecoveryReadiness::ReadinessCheck",
|
|
1330
|
+
"AWS::Route53RecoveryReadiness::RecoveryGroup",
|
|
1331
|
+
"AWS::Route53RecoveryReadiness::ResourceSet",
|
|
1332
|
+
"AWS::Route53Resolver::FirewallDomainList",
|
|
1333
|
+
"AWS::Route53Resolver::FirewallRuleGroup",
|
|
1334
|
+
"AWS::Route53Resolver::FirewallRuleGroupAssociation",
|
|
1335
|
+
"AWS::Route53Resolver::OutpostResolver",
|
|
1336
|
+
"AWS::Route53Resolver::ResolverConfig",
|
|
1337
|
+
"AWS::Route53Resolver::ResolverDNSSECConfig",
|
|
1338
|
+
"AWS::Route53Resolver::ResolverEndpoint",
|
|
1339
|
+
"AWS::Route53Resolver::ResolverQueryLoggingConfig",
|
|
1340
|
+
"AWS::Route53Resolver::ResolverQueryLoggingConfigAssociation",
|
|
1341
|
+
"AWS::Route53Resolver::ResolverRule",
|
|
1342
|
+
"AWS::Route53Resolver::ResolverRuleAssociation",
|
|
1343
|
+
"AWS::S3::AccessGrant",
|
|
1344
|
+
"AWS::S3::AccessGrantsInstance",
|
|
1345
|
+
"AWS::S3::AccessGrantsLocation",
|
|
1346
|
+
"AWS::S3::AccessPoint",
|
|
1347
|
+
"AWS::S3::Bucket",
|
|
1348
|
+
"AWS::S3::BucketPolicy",
|
|
1349
|
+
"AWS::S3::MultiRegionAccessPoint",
|
|
1350
|
+
"AWS::S3::MultiRegionAccessPointPolicy",
|
|
1351
|
+
"AWS::S3::StorageLens",
|
|
1352
|
+
"AWS::S3::StorageLensGroup",
|
|
1353
|
+
"AWS::S3Express::AccessPoint",
|
|
1354
|
+
"AWS::S3Express::BucketPolicy",
|
|
1355
|
+
"AWS::S3Express::DirectoryBucket",
|
|
1356
|
+
"AWS::S3Files::AccessPoint",
|
|
1357
|
+
"AWS::S3Files::FileSystem",
|
|
1358
|
+
"AWS::S3Files::FileSystemPolicy",
|
|
1359
|
+
"AWS::S3Files::MountTarget",
|
|
1360
|
+
"AWS::S3ObjectLambda::AccessPoint",
|
|
1361
|
+
"AWS::S3ObjectLambda::AccessPointPolicy",
|
|
1362
|
+
"AWS::S3Outposts::AccessPoint",
|
|
1363
|
+
"AWS::S3Outposts::Bucket",
|
|
1364
|
+
"AWS::S3Outposts::BucketPolicy",
|
|
1365
|
+
"AWS::S3Outposts::Endpoint",
|
|
1366
|
+
"AWS::S3Tables::Namespace",
|
|
1367
|
+
"AWS::S3Tables::Table",
|
|
1368
|
+
"AWS::S3Tables::TableBucket",
|
|
1369
|
+
"AWS::S3Tables::TableBucketPolicy",
|
|
1370
|
+
"AWS::S3Tables::TablePolicy",
|
|
1371
|
+
"AWS::S3Vectors::Index",
|
|
1372
|
+
"AWS::S3Vectors::VectorBucket",
|
|
1373
|
+
"AWS::S3Vectors::VectorBucketPolicy",
|
|
1374
|
+
"AWS::SCN::Dataset",
|
|
1375
|
+
"AWS::SCN::Namespace",
|
|
1376
|
+
"AWS::SDB::Domain",
|
|
1377
|
+
"AWS::SES::ConfigurationSet",
|
|
1378
|
+
"AWS::SES::ConfigurationSetEventDestination",
|
|
1379
|
+
"AWS::SES::ContactList",
|
|
1380
|
+
"AWS::SES::CustomVerificationEmailTemplate",
|
|
1381
|
+
"AWS::SES::DedicatedIpPool",
|
|
1382
|
+
"AWS::SES::EmailIdentity",
|
|
1383
|
+
"AWS::SES::MailManagerAddonInstance",
|
|
1384
|
+
"AWS::SES::MailManagerAddonSubscription",
|
|
1385
|
+
"AWS::SES::MailManagerAddressList",
|
|
1386
|
+
"AWS::SES::MailManagerArchive",
|
|
1387
|
+
"AWS::SES::MailManagerIngressPoint",
|
|
1388
|
+
"AWS::SES::MailManagerRelay",
|
|
1389
|
+
"AWS::SES::MailManagerRuleSet",
|
|
1390
|
+
"AWS::SES::MailManagerTrafficPolicy",
|
|
1391
|
+
"AWS::SES::MultiRegionEndpoint",
|
|
1392
|
+
"AWS::SES::ReceiptFilter",
|
|
1393
|
+
"AWS::SES::ReceiptRule",
|
|
1394
|
+
"AWS::SES::ReceiptRuleSet",
|
|
1395
|
+
"AWS::SES::Template",
|
|
1396
|
+
"AWS::SES::Tenant",
|
|
1397
|
+
"AWS::SES::VdmAttributes",
|
|
1398
|
+
"AWS::SMSVOICE::ConfigurationSet",
|
|
1399
|
+
"AWS::SMSVOICE::OptOutList",
|
|
1400
|
+
"AWS::SMSVOICE::PhoneNumber",
|
|
1401
|
+
"AWS::SMSVOICE::Pool",
|
|
1402
|
+
"AWS::SMSVOICE::ProtectConfiguration",
|
|
1403
|
+
"AWS::SMSVOICE::Registration",
|
|
1404
|
+
"AWS::SMSVOICE::ResourcePolicy",
|
|
1405
|
+
"AWS::SMSVOICE::SenderId",
|
|
1406
|
+
"AWS::SNS::Subscription",
|
|
1407
|
+
"AWS::SNS::Topic",
|
|
1408
|
+
"AWS::SNS::TopicInlinePolicy",
|
|
1409
|
+
"AWS::SNS::TopicPolicy",
|
|
1410
|
+
"AWS::SQS::Queue",
|
|
1411
|
+
"AWS::SQS::QueueInlinePolicy",
|
|
1412
|
+
"AWS::SQS::QueuePolicy",
|
|
1413
|
+
"AWS::SSM::Association",
|
|
1414
|
+
"AWS::SSM::Document",
|
|
1415
|
+
"AWS::SSM::MaintenanceWindow",
|
|
1416
|
+
"AWS::SSM::MaintenanceWindowTarget",
|
|
1417
|
+
"AWS::SSM::MaintenanceWindowTask",
|
|
1418
|
+
"AWS::SSM::OpsItem",
|
|
1419
|
+
"AWS::SSM::Parameter",
|
|
1420
|
+
"AWS::SSM::PatchBaseline",
|
|
1421
|
+
"AWS::SSM::ResourceDataSync",
|
|
1422
|
+
"AWS::SSM::ResourcePolicy",
|
|
1423
|
+
"AWS::SSM::ServiceSetting",
|
|
1424
|
+
"AWS::SSMContacts::Contact",
|
|
1425
|
+
"AWS::SSMContacts::ContactChannel",
|
|
1426
|
+
"AWS::SSMContacts::Plan",
|
|
1427
|
+
"AWS::SSMContacts::Rotation",
|
|
1428
|
+
"AWS::SSMGuiConnect::Preferences",
|
|
1429
|
+
"AWS::SSMIncidents::ReplicationSet",
|
|
1430
|
+
"AWS::SSMIncidents::ResponsePlan",
|
|
1431
|
+
"AWS::SSMQuickSetup::ConfigurationManager",
|
|
1432
|
+
"AWS::SSMQuickSetup::LifecycleAutomation",
|
|
1433
|
+
"AWS::SSO::Application",
|
|
1434
|
+
"AWS::SSO::ApplicationAssignment",
|
|
1435
|
+
"AWS::SSO::Assignment",
|
|
1436
|
+
"AWS::SSO::Instance",
|
|
1437
|
+
"AWS::SSO::InstanceAccessControlAttributeConfiguration",
|
|
1438
|
+
"AWS::SSO::PermissionSet",
|
|
1439
|
+
"AWS::SageMaker::Action",
|
|
1440
|
+
"AWS::SageMaker::Algorithm",
|
|
1441
|
+
"AWS::SageMaker::App",
|
|
1442
|
+
"AWS::SageMaker::AppImageConfig",
|
|
1443
|
+
"AWS::SageMaker::Cluster",
|
|
1444
|
+
"AWS::SageMaker::CodeRepository",
|
|
1445
|
+
"AWS::SageMaker::Context",
|
|
1446
|
+
"AWS::SageMaker::DataQualityJobDefinition",
|
|
1447
|
+
"AWS::SageMaker::Device",
|
|
1448
|
+
"AWS::SageMaker::DeviceFleet",
|
|
1449
|
+
"AWS::SageMaker::Domain",
|
|
1450
|
+
"AWS::SageMaker::Endpoint",
|
|
1451
|
+
"AWS::SageMaker::EndpointConfig",
|
|
1452
|
+
"AWS::SageMaker::Experiment",
|
|
1453
|
+
"AWS::SageMaker::ExperimentTrialComponent",
|
|
1454
|
+
"AWS::SageMaker::FeatureGroup",
|
|
1455
|
+
"AWS::SageMaker::Hub",
|
|
1456
|
+
"AWS::SageMaker::Image",
|
|
1457
|
+
"AWS::SageMaker::ImageVersion",
|
|
1458
|
+
"AWS::SageMaker::InferenceComponent",
|
|
1459
|
+
"AWS::SageMaker::InferenceExperiment",
|
|
1460
|
+
"AWS::SageMaker::MlflowApp",
|
|
1461
|
+
"AWS::SageMaker::MlflowTrackingServer",
|
|
1462
|
+
"AWS::SageMaker::Model",
|
|
1463
|
+
"AWS::SageMaker::ModelBiasJobDefinition",
|
|
1464
|
+
"AWS::SageMaker::ModelCard",
|
|
1465
|
+
"AWS::SageMaker::ModelExplainabilityJobDefinition",
|
|
1466
|
+
"AWS::SageMaker::ModelPackage",
|
|
1467
|
+
"AWS::SageMaker::ModelPackageGroup",
|
|
1468
|
+
"AWS::SageMaker::ModelQualityJobDefinition",
|
|
1469
|
+
"AWS::SageMaker::MonitoringSchedule",
|
|
1470
|
+
"AWS::SageMaker::NotebookInstance",
|
|
1471
|
+
"AWS::SageMaker::NotebookInstanceLifecycleConfig",
|
|
1472
|
+
"AWS::SageMaker::PartnerApp",
|
|
1473
|
+
"AWS::SageMaker::Pipeline",
|
|
1474
|
+
"AWS::SageMaker::ProcessingJob",
|
|
1475
|
+
"AWS::SageMaker::Project",
|
|
1476
|
+
"AWS::SageMaker::Space",
|
|
1477
|
+
"AWS::SageMaker::StudioLifecycleConfig",
|
|
1478
|
+
"AWS::SageMaker::TrialComponent",
|
|
1479
|
+
"AWS::SageMaker::UserProfile",
|
|
1480
|
+
"AWS::SageMaker::Workteam",
|
|
1481
|
+
"AWS::Scheduler::Schedule",
|
|
1482
|
+
"AWS::Scheduler::ScheduleGroup",
|
|
1483
|
+
"AWS::SecretsManager::ResourcePolicy",
|
|
1484
|
+
"AWS::SecretsManager::RotationSchedule",
|
|
1485
|
+
"AWS::SecretsManager::Secret",
|
|
1486
|
+
"AWS::SecretsManager::SecretTargetAttachment",
|
|
1487
|
+
"AWS::SecurityAgent::AgentSpace",
|
|
1488
|
+
"AWS::SecurityAgent::Application",
|
|
1489
|
+
"AWS::SecurityAgent::Pentest",
|
|
1490
|
+
"AWS::SecurityAgent::SecurityRequirementPack",
|
|
1491
|
+
"AWS::SecurityAgent::TargetDomain",
|
|
1492
|
+
"AWS::SecurityHub::AggregatorV2",
|
|
1493
|
+
"AWS::SecurityHub::AutomationRule",
|
|
1494
|
+
"AWS::SecurityHub::AutomationRuleV2",
|
|
1495
|
+
"AWS::SecurityHub::ConfigurationPolicy",
|
|
1496
|
+
"AWS::SecurityHub::Connector",
|
|
1497
|
+
"AWS::SecurityHub::ConnectorV2",
|
|
1498
|
+
"AWS::SecurityHub::DelegatedAdmin",
|
|
1499
|
+
"AWS::SecurityHub::FindingAggregator",
|
|
1500
|
+
"AWS::SecurityHub::Hub",
|
|
1501
|
+
"AWS::SecurityHub::HubV2",
|
|
1502
|
+
"AWS::SecurityHub::Insight",
|
|
1503
|
+
"AWS::SecurityHub::OrganizationConfiguration",
|
|
1504
|
+
"AWS::SecurityHub::PolicyAssociation",
|
|
1505
|
+
"AWS::SecurityHub::ProductSubscription",
|
|
1506
|
+
"AWS::SecurityHub::SecurityControl",
|
|
1507
|
+
"AWS::SecurityHub::Standard",
|
|
1508
|
+
"AWS::SecurityLake::AwsLogSource",
|
|
1509
|
+
"AWS::SecurityLake::DataLake",
|
|
1510
|
+
"AWS::SecurityLake::Subscriber",
|
|
1511
|
+
"AWS::SecurityLake::SubscriberNotification",
|
|
1512
|
+
"AWS::ServiceCatalog::AcceptedPortfolioShare",
|
|
1513
|
+
"AWS::ServiceCatalog::CloudFormationProduct",
|
|
1514
|
+
"AWS::ServiceCatalog::CloudFormationProvisionedProduct",
|
|
1515
|
+
"AWS::ServiceCatalog::LaunchNotificationConstraint",
|
|
1516
|
+
"AWS::ServiceCatalog::LaunchRoleConstraint",
|
|
1517
|
+
"AWS::ServiceCatalog::LaunchTemplateConstraint",
|
|
1518
|
+
"AWS::ServiceCatalog::Portfolio",
|
|
1519
|
+
"AWS::ServiceCatalog::PortfolioPrincipalAssociation",
|
|
1520
|
+
"AWS::ServiceCatalog::PortfolioProductAssociation",
|
|
1521
|
+
"AWS::ServiceCatalog::PortfolioShare",
|
|
1522
|
+
"AWS::ServiceCatalog::ResourceUpdateConstraint",
|
|
1523
|
+
"AWS::ServiceCatalog::ServiceAction",
|
|
1524
|
+
"AWS::ServiceCatalog::ServiceActionAssociation",
|
|
1525
|
+
"AWS::ServiceCatalog::StackSetConstraint",
|
|
1526
|
+
"AWS::ServiceCatalog::TagOption",
|
|
1527
|
+
"AWS::ServiceCatalog::TagOptionAssociation",
|
|
1528
|
+
"AWS::ServiceCatalogAppRegistry::Application",
|
|
1529
|
+
"AWS::ServiceCatalogAppRegistry::AttributeGroup",
|
|
1530
|
+
"AWS::ServiceCatalogAppRegistry::AttributeGroupAssociation",
|
|
1531
|
+
"AWS::ServiceCatalogAppRegistry::ResourceAssociation",
|
|
1532
|
+
"AWS::ServiceDiscovery::HttpNamespace",
|
|
1533
|
+
"AWS::ServiceDiscovery::Instance",
|
|
1534
|
+
"AWS::ServiceDiscovery::PrivateDnsNamespace",
|
|
1535
|
+
"AWS::ServiceDiscovery::PublicDnsNamespace",
|
|
1536
|
+
"AWS::ServiceDiscovery::Service",
|
|
1537
|
+
"AWS::Shield::DRTAccess",
|
|
1538
|
+
"AWS::Shield::ProactiveEngagement",
|
|
1539
|
+
"AWS::Shield::Protection",
|
|
1540
|
+
"AWS::Shield::ProtectionGroup",
|
|
1541
|
+
"AWS::Signer::ProfilePermission",
|
|
1542
|
+
"AWS::Signer::SigningProfile",
|
|
1543
|
+
"AWS::SimSpaceWeaver::Simulation",
|
|
1544
|
+
"AWS::StepFunctions::Activity",
|
|
1545
|
+
"AWS::StepFunctions::StateMachine",
|
|
1546
|
+
"AWS::StepFunctions::StateMachineAlias",
|
|
1547
|
+
"AWS::StepFunctions::StateMachineVersion",
|
|
1548
|
+
"AWS::StorageGateway::TapePool",
|
|
1549
|
+
"AWS::SupportApp::AccountAlias",
|
|
1550
|
+
"AWS::SupportApp::SlackChannelConfiguration",
|
|
1551
|
+
"AWS::SupportApp::SlackWorkspaceConfiguration",
|
|
1552
|
+
"AWS::Synthetics::Canary",
|
|
1553
|
+
"AWS::Synthetics::Group",
|
|
1554
|
+
"AWS::SystemsManagerSAP::Application",
|
|
1555
|
+
"AWS::Timestream::Database",
|
|
1556
|
+
"AWS::Timestream::InfluxDBCluster",
|
|
1557
|
+
"AWS::Timestream::InfluxDBInstance",
|
|
1558
|
+
"AWS::Timestream::ScheduledQuery",
|
|
1559
|
+
"AWS::Timestream::Table",
|
|
1560
|
+
"AWS::Transcribe::VocabularyFilter",
|
|
1561
|
+
"AWS::Transfer::Agreement",
|
|
1562
|
+
"AWS::Transfer::Certificate",
|
|
1563
|
+
"AWS::Transfer::Connector",
|
|
1564
|
+
"AWS::Transfer::Profile",
|
|
1565
|
+
"AWS::Transfer::Server",
|
|
1566
|
+
"AWS::Transfer::User",
|
|
1567
|
+
"AWS::Transfer::WebApp",
|
|
1568
|
+
"AWS::Transfer::Workflow",
|
|
1569
|
+
"AWS::UXC::AccountCustomization",
|
|
1570
|
+
"AWS::VerifiedPermissions::IdentitySource",
|
|
1571
|
+
"AWS::VerifiedPermissions::Policy",
|
|
1572
|
+
"AWS::VerifiedPermissions::PolicyStore",
|
|
1573
|
+
"AWS::VerifiedPermissions::PolicyStoreAlias",
|
|
1574
|
+
"AWS::VerifiedPermissions::PolicyTemplate",
|
|
1575
|
+
"AWS::VoiceID::Domain",
|
|
1576
|
+
"AWS::VpcLattice::AccessLogSubscription",
|
|
1577
|
+
"AWS::VpcLattice::AuthPolicy",
|
|
1578
|
+
"AWS::VpcLattice::DomainVerification",
|
|
1579
|
+
"AWS::VpcLattice::Listener",
|
|
1580
|
+
"AWS::VpcLattice::ResourceConfiguration",
|
|
1581
|
+
"AWS::VpcLattice::ResourceGateway",
|
|
1582
|
+
"AWS::VpcLattice::ResourcePolicy",
|
|
1583
|
+
"AWS::VpcLattice::Rule",
|
|
1584
|
+
"AWS::VpcLattice::Service",
|
|
1585
|
+
"AWS::VpcLattice::ServiceNetwork",
|
|
1586
|
+
"AWS::VpcLattice::ServiceNetworkResourceAssociation",
|
|
1587
|
+
"AWS::VpcLattice::ServiceNetworkServiceAssociation",
|
|
1588
|
+
"AWS::VpcLattice::ServiceNetworkVpcAssociation",
|
|
1589
|
+
"AWS::VpcLattice::TargetGroup",
|
|
1590
|
+
"AWS::WAF::ByteMatchSet",
|
|
1591
|
+
"AWS::WAF::IPSet",
|
|
1592
|
+
"AWS::WAF::Rule",
|
|
1593
|
+
"AWS::WAF::SizeConstraintSet",
|
|
1594
|
+
"AWS::WAF::SqlInjectionMatchSet",
|
|
1595
|
+
"AWS::WAF::WebACL",
|
|
1596
|
+
"AWS::WAF::XssMatchSet",
|
|
1597
|
+
"AWS::WAFRegional::ByteMatchSet",
|
|
1598
|
+
"AWS::WAFRegional::GeoMatchSet",
|
|
1599
|
+
"AWS::WAFRegional::IPSet",
|
|
1600
|
+
"AWS::WAFRegional::RateBasedRule",
|
|
1601
|
+
"AWS::WAFRegional::RegexPatternSet",
|
|
1602
|
+
"AWS::WAFRegional::Rule",
|
|
1603
|
+
"AWS::WAFRegional::SizeConstraintSet",
|
|
1604
|
+
"AWS::WAFRegional::SqlInjectionMatchSet",
|
|
1605
|
+
"AWS::WAFRegional::WebACL",
|
|
1606
|
+
"AWS::WAFRegional::WebACLAssociation",
|
|
1607
|
+
"AWS::WAFRegional::XssMatchSet",
|
|
1608
|
+
"AWS::WAFv2::IPSet",
|
|
1609
|
+
"AWS::WAFv2::LoggingConfiguration",
|
|
1610
|
+
"AWS::WAFv2::RegexPatternSet",
|
|
1611
|
+
"AWS::WAFv2::RuleGroup",
|
|
1612
|
+
"AWS::WAFv2::WebACL",
|
|
1613
|
+
"AWS::WAFv2::WebACLAssociation",
|
|
1614
|
+
"AWS::WellArchitected::Lens",
|
|
1615
|
+
"AWS::WellArchitected::Profile",
|
|
1616
|
+
"AWS::WellArchitected::ReviewTemplate",
|
|
1617
|
+
"AWS::Wisdom::AIAgent",
|
|
1618
|
+
"AWS::Wisdom::AIAgentVersion",
|
|
1619
|
+
"AWS::Wisdom::AIGuardrail",
|
|
1620
|
+
"AWS::Wisdom::AIGuardrailVersion",
|
|
1621
|
+
"AWS::Wisdom::AIPrompt",
|
|
1622
|
+
"AWS::Wisdom::AIPromptVersion",
|
|
1623
|
+
"AWS::Wisdom::Assistant",
|
|
1624
|
+
"AWS::Wisdom::AssistantAssociation",
|
|
1625
|
+
"AWS::Wisdom::KnowledgeBase",
|
|
1626
|
+
"AWS::Wisdom::MessageTemplate",
|
|
1627
|
+
"AWS::Wisdom::MessageTemplateVersion",
|
|
1628
|
+
"AWS::Wisdom::QuickResponse",
|
|
1629
|
+
"AWS::WorkSpaces::ConnectionAlias",
|
|
1630
|
+
"AWS::WorkSpaces::Workspace",
|
|
1631
|
+
"AWS::WorkSpaces::WorkspaceIpGroup",
|
|
1632
|
+
"AWS::WorkSpaces::WorkspacesPool",
|
|
1633
|
+
"AWS::WorkSpacesThinClient::Environment",
|
|
1634
|
+
"AWS::WorkSpacesWeb::BrowserSettings",
|
|
1635
|
+
"AWS::WorkSpacesWeb::DataProtectionSettings",
|
|
1636
|
+
"AWS::WorkSpacesWeb::IdentityProvider",
|
|
1637
|
+
"AWS::WorkSpacesWeb::IpAccessSettings",
|
|
1638
|
+
"AWS::WorkSpacesWeb::NetworkSettings",
|
|
1639
|
+
"AWS::WorkSpacesWeb::Portal",
|
|
1640
|
+
"AWS::WorkSpacesWeb::SessionLogger",
|
|
1641
|
+
"AWS::WorkSpacesWeb::TrustStore",
|
|
1642
|
+
"AWS::WorkSpacesWeb::UserAccessLoggingSettings",
|
|
1643
|
+
"AWS::WorkSpacesWeb::UserSettings",
|
|
1644
|
+
"AWS::WorkspacesInstances::Volume",
|
|
1645
|
+
"AWS::WorkspacesInstances::VolumeAssociation",
|
|
1646
|
+
"AWS::WorkspacesInstances::WorkspaceInstance",
|
|
1647
|
+
"AWS::XRay::Group",
|
|
1648
|
+
"AWS::XRay::ResourcePolicy",
|
|
1649
|
+
"AWS::XRay::SamplingRule",
|
|
1650
|
+
"AWS::XRay::TransactionSearchConfig",
|
|
1651
|
+
"Alexa::ASK::Skill"
|
|
1652
|
+
]
|