@intentius/chant-lexicon-aws 0.1.1 → 0.1.8
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/integrity.json +40 -34
- package/dist/manifest.json +1 -1
- package/dist/meta.json +3755 -690
- package/dist/rules/waw032.ts +52 -0
- package/dist/rules/waw033.ts +86 -0
- package/dist/rules/waw034.ts +63 -0
- package/dist/rules/waw035.ts +71 -0
- package/dist/rules/waw036.ts +88 -0
- package/dist/rules/waw037.ts +81 -0
- package/dist/types/index.d.ts +5043 -483
- package/package.json +7 -7
- package/src/actions/actions.test.ts +1 -1
- package/src/codegen/__snapshots__/snapshot.test.ts.snap +45 -45
- package/src/codegen/docs-links.test.ts +3 -3
- package/src/codegen/docs.ts +15 -10
- package/src/codegen/generate-cli.ts +2 -2
- package/src/codegen/generate.test.ts +1 -1
- package/src/codegen/idempotency.test.ts +1 -1
- package/src/codegen/package.test.ts +1 -1
- package/src/codegen/package.ts +2 -7
- package/src/codegen/snapshot.test.ts +1 -1
- package/src/codegen/typecheck.test.ts +1 -1
- package/src/composites/composites.test.ts +66 -1
- package/src/composites/ec2-instance-role.ts +39 -0
- package/src/composites/fargate-service.ts +9 -0
- package/src/composites/index.ts +6 -0
- package/src/composites/lambda-function.ts +2 -1
- package/src/composites/minimal-vpc.ts +71 -0
- package/src/composites/solr-fargate-service.ts +42 -0
- package/src/coverage.test.ts +1 -1
- package/src/default-tags.test.ts +1 -1
- package/src/generated/index.d.ts +5043 -483
- package/src/generated/index.ts +392 -46
- package/src/generated/lexicon-aws.json +3755 -690
- package/src/import/generator.test.ts +1 -1
- package/src/import/generator.ts +1 -1
- package/src/import/parser.test.ts +1 -1
- package/src/import/roundtrip-fixtures.test.ts +4 -4
- package/src/import/roundtrip.test.ts +1 -1
- package/src/index.ts +2 -0
- package/src/integration.test.ts +1 -1
- package/src/intrinsics.test.ts +1 -1
- package/src/lint/post-synth/ext001.test.ts +1 -1
- package/src/lint/post-synth/post-synth.test.ts +1 -1
- package/src/lint/post-synth/waw013.test.ts +1 -1
- package/src/lint/post-synth/waw014.test.ts +1 -1
- package/src/lint/post-synth/waw015.test.ts +1 -1
- package/src/lint/post-synth/waw016.test.ts +1 -1
- package/src/lint/post-synth/waw017.test.ts +1 -1
- package/src/lint/post-synth/waw018.test.ts +1 -1
- package/src/lint/post-synth/waw019.test.ts +1 -1
- package/src/lint/post-synth/waw020.test.ts +1 -1
- package/src/lint/post-synth/waw021.test.ts +1 -1
- package/src/lint/post-synth/waw022.test.ts +1 -1
- package/src/lint/post-synth/waw023.test.ts +1 -1
- package/src/lint/post-synth/waw024.test.ts +1 -1
- package/src/lint/post-synth/waw025.test.ts +1 -1
- package/src/lint/post-synth/waw026.test.ts +1 -1
- package/src/lint/post-synth/waw027.test.ts +1 -1
- package/src/lint/post-synth/waw028.test.ts +1 -1
- package/src/lint/post-synth/waw029.test.ts +1 -1
- package/src/lint/post-synth/waw030.test.ts +1 -1
- package/src/lint/post-synth/waw031.test.ts +1 -1
- package/src/lint/post-synth/waw032.test.ts +83 -0
- package/src/lint/post-synth/waw032.ts +52 -0
- package/src/lint/post-synth/waw033.test.ts +68 -0
- package/src/lint/post-synth/waw033.ts +86 -0
- package/src/lint/post-synth/waw034.test.ts +54 -0
- package/src/lint/post-synth/waw034.ts +63 -0
- package/src/lint/post-synth/waw035.test.ts +74 -0
- package/src/lint/post-synth/waw035.ts +71 -0
- package/src/lint/post-synth/waw036.test.ts +217 -0
- package/src/lint/post-synth/waw036.ts +88 -0
- package/src/lint/post-synth/waw037.test.ts +155 -0
- package/src/lint/post-synth/waw037.ts +81 -0
- package/src/lint/rules/rules.test.ts +1 -1
- package/src/lsp/completions.test.ts +1 -1
- package/src/lsp/hover.test.ts +1 -1
- package/src/nested-stack-integration.test.ts +2 -2
- package/src/nested-stack.test.ts +1 -1
- package/src/package-cli.ts +3 -3
- package/src/plugin.test.ts +5 -5
- package/src/plugin.ts +6 -6
- package/src/pseudo.test.ts +1 -1
- package/src/serializer.test.ts +1 -1
- package/src/spec/fetch.test.ts +1 -1
- package/src/spec/parse.test.ts +1 -1
- package/src/spec/parse.ts +6 -0
- package/src/validate-cli.ts +2 -2
- package/src/validate.test.ts +1 -1
package/src/generated/index.ts
CHANGED
|
@@ -27,7 +27,6 @@ export const Activity = createResource("AWS::StepFunctions::Activity", "aws", {"
|
|
|
27
27
|
export const Addon = createResource("AWS::EKS::Addon", "aws", {"Arn":"Arn"});
|
|
28
28
|
export const ADMChannel = createResource("AWS::Pinpoint::ADMChannel", "aws", {"Id":"Id"});
|
|
29
29
|
export const AgentAlias = createResource("AWS::Bedrock::AgentAlias", "aws", {"AgentAliasArn":"AgentAliasArn","AgentAliasHistoryEvents":"AgentAliasHistoryEvents","AgentAliasId":"AgentAliasId","AgentAliasStatus":"AgentAliasStatus","CreatedAt":"CreatedAt","UpdatedAt":"UpdatedAt"});
|
|
30
|
-
export const AgentSpace = createResource("AWS::DevOpsAgent::AgentSpace", "aws", {"AgentSpaceId":"AgentSpaceId","CreatedAt":"CreatedAt","UpdatedAt":"UpdatedAt","Arn":"Arn","OperatorApp_Iam_CreatedAt":"OperatorApp.Iam.CreatedAt","OperatorApp_Iam_UpdatedAt":"OperatorApp.Iam.UpdatedAt","OperatorApp_Idc_IdcApplicationArn":"OperatorApp.Idc.IdcApplicationArn","OperatorApp_Idc_CreatedAt":"OperatorApp.Idc.CreatedAt","OperatorApp_Idc_UpdatedAt":"OperatorApp.Idc.UpdatedAt"});
|
|
31
30
|
export const AgentStatus = createResource("AWS::Connect::AgentStatus", "aws", {"AgentStatusArn":"AgentStatusArn","LastModifiedRegion":"LastModifiedRegion","LastModifiedTime":"LastModifiedTime"});
|
|
32
31
|
export const AggregationAuthorization = createResource("AWS::Config::AggregationAuthorization", "aws", {"AggregationAuthorizationArn":"AggregationAuthorizationArn"});
|
|
33
32
|
export const AggregatorV2 = createResource("AWS::SecurityHub::AggregatorV2", "aws", {"AggregatorV2Arn":"AggregatorV2Arn","AggregationRegion":"AggregationRegion"});
|
|
@@ -75,6 +74,7 @@ export const Apigwv2Stage = createResource("AWS::ApiGatewayV2::Stage", "aws", {"
|
|
|
75
74
|
export const Apigwv2VpcLink = createResource("AWS::ApiGatewayV2::VpcLink", "aws", {"VpcLinkId":"VpcLinkId"});
|
|
76
75
|
export const ApigwVpcLink = createResource("AWS::ApiGateway::VpcLink", "aws", {"VpcLinkId":"VpcLinkId"});
|
|
77
76
|
export const APIKey = createResource("AWS::Location::APIKey", "aws", {"CreateTime":"CreateTime","Arn":"Arn","KeyArn":"KeyArn","UpdateTime":"UpdateTime"});
|
|
77
|
+
export const ApiKeyCredentialProvider = createResource("AWS::BedrockAgentCore::ApiKeyCredentialProvider", "aws", {"CredentialProviderArn":"CredentialProviderArn","ApiKeySecretArn":"ApiKeySecretArn","CreatedTime":"CreatedTime","LastUpdatedTime":"LastUpdatedTime"});
|
|
78
78
|
export const ApiMapping = createResource("AWS::ApiGatewayV2::ApiMapping", "aws", {"ApiMappingId":"ApiMappingId"});
|
|
79
79
|
export const APNSChannel = createResource("AWS::Pinpoint::APNSChannel", "aws", {"Id":"Id"});
|
|
80
80
|
export const APNSSandboxChannel = createResource("AWS::Pinpoint::APNSSandboxChannel", "aws", {"Id":"Id"});
|
|
@@ -88,6 +88,8 @@ export const AppConfigEnvironment = createResource("AWS::AppConfig::Environment"
|
|
|
88
88
|
export const AppFlowConnector = createResource("AWS::AppFlow::Connector", "aws", {"ConnectorArn":"ConnectorArn"});
|
|
89
89
|
export const AppFlowFlow = createResource("AWS::AppFlow::Flow", "aws", {"FlowArn":"FlowArn"});
|
|
90
90
|
export const AppImageConfig = createResource("AWS::SageMaker::AppImageConfig", "aws", {"AppImageConfigArn":"AppImageConfigArn"});
|
|
91
|
+
export const AppInstance = createResource("AWS::Chime::AppInstance", "aws", {"AppInstanceArn":"AppInstanceArn","CreatedTimestamp":"CreatedTimestamp","LastUpdatedTimestamp":"LastUpdatedTimestamp"});
|
|
92
|
+
export const AppInstanceBot = createResource("AWS::Chime::AppInstanceBot", "aws", {"AppInstanceBotArn":"AppInstanceBotArn","CreatedTimestamp":"CreatedTimestamp","LastUpdatedTimestamp":"LastUpdatedTimestamp"});
|
|
91
93
|
export const AppIntegrationsApplication = createResource("AWS::AppIntegrations::Application", "aws", {"ApplicationArn":"ApplicationArn","Id":"Id"});
|
|
92
94
|
export const ApplicationAssignment = createResource("AWS::SSO::ApplicationAssignment", "aws", {});
|
|
93
95
|
export const ApplicationAutoScalingScalingPolicy = createResource("AWS::ApplicationAutoScaling::ScalingPolicy", "aws", {"Arn":"Arn"});
|
|
@@ -106,7 +108,7 @@ export const ApprovedOrigin = createResource("AWS::Connect::ApprovedOrigin", "aw
|
|
|
106
108
|
export const AppRunnerService = createResource("AWS::AppRunner::Service", "aws", {"ServiceArn":"ServiceArn","ServiceId":"ServiceId","ServiceUrl":"ServiceUrl","Status":"Status"});
|
|
107
109
|
export const AppStreamApplication = createResource("AWS::AppStream::Application", "aws", {"Arn":"Arn","CreatedTime":"CreatedTime"});
|
|
108
110
|
export const AppStreamFleet = createResource("AWS::AppStream::Fleet", "aws", {"Id":"Id"});
|
|
109
|
-
export const AppStreamStack = createResource("AWS::AppStream::Stack", "aws", {"
|
|
111
|
+
export const AppStreamStack = createResource("AWS::AppStream::Stack", "aws", {"StorageConnectors_Item_ResourceIdentifier":"StorageConnectors.*.ResourceIdentifier"});
|
|
110
112
|
export const AppStreamUser = createResource("AWS::AppStream::User", "aws", {"Id":"Id"});
|
|
111
113
|
export const AppSyncApi = createResource("AWS::AppSync::Api", "aws", {"ApiId":"ApiId","Dns":"Dns","Dns_Realtime":"Dns.Realtime","Dns_Http":"Dns.Http","ApiArn":"ApiArn"});
|
|
112
114
|
export const AppSyncApiKey = createResource("AWS::AppSync::ApiKey", "aws", {"ApiKeyId":"ApiKeyId","ApiKey":"ApiKey","Arn":"Arn"});
|
|
@@ -156,8 +158,10 @@ export const BedrockFlow = createResource("AWS::Bedrock::Flow", "aws", {"Arn":"A
|
|
|
156
158
|
export const BedrockKnowledgeBase = createResource("AWS::Bedrock::KnowledgeBase", "aws", {"KnowledgeBaseId":"KnowledgeBaseId","KnowledgeBaseArn":"KnowledgeBaseArn","CreatedAt":"CreatedAt","UpdatedAt":"UpdatedAt","FailureReasons":"FailureReasons","Status":"Status"});
|
|
157
159
|
export const BedrockMantleProject = createResource("AWS::BedrockMantle::Project", "aws", {"Arn":"Arn","CreatedAt":"CreatedAt","Id":"Id"});
|
|
158
160
|
export const BedrockPrompt = createResource("AWS::Bedrock::Prompt", "aws", {"Arn":"Arn","CreatedAt":"CreatedAt","Id":"Id","UpdatedAt":"UpdatedAt","Version":"Version"});
|
|
161
|
+
export const BedrockResourcePolicy = createResource("AWS::Bedrock::ResourcePolicy", "aws", {});
|
|
159
162
|
export const BillingConductorBillingGroup = createResource("AWS::BillingConductor::BillingGroup", "aws", {"Arn":"Arn","Size":"Size","Status":"Status","StatusReason":"StatusReason","CreationTime":"CreationTime","LastModifiedTime":"LastModifiedTime"});
|
|
160
163
|
export const BillingView = createResource("AWS::Billing::BillingView", "aws", {"Arn":"Arn","CreatedAt":"CreatedAt","UpdatedAt":"UpdatedAt","OwnerAccountId":"OwnerAccountId","BillingViewType":"BillingViewType"});
|
|
164
|
+
export const BillScenario = createResource("AWS::BcmPricingCalculator::BillScenario", "aws", {"Arn":"Arn","Id":"Id","BillInterval":"BillInterval","Status":"Status","CreatedAt":"CreatedAt","FailureMessage":"FailureMessage"});
|
|
161
165
|
export const Blueprint = createResource("AWS::Bedrock::Blueprint", "aws", {"BlueprintArn":"BlueprintArn","BlueprintStage":"BlueprintStage","CreationTime":"CreationTime","LastModifiedTime":"LastModifiedTime"});
|
|
162
166
|
export const Bot = createResource("AWS::Lex::Bot", "aws", {"Id":"Id","Arn":"Arn"});
|
|
163
167
|
export const BotAlias = createResource("AWS::Lex::BotAlias", "aws", {"BotAliasId":"BotAliasId","Arn":"Arn","BotAliasStatus":"BotAliasStatus"});
|
|
@@ -175,7 +179,7 @@ export const Budget = createResource("AWS::Budgets::Budget", "aws", {"Id":"Id"})
|
|
|
175
179
|
export const BudgetsAction = createResource("AWS::Budgets::BudgetsAction", "aws", {"ActionId":"ActionId"});
|
|
176
180
|
export const Build = createResource("AWS::GameLift::Build", "aws", {"BuildId":"BuildId","BuildArn":"BuildArn"});
|
|
177
181
|
export const CACertificate = createResource("AWS::IoT::CACertificate", "aws", {"Arn":"Arn","Id":"Id"});
|
|
178
|
-
export const CacheCluster = createResource("AWS::ElastiCache::CacheCluster", "aws", {"
|
|
182
|
+
export const CacheCluster = createResource("AWS::ElastiCache::CacheCluster", "aws", {"ConfigurationEndpoint":"ConfigurationEndpoint","ConfigurationEndpoint_Port":"ConfigurationEndpoint.Port","ConfigurationEndpoint_Address":"ConfigurationEndpoint.Address","RedisEndpoint":"RedisEndpoint","RedisEndpoint_Port":"RedisEndpoint.Port","RedisEndpoint_Address":"RedisEndpoint.Address"});
|
|
179
183
|
export const CachePolicy = createResource("AWS::CloudFront::CachePolicy", "aws", {"Id":"Id","LastModifiedTime":"LastModifiedTime"});
|
|
180
184
|
export const CalculatedAttributeDefinition = createResource("AWS::CustomerProfiles::CalculatedAttributeDefinition", "aws", {"CreatedAt":"CreatedAt","LastUpdatedAt":"LastUpdatedAt","Status":"Status","Readiness":"Readiness"});
|
|
181
185
|
export const Canary = createResource("AWS::Synthetics::Canary", "aws", {"Id":"Id","State":"State","Code_SourceLocationArn":"Code.SourceLocationArn"});
|
|
@@ -247,7 +251,7 @@ export const ComponentType = createResource("AWS::IoTTwinMaker::ComponentType",
|
|
|
247
251
|
export const ComponentVersion = createResource("AWS::GreengrassV2::ComponentVersion", "aws", {"Arn":"Arn","ComponentName":"ComponentName","ComponentVersion":"ComponentVersion"});
|
|
248
252
|
export const CompositeAlarm = createResource("AWS::CloudWatch::CompositeAlarm", "aws", {"Arn":"Arn"});
|
|
249
253
|
export const ComputationModel = createResource("AWS::IoTSiteWise::ComputationModel", "aws", {"ComputationModelArn":"ComputationModelArn","ComputationModelId":"ComputationModelId"});
|
|
250
|
-
export const ComputeEnvironment = createResource("AWS::Batch::ComputeEnvironment", "aws", {"ComputeEnvironmentArn":"ComputeEnvironmentArn"});
|
|
254
|
+
export const ComputeEnvironment = createResource("AWS::Batch::ComputeEnvironment", "aws", {"ComputeEnvironmentArn":"ComputeEnvironmentArn","ComputeResources_Ec2Configuration_Item_BatchImageStatus":"ComputeResources.Ec2Configuration.*.BatchImageStatus"});
|
|
251
255
|
export const ComputeNodeGroup = createResource("AWS::PCS::ComputeNodeGroup", "aws", {"Arn":"Arn","ErrorInfo":"ErrorInfo","Id":"Id","Status":"Status"});
|
|
252
256
|
export const ComputeOptimizerAutomationRule = createResource("AWS::ComputeOptimizer::AutomationRule", "aws", {"RuleArn":"RuleArn","RuleId":"RuleId","RuleRevision":"RuleRevision","AccountId":"AccountId","CreatedTimestamp":"CreatedTimestamp","LastUpdatedTimestamp":"LastUpdatedTimestamp"});
|
|
253
257
|
export const Config = createResource("AWS::GroundStation::Config", "aws", {"Arn":"Arn","Id":"Id","Type":"Type"});
|
|
@@ -324,7 +328,10 @@ export const CustomResource = createResource("AWS::CloudFormation::CustomResourc
|
|
|
324
328
|
export const CustomVerificationEmailTemplate = createResource("AWS::SES::CustomVerificationEmailTemplate", "aws", {});
|
|
325
329
|
export const CwAnomalyDetector = createResource("AWS::CloudWatch::AnomalyDetector", "aws", {"Id":"Id"});
|
|
326
330
|
export const CwDashboard = createResource("AWS::CloudWatch::Dashboard", "aws", {});
|
|
331
|
+
export const Daemon = createResource("AWS::ECS::Daemon", "aws", {"DaemonArn":"DaemonArn","DeploymentArn":"DeploymentArn","CreatedAt":"CreatedAt","UpdatedAt":"UpdatedAt","DaemonStatus":"DaemonStatus"});
|
|
332
|
+
export const DaemonTaskDefinition = createResource("AWS::ECS::DaemonTaskDefinition", "aws", {"DaemonTaskDefinitionArn":"DaemonTaskDefinitionArn"});
|
|
327
333
|
export const DataAccessor = createResource("AWS::QBusiness::DataAccessor", "aws", {"CreatedAt":"CreatedAt","DataAccessorArn":"DataAccessorArn","DataAccessorId":"DataAccessorId","IdcApplicationArn":"IdcApplicationArn","UpdatedAt":"UpdatedAt"});
|
|
334
|
+
export const DataAutomationLibrary = createResource("AWS::Bedrock::DataAutomationLibrary", "aws", {"CreationTime":"CreationTime","EntityTypes":"EntityTypes","LibraryArn":"LibraryArn","Status":"Status"});
|
|
328
335
|
export const DataAutomationProject = createResource("AWS::Bedrock::DataAutomationProject", "aws", {"CreationTime":"CreationTime","LastModifiedTime":"LastModifiedTime","ProjectArn":"ProjectArn","ProjectStage":"ProjectStage","Status":"Status"});
|
|
329
336
|
export const DatabaseSnapshot = createResource("AWS::Lightsail::DatabaseSnapshot", "aws", {"Arn":"Arn","CreatedAt":"CreatedAt","Engine":"Engine","EngineVersion":"EngineVersion","FromRelationalDatabaseArn":"FromRelationalDatabaseArn","FromRelationalDatabaseBlueprintId":"FromRelationalDatabaseBlueprintId","FromRelationalDatabaseBundleId":"FromRelationalDatabaseBundleId","FromRelationalDatabaseName":"FromRelationalDatabaseName","Location":"Location","Name":"Name","ResourceType":"ResourceType","SizeInGb":"SizeInGb","State":"State","SupportCode":"SupportCode"});
|
|
330
337
|
export const DataBrewDataset = createResource("AWS::DataBrew::Dataset", "aws", {});
|
|
@@ -360,7 +367,7 @@ export const DataZoneUserProfile = createResource("AWS::DataZone::UserProfile",
|
|
|
360
367
|
export const DAXCluster = createResource("AWS::DAX::Cluster", "aws", {"Id":"Id","ClusterDiscoveryEndpoint":"ClusterDiscoveryEndpoint","Arn":"Arn","ClusterDiscoveryEndpointURL":"ClusterDiscoveryEndpointURL"});
|
|
361
368
|
export const DAXParameterGroup = createResource("AWS::DAX::ParameterGroup", "aws", {"Id":"Id"});
|
|
362
369
|
export const DAXSubnetGroup = createResource("AWS::DAX::SubnetGroup", "aws", {"Id":"Id"});
|
|
363
|
-
export const DbCluster = createResource("AWS::RDS::DBCluster", "aws", {"DBClusterArn":"DBClusterArn","DBClusterResourceId":"DBClusterResourceId","Endpoint":"Endpoint","Endpoint_Address":"Endpoint.Address","Endpoint_Port":"Endpoint.Port","ReadEndpoint":"ReadEndpoint","ReadEndpoint_Address":"ReadEndpoint.Address","MasterUserSecret_SecretArn":"MasterUserSecret.SecretArn","StorageThroughput":"StorageThroughput"});
|
|
370
|
+
export const DbCluster = createResource("AWS::RDS::DBCluster", "aws", {"DBClusterArn":"DBClusterArn","DBClusterResourceId":"DBClusterResourceId","Endpoint":"Endpoint","Endpoint_Address":"Endpoint.Address","Endpoint_Port":"Endpoint.Port","ReadEndpoint":"ReadEndpoint","ReadEndpoint_Address":"ReadEndpoint.Address","MasterUserSecret_SecretArn":"MasterUserSecret.SecretArn","StorageEncryptionType":"StorageEncryptionType","StorageThroughput":"StorageThroughput"});
|
|
364
371
|
export const DbInstance = createResource("AWS::RDS::DBInstance", "aws", {"AutomaticRestartTime":"AutomaticRestartTime","CertificateDetails":"CertificateDetails","CertificateDetails_CAIdentifier":"CertificateDetails.CAIdentifier","CertificateDetails_ValidTill":"CertificateDetails.ValidTill","Endpoint":"Endpoint","Endpoint_Address":"Endpoint.Address","Endpoint_Port":"Endpoint.Port","Endpoint_HostedZoneId":"Endpoint.HostedZoneId","DbiResourceId":"DbiResourceId","DBInstanceArn":"DBInstanceArn","DBInstanceStatus":"DBInstanceStatus","InstanceCreateTime":"InstanceCreateTime","IsStorageConfigUpgradeAvailable":"IsStorageConfigUpgradeAvailable","LatestRestorableTime":"LatestRestorableTime","ListenerEndpoint":"ListenerEndpoint","ListenerEndpoint_Address":"ListenerEndpoint.Address","ListenerEndpoint_Port":"ListenerEndpoint.Port","ListenerEndpoint_HostedZoneId":"ListenerEndpoint.HostedZoneId","MasterUserSecret_SecretArn":"MasterUserSecret.SecretArn","PercentProgress":"PercentProgress","ReadReplicaDBClusterIdentifiers":"ReadReplicaDBClusterIdentifiers","ReadReplicaDBInstanceIdentifiers":"ReadReplicaDBInstanceIdentifiers","ResumeFullAutomationModeTime":"ResumeFullAutomationModeTime","SecondaryAvailabilityZone":"SecondaryAvailabilityZone","StatusInfos":"StatusInfos"});
|
|
365
372
|
export const DBProxy = createResource("AWS::RDS::DBProxy", "aws", {"DBProxyArn":"DBProxyArn","Endpoint":"Endpoint","VpcId":"VpcId"});
|
|
366
373
|
export const DBProxyEndpoint = createResource("AWS::RDS::DBProxyEndpoint", "aws", {"DBProxyEndpointArn":"DBProxyEndpointArn","Endpoint":"Endpoint","VpcId":"VpcId","IsDefault":"IsDefault"});
|
|
@@ -389,8 +396,9 @@ export const DeviceDefinition = createResource("AWS::Greengrass::DeviceDefinitio
|
|
|
389
396
|
export const DeviceDefinitionVersion = createResource("AWS::Greengrass::DeviceDefinitionVersion", "aws", {"Id":"Id"});
|
|
390
397
|
export const DeviceFleet = createResource("AWS::SageMaker::DeviceFleet", "aws", {});
|
|
391
398
|
export const DeviceProfile = createResource("AWS::IoTWireless::DeviceProfile", "aws", {"Arn":"Arn","Id":"Id"});
|
|
399
|
+
export const DevOpsAgentAgentSpace = createResource("AWS::DevOpsAgent::AgentSpace", "aws", {"AgentSpaceId":"AgentSpaceId","CreatedAt":"CreatedAt","UpdatedAt":"UpdatedAt","Arn":"Arn","OperatorApp_Iam_CreatedAt":"OperatorApp.Iam.CreatedAt","OperatorApp_Iam_UpdatedAt":"OperatorApp.Iam.UpdatedAt","OperatorApp_Idc_IdcApplicationArn":"OperatorApp.Idc.IdcApplicationArn","OperatorApp_Idc_CreatedAt":"OperatorApp.Idc.CreatedAt","OperatorApp_Idc_UpdatedAt":"OperatorApp.Idc.UpdatedAt"});
|
|
392
400
|
export const DevOpsAgentAssociation = createResource("AWS::DevOpsAgent::Association", "aws", {"AssociationId":"AssociationId","CreatedAt":"CreatedAt","UpdatedAt":"UpdatedAt"});
|
|
393
|
-
export const DevOpsAgentService = createResource("AWS::DevOpsAgent::Service", "aws", {"ServiceId":"ServiceId","AccessibleResources":"AccessibleResources","AdditionalServiceDetails":"AdditionalServiceDetails"});
|
|
401
|
+
export const DevOpsAgentService = createResource("AWS::DevOpsAgent::Service", "aws", {"ServiceId":"ServiceId","AccessibleResources":"AccessibleResources","AdditionalServiceDetails":"AdditionalServiceDetails","Arn":"Arn"});
|
|
394
402
|
export const DevOpsGuruNotificationChannel = createResource("AWS::DevOpsGuru::NotificationChannel", "aws", {"Id":"Id"});
|
|
395
403
|
export const DHCPOptions = createResource("AWS::EC2::DHCPOptions", "aws", {"DhcpOptionsId":"DhcpOptionsId"});
|
|
396
404
|
export const Dimension = createResource("AWS::IoT::Dimension", "aws", {"Arn":"Arn"});
|
|
@@ -450,6 +458,7 @@ export const EcSubnetGroup = createResource("AWS::ElastiCache::SubnetGroup", "aw
|
|
|
450
458
|
export const EcUser = createResource("AWS::ElastiCache::User", "aws", {"Status":"Status","Arn":"Arn"});
|
|
451
459
|
export const EFSAccessPoint = createResource("AWS::EFS::AccessPoint", "aws", {"AccessPointId":"AccessPointId","Arn":"Arn"});
|
|
452
460
|
export const EFSFileSystem = createResource("AWS::EFS::FileSystem", "aws", {"Arn":"Arn","FileSystemId":"FileSystemId","ReplicationConfiguration_Destinations_Item_Status":"ReplicationConfiguration.Destinations.*.Status","ReplicationConfiguration_Destinations_Item_StatusMessage":"ReplicationConfiguration.Destinations.*.StatusMessage"});
|
|
461
|
+
export const EFSMountTarget = createResource("AWS::EFS::MountTarget", "aws", {"Id":"Id"});
|
|
453
462
|
export const EgressOnlyInternetGateway = createResource("AWS::EC2::EgressOnlyInternetGateway", "aws", {"Id":"Id"});
|
|
454
463
|
export const EIP = createResource("AWS::EC2::EIP", "aws", {"PublicIp":"PublicIp","AllocationId":"AllocationId"});
|
|
455
464
|
export const EIPAssociation = createResource("AWS::EC2::EIPAssociation", "aws", {"Id":"Id"});
|
|
@@ -480,6 +489,7 @@ export const EndpointAccess = createResource("AWS::Redshift::EndpointAccess", "a
|
|
|
480
489
|
export const EndpointAuthorization = createResource("AWS::Redshift::EndpointAuthorization", "aws", {"Grantor":"Grantor","Grantee":"Grantee","AuthorizeTime":"AuthorizeTime","ClusterStatus":"ClusterStatus","Status":"Status","AllowedAllVPCs":"AllowedAllVPCs","AllowedVPCs":"AllowedVPCs","EndpointCount":"EndpointCount"});
|
|
481
490
|
export const EndpointConfig = createResource("AWS::SageMaker::EndpointConfig", "aws", {"Id":"Id"});
|
|
482
491
|
export const EndpointGroup = createResource("AWS::GlobalAccelerator::EndpointGroup", "aws", {"EndpointGroupArn":"EndpointGroupArn"});
|
|
492
|
+
export const EnforcedGuardrailConfiguration = createResource("AWS::Bedrock::EnforcedGuardrailConfiguration", "aws", {"ConfigId":"ConfigId","GuardrailArn":"GuardrailArn","GuardrailId":"GuardrailId","CreatedAt":"CreatedAt","CreatedBy":"CreatedBy","UpdatedAt":"UpdatedAt","UpdatedBy":"UpdatedBy","Owner":"Owner"});
|
|
483
493
|
export const Entitlement = createResource("AWS::AppStream::Entitlement", "aws", {"CreatedTime":"CreatedTime","LastModifiedTime":"LastModifiedTime"});
|
|
484
494
|
export const Entity = createResource("AWS::IoTTwinMaker::Entity", "aws", {"Arn":"Arn","CreationDateTime":"CreationDateTime","UpdateDateTime":"UpdateDateTime","Status":"Status","HasChildEntities":"HasChildEntities"});
|
|
485
495
|
export const EntityType = createResource("AWS::FraudDetector::EntityType", "aws", {"Arn":"Arn","CreatedTime":"CreatedTime","LastUpdatedTime":"LastUpdatedTime"});
|
|
@@ -525,6 +535,7 @@ export const FeatureGroup = createResource("AWS::SageMaker::FeatureGroup", "aws"
|
|
|
525
535
|
export const Feed = createResource("AWS::ElementalInference::Feed", "aws", {"Arn":"Arn","DataEndpoints":"DataEndpoints","Id":"Id"});
|
|
526
536
|
export const FHIRDatastore = createResource("AWS::HealthLake::FHIRDatastore", "aws", {"CreatedAt":"CreatedAt","DatastoreArn":"DatastoreArn","DatastoreEndpoint":"DatastoreEndpoint","DatastoreId":"DatastoreId","DatastoreStatus":"DatastoreStatus"});
|
|
527
537
|
export const Field = createResource("AWS::Cases::Field", "aws", {"FieldArn":"FieldArn","FieldId":"FieldId","Namespace":"Namespace","CreatedTime":"CreatedTime","LastModifiedTime":"LastModifiedTime"});
|
|
538
|
+
export const FileSystemPolicy = createResource("AWS::S3Files::FileSystemPolicy", "aws", {});
|
|
528
539
|
export const FindingAggregator = createResource("AWS::SecurityHub::FindingAggregator", "aws", {"FindingAggregatorArn":"FindingAggregatorArn","FindingAggregationRegion":"FindingAggregationRegion"});
|
|
529
540
|
export const FindingsFilter = createResource("AWS::Macie::FindingsFilter", "aws", {"Id":"Id","Arn":"Arn"});
|
|
530
541
|
export const FinSpaceEnvironment = createResource("AWS::FinSpace::Environment", "aws", {"EnvironmentId":"EnvironmentId","Status":"Status","SageMakerStudioDomainUrl":"SageMakerStudioDomainUrl","EnvironmentArn":"EnvironmentArn","EnvironmentUrl":"EnvironmentUrl","AwsAccountId":"AwsAccountId","DedicatedServiceAccountId":"DedicatedServiceAccountId"});
|
|
@@ -590,12 +601,13 @@ export const GlueWorkflow = createResource("AWS::Glue::Workflow", "aws", {"Id":"
|
|
|
590
601
|
export const GrafanaWorkspace = createResource("AWS::Grafana::Workspace", "aws", {"Id":"Id","SsoClientId":"SsoClientId","SamlConfigurationStatus":"SamlConfigurationStatus","Endpoint":"Endpoint","Status":"Status","CreationTimestamp":"CreationTimestamp","ModificationTimestamp":"ModificationTimestamp"});
|
|
591
602
|
export const Grant = createResource("AWS::LicenseManager::Grant", "aws", {"GrantArn":"GrantArn","Version":"Version"});
|
|
592
603
|
export const GraphQLSchema = createResource("AWS::AppSync::GraphQLSchema", "aws", {"Id":"Id"});
|
|
604
|
+
export const GraphSnapshot = createResource("AWS::NeptuneGraph::GraphSnapshot", "aws", {"Id":"Id","Arn":"Arn","SnapshotCreateTime":"SnapshotCreateTime","Status":"Status","KmsKeyIdentifier":"KmsKeyIdentifier"});
|
|
593
605
|
export const GreengrassGroup = createResource("AWS::Greengrass::Group", "aws", {"LatestVersionArn":"LatestVersionArn","RoleAttachedAt":"RoleAttachedAt","Id":"Id","Arn":"Arn"});
|
|
594
606
|
export const GreengrassV2Deployment = createResource("AWS::GreengrassV2::Deployment", "aws", {"DeploymentId":"DeploymentId"});
|
|
595
607
|
export const GroupingConfiguration = createResource("AWS::ApplicationSignals::GroupingConfiguration", "aws", {"UpdatedAt":"UpdatedAt","AccountId":"AccountId"});
|
|
596
608
|
export const GroupMembership = createResource("AWS::IdentityStore::GroupMembership", "aws", {"MembershipId":"MembershipId"});
|
|
597
609
|
export const GroupPolicy = createResource("AWS::IAM::GroupPolicy", "aws", {});
|
|
598
|
-
export const GroupProfile = createResource("AWS::DataZone::GroupProfile", "aws", {"DomainId":"DomainId","GroupName":"GroupName","Id":"Id"});
|
|
610
|
+
export const GroupProfile = createResource("AWS::DataZone::GroupProfile", "aws", {"DomainId":"DomainId","GroupName":"GroupName","Id":"Id","RolePrincipalId":"RolePrincipalId"});
|
|
599
611
|
export const GroupVersion = createResource("AWS::Greengrass::GroupVersion", "aws", {"Id":"Id"});
|
|
600
612
|
export const GuardDutyDetector = createResource("AWS::GuardDuty::Detector", "aws", {"Id":"Id"});
|
|
601
613
|
export const GuardDutyFilter = createResource("AWS::GuardDuty::Filter", "aws", {});
|
|
@@ -667,6 +679,7 @@ export const IntegrationAssociation = createResource("AWS::Connect::IntegrationA
|
|
|
667
679
|
export const IntegrationResourceProperty = createResource("AWS::Glue::IntegrationResourceProperty", "aws", {"ResourcePropertyArn":"ResourcePropertyArn"});
|
|
668
680
|
export const IntegrationResponse = createResource("AWS::ApiGatewayV2::IntegrationResponse", "aws", {"IntegrationResponseId":"IntegrationResponseId"});
|
|
669
681
|
export const IntelligentPromptRouter = createResource("AWS::Bedrock::IntelligentPromptRouter", "aws", {"CreatedAt":"CreatedAt","PromptRouterArn":"PromptRouterArn","Status":"Status","Type":"Type","UpdatedAt":"UpdatedAt"});
|
|
682
|
+
export const InterconnectConnection = createResource("AWS::Interconnect::Connection", "aws", {"ConnectionId":"ConnectionId","Arn":"Arn","Provider":"Provider","Type":"Type","State":"State","SharedId":"SharedId","OwnerAccount":"OwnerAccount","BillingTier":"BillingTier"});
|
|
670
683
|
export const InternetGateway = createResource("AWS::EC2::InternetGateway", "aws", {"InternetGatewayId":"InternetGatewayId"});
|
|
671
684
|
export const InternetMonitorMonitor = createResource("AWS::InternetMonitor::Monitor", "aws", {"CreatedAt":"CreatedAt","ModifiedAt":"ModifiedAt","MonitorArn":"MonitorArn","ProcessingStatus":"ProcessingStatus","ProcessingStatusInfo":"ProcessingStatusInfo"});
|
|
672
685
|
export const InvestigationGroup = createResource("AWS::AIOps::InvestigationGroup", "aws", {"CreatedBy":"CreatedBy","CreatedAt":"CreatedAt","LastModifiedBy":"LastModifiedBy","LastModifiedAt":"LastModifiedAt","Arn":"Arn"});
|
|
@@ -880,7 +893,6 @@ export const ModuleDefaultVersion = createResource("AWS::CloudFormation::ModuleD
|
|
|
880
893
|
export const ModuleVersion = createResource("AWS::CloudFormation::ModuleVersion", "aws", {"Arn":"Arn","Description":"Description","DocumentationUrl":"DocumentationUrl","IsDefaultVersion":"IsDefaultVersion","Schema":"Schema","TimeCreated":"TimeCreated","VersionId":"VersionId","Visibility":"Visibility"});
|
|
881
894
|
export const MonitoringSchedule = createResource("AWS::SageMaker::MonitoringSchedule", "aws", {"MonitoringScheduleArn":"MonitoringScheduleArn","CreationTime":"CreationTime","LastModifiedTime":"LastModifiedTime"});
|
|
882
895
|
export const MonitoringSubscription = createResource("AWS::CloudFront::MonitoringSubscription", "aws", {});
|
|
883
|
-
export const MountTarget = createResource("AWS::EFS::MountTarget", "aws", {"Id":"Id"});
|
|
884
896
|
export const MPAIdentitySource = createResource("AWS::MPA::IdentitySource", "aws", {"IdentitySourceArn":"IdentitySourceArn","IdentitySourceType":"IdentitySourceType","IdentitySourceParameters_IamIdentityCenter_ApprovalPortalUrl":"IdentitySourceParameters.IamIdentityCenter.ApprovalPortalUrl","CreationTime":"CreationTime","Status":"Status","StatusCode":"StatusCode","StatusMessage":"StatusMessage"});
|
|
885
897
|
export const MSKCluster = createResource("AWS::MSK::Cluster", "aws", {"Arn":"Arn","CurrentVersion":"CurrentVersion"});
|
|
886
898
|
export const MSKConfiguration = createResource("AWS::MSK::Configuration", "aws", {"Arn":"Arn","LatestRevision_CreationTime":"LatestRevision.CreationTime","LatestRevision_Revision":"LatestRevision.Revision","LatestRevision_Description":"LatestRevision.Description"});
|
|
@@ -930,15 +942,17 @@ export const NotificationHub = createResource("AWS::Notifications::NotificationH
|
|
|
930
942
|
export const NotificationRule = createResource("AWS::CodeStarNotifications::NotificationRule", "aws", {"Arn":"Arn"});
|
|
931
943
|
export const NotificationsEventRule = createResource("AWS::Notifications::EventRule", "aws", {"Arn":"Arn","CreationTime":"CreationTime","ManagedRules":"ManagedRules","StatusSummaryByRegion":"StatusSummaryByRegion"});
|
|
932
944
|
export const OamLink = createResource("AWS::Oam::Link", "aws", {"Arn":"Arn","Label":"Label"});
|
|
945
|
+
export const OAuth2CredentialProvider = createResource("AWS::BedrockAgentCore::OAuth2CredentialProvider", "aws", {"CredentialProviderArn":"CredentialProviderArn","ClientSecretArn":"ClientSecretArn","CallbackUrl":"CallbackUrl","Oauth2ProviderConfigOutput":"Oauth2ProviderConfigOutput","CreatedTime":"CreatedTime","LastUpdatedTime":"LastUpdatedTime"});
|
|
933
946
|
export const ObjectType = createResource("AWS::CustomerProfiles::ObjectType", "aws", {"LastUpdatedAt":"LastUpdatedAt","CreatedAt":"CreatedAt","MaxAvailableProfileObjectCount":"MaxAvailableProfileObjectCount"});
|
|
934
947
|
export const ObservabilityConfiguration = createResource("AWS::AppRunner::ObservabilityConfiguration", "aws", {"ObservabilityConfigurationArn":"ObservabilityConfigurationArn","ObservabilityConfigurationRevision":"ObservabilityConfigurationRevision","Latest":"Latest"});
|
|
935
|
-
export const OdbNetwork = createResource("AWS::ODB::OdbNetwork", "aws", {"ManagedServices":"ManagedServices","OciNetworkAnchorId":"OciNetworkAnchorId","OciResourceAnchorName":"OciResourceAnchorName","OciVcnUrl":"OciVcnUrl","OdbNetworkArn":"OdbNetworkArn","OdbNetworkId":"OdbNetworkId"});
|
|
948
|
+
export const OdbNetwork = createResource("AWS::ODB::OdbNetwork", "aws", {"ManagedServices":"ManagedServices","OciNetworkAnchorId":"OciNetworkAnchorId","OciResourceAnchorName":"OciResourceAnchorName","OciVcnUrl":"OciVcnUrl","OdbNetworkArn":"OdbNetworkArn","OdbNetworkId":"OdbNetworkId","Ec2PlacementGroupIds":"Ec2PlacementGroupIds"});
|
|
936
949
|
export const OdbPeeringConnection = createResource("AWS::ODB::OdbPeeringConnection", "aws", {"OdbPeeringConnectionArn":"OdbPeeringConnectionArn","OdbPeeringConnectionId":"OdbPeeringConnectionId","OdbNetworkArn":"OdbNetworkArn","PeerNetworkArn":"PeerNetworkArn","PeerNetworkCidrs":"PeerNetworkCidrs"});
|
|
937
950
|
export const OIDCProvider = createResource("AWS::IAM::OIDCProvider", "aws", {"Arn":"Arn"});
|
|
951
|
+
export const OmicsConfiguration = createResource("AWS::Omics::Configuration", "aws", {"Arn":"Arn","Uuid":"Uuid","Status":"Status","CreationTime":"CreationTime"});
|
|
938
952
|
export const OmicsWorkflow = createResource("AWS::Omics::Workflow", "aws", {"Arn":"Arn","CreationTime":"CreationTime","Id":"Id","Status":"Status","Type":"Type","Uuid":"Uuid"});
|
|
939
|
-
export const OnlineEvaluationConfig = createResource("AWS::BedrockAgentCore::OnlineEvaluationConfig", "aws", {"OnlineEvaluationConfigId":"OnlineEvaluationConfigId","OnlineEvaluationConfigArn":"OnlineEvaluationConfigArn","Status":"Status","
|
|
953
|
+
export const OnlineEvaluationConfig = createResource("AWS::BedrockAgentCore::OnlineEvaluationConfig", "aws", {"OnlineEvaluationConfigId":"OnlineEvaluationConfigId","OnlineEvaluationConfigArn":"OnlineEvaluationConfigArn","Status":"Status","OutputConfig":"OutputConfig","CreatedAt":"CreatedAt","UpdatedAt":"UpdatedAt"});
|
|
940
954
|
export const OpenSearchServerlessAccessPolicy = createResource("AWS::OpenSearchServerless::AccessPolicy", "aws", {});
|
|
941
|
-
export const OpenSearchServerlessCollection = createResource("AWS::OpenSearchServerless::Collection", "aws", {"Id":"Id","Arn":"Arn","CollectionEndpoint":"CollectionEndpoint","DashboardEndpoint":"DashboardEndpoint","KmsKeyArn":"KmsKeyArn"});
|
|
955
|
+
export const OpenSearchServerlessCollection = createResource("AWS::OpenSearchServerless::Collection", "aws", {"Id":"Id","Arn":"Arn","CollectionEndpoint":"CollectionEndpoint","DashboardEndpoint":"DashboardEndpoint","FipsEndpoints":"FipsEndpoints","KmsKeyArn":"KmsKeyArn"});
|
|
942
956
|
export const OpenSearchServerlessIndex = createResource("AWS::OpenSearchServerless::Index", "aws", {"Uuid":"Uuid"});
|
|
943
957
|
export const OpenSearchServerlessLifecyclePolicy = createResource("AWS::OpenSearchServerless::LifecyclePolicy", "aws", {});
|
|
944
958
|
export const OpenSearchServiceApplication = createResource("AWS::OpenSearchService::Application", "aws", {"Id":"Id","Arn":"Arn"});
|
|
@@ -952,13 +966,13 @@ export const OptionGroup = createResource("AWS::RDS::OptionGroup", "aws", {});
|
|
|
952
966
|
export const OptOutList = createResource("AWS::SMSVOICE::OptOutList", "aws", {"Arn":"Arn"});
|
|
953
967
|
export const Organization = createResource("AWS::Organizations::Organization", "aws", {"Id":"Id","Arn":"Arn","ManagementAccountArn":"ManagementAccountArn","ManagementAccountId":"ManagementAccountId","ManagementAccountEmail":"ManagementAccountEmail","RootId":"RootId"});
|
|
954
968
|
export const OrganizationAdmin = createResource("AWS::Detective::OrganizationAdmin", "aws", {"GraphArn":"GraphArn"});
|
|
955
|
-
export const OrganizationalUnit = createResource("AWS::Organizations::OrganizationalUnit", "aws", {"Arn":"Arn","Id":"Id"});
|
|
969
|
+
export const OrganizationalUnit = createResource("AWS::Organizations::OrganizationalUnit", "aws", {"Arn":"Arn","Id":"Id","Path":"Path"});
|
|
956
970
|
export const OrganizationalUnitAssociation = createResource("AWS::Notifications::OrganizationalUnitAssociation", "aws", {});
|
|
957
971
|
export const OrganizationCentralizationRule = createResource("AWS::ObservabilityAdmin::OrganizationCentralizationRule", "aws", {"RuleArn":"RuleArn"});
|
|
958
972
|
export const OrganizationConfigRule = createResource("AWS::Config::OrganizationConfigRule", "aws", {"Id":"Id"});
|
|
959
973
|
export const OrganizationConfiguration = createResource("AWS::SecurityHub::OrganizationConfiguration", "aws", {"OrganizationConfigurationIdentifier":"OrganizationConfigurationIdentifier","Status":"Status","StatusMessage":"StatusMessage","MemberAccountLimitReached":"MemberAccountLimitReached"});
|
|
960
974
|
export const OrganizationConformancePack = createResource("AWS::Config::OrganizationConformancePack", "aws", {});
|
|
961
|
-
export const OrganizationsAccount = createResource("AWS::Organizations::Account", "aws", {"AccountId":"AccountId","Status":"Status","State":"State","JoinedTimestamp":"JoinedTimestamp","JoinedMethod":"JoinedMethod","Arn":"Arn"});
|
|
975
|
+
export const OrganizationsAccount = createResource("AWS::Organizations::Account", "aws", {"AccountId":"AccountId","Status":"Status","State":"State","JoinedTimestamp":"JoinedTimestamp","JoinedMethod":"JoinedMethod","Arn":"Arn","Paths":"Paths"});
|
|
962
976
|
export const OrganizationsPolicy = createResource("AWS::Organizations::Policy", "aws", {"Id":"Id","Arn":"Arn","AwsManaged":"AwsManaged"});
|
|
963
977
|
export const OrganizationsResourcePolicy = createResource("AWS::Organizations::ResourcePolicy", "aws", {"Id":"Id","Arn":"Arn"});
|
|
964
978
|
export const OrganizationTelemetryRule = createResource("AWS::ObservabilityAdmin::OrganizationTelemetryRule", "aws", {"RuleArn":"RuleArn"});
|
|
@@ -966,6 +980,7 @@ export const OriginAccessControl = createResource("AWS::CloudFront::OriginAccess
|
|
|
966
980
|
export const OriginEndpointPolicy = createResource("AWS::MediaPackageV2::OriginEndpointPolicy", "aws", {});
|
|
967
981
|
export const OriginRequestPolicy = createResource("AWS::CloudFront::OriginRequestPolicy", "aws", {"Id":"Id","LastModifiedTime":"LastModifiedTime"});
|
|
968
982
|
export const OSISPipeline = createResource("AWS::OSIS::Pipeline", "aws", {"PipelineArn":"PipelineArn","IngestEndpointUrls":"IngestEndpointUrls","VpcEndpoints":"VpcEndpoints","VpcEndpointService":"VpcEndpointService"});
|
|
983
|
+
export const OTelEnrichment = createResource("AWS::CloudWatch::OTelEnrichment", "aws", {"AccountId":"AccountId","Status":"Status"});
|
|
969
984
|
export const OutboundExternalLink = createResource("AWS::RTBFabric::OutboundExternalLink", "aws", {"LinkId":"LinkId","Arn":"Arn","LinkStatus":"LinkStatus","CreatedTimestamp":"CreatedTimestamp","UpdatedTimestamp":"UpdatedTimestamp"});
|
|
970
985
|
export const Outcome = createResource("AWS::FraudDetector::Outcome", "aws", {"Arn":"Arn","CreatedTime":"CreatedTime","LastUpdatedTime":"LastUpdatedTime"});
|
|
971
986
|
export const OutpostResolver = createResource("AWS::Route53Resolver::OutpostResolver", "aws", {"Id":"Id","Arn":"Arn","Status":"Status","StatusMessage":"StatusMessage","CreationTime":"CreationTime","ModificationTime":"ModificationTime","CreatorRequestId":"CreatorRequestId"});
|
|
@@ -986,6 +1001,7 @@ export const PCAConnectorADTemplate = createResource("AWS::PCAConnectorAD::Templ
|
|
|
986
1001
|
export const PCAConnectorSCEPConnector = createResource("AWS::PCAConnectorSCEP::Connector", "aws", {"ConnectorArn":"ConnectorArn","Endpoint":"Endpoint","OpenIdConfiguration":"OpenIdConfiguration","Type":"Type"});
|
|
987
1002
|
export const PCSCluster = createResource("AWS::PCS::Cluster", "aws", {"Arn":"Arn","Endpoints":"Endpoints","ErrorInfo":"ErrorInfo","Id":"Id","Status":"Status"});
|
|
988
1003
|
export const PCSQueue = createResource("AWS::PCS::Queue", "aws", {"Arn":"Arn","ErrorInfo":"ErrorInfo","Id":"Id","Status":"Status"});
|
|
1004
|
+
export const Pentest = createResource("AWS::SecurityAgent::Pentest", "aws", {"PentestId":"PentestId","CreatedAt":"CreatedAt","UpdatedAt":"UpdatedAt"});
|
|
989
1005
|
export const Permission = createResource("AWS::Lambda::Permission", "aws", {"Id":"Id"});
|
|
990
1006
|
export const Permissions = createResource("AWS::LakeFormation::Permissions", "aws", {"Id":"Id"});
|
|
991
1007
|
export const PermissionSet = createResource("AWS::SSO::PermissionSet", "aws", {"PermissionSetArn":"PermissionSetArn"});
|
|
@@ -1030,6 +1046,7 @@ export const PricingRule = createResource("AWS::BillingConductor::PricingRule",
|
|
|
1030
1046
|
export const PrimaryTaskSet = createResource("AWS::ECS::PrimaryTaskSet", "aws", {});
|
|
1031
1047
|
export const PrincipalPermissions = createResource("AWS::LakeFormation::PrincipalPermissions", "aws", {"PrincipalIdentifier":"PrincipalIdentifier","ResourceIdentifier":"ResourceIdentifier"});
|
|
1032
1048
|
export const PrivacyBudgetTemplate = createResource("AWS::CleanRooms::PrivacyBudgetTemplate", "aws", {"CollaborationArn":"CollaborationArn","CollaborationIdentifier":"CollaborationIdentifier","PrivacyBudgetTemplateIdentifier":"PrivacyBudgetTemplateIdentifier","Arn":"Arn","MembershipArn":"MembershipArn"});
|
|
1049
|
+
export const PrivateConnection = createResource("AWS::DevOpsAgent::PrivateConnection", "aws", {"Status":"Status","CertificateExpiryTime":"CertificateExpiryTime","Arn":"Arn"});
|
|
1033
1050
|
export const PrivateDnsNamespace = createResource("AWS::ServiceDiscovery::PrivateDnsNamespace", "aws", {"Id":"Id","HostedZoneId":"HostedZoneId","Arn":"Arn"});
|
|
1034
1051
|
export const PrivateGraphEndpoint = createResource("AWS::NeptuneGraph::PrivateGraphEndpoint", "aws", {"PrivateGraphEndpointIdentifier":"PrivateGraphEndpointIdentifier","VpcEndpointId":"VpcEndpointId"});
|
|
1035
1052
|
export const PrivateVirtualInterface = createResource("AWS::DirectConnect::PrivateVirtualInterface", "aws", {"BgpPeers_Item_BgpPeerId":"BgpPeers.*.BgpPeerId","VirtualInterfaceArn":"VirtualInterfaceArn","VirtualInterfaceId":"VirtualInterfaceId"});
|
|
@@ -1091,6 +1108,7 @@ export const ReceiptFilter = createResource("AWS::SES::ReceiptFilter", "aws", {"
|
|
|
1091
1108
|
export const ReceiptRule = createResource("AWS::SES::ReceiptRule", "aws", {"Id":"Id"});
|
|
1092
1109
|
export const ReceiptRuleSet = createResource("AWS::SES::ReceiptRuleSet", "aws", {"Id":"Id"});
|
|
1093
1110
|
export const Recipe = createResource("AWS::DataBrew::Recipe", "aws", {});
|
|
1111
|
+
export const Recommender = createResource("AWS::CustomerProfiles::Recommender", "aws", {"RecommenderArn":"RecommenderArn","Status":"Status","CreatedAt":"CreatedAt","LastUpdatedAt":"LastUpdatedAt","FailureReason":"FailureReason","LatestRecommenderUpdate":"LatestRecommenderUpdate","TrainingMetrics":"TrainingMetrics"});
|
|
1094
1112
|
export const RecordingConfiguration = createResource("AWS::IVS::RecordingConfiguration", "aws", {"Arn":"Arn","State":"State"});
|
|
1095
1113
|
export const RecordSet = createResource("AWS::Route53::RecordSet", "aws", {"Id":"Id"});
|
|
1096
1114
|
export const RecordSetGroup = createResource("AWS::Route53::RecordSetGroup", "aws", {"Id":"Id"});
|
|
@@ -1160,6 +1178,10 @@ export const RestApi = createResource("AWS::ApiGateway::RestApi", "aws", {"RestA
|
|
|
1160
1178
|
export const RestoreTestingPlan = createResource("AWS::Backup::RestoreTestingPlan", "aws", {"RestoreTestingPlanArn":"RestoreTestingPlanArn"});
|
|
1161
1179
|
export const RestoreTestingSelection = createResource("AWS::Backup::RestoreTestingSelection", "aws", {});
|
|
1162
1180
|
export const Retriever = createResource("AWS::QBusiness::Retriever", "aws", {"CreatedAt":"CreatedAt","RetrieverArn":"RetrieverArn","RetrieverId":"RetrieverId","Status":"Status","UpdatedAt":"UpdatedAt"});
|
|
1181
|
+
export const RoboMakerFleet = createResource("AWS::RoboMaker::Fleet", "aws", {"Arn":"Arn"});
|
|
1182
|
+
export const Robot = createResource("AWS::RoboMaker::Robot", "aws", {"Arn":"Arn"});
|
|
1183
|
+
export const RobotApplication = createResource("AWS::RoboMaker::RobotApplication", "aws", {"Arn":"Arn"});
|
|
1184
|
+
export const RobotApplicationVersion = createResource("AWS::RoboMaker::RobotApplicationVersion", "aws", {"ApplicationVersion":"ApplicationVersion","Arn":"Arn"});
|
|
1163
1185
|
export const Role = createResource("AWS::IAM::Role", "aws", {"Arn":"Arn","RoleId":"RoleId"});
|
|
1164
1186
|
export const RoleAlias = createResource("AWS::IoT::RoleAlias", "aws", {"RoleAliasArn":"RoleAliasArn"});
|
|
1165
1187
|
export const RolePolicy = createResource("AWS::IAM::RolePolicy", "aws", {});
|
|
@@ -1193,10 +1215,13 @@ export const RunGroup = createResource("AWS::Omics::RunGroup", "aws", {"Arn":"Ar
|
|
|
1193
1215
|
export const Runtime = createResource("AWS::BedrockAgentCore::Runtime", "aws", {"AgentRuntimeArn":"AgentRuntimeArn","AgentRuntimeId":"AgentRuntimeId","AgentRuntimeVersion":"AgentRuntimeVersion","Status":"Status","CreatedAt":"CreatedAt","LastUpdatedAt":"LastUpdatedAt","WorkloadIdentityDetails":"WorkloadIdentityDetails","FailureReason":"FailureReason"});
|
|
1194
1216
|
export const RuntimeEndpoint = createResource("AWS::BedrockAgentCore::RuntimeEndpoint", "aws", {"Id":"Id","AgentRuntimeEndpointArn":"AgentRuntimeEndpointArn","AgentRuntimeArn":"AgentRuntimeArn","Status":"Status","CreatedAt":"CreatedAt","LastUpdatedAt":"LastUpdatedAt","FailureReason":"FailureReason","TargetVersion":"TargetVersion","LiveVersion":"LiveVersion"});
|
|
1195
1217
|
export const S3AccessPoint = createResource("AWS::S3::AccessPoint", "aws", {"Alias":"Alias","NetworkOrigin":"NetworkOrigin","Arn":"Arn"});
|
|
1196
|
-
export const S3AccessPointAttachment = createResource("AWS::FSx::S3AccessPointAttachment", "aws", {"S3AccessPoint_ResourceARN":"S3AccessPoint.ResourceARN","S3AccessPoint_Alias":"S3AccessPoint.Alias"});
|
|
1218
|
+
export const S3AccessPointAttachment = createResource("AWS::FSx::S3AccessPointAttachment", "aws", {"S3AccessPoint_ResourceARN":"S3AccessPoint.ResourceARN","S3AccessPoint_Alias":"S3AccessPoint.Alias","Lifecycle":"Lifecycle"});
|
|
1197
1219
|
export const S3BucketPolicy = createResource("AWS::S3::BucketPolicy", "aws", {});
|
|
1198
1220
|
export const S3ExpressAccessPoint = createResource("AWS::S3Express::AccessPoint", "aws", {"NetworkOrigin":"NetworkOrigin","Arn":"Arn"});
|
|
1199
1221
|
export const S3ExpressBucketPolicy = createResource("AWS::S3Express::BucketPolicy", "aws", {});
|
|
1222
|
+
export const S3FilesAccessPoint = createResource("AWS::S3Files::AccessPoint", "aws", {"AccessPointId":"AccessPointId","AccessPointArn":"AccessPointArn","Status":"Status","OwnerId":"OwnerId"});
|
|
1223
|
+
export const S3FilesFileSystem = createResource("AWS::S3Files::FileSystem", "aws", {"CreationTime":"CreationTime","FileSystemArn":"FileSystemArn","FileSystemId":"FileSystemId","Status":"Status","StatusMessage":"StatusMessage","OwnerId":"OwnerId","SynchronizationConfiguration_LatestVersionNumber":"SynchronizationConfiguration.LatestVersionNumber"});
|
|
1224
|
+
export const S3FilesMountTarget = createResource("AWS::S3Files::MountTarget", "aws", {"MountTargetId":"MountTargetId","AvailabilityZoneId":"AvailabilityZoneId","OwnerId":"OwnerId","NetworkInterfaceId":"NetworkInterfaceId","VpcId":"VpcId","Status":"Status","StatusMessage":"StatusMessage"});
|
|
1200
1225
|
export const S3ObjectLambdaAccessPoint = createResource("AWS::S3ObjectLambda::AccessPoint", "aws", {"Arn":"Arn","Alias":"Alias","Alias_Value":"Alias.Value","Alias_Status":"Alias.Status","PolicyStatus":"PolicyStatus","PolicyStatus_IsPublic":"PolicyStatus.IsPublic","CreationDate":"CreationDate","PublicAccessBlockConfiguration":"PublicAccessBlockConfiguration"});
|
|
1201
1226
|
export const S3OutpostsAccessPoint = createResource("AWS::S3Outposts::AccessPoint", "aws", {"Arn":"Arn"});
|
|
1202
1227
|
export const S3OutpostsBucket = createResource("AWS::S3Outposts::Bucket", "aws", {"Arn":"Arn"});
|
|
@@ -1213,7 +1238,7 @@ export const SageMakerDevice = createResource("AWS::SageMaker::Device", "aws", {
|
|
|
1213
1238
|
export const SageMakerDomain = createResource("AWS::SageMaker::Domain", "aws", {"DomainArn":"DomainArn","Url":"Url","DomainId":"DomainId","HomeEfsFileSystemId":"HomeEfsFileSystemId","SecurityGroupIdForDomainBoundary":"SecurityGroupIdForDomainBoundary","SingleSignOnManagedApplicationInstanceId":"SingleSignOnManagedApplicationInstanceId","SingleSignOnApplicationArn":"SingleSignOnApplicationArn"});
|
|
1214
1239
|
export const SageMakerEndpoint = createResource("AWS::SageMaker::Endpoint", "aws", {"EndpointArn":"EndpointArn","EndpointName":"EndpointName"});
|
|
1215
1240
|
export const SageMakerImage = createResource("AWS::SageMaker::Image", "aws", {"ImageArn":"ImageArn"});
|
|
1216
|
-
export const SageMakerModel = createResource("AWS::SageMaker::Model", "aws", {"
|
|
1241
|
+
export const SageMakerModel = createResource("AWS::SageMaker::Model", "aws", {"ModelArn":"ModelArn"});
|
|
1217
1242
|
export const SageMakerPipeline = createResource("AWS::SageMaker::Pipeline", "aws", {});
|
|
1218
1243
|
export const SageMakerProject = createResource("AWS::SageMaker::Project", "aws", {"ProjectArn":"ProjectArn","CreationTime":"CreationTime","ProjectId":"ProjectId","ProjectStatus":"ProjectStatus"});
|
|
1219
1244
|
export const SageMakerUserProfile = createResource("AWS::SageMaker::UserProfile", "aws", {"UserProfileArn":"UserProfileArn"});
|
|
@@ -1235,6 +1260,8 @@ export const SDBDomain = createResource("AWS::SDB::Domain", "aws", {"Id":"Id"});
|
|
|
1235
1260
|
export const SdiSource = createResource("AWS::MediaLive::SdiSource", "aws", {"Id":"Id","State":"State","Arn":"Arn","Inputs":"Inputs"});
|
|
1236
1261
|
export const Secret = createResource("AWS::SecretsManager::Secret", "aws", {"Id":"Id"});
|
|
1237
1262
|
export const SecretTargetAttachment = createResource("AWS::SecretsManager::SecretTargetAttachment", "aws", {"Id":"Id"});
|
|
1263
|
+
export const SecurityAgentAgentSpace = createResource("AWS::SecurityAgent::AgentSpace", "aws", {"AgentSpaceId":"AgentSpaceId","CreatedAt":"CreatedAt","UpdatedAt":"UpdatedAt"});
|
|
1264
|
+
export const SecurityAgentApplication = createResource("AWS::SecurityAgent::Application", "aws", {"ApplicationName":"ApplicationName","ApplicationId":"ApplicationId","Domain":"Domain","IdCConfiguration_IdCApplicationArn":"IdCConfiguration.IdCApplicationArn"});
|
|
1238
1265
|
export const SecurityConfig = createResource("AWS::OpenSearchServerless::SecurityConfig", "aws", {"Id":"Id","IamIdentityCenterOptions_ApplicationArn":"IamIdentityCenterOptions.ApplicationArn","IamIdentityCenterOptions_ApplicationName":"IamIdentityCenterOptions.ApplicationName","IamIdentityCenterOptions_ApplicationDescription":"IamIdentityCenterOptions.ApplicationDescription"});
|
|
1239
1266
|
export const SecurityControl = createResource("AWS::SecurityHub::SecurityControl", "aws", {});
|
|
1240
1267
|
export const SecurityGroup = createResource("AWS::EC2::SecurityGroup", "aws", {"Id":"Id","GroupId":"GroupId"});
|
|
@@ -1287,6 +1314,8 @@ export const SigningProfile = createResource("AWS::Signer::SigningProfile", "aws
|
|
|
1287
1314
|
export const SimpleAD = createResource("AWS::DirectoryService::SimpleAD", "aws", {"Alias":"Alias","DnsIpAddresses":"DnsIpAddresses","DirectoryId":"DirectoryId"});
|
|
1288
1315
|
export const SimpleTable = createResource("AWS::Serverless::SimpleTable", "aws", {});
|
|
1289
1316
|
export const Simulation = createResource("AWS::SimSpaceWeaver::Simulation", "aws", {"DescribePayload":"DescribePayload"});
|
|
1317
|
+
export const SimulationApplication = createResource("AWS::RoboMaker::SimulationApplication", "aws", {"Arn":"Arn"});
|
|
1318
|
+
export const SimulationApplicationVersion = createResource("AWS::RoboMaker::SimulationApplicationVersion", "aws", {"ApplicationVersion":"ApplicationVersion","Arn":"Arn"});
|
|
1290
1319
|
export const Sink = createResource("AWS::Oam::Sink", "aws", {"Arn":"Arn"});
|
|
1291
1320
|
export const Site = createResource("AWS::NetworkManager::Site", "aws", {"SiteId":"SiteId","SiteArn":"SiteArn","State":"State","CreatedAt":"CreatedAt"});
|
|
1292
1321
|
export const SiteToSiteVpnAttachment = createResource("AWS::NetworkManager::SiteToSiteVpnAttachment", "aws", {"CoreNetworkArn":"CoreNetworkArn","CreatedAt":"CreatedAt","UpdatedAt":"UpdatedAt","AttachmentType":"AttachmentType","State":"State","ResourceArn":"ResourceArn","AttachmentId":"AttachmentId","OwnerAccountId":"OwnerAccountId","EdgeLocation":"EdgeLocation","AttachmentPolicyRuleNumber":"AttachmentPolicyRuleNumber","SegmentName":"SegmentName","LastModificationErrors":"LastModificationErrors"});
|
|
@@ -1306,6 +1335,7 @@ export const SourceApiAssociation = createResource("AWS::AppSync::SourceApiAssoc
|
|
|
1306
1335
|
export const SourceCredential = createResource("AWS::CodeBuild::SourceCredential", "aws", {"Id":"Id"});
|
|
1307
1336
|
export const SourceLocation = createResource("AWS::MediaTailor::SourceLocation", "aws", {"Arn":"Arn"});
|
|
1308
1337
|
export const Space = createResource("AWS::SageMaker::Space", "aws", {"SpaceArn":"SpaceArn","Url":"Url"});
|
|
1338
|
+
export const SpendingLimit = createResource("AWS::Braket::SpendingLimit", "aws", {"SpendingLimitArn":"SpendingLimitArn","QueuedSpend":"QueuedSpend","TotalSpend":"TotalSpend","CreatedAt":"CreatedAt","UpdatedAt":"UpdatedAt"});
|
|
1309
1339
|
export const SpotFleet = createResource("AWS::EC2::SpotFleet", "aws", {"Id":"Id"});
|
|
1310
1340
|
export const SqlHaStandbyDetectedInstance = createResource("AWS::EC2::SqlHaStandbyDetectedInstance", "aws", {"HaStatus":"HaStatus","SqlServerLicenseUsage":"SqlServerLicenseUsage","LastUpdatedTime":"LastUpdatedTime"});
|
|
1311
1341
|
export const SSMAssociation = createResource("AWS::SSM::Association", "aws", {"AssociationId":"AssociationId"});
|
|
@@ -1367,6 +1397,7 @@ export const TagOption = createResource("AWS::ServiceCatalog::TagOption", "aws",
|
|
|
1367
1397
|
export const TagOptionAssociation = createResource("AWS::ServiceCatalog::TagOptionAssociation", "aws", {});
|
|
1368
1398
|
export const TagSyncTask = createResource("AWS::ResourceGroups::TagSyncTask", "aws", {"TaskArn":"TaskArn","Status":"Status","GroupName":"GroupName","GroupArn":"GroupArn"});
|
|
1369
1399
|
export const TargetAccountConfiguration = createResource("AWS::FIS::TargetAccountConfiguration", "aws", {});
|
|
1400
|
+
export const TargetDomain = createResource("AWS::SecurityAgent::TargetDomain", "aws", {"TargetDomainId":"TargetDomainId","VerificationStatus":"VerificationStatus","VerificationDetails":"VerificationDetails","CreatedAt":"CreatedAt","VerifiedAt":"VerifiedAt"});
|
|
1370
1401
|
export const TargetGroup = createResource("AWS::ElasticLoadBalancingV2::TargetGroup", "aws", {"LoadBalancerArns":"LoadBalancerArns","TargetGroupArn":"TargetGroupArn","TargetGroupName":"TargetGroupName","TargetGroupFullName":"TargetGroupFullName"});
|
|
1371
1402
|
export const Task = createResource("AWS::DataSync::Task", "aws", {"TaskArn":"TaskArn","Status":"Status","SourceNetworkInterfaceArns":"SourceNetworkInterfaceArns","DestinationNetworkInterfaceArns":"DestinationNetworkInterfaceArns"});
|
|
1372
1403
|
export const TaskDefinition = createResource("AWS::ECS::TaskDefinition", "aws", {"TaskDefinitionArn":"TaskDefinitionArn"});
|
|
@@ -1546,6 +1577,7 @@ export const WirelessDeviceImportTask = createResource("AWS::IoTWireless::Wirele
|
|
|
1546
1577
|
export const WirelessGateway = createResource("AWS::IoTWireless::WirelessGateway", "aws", {"Id":"Id","Arn":"Arn"});
|
|
1547
1578
|
export const WisdomKnowledgeBase = createResource("AWS::Wisdom::KnowledgeBase", "aws", {"KnowledgeBaseId":"KnowledgeBaseId","KnowledgeBaseArn":"KnowledgeBaseArn"});
|
|
1548
1579
|
export const WorkerConfiguration = createResource("AWS::KafkaConnect::WorkerConfiguration", "aws", {"WorkerConfigurationArn":"WorkerConfigurationArn","Revision":"Revision"});
|
|
1580
|
+
export const WorkflowDefinition = createResource("AWS::NovaAct::WorkflowDefinition", "aws", {"Arn":"Arn","CreatedAt":"CreatedAt","Status":"Status"});
|
|
1549
1581
|
export const WorkflowVersion = createResource("AWS::Omics::WorkflowVersion", "aws", {"Arn":"Arn","CreationTime":"CreationTime","Status":"Status","Type":"Type","Uuid":"Uuid"});
|
|
1550
1582
|
export const Workgroup = createResource("AWS::RedshiftServerless::Workgroup", "aws", {"Workgroup_WorkgroupId":"Workgroup.WorkgroupId","Workgroup_WorkgroupArn":"Workgroup.WorkgroupArn","Workgroup_WorkgroupName":"Workgroup.WorkgroupName","Workgroup_NamespaceName":"Workgroup.NamespaceName","Workgroup_BaseCapacity":"Workgroup.BaseCapacity","Workgroup_MaxCapacity":"Workgroup.MaxCapacity","Workgroup_EnhancedVpcRouting":"Workgroup.EnhancedVpcRouting","Workgroup_ConfigParameters":"Workgroup.ConfigParameters","Workgroup_SecurityGroupIds":"Workgroup.SecurityGroupIds","Workgroup_SubnetIds":"Workgroup.SubnetIds","Workgroup_TrackName":"Workgroup.TrackName","Workgroup_Status":"Workgroup.Status","Workgroup_Endpoint_Address":"Workgroup.Endpoint.Address","Workgroup_Endpoint_Port":"Workgroup.Endpoint.Port","Workgroup_Endpoint_VpcEndpoints_Item_VpcEndpointId":"Workgroup.Endpoint.VpcEndpoints.*.VpcEndpointId","Workgroup_Endpoint_VpcEndpoints_Item_VpcId":"Workgroup.Endpoint.VpcEndpoints.*.VpcId","Workgroup_Endpoint_VpcEndpoints_Item_NetworkInterfaces_Item_NetworkInterfaceId":"Workgroup.Endpoint.VpcEndpoints.*.NetworkInterfaces.*.NetworkInterfaceId","Workgroup_Endpoint_VpcEndpoints_Item_NetworkInterfaces_Item_SubnetId":"Workgroup.Endpoint.VpcEndpoints.*.NetworkInterfaces.*.SubnetId","Workgroup_Endpoint_VpcEndpoints_Item_NetworkInterfaces_Item_PrivateIpAddress":"Workgroup.Endpoint.VpcEndpoints.*.NetworkInterfaces.*.PrivateIpAddress","Workgroup_Endpoint_VpcEndpoints_Item_NetworkInterfaces_Item_AvailabilityZone":"Workgroup.Endpoint.VpcEndpoints.*.NetworkInterfaces.*.AvailabilityZone","Workgroup_PubliclyAccessible":"Workgroup.PubliclyAccessible","Workgroup_CreationDate":"Workgroup.CreationDate"});
|
|
1551
1583
|
export const WorkGroup = createResource("AWS::Athena::WorkGroup", "aws", {"CreationTime":"CreationTime","WorkGroupConfiguration_EngineVersion_EffectiveEngineVersion":"WorkGroupConfiguration.EngineVersion.EffectiveEngineVersion","WorkGroupConfigurationUpdates_EngineVersion_EffectiveEngineVersion":"WorkGroupConfigurationUpdates.EngineVersion.EffectiveEngineVersion"});
|
|
@@ -1601,7 +1633,6 @@ export const AccessLoggingPolicy = createProperty("AWS::ElasticLoadBalancing::Lo
|
|
|
1601
1633
|
export const AccessLogSubscription_Tag = createProperty("AWS::VpcLattice::AccessLogSubscription.Tag", "aws");
|
|
1602
1634
|
export const AccessMethod = createProperty("AWS::ACMPCA::CertificateAuthority.AccessMethod", "aws");
|
|
1603
1635
|
export const Accessor_Tag = createProperty("AWS::ManagedBlockchain::Accessor.Tag", "aws");
|
|
1604
|
-
export const AccessPointTag = createProperty("AWS::EFS::AccessPoint.AccessPointTag", "aws");
|
|
1605
1636
|
export const AccessPolicy = createProperty("AWS::EKS::AccessEntry.AccessPolicy", "aws");
|
|
1606
1637
|
export const AccessPolicyIdentity = createProperty("AWS::IoTSiteWise::AccessPolicy.AccessPolicyIdentity", "aws");
|
|
1607
1638
|
export const AccessPolicyResource = createProperty("AWS::IoTSiteWise::AccessPolicy.AccessPolicyResource", "aws");
|
|
@@ -1671,6 +1702,7 @@ export const ActiveDirectoryConfiguration = createProperty("AWS::FSx::StorageVir
|
|
|
1671
1702
|
export const Activity_EncryptionConfiguration = createProperty("AWS::StepFunctions::Activity.EncryptionConfiguration", "aws");
|
|
1672
1703
|
export const Activity_TagsEntry = createProperty("AWS::StepFunctions::Activity.TagsEntry", "aws");
|
|
1673
1704
|
export const ActivityMetrics = createProperty("AWS::S3::StorageLens.ActivityMetrics", "aws");
|
|
1705
|
+
export const Actor = createProperty("AWS::SecurityAgent::Pentest.Actor", "aws");
|
|
1674
1706
|
export const Actuator = createProperty("AWS::IoTFleetWise::SignalCatalog.Actuator", "aws");
|
|
1675
1707
|
export const AdConditioningConfiguration = createProperty("AWS::MediaTailor::PlaybackConfiguration.AdConditioningConfiguration", "aws");
|
|
1676
1708
|
export const AddAttributes = createProperty("AWS::IoTAnalytics::Pipeline.AddAttributes", "aws");
|
|
@@ -1712,9 +1744,6 @@ export const AgentCollaborator = createProperty("AWS::Bedrock::Agent.AgentCollab
|
|
|
1712
1744
|
export const AgentKnowledgeBase = createProperty("AWS::Bedrock::Agent.AgentKnowledgeBase", "aws");
|
|
1713
1745
|
export const AgentlessDialerConfig = createProperty("AWS::ConnectCampaigns::Campaign.AgentlessDialerConfig", "aws");
|
|
1714
1746
|
export const AgentRuntimeArtifact = createProperty("AWS::BedrockAgentCore::Runtime.AgentRuntimeArtifact", "aws");
|
|
1715
|
-
export const AgentSpace_IamAuthConfiguration = createProperty("AWS::DevOpsAgent::AgentSpace.IamAuthConfiguration", "aws");
|
|
1716
|
-
export const AgentSpace_IdcAuthConfiguration = createProperty("AWS::DevOpsAgent::AgentSpace.IdcAuthConfiguration", "aws");
|
|
1717
|
-
export const AgentSpace_OperatorApp = createProperty("AWS::DevOpsAgent::AgentSpace.OperatorApp", "aws");
|
|
1718
1747
|
export const AgentStatus_Tag = createProperty("AWS::Connect::AgentStatus.Tag", "aws");
|
|
1719
1748
|
export const AggregateColumn = createProperty("AWS::CleanRooms::ConfiguredTable.AggregateColumn", "aws");
|
|
1720
1749
|
export const AggregateConfiguration = createProperty("AWS::FSx::Volume.AggregateConfiguration", "aws");
|
|
@@ -1764,7 +1793,9 @@ export const AIGuardrailTopicPolicyConfig = createProperty("AWS::Wisdom::AIGuard
|
|
|
1764
1793
|
export const AIGuardrailWordPolicyConfig = createProperty("AWS::Wisdom::AIGuardrail.AIGuardrailWordPolicyConfig", "aws");
|
|
1765
1794
|
export const AIMLOptions = createProperty("AWS::OpenSearchService::Domain.AIMLOptions", "aws");
|
|
1766
1795
|
export const AIPrompt_TextFullAIPromptEditTemplateConfiguration = createProperty("AWS::Wisdom::AIPrompt.TextFullAIPromptEditTemplateConfiguration", "aws");
|
|
1796
|
+
export const Alarm_AlarmPromQLCriteria = createProperty("AWS::CloudWatch::Alarm.AlarmPromQLCriteria", "aws");
|
|
1767
1797
|
export const Alarm_Dimension = createProperty("AWS::CloudWatch::Alarm.Dimension", "aws");
|
|
1798
|
+
export const Alarm_EvaluationCriteria = createProperty("AWS::CloudWatch::Alarm.EvaluationCriteria", "aws");
|
|
1768
1799
|
export const Alarm_Metric = createProperty("AWS::CloudWatch::Alarm.Metric", "aws");
|
|
1769
1800
|
export const Alarm_MetricDataQuery = createProperty("AWS::CloudWatch::Alarm.MetricDataQuery", "aws");
|
|
1770
1801
|
export const Alarm_MetricStat = createProperty("AWS::CloudWatch::Alarm.MetricStat", "aws");
|
|
@@ -1798,6 +1829,7 @@ export const AlarmModel_Sns = createProperty("AWS::IoTEvents::AlarmModel.Sns", "
|
|
|
1798
1829
|
export const AlarmModel_Sqs = createProperty("AWS::IoTEvents::AlarmModel.Sqs", "aws");
|
|
1799
1830
|
export const AlarmModel_Tag = createProperty("AWS::IoTEvents::AlarmModel.Tag", "aws");
|
|
1800
1831
|
export const AlarmMuteRule_Tag = createProperty("AWS::CloudWatch::AlarmMuteRule.Tag", "aws");
|
|
1832
|
+
export const AlarmPromQLCriteria = createProperty("AWS::CloudWatch::Alarm.AlarmPromQLCriteria", "aws");
|
|
1801
1833
|
export const AlarmRule = createProperty("AWS::IoTEvents::AlarmModel.AlarmRule", "aws");
|
|
1802
1834
|
export const AlertTarget = createProperty("AWS::IoT::SecurityProfile.AlertTarget", "aws");
|
|
1803
1835
|
export const Alias = createProperty("AWS::S3ObjectLambda::AccessPoint.Alias", "aws");
|
|
@@ -2470,7 +2502,6 @@ export const AnycastIpList_Tag = createProperty("AWS::CloudFront::AnycastIpList.
|
|
|
2470
2502
|
export const AnycastIpList_Tags = createProperty("AWS::CloudFront::AnycastIpList.Tags", "aws");
|
|
2471
2503
|
export const AnywhereConfiguration = createProperty("AWS::GameLift::Fleet.AnywhereConfiguration", "aws");
|
|
2472
2504
|
export const AnywhereSettings = createProperty("AWS::MediaLive::Channel.AnywhereSettings", "aws");
|
|
2473
|
-
export const ApacheKafkaCluster = createProperty("AWS::KafkaConnect::Connector.ApacheKafkaCluster", "aws");
|
|
2474
2505
|
export const ApiGatewayManagedOverrides_AccessLogSettings = createProperty("AWS::ApiGatewayV2::ApiGatewayManagedOverrides.AccessLogSettings", "aws");
|
|
2475
2506
|
export const ApiGatewayManagedOverrides_IntegrationOverrides = createProperty("AWS::ApiGatewayV2::ApiGatewayManagedOverrides.IntegrationOverrides", "aws");
|
|
2476
2507
|
export const ApiGatewayManagedOverrides_RouteOverrides = createProperty("AWS::ApiGatewayV2::ApiGatewayManagedOverrides.RouteOverrides", "aws");
|
|
@@ -2513,10 +2544,12 @@ export const APIKey_AppleApp = createProperty("AWS::Location::APIKey.AppleApp",
|
|
|
2513
2544
|
export const APIKey_Tag = createProperty("AWS::Location::APIKey.Tag", "aws");
|
|
2514
2545
|
export const ApiKeyAuthParameters = createProperty("AWS::Events::Connection.ApiKeyAuthParameters", "aws");
|
|
2515
2546
|
export const APIKeyConnectionMetadata = createProperty("AWS::QuickSight::ActionConnector.APIKeyConnectionMetadata", "aws");
|
|
2516
|
-
export const
|
|
2547
|
+
export const ApiKeyCredentialProvider_ApiKeySecretArn = createProperty("AWS::BedrockAgentCore::ApiKeyCredentialProvider.ApiKeySecretArn", "aws");
|
|
2548
|
+
export const ApiKeyCredentialProvider_Tag = createProperty("AWS::BedrockAgentCore::ApiKeyCredentialProvider.Tag", "aws");
|
|
2517
2549
|
export const ApiKeyCredentials = createProperty("AWS::AppFlow::ConnectorProfile.ApiKeyCredentials", "aws");
|
|
2518
2550
|
export const ApiKeyDetails = createProperty("AWS::DevOpsAgent::Service.ApiKeyDetails", "aws");
|
|
2519
2551
|
export const ApiKeyRestrictions = createProperty("AWS::Location::APIKey.ApiKeyRestrictions", "aws");
|
|
2552
|
+
export const ApiKeySecretArn = createProperty("AWS::BedrockAgentCore::ApiKeyCredentialProvider.ApiKeySecretArn", "aws");
|
|
2520
2553
|
export const ApiPassthrough = createProperty("AWS::ACMPCA::Certificate.ApiPassthrough", "aws");
|
|
2521
2554
|
export const ApiStage = createProperty("AWS::ApiGateway::UsagePlan.ApiStage", "aws");
|
|
2522
2555
|
export const APNSPushNotificationTemplate = createProperty("AWS::Pinpoint::PushTemplate.APNSPushNotificationTemplate", "aws");
|
|
@@ -2595,6 +2628,11 @@ export const AppImageConfig_JupyterLabAppImageConfig = createProperty("AWS::Sage
|
|
|
2595
2628
|
export const AppImageConfig_KernelGatewayImageConfig = createProperty("AWS::SageMaker::AppImageConfig.KernelGatewayImageConfig", "aws");
|
|
2596
2629
|
export const AppImageConfig_KernelSpec = createProperty("AWS::SageMaker::AppImageConfig.KernelSpec", "aws");
|
|
2597
2630
|
export const AppImageConfig_Tag = createProperty("AWS::SageMaker::AppImageConfig.Tag", "aws");
|
|
2631
|
+
export const AppInstance_Tag = createProperty("AWS::Chime::AppInstance.Tag", "aws");
|
|
2632
|
+
export const AppInstanceBot_Configuration = createProperty("AWS::Chime::AppInstanceBot.Configuration", "aws");
|
|
2633
|
+
export const AppInstanceBot_InvokedBy = createProperty("AWS::Chime::AppInstanceBot.InvokedBy", "aws");
|
|
2634
|
+
export const AppInstanceBot_LexConfiguration = createProperty("AWS::Chime::AppInstanceBot.LexConfiguration", "aws");
|
|
2635
|
+
export const AppInstanceBot_Tag = createProperty("AWS::Chime::AppInstanceBot.Tag", "aws");
|
|
2598
2636
|
export const AppIntegrationsApplication_ApplicationConfig = createProperty("AWS::AppIntegrations::Application.ApplicationConfig", "aws");
|
|
2599
2637
|
export const AppIntegrationsApplication_ContactHandling = createProperty("AWS::AppIntegrations::Application.ContactHandling", "aws");
|
|
2600
2638
|
export const AppIntegrationsApplication_ExternalUrlConfig = createProperty("AWS::AppIntegrations::Application.ExternalUrlConfig", "aws");
|
|
@@ -2731,6 +2769,7 @@ export const AppStreamFleet_ComputeCapacity = createProperty("AWS::AppStream::Fl
|
|
|
2731
2769
|
export const AppStreamFleet_DomainJoinInfo = createProperty("AWS::AppStream::Fleet.DomainJoinInfo", "aws");
|
|
2732
2770
|
export const AppStreamFleet_S3Location = createProperty("AWS::AppStream::Fleet.S3Location", "aws");
|
|
2733
2771
|
export const AppStreamFleet_Tag = createProperty("AWS::AppStream::Fleet.Tag", "aws");
|
|
2772
|
+
export const AppStreamFleet_VolumeConfig = createProperty("AWS::AppStream::Fleet.VolumeConfig", "aws");
|
|
2734
2773
|
export const AppStreamFleet_VpcConfig = createProperty("AWS::AppStream::Fleet.VpcConfig", "aws");
|
|
2735
2774
|
export const AppStreamStack_AccessEndpoint = createProperty("AWS::AppStream::Stack.AccessEndpoint", "aws");
|
|
2736
2775
|
export const AppStreamStack_ApplicationSettings = createProperty("AWS::AppStream::Stack.ApplicationSettings", "aws");
|
|
@@ -2870,6 +2909,7 @@ export const AssetModelProperty = createProperty("AWS::IoTSiteWise::AssetModel.A
|
|
|
2870
2909
|
export const AssetModelPropertyBindingValue = createProperty("AWS::IoTSiteWise::ComputationModel.AssetModelPropertyBindingValue", "aws");
|
|
2871
2910
|
export const AssetProperty = createProperty("AWS::IoTSiteWise::Asset.AssetProperty", "aws");
|
|
2872
2911
|
export const AssetPropertyBindingValue = createProperty("AWS::IoTSiteWise::ComputationModel.AssetPropertyBindingValue", "aws");
|
|
2912
|
+
export const Assets = createProperty("AWS::SecurityAgent::Pentest.Assets", "aws");
|
|
2873
2913
|
export const AssetType = createProperty("AWS::Cognito::ManagedLoginBranding.AssetType", "aws");
|
|
2874
2914
|
export const Assistant_ServerSideEncryptionConfiguration = createProperty("AWS::Wisdom::Assistant.ServerSideEncryptionConfiguration", "aws");
|
|
2875
2915
|
export const Assistant_Tag = createProperty("AWS::Wisdom::Assistant.Tag", "aws");
|
|
@@ -2890,9 +2930,11 @@ export const AthenaDatasetDefinition = createProperty("AWS::SageMaker::Processin
|
|
|
2890
2930
|
export const AthenaParameters = createProperty("AWS::QuickSight::DataSource.AthenaParameters", "aws");
|
|
2891
2931
|
export const AthenaPropertiesInput = createProperty("AWS::DataZone::Connection.AthenaPropertiesInput", "aws");
|
|
2892
2932
|
export const AthenaTableReference = createProperty("AWS::CleanRooms::ConfiguredTable.AthenaTableReference", "aws");
|
|
2933
|
+
export const AtlassianOauth2ProviderConfigInput = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.AtlassianOauth2ProviderConfigInput", "aws");
|
|
2893
2934
|
export const AtRestEncryptionConfiguration = createProperty("AWS::EMRContainers::SecurityConfiguration.AtRestEncryptionConfiguration", "aws");
|
|
2894
2935
|
export const AttachmentsConfiguration = createProperty("AWS::QBusiness::Application.AttachmentsConfiguration", "aws");
|
|
2895
2936
|
export const AttachmentsSource = createProperty("AWS::SSM::Document.AttachmentsSource", "aws");
|
|
2937
|
+
export const AttachPoint = createProperty("AWS::Interconnect::Connection.AttachPoint", "aws");
|
|
2896
2938
|
export const AttributeDetails = createProperty("AWS::CustomerProfiles::CalculatedAttributeDefinition.AttributeDetails", "aws");
|
|
2897
2939
|
export const AttributeDimension = createProperty("AWS::CustomerProfiles::SegmentDefinition.AttributeDimension", "aws");
|
|
2898
2940
|
export const AttributeFilter = createProperty("AWS::QBusiness::DataAccessor.AttributeFilter", "aws");
|
|
@@ -2939,6 +2981,7 @@ export const AuroraParameters = createProperty("AWS::QuickSight::DataSource.Auro
|
|
|
2939
2981
|
export const AuroraPostgreSqlParameters = createProperty("AWS::QuickSight::DataSource.AuroraPostgreSqlParameters", "aws");
|
|
2940
2982
|
export const Auth = createProperty("AWS::Serverless::Api.Auth", "aws");
|
|
2941
2983
|
export const AuthConfig = createProperty("AWS::QuickSight::ActionConnector.AuthConfig", "aws");
|
|
2984
|
+
export const Authentication = createProperty("AWS::SecurityAgent::Pentest.Authentication", "aws");
|
|
2942
2985
|
export const AuthFormat = createProperty("AWS::RDS::DBProxy.AuthFormat", "aws");
|
|
2943
2986
|
export const AuthKey = createProperty("AWS::PCS::Cluster.AuthKey", "aws");
|
|
2944
2987
|
export const AuthorizationCodeGrantDetails = createProperty("AWS::QuickSight::ActionConnector.AuthorizationCodeGrantDetails", "aws");
|
|
@@ -2991,6 +3034,7 @@ export const AutomationRuleV2_OcsfStringFilter = createProperty("AWS::SecurityHu
|
|
|
2991
3034
|
export const AutomationRuleV2_StringFilter = createProperty("AWS::SecurityHub::AutomationRuleV2.StringFilter", "aws");
|
|
2992
3035
|
export const AutoMerging = createProperty("AWS::CustomerProfiles::Domain.AutoMerging", "aws");
|
|
2993
3036
|
export const AutoParticipantRecordingConfiguration = createProperty("AWS::IVS::Stage.AutoParticipantRecordingConfiguration", "aws");
|
|
3037
|
+
export const AutoRepairConfiguration = createProperty("AWS::ECS::CapacityProvider.AutoRepairConfiguration", "aws");
|
|
2994
3038
|
export const AutoRollbackConfig = createProperty("AWS::SageMaker::Endpoint.AutoRollbackConfig", "aws");
|
|
2995
3039
|
export const AutoScaling = createProperty("AWS::KafkaConnect::Connector.AutoScaling", "aws");
|
|
2996
3040
|
export const AutoScalingArns = createProperty("AWS::ECS::ExpressGatewayService.AutoScalingArns", "aws");
|
|
@@ -3083,9 +3127,12 @@ export const AWSManagedRulesBotControlRuleSet = createProperty("AWS::WAFv2::WebA
|
|
|
3083
3127
|
export const AwsOrg = createProperty("AWS::S3::StorageLens.AwsOrg", "aws");
|
|
3084
3128
|
export const AwsOrganizationsSource = createProperty("AWS::SSM::ResourceDataSync.AwsOrganizationsSource", "aws");
|
|
3085
3129
|
export const AWSResource = createProperty("AWS::DevOpsAgent::Association.AWSResource", "aws");
|
|
3130
|
+
export const AWSResources = createProperty("AWS::SecurityAgent::AgentSpace.AWSResources", "aws");
|
|
3086
3131
|
export const AwsSecurityFindingFilters = createProperty("AWS::SecurityHub::Insight.AwsSecurityFindingFilters", "aws");
|
|
3087
3132
|
export const AWSService = createProperty("AWS::AuditManager::Assessment.AWSService", "aws");
|
|
3088
3133
|
export const AzureBlobSasConfiguration = createProperty("AWS::DataSync::LocationAzureBlob.AzureBlobSasConfiguration", "aws");
|
|
3134
|
+
export const AzureConfiguration = createProperty("AWS::DevOpsAgent::Association.AzureConfiguration", "aws");
|
|
3135
|
+
export const AzureIdentityServiceDetails = createProperty("AWS::DevOpsAgent::Service.AzureIdentityServiceDetails", "aws");
|
|
3089
3136
|
export const B2BICapability_EdiConfiguration = createProperty("AWS::B2BI::Capability.EdiConfiguration", "aws");
|
|
3090
3137
|
export const B2BICapability_S3Location = createProperty("AWS::B2BI::Capability.S3Location", "aws");
|
|
3091
3138
|
export const B2BICapability_Tag = createProperty("AWS::B2BI::Capability.Tag", "aws");
|
|
@@ -3319,6 +3366,9 @@ export const BillingConductorBillingGroup_Tag = createProperty("AWS::BillingCond
|
|
|
3319
3366
|
export const BillingMode = createProperty("AWS::Cassandra::Table.BillingMode", "aws");
|
|
3320
3367
|
export const BillingPeriodRange = createProperty("AWS::BillingConductor::CustomLineItem.BillingPeriodRange", "aws");
|
|
3321
3368
|
export const BillingView_Tag = createProperty("AWS::Billing::BillingView.Tag", "aws");
|
|
3369
|
+
export const BillInterval = createProperty("AWS::BcmPricingCalculator::BillScenario.BillInterval", "aws");
|
|
3370
|
+
export const BillScenario_BillInterval = createProperty("AWS::BcmPricingCalculator::BillScenario.BillInterval", "aws");
|
|
3371
|
+
export const BillScenario_Tag = createProperty("AWS::BcmPricingCalculator::BillScenario.Tag", "aws");
|
|
3322
3372
|
export const BlackFrames = createProperty("AWS::MediaConnect::Flow.BlackFrames", "aws");
|
|
3323
3373
|
export const BlackoutSlate = createProperty("AWS::MediaLive::Channel.BlackoutSlate", "aws");
|
|
3324
3374
|
export const BlockDevice = createProperty("AWS::AutoScaling::LaunchConfiguration.BlockDevice", "aws");
|
|
@@ -3453,7 +3503,6 @@ export const BotVersion_BotVersionLocaleDetails = createProperty("AWS::Lex::BotV
|
|
|
3453
3503
|
export const BotVersion_BotVersionLocaleSpecification = createProperty("AWS::Lex::BotVersion.BotVersionLocaleSpecification", "aws");
|
|
3454
3504
|
export const BotVersionLocaleDetails = createProperty("AWS::Lex::BotVersion.BotVersionLocaleDetails", "aws");
|
|
3455
3505
|
export const BotVersionLocaleSpecification = createProperty("AWS::Lex::BotVersion.BotVersionLocaleSpecification", "aws");
|
|
3456
|
-
export const BounceAction = createProperty("AWS::SES::ReceiptRule.BounceAction", "aws");
|
|
3457
3506
|
export const BoundingBox = createProperty("AWS::Rekognition::StreamProcessor.BoundingBox", "aws");
|
|
3458
3507
|
export const Branch_Backend = createProperty("AWS::Amplify::Branch.Backend", "aws");
|
|
3459
3508
|
export const Branch_BasicAuthConfig = createProperty("AWS::Amplify::Branch.BasicAuthConfig", "aws");
|
|
@@ -3486,12 +3535,16 @@ export const Broker_User = createProperty("AWS::AmazonMQ::Broker.User", "aws");
|
|
|
3486
3535
|
export const BrokerLogs = createProperty("AWS::MSK::Cluster.BrokerLogs", "aws");
|
|
3487
3536
|
export const BrokerNodeGroupInfo = createProperty("AWS::MSK::Cluster.BrokerNodeGroupInfo", "aws");
|
|
3488
3537
|
export const BrowserConfig = createProperty("AWS::Synthetics::Canary.BrowserConfig", "aws");
|
|
3538
|
+
export const BrowserCustom_BrowserEnterprisePolicy = createProperty("AWS::BedrockAgentCore::BrowserCustom.BrowserEnterprisePolicy", "aws");
|
|
3489
3539
|
export const BrowserCustom_BrowserNetworkConfiguration = createProperty("AWS::BedrockAgentCore::BrowserCustom.BrowserNetworkConfiguration", "aws");
|
|
3490
3540
|
export const BrowserCustom_BrowserSigning = createProperty("AWS::BedrockAgentCore::BrowserCustom.BrowserSigning", "aws");
|
|
3491
3541
|
export const BrowserCustom_BrowserSummary = createProperty("AWS::BedrockAgentCore::BrowserCustom.BrowserSummary", "aws");
|
|
3542
|
+
export const BrowserCustom_Certificate = createProperty("AWS::BedrockAgentCore::BrowserCustom.Certificate", "aws");
|
|
3543
|
+
export const BrowserCustom_CertificateLocation = createProperty("AWS::BedrockAgentCore::BrowserCustom.CertificateLocation", "aws");
|
|
3492
3544
|
export const BrowserCustom_RecordingConfig = createProperty("AWS::BedrockAgentCore::BrowserCustom.RecordingConfig", "aws");
|
|
3493
3545
|
export const BrowserCustom_S3Location = createProperty("AWS::BedrockAgentCore::BrowserCustom.S3Location", "aws");
|
|
3494
3546
|
export const BrowserCustom_VpcConfig = createProperty("AWS::BedrockAgentCore::BrowserCustom.VpcConfig", "aws");
|
|
3547
|
+
export const BrowserEnterprisePolicy = createProperty("AWS::BedrockAgentCore::BrowserCustom.BrowserEnterprisePolicy", "aws");
|
|
3495
3548
|
export const BrowserExtensionConfiguration = createProperty("AWS::QBusiness::WebExperience.BrowserExtensionConfiguration", "aws");
|
|
3496
3549
|
export const BrowserNetworkConfiguration = createProperty("AWS::BedrockAgentCore::BrowserCustom.BrowserNetworkConfiguration", "aws");
|
|
3497
3550
|
export const BrowserProfile_BrowserProfileSummary = createProperty("AWS::BedrockAgentCore::BrowserProfile.BrowserProfileSummary", "aws");
|
|
@@ -3611,6 +3664,7 @@ export const CaCertificatesBundleSource = createProperty("AWS::CloudFront::Trust
|
|
|
3611
3664
|
export const CacheBehaviorPerPath = createProperty("AWS::Lightsail::Distribution.CacheBehaviorPerPath", "aws");
|
|
3612
3665
|
export const CacheCluster_CloudWatchLogsDestinationDetails = createProperty("AWS::ElastiCache::CacheCluster.CloudWatchLogsDestinationDetails", "aws");
|
|
3613
3666
|
export const CacheCluster_DestinationDetails = createProperty("AWS::ElastiCache::CacheCluster.DestinationDetails", "aws");
|
|
3667
|
+
export const CacheCluster_Endpoint = createProperty("AWS::ElastiCache::CacheCluster.Endpoint", "aws");
|
|
3614
3668
|
export const CacheCluster_KinesisFirehoseDestinationDetails = createProperty("AWS::ElastiCache::CacheCluster.KinesisFirehoseDestinationDetails", "aws");
|
|
3615
3669
|
export const CacheCluster_LogDeliveryConfigurationRequest = createProperty("AWS::ElastiCache::CacheCluster.LogDeliveryConfigurationRequest", "aws");
|
|
3616
3670
|
export const CacheCluster_Tag = createProperty("AWS::ElastiCache::CacheCluster.Tag", "aws");
|
|
@@ -3622,6 +3676,7 @@ export const CachePolicy_ParametersInCacheKeyAndForwardedToOrigin = createProper
|
|
|
3622
3676
|
export const CachePolicy_QueryStringsConfig = createProperty("AWS::CloudFront::CachePolicy.QueryStringsConfig", "aws");
|
|
3623
3677
|
export const CachePolicyConfig = createProperty("AWS::CloudFront::CachePolicy.CachePolicyConfig", "aws");
|
|
3624
3678
|
export const CacheSettings = createProperty("AWS::Lightsail::Distribution.CacheSettings", "aws");
|
|
3679
|
+
export const CacheTagConfig = createProperty("AWS::CloudFront::Distribution.CacheTagConfig", "aws");
|
|
3625
3680
|
export const CacheUsageLimits = createProperty("AWS::ElastiCache::ServerlessCache.CacheUsageLimits", "aws");
|
|
3626
3681
|
export const CachingConfig = createProperty("AWS::AppSync::Resolver.CachingConfig", "aws");
|
|
3627
3682
|
export const CalculatedAttributeDefinition_AttributeDetails = createProperty("AWS::CustomerProfiles::CalculatedAttributeDefinition.AttributeDetails", "aws");
|
|
@@ -3759,6 +3814,7 @@ export const CertificateProvider_Tag = createProperty("AWS::IoT::CertificateProv
|
|
|
3759
3814
|
export const CertificateSettings = createProperty("AWS::Amplify::Domain.CertificateSettings", "aws");
|
|
3760
3815
|
export const CertificateValidity = createProperty("AWS::PCAConnectorAD::Template.CertificateValidity", "aws");
|
|
3761
3816
|
export const CfDistribution_CacheBehavior = createProperty("AWS::CloudFront::Distribution.CacheBehavior", "aws");
|
|
3817
|
+
export const CfDistribution_CacheTagConfig = createProperty("AWS::CloudFront::Distribution.CacheTagConfig", "aws");
|
|
3762
3818
|
export const CfDistribution_ConnectionFunctionAssociation = createProperty("AWS::CloudFront::Distribution.ConnectionFunctionAssociation", "aws");
|
|
3763
3819
|
export const CfDistribution_Cookies = createProperty("AWS::CloudFront::Distribution.Cookies", "aws");
|
|
3764
3820
|
export const CfDistribution_CustomErrorResponse = createProperty("AWS::CloudFront::Distribution.CustomErrorResponse", "aws");
|
|
@@ -3794,6 +3850,7 @@ export const CfDistribution_VpcOriginConfig = createProperty("AWS::CloudFront::D
|
|
|
3794
3850
|
export const CfFunction_FunctionConfig = createProperty("AWS::CloudFront::Function.FunctionConfig", "aws");
|
|
3795
3851
|
export const CfFunction_FunctionMetadata = createProperty("AWS::CloudFront::Function.FunctionMetadata", "aws");
|
|
3796
3852
|
export const CfFunction_KeyValueStoreAssociation = createProperty("AWS::CloudFront::Function.KeyValueStoreAssociation", "aws");
|
|
3853
|
+
export const CfFunction_Tag = createProperty("AWS::CloudFront::Function.Tag", "aws");
|
|
3797
3854
|
export const CFNActions = createProperty("AWS::GuardDuty::MalwareProtectionPlan.CFNActions", "aws");
|
|
3798
3855
|
export const CFNDataSourceConfigurations = createProperty("AWS::GuardDuty::Detector.CFNDataSourceConfigurations", "aws");
|
|
3799
3856
|
export const CFNDestinationProperties = createProperty("AWS::GuardDuty::PublishingDestination.CFNDestinationProperties", "aws");
|
|
@@ -3813,6 +3870,7 @@ export const CfPublicKey_PublicKeyConfig = createProperty("AWS::CloudFront::Publ
|
|
|
3813
3870
|
export const CfTrustStore_CaCertificatesBundleS3Location = createProperty("AWS::CloudFront::TrustStore.CaCertificatesBundleS3Location", "aws");
|
|
3814
3871
|
export const CfTrustStore_CaCertificatesBundleSource = createProperty("AWS::CloudFront::TrustStore.CaCertificatesBundleSource", "aws");
|
|
3815
3872
|
export const CfTrustStore_Tag = createProperty("AWS::CloudFront::TrustStore.Tag", "aws");
|
|
3873
|
+
export const CgroupCustomSetting = createProperty("AWS::PCS::Cluster.CgroupCustomSetting", "aws");
|
|
3816
3874
|
export const ChannelEngineVersionRequest = createProperty("AWS::MediaLive::Channel.ChannelEngineVersionRequest", "aws");
|
|
3817
3875
|
export const ChannelGroup_Tag = createProperty("AWS::MediaPackageV2::ChannelGroup.Tag", "aws");
|
|
3818
3876
|
export const ChannelLabelingConfiguration = createProperty("AWS::Bedrock::DataAutomationProject.ChannelLabelingConfiguration", "aws");
|
|
@@ -3865,6 +3923,7 @@ export const ClientParameters = createProperty("AWS::Events::Connection.ClientPa
|
|
|
3865
3923
|
export const ClientPolicy = createProperty("AWS::AppMesh::VirtualNode.ClientPolicy", "aws");
|
|
3866
3924
|
export const ClientPolicyTls = createProperty("AWS::AppMesh::VirtualNode.ClientPolicyTls", "aws");
|
|
3867
3925
|
export const ClientRouteEnforcementOptions = createProperty("AWS::EC2::ClientVpnEndpoint.ClientRouteEnforcementOptions", "aws");
|
|
3926
|
+
export const ClientSecretArn = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.ClientSecretArn", "aws");
|
|
3868
3927
|
export const ClientSideAction = createProperty("AWS::WAFv2::WebACL.ClientSideAction", "aws");
|
|
3869
3928
|
export const ClientSideActionConfig = createProperty("AWS::WAFv2::WebACL.ClientSideActionConfig", "aws");
|
|
3870
3929
|
export const ClientTlsCertificate = createProperty("AWS::AppMesh::VirtualNode.ClientTlsCertificate", "aws");
|
|
@@ -3878,6 +3937,7 @@ export const ClientVpnEndpoint_DirectoryServiceAuthenticationRequest = createPro
|
|
|
3878
3937
|
export const ClientVpnEndpoint_FederatedAuthenticationRequest = createProperty("AWS::EC2::ClientVpnEndpoint.FederatedAuthenticationRequest", "aws");
|
|
3879
3938
|
export const ClientVpnEndpoint_Tag = createProperty("AWS::EC2::ClientVpnEndpoint.Tag", "aws");
|
|
3880
3939
|
export const ClientVpnEndpoint_TagSpecification = createProperty("AWS::EC2::ClientVpnEndpoint.TagSpecification", "aws");
|
|
3940
|
+
export const ClientVpnEndpoint_TransitGatewayConfiguration = createProperty("AWS::EC2::ClientVpnEndpoint.TransitGatewayConfiguration", "aws");
|
|
3881
3941
|
export const ClippingConfig = createProperty("AWS::ElementalInference::Feed.ClippingConfig", "aws");
|
|
3882
3942
|
export const CloudAutonomousVmCluster_IamRole = createProperty("AWS::ODB::CloudAutonomousVmCluster.IamRole", "aws");
|
|
3883
3943
|
export const CloudAutonomousVmCluster_MaintenanceWindow = createProperty("AWS::ODB::CloudAutonomousVmCluster.MaintenanceWindow", "aws");
|
|
@@ -3909,10 +3969,10 @@ export const CloudVmCluster_Tag = createProperty("AWS::ODB::CloudVmCluster.Tag",
|
|
|
3909
3969
|
export const CloudwatchAlarmAction = createProperty("AWS::IoT::TopicRule.CloudwatchAlarmAction", "aws");
|
|
3910
3970
|
export const CloudWatchDashboard = createProperty("AWS::FIS::ExperimentTemplate.CloudWatchDashboard", "aws");
|
|
3911
3971
|
export const CloudWatchEncryption = createProperty("AWS::Glue::SecurityConfiguration.CloudWatchEncryption", "aws");
|
|
3972
|
+
export const CloudWatchLog = createProperty("AWS::SecurityAgent::Pentest.CloudWatchLog", "aws");
|
|
3912
3973
|
export const CloudWatchLoggingOption = createProperty("AWS::KinesisAnalyticsV2::ApplicationCloudWatchLoggingOption.CloudWatchLoggingOption", "aws");
|
|
3913
3974
|
export const CloudWatchLoggingOptions = createProperty("AWS::KinesisFirehose::DeliveryStream.CloudWatchLoggingOptions", "aws");
|
|
3914
3975
|
export const CloudwatchLogOptionsSpecification = createProperty("AWS::EC2::VPNConnection.CloudwatchLogOptionsSpecification", "aws");
|
|
3915
|
-
export const CloudWatchLogs = createProperty("AWS::MSK::Cluster.CloudWatchLogs", "aws");
|
|
3916
3976
|
export const CloudwatchLogsAction = createProperty("AWS::IoT::TopicRule.CloudwatchLogsAction", "aws");
|
|
3917
3977
|
export const CloudWatchLogsConfig = createProperty("AWS::CodeBuild::Project.CloudWatchLogsConfig", "aws");
|
|
3918
3978
|
export const CloudWatchLogsConfiguration = createProperty("AWS::Cognito::LogDeliveryConfiguration.CloudWatchLogsConfiguration", "aws");
|
|
@@ -3955,6 +4015,7 @@ export const CmafIngestOutputSettings = createProperty("AWS::MediaLive::Channel.
|
|
|
3955
4015
|
export const Code = createProperty("AWS::Lambda::Function.Code", "aws");
|
|
3956
4016
|
export const CodeArtifactDomain_Tag = createProperty("AWS::CodeArtifact::Domain.Tag", "aws");
|
|
3957
4017
|
export const CodeArtifactRepository_Tag = createProperty("AWS::CodeArtifact::Repository.Tag", "aws");
|
|
4018
|
+
export const CodeBasedEvaluatorConfig = createProperty("AWS::BedrockAgentCore::Evaluator.CodeBasedEvaluatorConfig", "aws");
|
|
3958
4019
|
export const CodeBuildFleet_ComputeConfiguration = createProperty("AWS::CodeBuild::Fleet.ComputeConfiguration", "aws");
|
|
3959
4020
|
export const CodeBuildFleet_FleetProxyRule = createProperty("AWS::CodeBuild::Fleet.FleetProxyRule", "aws");
|
|
3960
4021
|
export const CodeBuildFleet_ProxyConfiguration = createProperty("AWS::CodeBuild::Fleet.ProxyConfiguration", "aws");
|
|
@@ -3994,6 +4055,8 @@ export const CodeConnectionsConnection_Tag = createProperty("AWS::CodeConnection
|
|
|
3994
4055
|
export const CodeContent = createProperty("AWS::KinesisAnalyticsV2::Application.CodeContent", "aws");
|
|
3995
4056
|
export const CodeDeployApplication_Tag = createProperty("AWS::CodeDeploy::Application.Tag", "aws");
|
|
3996
4057
|
export const CodeEditorAppImageConfig = createProperty("AWS::SageMaker::AppImageConfig.CodeEditorAppImageConfig", "aws");
|
|
4058
|
+
export const CodeInterpreterCustom_Certificate = createProperty("AWS::BedrockAgentCore::CodeInterpreterCustom.Certificate", "aws");
|
|
4059
|
+
export const CodeInterpreterCustom_CertificateLocation = createProperty("AWS::BedrockAgentCore::CodeInterpreterCustom.CertificateLocation", "aws");
|
|
3997
4060
|
export const CodeInterpreterCustom_CodeInterpreterNetworkConfiguration = createProperty("AWS::BedrockAgentCore::CodeInterpreterCustom.CodeInterpreterNetworkConfiguration", "aws");
|
|
3998
4061
|
export const CodeInterpreterCustom_CodeInterpreterSummary = createProperty("AWS::BedrockAgentCore::CodeInterpreterCustom.CodeInterpreterSummary", "aws");
|
|
3999
4062
|
export const CodeInterpreterCustom_VpcConfig = createProperty("AWS::BedrockAgentCore::CodeInterpreterCustom.VpcConfig", "aws");
|
|
@@ -4027,6 +4090,7 @@ export const CodePipelinePipeline_Tag = createProperty("AWS::CodePipeline::Pipel
|
|
|
4027
4090
|
export const CodePipelinePipeline_VariableDeclaration = createProperty("AWS::CodePipeline::Pipeline.VariableDeclaration", "aws");
|
|
4028
4091
|
export const CodeRepository_GitConfig = createProperty("AWS::SageMaker::CodeRepository.GitConfig", "aws");
|
|
4029
4092
|
export const CodeRepository_Tag = createProperty("AWS::SageMaker::CodeRepository.Tag", "aws");
|
|
4093
|
+
export const CodeReviewSettings = createProperty("AWS::SecurityAgent::AgentSpace.CodeReviewSettings", "aws");
|
|
4030
4094
|
export const CodeSecurityIntegration_CreateDetails = createProperty("AWS::InspectorV2::CodeSecurityIntegration.CreateDetails", "aws");
|
|
4031
4095
|
export const CodeSecurityIntegration_CreateGitLabSelfManagedIntegrationDetail = createProperty("AWS::InspectorV2::CodeSecurityIntegration.CreateGitLabSelfManagedIntegrationDetail", "aws");
|
|
4032
4096
|
export const CodeSecurityIntegration_UpdateDetails = createProperty("AWS::InspectorV2::CodeSecurityIntegration.UpdateDetails", "aws");
|
|
@@ -4322,6 +4386,7 @@ export const ConnectCampaignsV2Campaign_DailyHour = createProperty("AWS::Connect
|
|
|
4322
4386
|
export const ConnectCampaignsV2Campaign_EmailChannelSubtypeConfig = createProperty("AWS::ConnectCampaignsV2::Campaign.EmailChannelSubtypeConfig", "aws");
|
|
4323
4387
|
export const ConnectCampaignsV2Campaign_EmailOutboundConfig = createProperty("AWS::ConnectCampaignsV2::Campaign.EmailOutboundConfig", "aws");
|
|
4324
4388
|
export const ConnectCampaignsV2Campaign_EmailOutboundMode = createProperty("AWS::ConnectCampaignsV2::Campaign.EmailOutboundMode", "aws");
|
|
4389
|
+
export const ConnectCampaignsV2Campaign_EntryLimitsConfig = createProperty("AWS::ConnectCampaignsV2::Campaign.EntryLimitsConfig", "aws");
|
|
4325
4390
|
export const ConnectCampaignsV2Campaign_EventTrigger = createProperty("AWS::ConnectCampaignsV2::Campaign.EventTrigger", "aws");
|
|
4326
4391
|
export const ConnectCampaignsV2Campaign_LocalTimeZoneConfig = createProperty("AWS::ConnectCampaignsV2::Campaign.LocalTimeZoneConfig", "aws");
|
|
4327
4392
|
export const ConnectCampaignsV2Campaign_OpenHours = createProperty("AWS::ConnectCampaignsV2::Campaign.OpenHours", "aws");
|
|
@@ -4351,7 +4416,6 @@ export const ConnectInstance_Tag = createProperty("AWS::Connect::Instance.Tag",
|
|
|
4351
4416
|
export const ConnectionAlias_ConnectionAliasAssociation = createProperty("AWS::WorkSpaces::ConnectionAlias.ConnectionAliasAssociation", "aws");
|
|
4352
4417
|
export const ConnectionAlias_Tag = createProperty("AWS::WorkSpaces::ConnectionAlias.Tag", "aws");
|
|
4353
4418
|
export const ConnectionAliasAssociation = createProperty("AWS::WorkSpaces::ConnectionAlias.ConnectionAliasAssociation", "aws");
|
|
4354
|
-
export const ConnectionConfiguration = createProperty("AWS::Kendra::DataSource.ConnectionConfiguration", "aws");
|
|
4355
4419
|
export const ConnectionDrainingPolicy = createProperty("AWS::ElasticLoadBalancing::LoadBalancer.ConnectionDrainingPolicy", "aws");
|
|
4356
4420
|
export const ConnectionFunction_ConnectionFunctionConfig = createProperty("AWS::CloudFront::ConnectionFunction.ConnectionFunctionConfig", "aws");
|
|
4357
4421
|
export const ConnectionFunction_KeyValueStoreAssociation = createProperty("AWS::CloudFront::ConnectionFunction.KeyValueStoreAssociation", "aws");
|
|
@@ -4610,6 +4674,7 @@ export const CreateProjectFromProjectProfilePolicyGrantDetail = createProperty("
|
|
|
4610
4674
|
export const CreateProjectPolicyGrantDetail = createProperty("AWS::DataZone::PolicyGrant.CreateProjectPolicyGrantDetail", "aws");
|
|
4611
4675
|
export const CreateRule = createProperty("AWS::DLM::LifecyclePolicy.CreateRule", "aws");
|
|
4612
4676
|
export const CreationInfo = createProperty("AWS::EFS::AccessPoint.CreationInfo", "aws");
|
|
4677
|
+
export const CreationPermissions = createProperty("AWS::S3Files::AccessPoint.CreationPermissions", "aws");
|
|
4613
4678
|
export const Credential = createProperty("AWS::SystemsManagerSAP::Application.Credential", "aws");
|
|
4614
4679
|
export const CredentialPair = createProperty("AWS::QuickSight::DataSource.CredentialPair", "aws");
|
|
4615
4680
|
export const CredentialProviderConfiguration = createProperty("AWS::BedrockAgentCore::GatewayTarget.CredentialProviderConfiguration", "aws");
|
|
@@ -4668,6 +4733,7 @@ export const CustomEntityConfig = createProperty("AWS::CleanRoomsML::ConfiguredM
|
|
|
4668
4733
|
export const CustomerContact = createProperty("AWS::ODB::CloudExadataInfrastructure.CustomerContact", "aws");
|
|
4669
4734
|
export const CustomerContentEncryptionConfiguration = createProperty("AWS::Athena::WorkGroup.CustomerContentEncryptionConfiguration", "aws");
|
|
4670
4735
|
export const CustomerGateway_Tag = createProperty("AWS::EC2::CustomerGateway.Tag", "aws");
|
|
4736
|
+
export const CustomerManagedAutoScalingConfiguration = createProperty("AWS::Deadline::Fleet.CustomerManagedAutoScalingConfiguration", "aws");
|
|
4671
4737
|
export const CustomerManagedFleetConfiguration = createProperty("AWS::Deadline::Fleet.CustomerManagedFleetConfiguration", "aws");
|
|
4672
4738
|
export const CustomerManagedPolicyReference = createProperty("AWS::SSO::PermissionSet.CustomerManagedPolicyReference", "aws");
|
|
4673
4739
|
export const CustomerManagedS3Storage = createProperty("AWS::IoTAnalytics::Datastore.CustomerManagedS3Storage", "aws");
|
|
@@ -4710,7 +4776,6 @@ export const CustomErrorResponse = createProperty("AWS::CloudFront::Distribution
|
|
|
4710
4776
|
export const CustomEvents = createProperty("AWS::RUM::AppMonitor.CustomEvents", "aws");
|
|
4711
4777
|
export const CustomExtension = createProperty("AWS::ACMPCA::Certificate.CustomExtension", "aws");
|
|
4712
4778
|
export const CustomFileSystem = createProperty("AWS::SageMaker::Space.CustomFileSystem", "aws");
|
|
4713
|
-
export const CustomHeader = createProperty("AWS::CloudFront::ResponseHeadersPolicy.CustomHeader", "aws");
|
|
4714
4779
|
export const CustomHeadersConfig = createProperty("AWS::CloudFront::ResponseHeadersPolicy.CustomHeadersConfig", "aws");
|
|
4715
4780
|
export const CustomImageContainerEnvironmentVariable = createProperty("AWS::SageMaker::AppImageConfig.CustomImageContainerEnvironmentVariable", "aws");
|
|
4716
4781
|
export const CustomInstructions = createProperty("AWS::QuickSight::Topic.CustomInstructions", "aws");
|
|
@@ -4730,6 +4795,7 @@ export const CustomLineItemPercentageChargeDetails = createProperty("AWS::Billin
|
|
|
4730
4795
|
export const CustomLogSource = createProperty("AWS::SecurityLake::Subscriber.CustomLogSource", "aws");
|
|
4731
4796
|
export const CustomMemoryStrategy = createProperty("AWS::BedrockAgentCore::Memory.CustomMemoryStrategy", "aws");
|
|
4732
4797
|
export const CustomMetric_Tag = createProperty("AWS::IoT::CustomMetric.Tag", "aws");
|
|
4798
|
+
export const CustomOauth2ProviderConfigInput = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.CustomOauth2ProviderConfigInput", "aws");
|
|
4733
4799
|
export const CustomOrchestration = createProperty("AWS::Bedrock::Agent.CustomOrchestration", "aws");
|
|
4734
4800
|
export const CustomOriginConfig = createProperty("AWS::CloudFront::Distribution.CustomOriginConfig", "aws");
|
|
4735
4801
|
export const CustomOutputConfiguration = createProperty("AWS::Bedrock::DataAutomationProject.CustomOutputConfiguration", "aws");
|
|
@@ -4761,6 +4827,32 @@ export const CwAnomalyDetector_MetricMathAnomalyDetector = createProperty("AWS::
|
|
|
4761
4827
|
export const CwAnomalyDetector_MetricStat = createProperty("AWS::CloudWatch::AnomalyDetector.MetricStat", "aws");
|
|
4762
4828
|
export const CwAnomalyDetector_Range = createProperty("AWS::CloudWatch::AnomalyDetector.Range", "aws");
|
|
4763
4829
|
export const CwAnomalyDetector_SingleMetricAnomalyDetector = createProperty("AWS::CloudWatch::AnomalyDetector.SingleMetricAnomalyDetector", "aws");
|
|
4830
|
+
export const Daemon_DaemonAlarmConfiguration = createProperty("AWS::ECS::Daemon.DaemonAlarmConfiguration", "aws");
|
|
4831
|
+
export const Daemon_DaemonDeploymentConfiguration = createProperty("AWS::ECS::Daemon.DaemonDeploymentConfiguration", "aws");
|
|
4832
|
+
export const Daemon_Tag = createProperty("AWS::ECS::Daemon.Tag", "aws");
|
|
4833
|
+
export const DaemonAlarmConfiguration = createProperty("AWS::ECS::Daemon.DaemonAlarmConfiguration", "aws");
|
|
4834
|
+
export const DaemonContainerDefinition = createProperty("AWS::ECS::DaemonTaskDefinition.DaemonContainerDefinition", "aws");
|
|
4835
|
+
export const DaemonDeploymentConfiguration = createProperty("AWS::ECS::Daemon.DaemonDeploymentConfiguration", "aws");
|
|
4836
|
+
export const DaemonTaskDefinition_ContainerDependency = createProperty("AWS::ECS::DaemonTaskDefinition.ContainerDependency", "aws");
|
|
4837
|
+
export const DaemonTaskDefinition_DaemonContainerDefinition = createProperty("AWS::ECS::DaemonTaskDefinition.DaemonContainerDefinition", "aws");
|
|
4838
|
+
export const DaemonTaskDefinition_Device = createProperty("AWS::ECS::DaemonTaskDefinition.Device", "aws");
|
|
4839
|
+
export const DaemonTaskDefinition_EnvironmentFile = createProperty("AWS::ECS::DaemonTaskDefinition.EnvironmentFile", "aws");
|
|
4840
|
+
export const DaemonTaskDefinition_FirelensConfiguration = createProperty("AWS::ECS::DaemonTaskDefinition.FirelensConfiguration", "aws");
|
|
4841
|
+
export const DaemonTaskDefinition_HealthCheck = createProperty("AWS::ECS::DaemonTaskDefinition.HealthCheck", "aws");
|
|
4842
|
+
export const DaemonTaskDefinition_HostVolumeProperties = createProperty("AWS::ECS::DaemonTaskDefinition.HostVolumeProperties", "aws");
|
|
4843
|
+
export const DaemonTaskDefinition_KernelCapabilities = createProperty("AWS::ECS::DaemonTaskDefinition.KernelCapabilities", "aws");
|
|
4844
|
+
export const DaemonTaskDefinition_KeyValuePair = createProperty("AWS::ECS::DaemonTaskDefinition.KeyValuePair", "aws");
|
|
4845
|
+
export const DaemonTaskDefinition_LinuxParameters = createProperty("AWS::ECS::DaemonTaskDefinition.LinuxParameters", "aws");
|
|
4846
|
+
export const DaemonTaskDefinition_LogConfiguration = createProperty("AWS::ECS::DaemonTaskDefinition.LogConfiguration", "aws");
|
|
4847
|
+
export const DaemonTaskDefinition_MountPoint = createProperty("AWS::ECS::DaemonTaskDefinition.MountPoint", "aws");
|
|
4848
|
+
export const DaemonTaskDefinition_RepositoryCredentials = createProperty("AWS::ECS::DaemonTaskDefinition.RepositoryCredentials", "aws");
|
|
4849
|
+
export const DaemonTaskDefinition_RestartPolicy = createProperty("AWS::ECS::DaemonTaskDefinition.RestartPolicy", "aws");
|
|
4850
|
+
export const DaemonTaskDefinition_Secret = createProperty("AWS::ECS::DaemonTaskDefinition.Secret", "aws");
|
|
4851
|
+
export const DaemonTaskDefinition_SystemControl = createProperty("AWS::ECS::DaemonTaskDefinition.SystemControl", "aws");
|
|
4852
|
+
export const DaemonTaskDefinition_Tag = createProperty("AWS::ECS::DaemonTaskDefinition.Tag", "aws");
|
|
4853
|
+
export const DaemonTaskDefinition_Tmpfs = createProperty("AWS::ECS::DaemonTaskDefinition.Tmpfs", "aws");
|
|
4854
|
+
export const DaemonTaskDefinition_Ulimit = createProperty("AWS::ECS::DaemonTaskDefinition.Ulimit", "aws");
|
|
4855
|
+
export const DaemonTaskDefinition_Volume = createProperty("AWS::ECS::DaemonTaskDefinition.Volume", "aws");
|
|
4764
4856
|
export const DailyHour = createProperty("AWS::ConnectCampaignsV2::Campaign.DailyHour", "aws");
|
|
4765
4857
|
export const DailySchedule = createProperty("AWS::InspectorV2::CisScanConfiguration.DailySchedule", "aws");
|
|
4766
4858
|
export const DailySetting = createProperty("AWS::SSMContacts::Rotation.DailySetting", "aws");
|
|
@@ -4795,6 +4887,9 @@ export const DataAccessor_Tag = createProperty("AWS::QBusiness::DataAccessor.Tag
|
|
|
4795
4887
|
export const DataAccessorAuthenticationDetail = createProperty("AWS::QBusiness::DataAccessor.DataAccessorAuthenticationDetail", "aws");
|
|
4796
4888
|
export const DataAccessorIdcTrustedTokenIssuerConfiguration = createProperty("AWS::QBusiness::DataAccessor.DataAccessorIdcTrustedTokenIssuerConfiguration", "aws");
|
|
4797
4889
|
export const DataAggregation = createProperty("AWS::QuickSight::Topic.DataAggregation", "aws");
|
|
4890
|
+
export const DataAutomationLibrary_EncryptionConfiguration = createProperty("AWS::Bedrock::DataAutomationLibrary.EncryptionConfiguration", "aws");
|
|
4891
|
+
export const DataAutomationLibrary_EntityTypeInfo = createProperty("AWS::Bedrock::DataAutomationLibrary.EntityTypeInfo", "aws");
|
|
4892
|
+
export const DataAutomationLibrary_Tag = createProperty("AWS::Bedrock::DataAutomationLibrary.Tag", "aws");
|
|
4798
4893
|
export const DataAutomationProject_AudioExtractionCategory = createProperty("AWS::Bedrock::DataAutomationProject.AudioExtractionCategory", "aws");
|
|
4799
4894
|
export const DataAutomationProject_AudioExtractionCategoryTypeConfiguration = createProperty("AWS::Bedrock::DataAutomationProject.AudioExtractionCategoryTypeConfiguration", "aws");
|
|
4800
4895
|
export const DataAutomationProject_AudioLanguageConfiguration = createProperty("AWS::Bedrock::DataAutomationProject.AudioLanguageConfiguration", "aws");
|
|
@@ -5166,11 +5261,13 @@ export const DataZoneConnection_AuthenticationConfigurationInput = createPropert
|
|
|
5166
5261
|
export const DataZoneConnection_AuthorizationCodeProperties = createProperty("AWS::DataZone::Connection.AuthorizationCodeProperties", "aws");
|
|
5167
5262
|
export const DataZoneConnection_AwsLocation = createProperty("AWS::DataZone::Connection.AwsLocation", "aws");
|
|
5168
5263
|
export const DataZoneConnection_BasicAuthenticationCredentials = createProperty("AWS::DataZone::Connection.BasicAuthenticationCredentials", "aws");
|
|
5264
|
+
export const DataZoneConnection_ConnectionConfiguration = createProperty("AWS::DataZone::Connection.ConnectionConfiguration", "aws");
|
|
5169
5265
|
export const DataZoneConnection_GlueConnectionInput = createProperty("AWS::DataZone::Connection.GlueConnectionInput", "aws");
|
|
5170
5266
|
export const DataZoneConnection_GlueOAuth2Credentials = createProperty("AWS::DataZone::Connection.GlueOAuth2Credentials", "aws");
|
|
5171
5267
|
export const DataZoneConnection_GluePropertiesInput = createProperty("AWS::DataZone::Connection.GluePropertiesInput", "aws");
|
|
5172
5268
|
export const DataZoneConnection_HyperPodPropertiesInput = createProperty("AWS::DataZone::Connection.HyperPodPropertiesInput", "aws");
|
|
5173
5269
|
export const DataZoneConnection_IamPropertiesInput = createProperty("AWS::DataZone::Connection.IamPropertiesInput", "aws");
|
|
5270
|
+
export const DataZoneConnection_LakehousePropertiesInput = createProperty("AWS::DataZone::Connection.LakehousePropertiesInput", "aws");
|
|
5174
5271
|
export const DataZoneConnection_LineageSyncSchedule = createProperty("AWS::DataZone::Connection.LineageSyncSchedule", "aws");
|
|
5175
5272
|
export const DataZoneConnection_MlflowPropertiesInput = createProperty("AWS::DataZone::Connection.MlflowPropertiesInput", "aws");
|
|
5176
5273
|
export const DataZoneConnection_OAuth2ClientApplication = createProperty("AWS::DataZone::Connection.OAuth2ClientApplication", "aws");
|
|
@@ -5183,6 +5280,7 @@ export const DataZoneConnection_SparkEmrPropertiesInput = createProperty("AWS::D
|
|
|
5183
5280
|
export const DataZoneConnection_SparkGlueArgs = createProperty("AWS::DataZone::Connection.SparkGlueArgs", "aws");
|
|
5184
5281
|
export const DataZoneConnection_SparkGluePropertiesInput = createProperty("AWS::DataZone::Connection.SparkGluePropertiesInput", "aws");
|
|
5185
5282
|
export const DataZoneConnection_UsernamePassword = createProperty("AWS::DataZone::Connection.UsernamePassword", "aws");
|
|
5283
|
+
export const DataZoneConnection_WorkflowsMwaaPropertiesInput = createProperty("AWS::DataZone::Connection.WorkflowsMwaaPropertiesInput", "aws");
|
|
5186
5284
|
export const DataZoneDataSource_FilterExpression = createProperty("AWS::DataZone::DataSource.FilterExpression", "aws");
|
|
5187
5285
|
export const DataZoneDataSource_FormInput = createProperty("AWS::DataZone::DataSource.FormInput", "aws");
|
|
5188
5286
|
export const DataZoneDataSource_GlueRunConfigurationInput = createProperty("AWS::DataZone::DataSource.GlueRunConfigurationInput", "aws");
|
|
@@ -5202,7 +5300,10 @@ export const DataZoneProject_EnvironmentDeploymentDetails = createProperty("AWS:
|
|
|
5202
5300
|
export const DataZoneProject_EnvironmentError = createProperty("AWS::DataZone::Project.EnvironmentError", "aws");
|
|
5203
5301
|
export const DataZoneProject_EnvironmentParameter = createProperty("AWS::DataZone::Project.EnvironmentParameter", "aws");
|
|
5204
5302
|
export const DataZoneProject_EnvironmentResolvedAccount = createProperty("AWS::DataZone::Project.EnvironmentResolvedAccount", "aws");
|
|
5303
|
+
export const DataZoneProject_Member = createProperty("AWS::DataZone::Project.Member", "aws");
|
|
5205
5304
|
export const DataZoneProject_ProjectDeletionError = createProperty("AWS::DataZone::Project.ProjectDeletionError", "aws");
|
|
5305
|
+
export const DataZoneProject_ProjectMembershipAssignment = createProperty("AWS::DataZone::Project.ProjectMembershipAssignment", "aws");
|
|
5306
|
+
export const DataZoneProject_ResourceTag = createProperty("AWS::DataZone::Project.ResourceTag", "aws");
|
|
5206
5307
|
export const DataZoneUserProfile_IamUserProfileDetails = createProperty("AWS::DataZone::UserProfile.IamUserProfileDetails", "aws");
|
|
5207
5308
|
export const DataZoneUserProfile_SsoUserProfileDetails = createProperty("AWS::DataZone::UserProfile.SsoUserProfileDetails", "aws");
|
|
5208
5309
|
export const DateDimension = createProperty("AWS::CustomerProfiles::SegmentDefinition.DateDimension", "aws");
|
|
@@ -5240,6 +5341,7 @@ export const DeadlineFleet_AcceleratorCapabilities = createProperty("AWS::Deadli
|
|
|
5240
5341
|
export const DeadlineFleet_AcceleratorCountRange = createProperty("AWS::Deadline::Fleet.AcceleratorCountRange", "aws");
|
|
5241
5342
|
export const DeadlineFleet_AcceleratorSelection = createProperty("AWS::Deadline::Fleet.AcceleratorSelection", "aws");
|
|
5242
5343
|
export const DeadlineFleet_AcceleratorTotalMemoryMiBRange = createProperty("AWS::Deadline::Fleet.AcceleratorTotalMemoryMiBRange", "aws");
|
|
5344
|
+
export const DeadlineFleet_CustomerManagedAutoScalingConfiguration = createProperty("AWS::Deadline::Fleet.CustomerManagedAutoScalingConfiguration", "aws");
|
|
5243
5345
|
export const DeadlineFleet_CustomerManagedFleetConfiguration = createProperty("AWS::Deadline::Fleet.CustomerManagedFleetConfiguration", "aws");
|
|
5244
5346
|
export const DeadlineFleet_CustomerManagedWorkerCapabilities = createProperty("AWS::Deadline::Fleet.CustomerManagedWorkerCapabilities", "aws");
|
|
5245
5347
|
export const DeadlineFleet_Ec2EbsVolume = createProperty("AWS::Deadline::Fleet.Ec2EbsVolume", "aws");
|
|
@@ -5248,6 +5350,7 @@ export const DeadlineFleet_FleetAttributeCapability = createProperty("AWS::Deadl
|
|
|
5248
5350
|
export const DeadlineFleet_FleetCapabilities = createProperty("AWS::Deadline::Fleet.FleetCapabilities", "aws");
|
|
5249
5351
|
export const DeadlineFleet_HostConfiguration = createProperty("AWS::Deadline::Fleet.HostConfiguration", "aws");
|
|
5250
5352
|
export const DeadlineFleet_MemoryMiBRange = createProperty("AWS::Deadline::Fleet.MemoryMiBRange", "aws");
|
|
5353
|
+
export const DeadlineFleet_ServiceManagedEc2AutoScalingConfiguration = createProperty("AWS::Deadline::Fleet.ServiceManagedEc2AutoScalingConfiguration", "aws");
|
|
5251
5354
|
export const DeadlineFleet_ServiceManagedEc2FleetConfiguration = createProperty("AWS::Deadline::Fleet.ServiceManagedEc2FleetConfiguration", "aws");
|
|
5252
5355
|
export const DeadlineFleet_ServiceManagedEc2InstanceCapabilities = createProperty("AWS::Deadline::Fleet.ServiceManagedEc2InstanceCapabilities", "aws");
|
|
5253
5356
|
export const DeadlineFleet_ServiceManagedEc2InstanceMarketOptions = createProperty("AWS::Deadline::Fleet.ServiceManagedEc2InstanceMarketOptions", "aws");
|
|
@@ -5258,7 +5361,9 @@ export const DeadlineMonitor_Tag = createProperty("AWS::Deadline::Monitor.Tag",
|
|
|
5258
5361
|
export const DeadlineQueue_JobAttachmentSettings = createProperty("AWS::Deadline::Queue.JobAttachmentSettings", "aws");
|
|
5259
5362
|
export const DeadlineQueue_JobRunAsUser = createProperty("AWS::Deadline::Queue.JobRunAsUser", "aws");
|
|
5260
5363
|
export const DeadlineQueue_PosixUser = createProperty("AWS::Deadline::Queue.PosixUser", "aws");
|
|
5364
|
+
export const DeadlineQueue_PriorityBalancedSchedulingConfiguration = createProperty("AWS::Deadline::Queue.PriorityBalancedSchedulingConfiguration", "aws");
|
|
5261
5365
|
export const DeadlineQueue_Tag = createProperty("AWS::Deadline::Queue.Tag", "aws");
|
|
5366
|
+
export const DeadlineQueue_WeightedBalancedSchedulingConfiguration = createProperty("AWS::Deadline::Queue.WeightedBalancedSchedulingConfiguration", "aws");
|
|
5262
5367
|
export const DeadlineQueue_WindowsUser = createProperty("AWS::Deadline::Queue.WindowsUser", "aws");
|
|
5263
5368
|
export const DecimalDatasetParameter = createProperty("AWS::QuickSight::DataSet.DecimalDatasetParameter", "aws");
|
|
5264
5369
|
export const DecimalDatasetParameterDefaultValues = createProperty("AWS::QuickSight::DataSet.DecimalDatasetParameterDefaultValues", "aws");
|
|
@@ -5483,8 +5588,13 @@ export const DeviceProfile_Tag = createProperty("AWS::IoTWireless::DeviceProfile
|
|
|
5483
5588
|
export const DeviceRegistryEnrich = createProperty("AWS::IoTAnalytics::Pipeline.DeviceRegistryEnrich", "aws");
|
|
5484
5589
|
export const DeviceShadowEnrich = createProperty("AWS::IoTAnalytics::Pipeline.DeviceShadowEnrich", "aws");
|
|
5485
5590
|
export const DeviceUnderTest = createProperty("AWS::IoTCoreDeviceAdvisor::SuiteDefinition.DeviceUnderTest", "aws");
|
|
5591
|
+
export const DevOpsAgentAgentSpace_IamAuthConfiguration = createProperty("AWS::DevOpsAgent::AgentSpace.IamAuthConfiguration", "aws");
|
|
5592
|
+
export const DevOpsAgentAgentSpace_IdcAuthConfiguration = createProperty("AWS::DevOpsAgent::AgentSpace.IdcAuthConfiguration", "aws");
|
|
5593
|
+
export const DevOpsAgentAgentSpace_OperatorApp = createProperty("AWS::DevOpsAgent::AgentSpace.OperatorApp", "aws");
|
|
5594
|
+
export const DevOpsAgentAgentSpace_Tag = createProperty("AWS::DevOpsAgent::AgentSpace.Tag", "aws");
|
|
5486
5595
|
export const DevOpsAgentAssociation_AWSConfiguration = createProperty("AWS::DevOpsAgent::Association.AWSConfiguration", "aws");
|
|
5487
5596
|
export const DevOpsAgentAssociation_AWSResource = createProperty("AWS::DevOpsAgent::Association.AWSResource", "aws");
|
|
5597
|
+
export const DevOpsAgentAssociation_AzureConfiguration = createProperty("AWS::DevOpsAgent::Association.AzureConfiguration", "aws");
|
|
5488
5598
|
export const DevOpsAgentAssociation_DynatraceConfiguration = createProperty("AWS::DevOpsAgent::Association.DynatraceConfiguration", "aws");
|
|
5489
5599
|
export const DevOpsAgentAssociation_EventChannelConfiguration = createProperty("AWS::DevOpsAgent::Association.EventChannelConfiguration", "aws");
|
|
5490
5600
|
export const DevOpsAgentAssociation_GitHubConfiguration = createProperty("AWS::DevOpsAgent::Association.GitHubConfiguration", "aws");
|
|
@@ -5493,31 +5603,42 @@ export const DevOpsAgentAssociation_KeyValuePair = createProperty("AWS::DevOpsAg
|
|
|
5493
5603
|
export const DevOpsAgentAssociation_MCPServerConfiguration = createProperty("AWS::DevOpsAgent::Association.MCPServerConfiguration", "aws");
|
|
5494
5604
|
export const DevOpsAgentAssociation_MCPServerDatadogConfiguration = createProperty("AWS::DevOpsAgent::Association.MCPServerDatadogConfiguration", "aws");
|
|
5495
5605
|
export const DevOpsAgentAssociation_MCPServerNewRelicConfiguration = createProperty("AWS::DevOpsAgent::Association.MCPServerNewRelicConfiguration", "aws");
|
|
5606
|
+
export const DevOpsAgentAssociation_MCPServerSigV4Configuration = createProperty("AWS::DevOpsAgent::Association.MCPServerSigV4Configuration", "aws");
|
|
5496
5607
|
export const DevOpsAgentAssociation_MCPServerSplunkConfiguration = createProperty("AWS::DevOpsAgent::Association.MCPServerSplunkConfiguration", "aws");
|
|
5608
|
+
export const DevOpsAgentAssociation_PagerDutyConfiguration = createProperty("AWS::DevOpsAgent::Association.PagerDutyConfiguration", "aws");
|
|
5497
5609
|
export const DevOpsAgentAssociation_ServiceNowConfiguration = createProperty("AWS::DevOpsAgent::Association.ServiceNowConfiguration", "aws");
|
|
5498
5610
|
export const DevOpsAgentAssociation_SlackChannel = createProperty("AWS::DevOpsAgent::Association.SlackChannel", "aws");
|
|
5499
5611
|
export const DevOpsAgentAssociation_SlackConfiguration = createProperty("AWS::DevOpsAgent::Association.SlackConfiguration", "aws");
|
|
5500
5612
|
export const DevOpsAgentAssociation_SlackTransmissionTarget = createProperty("AWS::DevOpsAgent::Association.SlackTransmissionTarget", "aws");
|
|
5501
5613
|
export const DevOpsAgentAssociation_SourceAwsConfiguration = createProperty("AWS::DevOpsAgent::Association.SourceAwsConfiguration", "aws");
|
|
5502
5614
|
export const DevOpsAgentService_ApiKeyDetails = createProperty("AWS::DevOpsAgent::Service.ApiKeyDetails", "aws");
|
|
5615
|
+
export const DevOpsAgentService_AzureIdentityServiceDetails = createProperty("AWS::DevOpsAgent::Service.AzureIdentityServiceDetails", "aws");
|
|
5503
5616
|
export const DevOpsAgentService_BearerTokenDetails = createProperty("AWS::DevOpsAgent::Service.BearerTokenDetails", "aws");
|
|
5504
5617
|
export const DevOpsAgentService_DynatraceAuthorizationConfig = createProperty("AWS::DevOpsAgent::Service.DynatraceAuthorizationConfig", "aws");
|
|
5505
5618
|
export const DevOpsAgentService_DynatraceServiceDetails = createProperty("AWS::DevOpsAgent::Service.DynatraceServiceDetails", "aws");
|
|
5506
5619
|
export const DevOpsAgentService_GitLabDetails = createProperty("AWS::DevOpsAgent::Service.GitLabDetails", "aws");
|
|
5507
5620
|
export const DevOpsAgentService_MCPServerDetails = createProperty("AWS::DevOpsAgent::Service.MCPServerDetails", "aws");
|
|
5508
5621
|
export const DevOpsAgentService_MCPServerOAuthClientCredentialsConfig = createProperty("AWS::DevOpsAgent::Service.MCPServerOAuthClientCredentialsConfig", "aws");
|
|
5622
|
+
export const DevOpsAgentService_MCPServerSigV4AuthorizationConfig = createProperty("AWS::DevOpsAgent::Service.MCPServerSigV4AuthorizationConfig", "aws");
|
|
5623
|
+
export const DevOpsAgentService_MCPServerSigV4Details = createProperty("AWS::DevOpsAgent::Service.MCPServerSigV4Details", "aws");
|
|
5509
5624
|
export const DevOpsAgentService_MCPServerSplunkDetails = createProperty("AWS::DevOpsAgent::Service.MCPServerSplunkDetails", "aws");
|
|
5510
5625
|
export const DevOpsAgentService_NewRelicApiKeyConfig = createProperty("AWS::DevOpsAgent::Service.NewRelicApiKeyConfig", "aws");
|
|
5511
5626
|
export const DevOpsAgentService_NewRelicAuthorizationConfig = createProperty("AWS::DevOpsAgent::Service.NewRelicAuthorizationConfig", "aws");
|
|
5512
5627
|
export const DevOpsAgentService_NewRelicServiceDetails = createProperty("AWS::DevOpsAgent::Service.NewRelicServiceDetails", "aws");
|
|
5513
5628
|
export const DevOpsAgentService_OAuthClientDetails = createProperty("AWS::DevOpsAgent::Service.OAuthClientDetails", "aws");
|
|
5629
|
+
export const DevOpsAgentService_PagerDutyAuthorizationConfig = createProperty("AWS::DevOpsAgent::Service.PagerDutyAuthorizationConfig", "aws");
|
|
5630
|
+
export const DevOpsAgentService_PagerDutyDetails = createProperty("AWS::DevOpsAgent::Service.PagerDutyDetails", "aws");
|
|
5631
|
+
export const DevOpsAgentService_RegisteredAzureIdentityDetails = createProperty("AWS::DevOpsAgent::Service.RegisteredAzureIdentityDetails", "aws");
|
|
5514
5632
|
export const DevOpsAgentService_RegisteredDynatraceDetails = createProperty("AWS::DevOpsAgent::Service.RegisteredDynatraceDetails", "aws");
|
|
5515
5633
|
export const DevOpsAgentService_RegisteredGitLabServiceDetails = createProperty("AWS::DevOpsAgent::Service.RegisteredGitLabServiceDetails", "aws");
|
|
5516
5634
|
export const DevOpsAgentService_RegisteredMCPServerDetails = createProperty("AWS::DevOpsAgent::Service.RegisteredMCPServerDetails", "aws");
|
|
5635
|
+
export const DevOpsAgentService_RegisteredMCPServerSigV4Details = createProperty("AWS::DevOpsAgent::Service.RegisteredMCPServerSigV4Details", "aws");
|
|
5517
5636
|
export const DevOpsAgentService_RegisteredNewRelicDetails = createProperty("AWS::DevOpsAgent::Service.RegisteredNewRelicDetails", "aws");
|
|
5637
|
+
export const DevOpsAgentService_RegisteredPagerDutyDetails = createProperty("AWS::DevOpsAgent::Service.RegisteredPagerDutyDetails", "aws");
|
|
5518
5638
|
export const DevOpsAgentService_RegisteredServiceNowDetails = createProperty("AWS::DevOpsAgent::Service.RegisteredServiceNowDetails", "aws");
|
|
5519
5639
|
export const DevOpsAgentService_ServiceNowAuthorizationConfig = createProperty("AWS::DevOpsAgent::Service.ServiceNowAuthorizationConfig", "aws");
|
|
5520
5640
|
export const DevOpsAgentService_ServiceNowServiceDetails = createProperty("AWS::DevOpsAgent::Service.ServiceNowServiceDetails", "aws");
|
|
5641
|
+
export const DevOpsAgentService_Tag = createProperty("AWS::DevOpsAgent::Service.Tag", "aws");
|
|
5521
5642
|
export const DevOpsGuruNotificationChannel_NotificationChannelConfig = createProperty("AWS::DevOpsGuru::NotificationChannel.NotificationChannelConfig", "aws");
|
|
5522
5643
|
export const DevOpsGuruNotificationChannel_NotificationFilterConfig = createProperty("AWS::DevOpsGuru::NotificationChannel.NotificationFilterConfig", "aws");
|
|
5523
5644
|
export const DevOpsGuruNotificationChannel_SnsChannelConfig = createProperty("AWS::DevOpsGuru::NotificationChannel.SnsChannelConfig", "aws");
|
|
@@ -5537,7 +5658,10 @@ export const DirectConnectGatewayAttachment_ProposedSegmentChange = createProper
|
|
|
5537
5658
|
export const DirectConnectGatewayAttachment_Tag = createProperty("AWS::NetworkManager::DirectConnectGatewayAttachment.Tag", "aws");
|
|
5538
5659
|
export const DirectoryBucket_AbortIncompleteMultipartUpload = createProperty("AWS::S3Express::DirectoryBucket.AbortIncompleteMultipartUpload", "aws");
|
|
5539
5660
|
export const DirectoryBucket_BucketEncryption = createProperty("AWS::S3Express::DirectoryBucket.BucketEncryption", "aws");
|
|
5661
|
+
export const DirectoryBucket_Destination = createProperty("AWS::S3Express::DirectoryBucket.Destination", "aws");
|
|
5662
|
+
export const DirectoryBucket_InventoryConfiguration = createProperty("AWS::S3Express::DirectoryBucket.InventoryConfiguration", "aws");
|
|
5540
5663
|
export const DirectoryBucket_LifecycleConfiguration = createProperty("AWS::S3Express::DirectoryBucket.LifecycleConfiguration", "aws");
|
|
5664
|
+
export const DirectoryBucket_MetricsConfiguration = createProperty("AWS::S3Express::DirectoryBucket.MetricsConfiguration", "aws");
|
|
5541
5665
|
export const DirectoryBucket_Rule = createProperty("AWS::S3Express::DirectoryBucket.Rule", "aws");
|
|
5542
5666
|
export const DirectoryBucket_ServerSideEncryptionByDefault = createProperty("AWS::S3Express::DirectoryBucket.ServerSideEncryptionByDefault", "aws");
|
|
5543
5667
|
export const DirectoryBucket_ServerSideEncryptionRule = createProperty("AWS::S3Express::DirectoryBucket.ServerSideEncryptionRule", "aws");
|
|
@@ -5628,6 +5752,7 @@ export const DnsRecord = createProperty("AWS::ServiceDiscovery::Service.DnsRecor
|
|
|
5628
5752
|
export const DnsResource = createProperty("AWS::VpcLattice::ResourceConfiguration.DnsResource", "aws");
|
|
5629
5753
|
export const DnsServiceDiscovery = createProperty("AWS::AppMesh::VirtualNode.DnsServiceDiscovery", "aws");
|
|
5630
5754
|
export const DNSTargetResource = createProperty("AWS::Route53RecoveryReadiness::ResourceSet.DNSTargetResource", "aws");
|
|
5755
|
+
export const DnsVerification = createProperty("AWS::SecurityAgent::TargetDomain.DnsVerification", "aws");
|
|
5631
5756
|
export const DnsView_Tag = createProperty("AWS::Route53GlobalResolver::DnsView.Tag", "aws");
|
|
5632
5757
|
export const DocDBDBCluster_ServerlessV2ScalingConfiguration = createProperty("AWS::DocDB::DBCluster.ServerlessV2ScalingConfiguration", "aws");
|
|
5633
5758
|
export const DocDBDBCluster_Tag = createProperty("AWS::DocDB::DBCluster.Tag", "aws");
|
|
@@ -5665,6 +5790,7 @@ export const DocumentDbUngraceful = createProperty("AWS::ARCRegionSwitch::Plan.D
|
|
|
5665
5790
|
export const DocumentEnrichmentConfiguration = createProperty("AWS::QBusiness::DataSource.DocumentEnrichmentConfiguration", "aws");
|
|
5666
5791
|
export const DocumentExtractionGranularity = createProperty("AWS::Bedrock::DataAutomationProject.DocumentExtractionGranularity", "aws");
|
|
5667
5792
|
export const DocumentIdOptions = createProperty("AWS::KinesisFirehose::DeliveryStream.DocumentIdOptions", "aws");
|
|
5793
|
+
export const DocumentInfo = createProperty("AWS::SecurityAgent::Pentest.DocumentInfo", "aws");
|
|
5668
5794
|
export const DocumentMetadataConfiguration = createProperty("AWS::Kendra::Index.DocumentMetadataConfiguration", "aws");
|
|
5669
5795
|
export const DocumentOutputAdditionalFileFormat = createProperty("AWS::Bedrock::DataAutomationProject.DocumentOutputAdditionalFileFormat", "aws");
|
|
5670
5796
|
export const DocumentOutputFormat = createProperty("AWS::Bedrock::DataAutomationProject.DocumentOutputFormat", "aws");
|
|
@@ -5759,15 +5885,20 @@ export const EC2Fleet_EbsBlockDevice = createProperty("AWS::EC2::EC2Fleet.EbsBlo
|
|
|
5759
5885
|
export const EC2Fleet_FleetLaunchTemplateConfigRequest = createProperty("AWS::EC2::EC2Fleet.FleetLaunchTemplateConfigRequest", "aws");
|
|
5760
5886
|
export const EC2Fleet_FleetLaunchTemplateOverridesRequest = createProperty("AWS::EC2::EC2Fleet.FleetLaunchTemplateOverridesRequest", "aws");
|
|
5761
5887
|
export const EC2Fleet_FleetLaunchTemplateSpecificationRequest = createProperty("AWS::EC2::EC2Fleet.FleetLaunchTemplateSpecificationRequest", "aws");
|
|
5888
|
+
export const EC2Fleet_IamInstanceProfileSpecification = createProperty("AWS::EC2::EC2Fleet.IamInstanceProfileSpecification", "aws");
|
|
5889
|
+
export const EC2Fleet_InstanceMetadataOptionsRequest = createProperty("AWS::EC2::EC2Fleet.InstanceMetadataOptionsRequest", "aws");
|
|
5762
5890
|
export const EC2Fleet_InstanceRequirementsRequest = createProperty("AWS::EC2::EC2Fleet.InstanceRequirementsRequest", "aws");
|
|
5891
|
+
export const EC2Fleet_Ipv6AddressRequest = createProperty("AWS::EC2::EC2Fleet.Ipv6AddressRequest", "aws");
|
|
5763
5892
|
export const EC2Fleet_MaintenanceStrategies = createProperty("AWS::EC2::EC2Fleet.MaintenanceStrategies", "aws");
|
|
5764
5893
|
export const EC2Fleet_MemoryGiBPerVCpuRequest = createProperty("AWS::EC2::EC2Fleet.MemoryGiBPerVCpuRequest", "aws");
|
|
5765
5894
|
export const EC2Fleet_MemoryMiBRequest = createProperty("AWS::EC2::EC2Fleet.MemoryMiBRequest", "aws");
|
|
5766
5895
|
export const EC2Fleet_NetworkBandwidthGbpsRequest = createProperty("AWS::EC2::EC2Fleet.NetworkBandwidthGbpsRequest", "aws");
|
|
5767
5896
|
export const EC2Fleet_NetworkInterfaceCountRequest = createProperty("AWS::EC2::EC2Fleet.NetworkInterfaceCountRequest", "aws");
|
|
5897
|
+
export const EC2Fleet_NetworkInterfaceSpecificationRequest = createProperty("AWS::EC2::EC2Fleet.NetworkInterfaceSpecificationRequest", "aws");
|
|
5768
5898
|
export const EC2Fleet_OnDemandOptionsRequest = createProperty("AWS::EC2::EC2Fleet.OnDemandOptionsRequest", "aws");
|
|
5769
5899
|
export const EC2Fleet_PerformanceFactorReferenceRequest = createProperty("AWS::EC2::EC2Fleet.PerformanceFactorReferenceRequest", "aws");
|
|
5770
5900
|
export const EC2Fleet_Placement = createProperty("AWS::EC2::EC2Fleet.Placement", "aws");
|
|
5901
|
+
export const EC2Fleet_PrivateIpAddressSpecificationRequest = createProperty("AWS::EC2::EC2Fleet.PrivateIpAddressSpecificationRequest", "aws");
|
|
5771
5902
|
export const EC2Fleet_ReservedCapacityOptionsRequest = createProperty("AWS::EC2::EC2Fleet.ReservedCapacityOptionsRequest", "aws");
|
|
5772
5903
|
export const EC2Fleet_SpotOptionsRequest = createProperty("AWS::EC2::EC2Fleet.SpotOptionsRequest", "aws");
|
|
5773
5904
|
export const EC2Fleet_Tag = createProperty("AWS::EC2::EC2Fleet.Tag", "aws");
|
|
@@ -5791,11 +5922,13 @@ export const ECRRepository_Tag = createProperty("AWS::ECR::Repository.Tag", "aws
|
|
|
5791
5922
|
export const EcsCapacityIncreaseConfiguration = createProperty("AWS::ARCRegionSwitch::Plan.EcsCapacityIncreaseConfiguration", "aws");
|
|
5792
5923
|
export const ECSCapacityProvider_AcceleratorCountRequest = createProperty("AWS::ECS::CapacityProvider.AcceleratorCountRequest", "aws");
|
|
5793
5924
|
export const ECSCapacityProvider_AcceleratorTotalMemoryMiBRequest = createProperty("AWS::ECS::CapacityProvider.AcceleratorTotalMemoryMiBRequest", "aws");
|
|
5925
|
+
export const ECSCapacityProvider_AutoRepairConfiguration = createProperty("AWS::ECS::CapacityProvider.AutoRepairConfiguration", "aws");
|
|
5794
5926
|
export const ECSCapacityProvider_AutoScalingGroupProvider = createProperty("AWS::ECS::CapacityProvider.AutoScalingGroupProvider", "aws");
|
|
5795
5927
|
export const ECSCapacityProvider_BaselineEbsBandwidthMbpsRequest = createProperty("AWS::ECS::CapacityProvider.BaselineEbsBandwidthMbpsRequest", "aws");
|
|
5796
5928
|
export const ECSCapacityProvider_CapacityReservationRequest = createProperty("AWS::ECS::CapacityProvider.CapacityReservationRequest", "aws");
|
|
5797
5929
|
export const ECSCapacityProvider_InstanceLaunchTemplate = createProperty("AWS::ECS::CapacityProvider.InstanceLaunchTemplate", "aws");
|
|
5798
5930
|
export const ECSCapacityProvider_InstanceRequirementsRequest = createProperty("AWS::ECS::CapacityProvider.InstanceRequirementsRequest", "aws");
|
|
5931
|
+
export const ECSCapacityProvider_ManagedInstancesLocalStorageConfiguration = createProperty("AWS::ECS::CapacityProvider.ManagedInstancesLocalStorageConfiguration", "aws");
|
|
5799
5932
|
export const ECSCapacityProvider_ManagedInstancesNetworkConfiguration = createProperty("AWS::ECS::CapacityProvider.ManagedInstancesNetworkConfiguration", "aws");
|
|
5800
5933
|
export const ECSCapacityProvider_ManagedInstancesProvider = createProperty("AWS::ECS::CapacityProvider.ManagedInstancesProvider", "aws");
|
|
5801
5934
|
export const ECSCapacityProvider_ManagedInstancesStorageConfiguration = createProperty("AWS::ECS::CapacityProvider.ManagedInstancesStorageConfiguration", "aws");
|
|
@@ -6133,6 +6266,8 @@ export const EndpointMetadata = createProperty("AWS::SageMaker::InferenceExperim
|
|
|
6133
6266
|
export const Endpoints = createProperty("AWS::Lambda::EventSourceMapping.Endpoints", "aws");
|
|
6134
6267
|
export const EnforcedAssetModelInterfacePropertyMapping = createProperty("AWS::IoTSiteWise::AssetModel.EnforcedAssetModelInterfacePropertyMapping", "aws");
|
|
6135
6268
|
export const EnforcedAssetModelInterfaceRelationship = createProperty("AWS::IoTSiteWise::AssetModel.EnforcedAssetModelInterfaceRelationship", "aws");
|
|
6269
|
+
export const EnforcedGuardrailConfiguration_ModelEnforcement = createProperty("AWS::Bedrock::EnforcedGuardrailConfiguration.ModelEnforcement", "aws");
|
|
6270
|
+
export const EnforcedGuardrailConfiguration_SelectiveContentGuarding = createProperty("AWS::Bedrock::EnforcedGuardrailConfiguration.SelectiveContentGuarding", "aws");
|
|
6136
6271
|
export const EngineConfiguration = createProperty("AWS::Athena::WorkGroup.EngineConfiguration", "aws");
|
|
6137
6272
|
export const EngineVersion = createProperty("AWS::Athena::WorkGroup.EngineVersion", "aws");
|
|
6138
6273
|
export const EnhancedMetricsConfig = createProperty("AWS::AppSync::GraphQLApi.EnhancedMetricsConfig", "aws");
|
|
@@ -6155,8 +6290,10 @@ export const EntityIdentifier = createProperty("AWS::VerifiedPermissions::Policy
|
|
|
6155
6290
|
export const EntityOverride = createProperty("AWS::Evidently::Feature.EntityOverride", "aws");
|
|
6156
6291
|
export const EntityRecognitionConfig = createProperty("AWS::Comprehend::Flywheel.EntityRecognitionConfig", "aws");
|
|
6157
6292
|
export const EntityType_Tag = createProperty("AWS::FraudDetector::EntityType.Tag", "aws");
|
|
6293
|
+
export const EntityTypeInfo = createProperty("AWS::Bedrock::DataAutomationLibrary.EntityTypeInfo", "aws");
|
|
6158
6294
|
export const EntityTypesListItem = createProperty("AWS::Comprehend::Flywheel.EntityTypesListItem", "aws");
|
|
6159
6295
|
export const Entry = createProperty("AWS::EC2::PrefixList.Entry", "aws");
|
|
6296
|
+
export const EntryLimitsConfig = createProperty("AWS::ConnectCampaignsV2::Campaign.EntryLimitsConfig", "aws");
|
|
6160
6297
|
export const Environment = createProperty("AWS::Lambda::Function.Environment", "aws");
|
|
6161
6298
|
export const EnvironmentAccountConnection_Tag = createProperty("AWS::Proton::EnvironmentAccountConnection.Tag", "aws");
|
|
6162
6299
|
export const EnvironmentActions_AwsConsoleLinkParameters = createProperty("AWS::DataZone::EnvironmentActions.AwsConsoleLinkParameters", "aws");
|
|
@@ -6171,7 +6308,6 @@ export const EnvironmentDeploymentDetails = createProperty("AWS::DataZone::Proje
|
|
|
6171
6308
|
export const EnvironmentEC2_Repository = createProperty("AWS::Cloud9::EnvironmentEC2.Repository", "aws");
|
|
6172
6309
|
export const EnvironmentEC2_Tag = createProperty("AWS::Cloud9::EnvironmentEC2.Tag", "aws");
|
|
6173
6310
|
export const EnvironmentError = createProperty("AWS::DataZone::Project.EnvironmentError", "aws");
|
|
6174
|
-
export const EnvironmentFile = createProperty("AWS::ECS::TaskDefinition.EnvironmentFile", "aws");
|
|
6175
6311
|
export const EnvironmentProfile_EnvironmentParameter = createProperty("AWS::DataZone::EnvironmentProfile.EnvironmentParameter", "aws");
|
|
6176
6312
|
export const EnvironmentProperties = createProperty("AWS::KinesisAnalyticsV2::Application.EnvironmentProperties", "aws");
|
|
6177
6313
|
export const EnvironmentResolvedAccount = createProperty("AWS::DataZone::Project.EnvironmentResolvedAccount", "aws");
|
|
@@ -6189,6 +6325,7 @@ export const ErrorMessageConfiguration = createProperty("AWS::CleanRooms::Analys
|
|
|
6189
6325
|
export const ErrorReportConfiguration = createProperty("AWS::Timestream::ScheduledQuery.ErrorReportConfiguration", "aws");
|
|
6190
6326
|
export const Esam = createProperty("AWS::MediaLive::Channel.Esam", "aws");
|
|
6191
6327
|
export const EvaluateOnExit = createProperty("AWS::Batch::JobDefinition.EvaluateOnExit", "aws");
|
|
6328
|
+
export const EvaluationCriteria = createProperty("AWS::CloudWatch::Alarm.EvaluationCriteria", "aws");
|
|
6192
6329
|
export const EvaluationDetail = createProperty("AWS::SageMaker::ModelCard.EvaluationDetail", "aws");
|
|
6193
6330
|
export const EvaluationForm_AutoEvaluationConfiguration = createProperty("AWS::Connect::EvaluationForm.AutoEvaluationConfiguration", "aws");
|
|
6194
6331
|
export const EvaluationForm_AutomaticFailConfiguration = createProperty("AWS::Connect::EvaluationForm.AutomaticFailConfiguration", "aws");
|
|
@@ -6260,9 +6397,11 @@ export const EvaluationReviewNotificationRecipient = createProperty("AWS::Connec
|
|
|
6260
6397
|
export const EvaluationReviewNotificationRecipientValue = createProperty("AWS::Connect::EvaluationForm.EvaluationReviewNotificationRecipientValue", "aws");
|
|
6261
6398
|
export const Evaluator_BedrockEvaluatorModelConfig = createProperty("AWS::BedrockAgentCore::Evaluator.BedrockEvaluatorModelConfig", "aws");
|
|
6262
6399
|
export const Evaluator_CategoricalScaleDefinition = createProperty("AWS::BedrockAgentCore::Evaluator.CategoricalScaleDefinition", "aws");
|
|
6400
|
+
export const Evaluator_CodeBasedEvaluatorConfig = createProperty("AWS::BedrockAgentCore::Evaluator.CodeBasedEvaluatorConfig", "aws");
|
|
6263
6401
|
export const Evaluator_EvaluatorConfig = createProperty("AWS::BedrockAgentCore::Evaluator.EvaluatorConfig", "aws");
|
|
6264
6402
|
export const Evaluator_EvaluatorModelConfig = createProperty("AWS::BedrockAgentCore::Evaluator.EvaluatorModelConfig", "aws");
|
|
6265
6403
|
export const Evaluator_InferenceConfiguration = createProperty("AWS::BedrockAgentCore::Evaluator.InferenceConfiguration", "aws");
|
|
6404
|
+
export const Evaluator_LambdaEvaluatorConfig = createProperty("AWS::BedrockAgentCore::Evaluator.LambdaEvaluatorConfig", "aws");
|
|
6266
6405
|
export const Evaluator_LlmAsAJudgeEvaluatorConfig = createProperty("AWS::BedrockAgentCore::Evaluator.LlmAsAJudgeEvaluatorConfig", "aws");
|
|
6267
6406
|
export const Evaluator_NumericalScaleDefinition = createProperty("AWS::BedrockAgentCore::Evaluator.NumericalScaleDefinition", "aws");
|
|
6268
6407
|
export const Evaluator_RatingScale = createProperty("AWS::BedrockAgentCore::Evaluator.RatingScale", "aws");
|
|
@@ -6299,7 +6438,6 @@ export const EventInvokeConfig_DestinationConfig = createProperty("AWS::Lambda::
|
|
|
6299
6438
|
export const EventInvokeConfig_OnFailure = createProperty("AWS::Lambda::EventInvokeConfig.OnFailure", "aws");
|
|
6300
6439
|
export const EventInvokeConfig_OnSuccess = createProperty("AWS::Lambda::EventInvokeConfig.OnSuccess", "aws");
|
|
6301
6440
|
export const EventLogConfig = createProperty("AWS::AppSync::Api.EventLogConfig", "aws");
|
|
6302
|
-
export const EventParameters = createProperty("AWS::DLM::LifecyclePolicy.EventParameters", "aws");
|
|
6303
6441
|
export const EventRule_AppSyncParameters = createProperty("AWS::Events::Rule.AppSyncParameters", "aws");
|
|
6304
6442
|
export const EventRule_AwsVpcConfiguration = createProperty("AWS::Events::Rule.AwsVpcConfiguration", "aws");
|
|
6305
6443
|
export const EventRule_BatchArrayProperties = createProperty("AWS::Events::Rule.BatchArrayProperties", "aws");
|
|
@@ -6326,6 +6464,7 @@ export const EventRule_Target = createProperty("AWS::Events::Rule.Target", "aws"
|
|
|
6326
6464
|
export const EventRuleStatusSummary = createProperty("AWS::Notifications::EventRule.EventRuleStatusSummary", "aws");
|
|
6327
6465
|
export const EventSchemasRegistry_TagsEntry = createProperty("AWS::EventSchemas::Registry.TagsEntry", "aws");
|
|
6328
6466
|
export const EventSchemasSchema_TagsEntry = createProperty("AWS::EventSchemas::Schema.TagsEntry", "aws");
|
|
6467
|
+
export const EventsConfig = createProperty("AWS::CustomerProfiles::Recommender.EventsConfig", "aws");
|
|
6329
6468
|
export const EventsConnection_ApiKeyAuthParameters = createProperty("AWS::Events::Connection.ApiKeyAuthParameters", "aws");
|
|
6330
6469
|
export const EventsConnection_AuthParameters = createProperty("AWS::Events::Connection.AuthParameters", "aws");
|
|
6331
6470
|
export const EventsConnection_BasicAuthParameters = createProperty("AWS::Events::Connection.BasicAuthParameters", "aws");
|
|
@@ -6421,6 +6560,7 @@ export const ExperimentTemplateStopCondition = createProperty("AWS::FIS::Experim
|
|
|
6421
6560
|
export const ExperimentTemplateTarget = createProperty("AWS::FIS::ExperimentTemplate.ExperimentTemplateTarget", "aws");
|
|
6422
6561
|
export const ExperimentTemplateTargetFilter = createProperty("AWS::FIS::ExperimentTemplate.ExperimentTemplateTargetFilter", "aws");
|
|
6423
6562
|
export const Expiration = createProperty("AWS::SecurityLake::DataLake.Expiration", "aws");
|
|
6563
|
+
export const ExpirationDataRule = createProperty("AWS::S3Files::FileSystem.ExpirationDataRule", "aws");
|
|
6424
6564
|
export const ExpiryEventsConfiguration = createProperty("AWS::CertificateManager::Account.ExpiryEventsConfiguration", "aws");
|
|
6425
6565
|
export const Explainability = createProperty("AWS::SageMaker::ModelPackage.Explainability", "aws");
|
|
6426
6566
|
export const ExplainerConfig = createProperty("AWS::SageMaker::EndpointConfig.ExplainerConfig", "aws");
|
|
@@ -6476,6 +6616,7 @@ export const ExternalIntegrationConfiguration = createProperty("AWS::SecurityHub
|
|
|
6476
6616
|
export const ExternalSecretRotationMetadataItem = createProperty("AWS::SecretsManager::RotationSchedule.ExternalSecretRotationMetadataItem", "aws");
|
|
6477
6617
|
export const ExternalSourceSetting = createProperty("AWS::Lex::Bot.ExternalSourceSetting", "aws");
|
|
6478
6618
|
export const ExternalUrlConfig = createProperty("AWS::AppIntegrations::Application.ExternalUrlConfig", "aws");
|
|
6619
|
+
export const ExtractionConfig = createProperty("AWS::BedrockAgentCore::Memory.ExtractionConfig", "aws");
|
|
6479
6620
|
export const ExtraLengthValueProfileDimension = createProperty("AWS::CustomerProfiles::SegmentDefinition.ExtraLengthValueProfileDimension", "aws");
|
|
6480
6621
|
export const FaceSearchSettings = createProperty("AWS::Rekognition::StreamProcessor.FaceSearchSettings", "aws");
|
|
6481
6622
|
export const FailedReason = createProperty("AWS::S3Outposts::Endpoint.FailedReason", "aws");
|
|
@@ -6540,6 +6681,7 @@ export const FileConfiguration = createProperty("AWS::AppIntegrations::DataInteg
|
|
|
6540
6681
|
export const FileFormatConfiguration = createProperty("AWS::IoTAnalytics::Datastore.FileFormatConfiguration", "aws");
|
|
6541
6682
|
export const FilesLimit = createProperty("AWS::DataBrew::Dataset.FilesLimit", "aws");
|
|
6542
6683
|
export const FileSource = createProperty("AWS::SageMaker::ModelPackage.FileSource", "aws");
|
|
6684
|
+
export const FilesystemConfiguration = createProperty("AWS::BedrockAgentCore::Runtime.FilesystemConfiguration", "aws");
|
|
6543
6685
|
export const FileSystemGID = createProperty("AWS::FSx::S3AccessPointAttachment.FileSystemGID", "aws");
|
|
6544
6686
|
export const FileSystemLocation = createProperty("AWS::Deadline::StorageProfile.FileSystemLocation", "aws");
|
|
6545
6687
|
export const FileSystemProtection = createProperty("AWS::EFS::FileSystem.FileSystemProtection", "aws");
|
|
@@ -6558,12 +6700,12 @@ export const FindMatchesParameters = createProperty("AWS::Glue::MLTransform.Find
|
|
|
6558
6700
|
export const FinSpaceEnvironment_FederationParameters = createProperty("AWS::FinSpace::Environment.FederationParameters", "aws");
|
|
6559
6701
|
export const FinSpaceEnvironment_SuperuserParameters = createProperty("AWS::FinSpace::Environment.SuperuserParameters", "aws");
|
|
6560
6702
|
export const FinSpaceEnvironment_Tag = createProperty("AWS::FinSpace::Environment.Tag", "aws");
|
|
6703
|
+
export const FipsEndpoints = createProperty("AWS::OpenSearchServerless::Collection.FipsEndpoints", "aws");
|
|
6561
6704
|
export const FirehoseAction = createProperty("AWS::IoT::TopicRule.FirehoseAction", "aws");
|
|
6562
6705
|
export const FirehoseConfiguration = createProperty("AWS::Cognito::LogDeliveryConfiguration.FirehoseConfiguration", "aws");
|
|
6563
6706
|
export const FirehoseDestinationConfiguration = createProperty("AWS::IVSChat::LoggingConfiguration.FirehoseDestinationConfiguration", "aws");
|
|
6564
6707
|
export const FirehoseLogDelivery = createProperty("AWS::KafkaConnect::Connector.FirehoseLogDelivery", "aws");
|
|
6565
6708
|
export const FirehoseLogDestination = createProperty("AWS::Pipes::Pipe.FirehoseLogDestination", "aws");
|
|
6566
|
-
export const FirelensConfiguration = createProperty("AWS::ECS::TaskDefinition.FirelensConfiguration", "aws");
|
|
6567
6709
|
export const Firewall_AvailabilityZoneMapping = createProperty("AWS::NetworkFirewall::Firewall.AvailabilityZoneMapping", "aws");
|
|
6568
6710
|
export const Firewall_SubnetMapping = createProperty("AWS::NetworkFirewall::Firewall.SubnetMapping", "aws");
|
|
6569
6711
|
export const Firewall_Tag = createProperty("AWS::NetworkFirewall::Firewall.Tag", "aws");
|
|
@@ -6651,6 +6793,7 @@ export const FlowVersion_TextPromptTemplateConfiguration = createProperty("AWS::
|
|
|
6651
6793
|
export const FlowVersion_VectorSearchBedrockRerankingConfiguration = createProperty("AWS::Bedrock::FlowVersion.VectorSearchBedrockRerankingConfiguration", "aws");
|
|
6652
6794
|
export const FlowVersion_VectorSearchBedrockRerankingModelConfiguration = createProperty("AWS::Bedrock::FlowVersion.VectorSearchBedrockRerankingModelConfiguration", "aws");
|
|
6653
6795
|
export const FlowVersion_VectorSearchRerankingConfiguration = createProperty("AWS::Bedrock::FlowVersion.VectorSearchRerankingConfiguration", "aws");
|
|
6796
|
+
export const FlowVpcInterface_Tag = createProperty("AWS::MediaConnect::FlowVpcInterface.Tag", "aws");
|
|
6654
6797
|
export const Flywheel_DataSecurityConfig = createProperty("AWS::Comprehend::Flywheel.DataSecurityConfig", "aws");
|
|
6655
6798
|
export const Flywheel_DocumentClassificationConfig = createProperty("AWS::Comprehend::Flywheel.DocumentClassificationConfig", "aws");
|
|
6656
6799
|
export const Flywheel_EntityRecognitionConfig = createProperty("AWS::Comprehend::Flywheel.EntityRecognitionConfig", "aws");
|
|
@@ -6730,11 +6873,13 @@ export const FreeTier = createProperty("AWS::BillingConductor::PricingRule.FreeT
|
|
|
6730
6873
|
export const Frequency = createProperty("AWS::GroundStation::Config.Frequency", "aws");
|
|
6731
6874
|
export const FrequencyBandwidth = createProperty("AWS::GroundStation::Config.FrequencyBandwidth", "aws");
|
|
6732
6875
|
export const FrozenFrames = createProperty("AWS::MediaConnect::Flow.FrozenFrames", "aws");
|
|
6876
|
+
export const FsrmConfiguration = createProperty("AWS::FSx::FileSystem.FsrmConfiguration", "aws");
|
|
6733
6877
|
export const FSxAuthorizationConfig = createProperty("AWS::ECS::TaskDefinition.FSxAuthorizationConfig", "aws");
|
|
6734
6878
|
export const FSxFileSystem_AuditLogConfiguration = createProperty("AWS::FSx::FileSystem.AuditLogConfiguration", "aws");
|
|
6735
6879
|
export const FSxFileSystem_ClientConfigurations = createProperty("AWS::FSx::FileSystem.ClientConfigurations", "aws");
|
|
6736
6880
|
export const FSxFileSystem_DataReadCacheConfiguration = createProperty("AWS::FSx::FileSystem.DataReadCacheConfiguration", "aws");
|
|
6737
6881
|
export const FSxFileSystem_DiskIopsConfiguration = createProperty("AWS::FSx::FileSystem.DiskIopsConfiguration", "aws");
|
|
6882
|
+
export const FSxFileSystem_FsrmConfiguration = createProperty("AWS::FSx::FileSystem.FsrmConfiguration", "aws");
|
|
6738
6883
|
export const FSxFileSystem_LustreConfiguration = createProperty("AWS::FSx::FileSystem.LustreConfiguration", "aws");
|
|
6739
6884
|
export const FSxFileSystem_MetadataConfiguration = createProperty("AWS::FSx::FileSystem.MetadataConfiguration", "aws");
|
|
6740
6885
|
export const FSxFileSystem_NfsExports = createProperty("AWS::FSx::FileSystem.NfsExports", "aws");
|
|
@@ -6882,6 +7027,7 @@ export const GatewayTarget_ApiGatewayToolFilter = createProperty("AWS::BedrockAg
|
|
|
6882
7027
|
export const GatewayTarget_ApiGatewayToolOverride = createProperty("AWS::BedrockAgentCore::GatewayTarget.ApiGatewayToolOverride", "aws");
|
|
6883
7028
|
export const GatewayTarget_ApiKeyCredentialProvider = createProperty("AWS::BedrockAgentCore::GatewayTarget.ApiKeyCredentialProvider", "aws");
|
|
6884
7029
|
export const GatewayTarget_CredentialProviderConfiguration = createProperty("AWS::BedrockAgentCore::GatewayTarget.CredentialProviderConfiguration", "aws");
|
|
7030
|
+
export const GatewayTarget_IamCredentialProvider = createProperty("AWS::BedrockAgentCore::GatewayTarget.IamCredentialProvider", "aws");
|
|
6885
7031
|
export const GatewayTarget_McpLambdaTargetConfiguration = createProperty("AWS::BedrockAgentCore::GatewayTarget.McpLambdaTargetConfiguration", "aws");
|
|
6886
7032
|
export const GatewayTarget_McpServerTargetConfiguration = createProperty("AWS::BedrockAgentCore::GatewayTarget.McpServerTargetConfiguration", "aws");
|
|
6887
7033
|
export const GatewayTarget_MetadataConfiguration = createProperty("AWS::BedrockAgentCore::GatewayTarget.MetadataConfiguration", "aws");
|
|
@@ -6907,10 +7053,13 @@ export const GitBranchFilterCriteria = createProperty("AWS::CodePipeline::Pipeli
|
|
|
6907
7053
|
export const GitConfig = createProperty("AWS::SageMaker::CodeRepository.GitConfig", "aws");
|
|
6908
7054
|
export const GitConfiguration = createProperty("AWS::CodePipeline::Pipeline.GitConfiguration", "aws");
|
|
6909
7055
|
export const GitFilePathFilterCriteria = createProperty("AWS::CodePipeline::Pipeline.GitFilePathFilterCriteria", "aws");
|
|
7056
|
+
export const GitHubCapabilitiesResource = createProperty("AWS::SecurityAgent::AgentSpace.GitHubCapabilitiesResource", "aws");
|
|
6910
7057
|
export const GitHubConfiguration = createProperty("AWS::DevOpsAgent::Association.GitHubConfiguration", "aws");
|
|
6911
7058
|
export const GitHubLocation = createProperty("AWS::CodeDeploy::DeploymentGroup.GitHubLocation", "aws");
|
|
7059
|
+
export const GithubOauth2ProviderConfigInput = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.GithubOauth2ProviderConfigInput", "aws");
|
|
6912
7060
|
export const GitHubRepository_Code = createProperty("AWS::CodeStar::GitHubRepository.Code", "aws");
|
|
6913
7061
|
export const GitHubRepository_S3 = createProperty("AWS::CodeStar::GitHubRepository.S3", "aws");
|
|
7062
|
+
export const GitHubRepositoryResource = createProperty("AWS::SecurityAgent::AgentSpace.GitHubRepositoryResource", "aws");
|
|
6914
7063
|
export const GitLabConfiguration = createProperty("AWS::DevOpsAgent::Association.GitLabConfiguration", "aws");
|
|
6915
7064
|
export const GitLabDetails = createProperty("AWS::DevOpsAgent::Service.GitLabDetails", "aws");
|
|
6916
7065
|
export const GitPullRequestFilter = createProperty("AWS::CodePipeline::Pipeline.GitPullRequestFilter", "aws");
|
|
@@ -6995,6 +7144,13 @@ export const GlueSecurityConfiguration_JobBookmarksEncryption = createProperty("
|
|
|
6995
7144
|
export const GlueSecurityConfiguration_S3Encryption = createProperty("AWS::Glue::SecurityConfiguration.S3Encryption", "aws");
|
|
6996
7145
|
export const GlueTable_Column = createProperty("AWS::Glue::Table.Column", "aws");
|
|
6997
7146
|
export const GlueTable_IcebergInput = createProperty("AWS::Glue::Table.IcebergInput", "aws");
|
|
7147
|
+
export const GlueTable_IcebergPartitionField = createProperty("AWS::Glue::Table.IcebergPartitionField", "aws");
|
|
7148
|
+
export const GlueTable_IcebergPartitionSpec = createProperty("AWS::Glue::Table.IcebergPartitionSpec", "aws");
|
|
7149
|
+
export const GlueTable_IcebergSchema = createProperty("AWS::Glue::Table.IcebergSchema", "aws");
|
|
7150
|
+
export const GlueTable_IcebergSortField = createProperty("AWS::Glue::Table.IcebergSortField", "aws");
|
|
7151
|
+
export const GlueTable_IcebergSortOrder = createProperty("AWS::Glue::Table.IcebergSortOrder", "aws");
|
|
7152
|
+
export const GlueTable_IcebergStructField = createProperty("AWS::Glue::Table.IcebergStructField", "aws");
|
|
7153
|
+
export const GlueTable_IcebergTableInput = createProperty("AWS::Glue::Table.IcebergTableInput", "aws");
|
|
6998
7154
|
export const GlueTable_OpenTableFormatInput = createProperty("AWS::Glue::Table.OpenTableFormatInput", "aws");
|
|
6999
7155
|
export const GlueTable_Order = createProperty("AWS::Glue::Table.Order", "aws");
|
|
7000
7156
|
export const GlueTable_SchemaId = createProperty("AWS::Glue::Table.SchemaId", "aws");
|
|
@@ -7004,12 +7160,15 @@ export const GlueTable_SkewedInfo = createProperty("AWS::Glue::Table.SkewedInfo"
|
|
|
7004
7160
|
export const GlueTable_StorageDescriptor = createProperty("AWS::Glue::Table.StorageDescriptor", "aws");
|
|
7005
7161
|
export const GlueTable_TableIdentifier = createProperty("AWS::Glue::Table.TableIdentifier", "aws");
|
|
7006
7162
|
export const GlueTable_TableInput = createProperty("AWS::Glue::Table.TableInput", "aws");
|
|
7163
|
+
export const GlueTable_ViewDefinition = createProperty("AWS::Glue::Table.ViewDefinition", "aws");
|
|
7164
|
+
export const GlueTable_ViewRepresentation = createProperty("AWS::Glue::Table.ViewRepresentation", "aws");
|
|
7007
7165
|
export const GlueTableReference = createProperty("AWS::CleanRooms::ConfiguredTable.GlueTableReference", "aws");
|
|
7008
7166
|
export const GlueTables = createProperty("AWS::Glue::MLTransform.GlueTables", "aws");
|
|
7009
7167
|
export const Goal = createProperty("AWS::ApplicationSignals::ServiceLevelObjective.Goal", "aws");
|
|
7010
7168
|
export const GoogleAnalyticsConnectorProfileCredentials = createProperty("AWS::AppFlow::ConnectorProfile.GoogleAnalyticsConnectorProfileCredentials", "aws");
|
|
7011
7169
|
export const GoogleAnalyticsSourceProperties = createProperty("AWS::AppFlow::Flow.GoogleAnalyticsSourceProperties", "aws");
|
|
7012
7170
|
export const GoogleDriveConfiguration = createProperty("AWS::Kendra::DataSource.GoogleDriveConfiguration", "aws");
|
|
7171
|
+
export const GoogleOauth2ProviderConfigInput = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.GoogleOauth2ProviderConfigInput", "aws");
|
|
7013
7172
|
export const GPSPoint = createProperty("AWS::Pinpoint::Segment.GPSPoint", "aws");
|
|
7014
7173
|
export const GrafanaWorkspace_AssertionAttributes = createProperty("AWS::Grafana::Workspace.AssertionAttributes", "aws");
|
|
7015
7174
|
export const GrafanaWorkspace_IdpMetadata = createProperty("AWS::Grafana::Workspace.IdpMetadata", "aws");
|
|
@@ -7021,6 +7180,7 @@ export const GrammarSlotTypeSetting = createProperty("AWS::Lex::Bot.GrammarSlotT
|
|
|
7021
7180
|
export const GrammarSlotTypeSource = createProperty("AWS::Lex::Bot.GrammarSlotTypeSource", "aws");
|
|
7022
7181
|
export const Grant_Tag = createProperty("AWS::LicenseManager::Grant.Tag", "aws");
|
|
7023
7182
|
export const Grantee = createProperty("AWS::S3::AccessGrant.Grantee", "aws");
|
|
7183
|
+
export const GraphSnapshot_Tag = createProperty("AWS::NeptuneGraph::GraphSnapshot.Tag", "aws");
|
|
7024
7184
|
export const GreenFleetProvisioningOption = createProperty("AWS::CodeDeploy::DeploymentGroup.GreenFleetProvisioningOption", "aws");
|
|
7025
7185
|
export const GreengrassGroup_GroupVersion = createProperty("AWS::Greengrass::Group.GroupVersion", "aws");
|
|
7026
7186
|
export const GreengrassV2 = createProperty("AWS::IoTSiteWise::Gateway.GreengrassV2", "aws");
|
|
@@ -7163,7 +7323,6 @@ export const HostedZoneTag = createProperty("AWS::Route53::HostedZone.HostedZone
|
|
|
7163
7323
|
export const HostEntry = createProperty("AWS::ECS::TaskDefinition.HostEntry", "aws");
|
|
7164
7324
|
export const HostHeaderConfig = createProperty("AWS::ElasticLoadBalancingV2::ListenerRule.HostHeaderConfig", "aws");
|
|
7165
7325
|
export const HostInfoForCreate = createProperty("AWS::EVS::Environment.HostInfoForCreate", "aws");
|
|
7166
|
-
export const HostVolumeProperties = createProperty("AWS::ECS::TaskDefinition.HostVolumeProperties", "aws");
|
|
7167
7326
|
export const HoursOfOperation_HoursOfOperationConfig = createProperty("AWS::Connect::HoursOfOperation.HoursOfOperationConfig", "aws");
|
|
7168
7327
|
export const HoursOfOperation_HoursOfOperationOverride = createProperty("AWS::Connect::HoursOfOperation.HoursOfOperationOverride", "aws");
|
|
7169
7328
|
export const HoursOfOperation_HoursOfOperationOverrideConfig = createProperty("AWS::Connect::HoursOfOperation.HoursOfOperationOverrideConfig", "aws");
|
|
@@ -7210,6 +7369,7 @@ export const HttpRouteHeader = createProperty("AWS::AppMesh::Route.HttpRouteHead
|
|
|
7210
7369
|
export const HttpRouteMatch = createProperty("AWS::AppMesh::Route.HttpRouteMatch", "aws");
|
|
7211
7370
|
export const HttpsNotificationConfiguration = createProperty("AWS::SecurityLake::SubscriberNotification.HttpsNotificationConfiguration", "aws");
|
|
7212
7371
|
export const HttpUrlDestinationSummary = createProperty("AWS::IoT::TopicRuleDestination.HttpUrlDestinationSummary", "aws");
|
|
7372
|
+
export const HttpVerification = createProperty("AWS::SecurityAgent::TargetDomain.HttpVerification", "aws");
|
|
7213
7373
|
export const HubAccessConfig = createProperty("AWS::SageMaker::Model.HubAccessConfig", "aws");
|
|
7214
7374
|
export const HudiTarget = createProperty("AWS::Glue::Crawler.HudiTarget", "aws");
|
|
7215
7375
|
export const HyperPodPropertiesInput = createProperty("AWS::DataZone::Connection.HyperPodPropertiesInput", "aws");
|
|
@@ -7218,6 +7378,7 @@ export const IamActionDefinition = createProperty("AWS::Budgets::BudgetsAction.I
|
|
|
7218
7378
|
export const IamAuthConfiguration = createProperty("AWS::DevOpsAgent::AgentSpace.IamAuthConfiguration", "aws");
|
|
7219
7379
|
export const IAMConfiguration = createProperty("AWS::EMRContainers::SecurityConfiguration.IAMConfiguration", "aws");
|
|
7220
7380
|
export const IAMConnectionMetadata = createProperty("AWS::QuickSight::ActionConnector.IAMConnectionMetadata", "aws");
|
|
7381
|
+
export const IamCredentialProvider = createProperty("AWS::BedrockAgentCore::GatewayTarget.IamCredentialProvider", "aws");
|
|
7221
7382
|
export const IamFederationConfigOptions = createProperty("AWS::OpenSearchServerless::SecurityConfig.IamFederationConfigOptions", "aws");
|
|
7222
7383
|
export const IAMFederationOptions = createProperty("AWS::OpenSearchService::Domain.IAMFederationOptions", "aws");
|
|
7223
7384
|
export const IAMGroup_Policy = createProperty("AWS::IAM::Group.Policy", "aws");
|
|
@@ -7235,15 +7396,14 @@ export const IcebergConfiguration = createProperty("AWS::Glue::TableOptimizer.Ic
|
|
|
7235
7396
|
export const IcebergDestinationConfiguration = createProperty("AWS::KinesisFirehose::DeliveryStream.IcebergDestinationConfiguration", "aws");
|
|
7236
7397
|
export const IcebergInput = createProperty("AWS::Glue::Table.IcebergInput", "aws");
|
|
7237
7398
|
export const IcebergMetadata = createProperty("AWS::S3Tables::Table.IcebergMetadata", "aws");
|
|
7238
|
-
export const IcebergPartitionField = createProperty("AWS::S3Tables::Table.IcebergPartitionField", "aws");
|
|
7239
|
-
export const IcebergPartitionSpec = createProperty("AWS::S3Tables::Table.IcebergPartitionSpec", "aws");
|
|
7240
7399
|
export const IcebergRetentionConfiguration = createProperty("AWS::Glue::TableOptimizer.IcebergRetentionConfiguration", "aws");
|
|
7241
|
-
export const
|
|
7242
|
-
export const
|
|
7243
|
-
export const
|
|
7400
|
+
export const IcebergSchemaV2 = createProperty("AWS::S3Tables::Table.IcebergSchemaV2", "aws");
|
|
7401
|
+
export const IcebergStructField = createProperty("AWS::Glue::Table.IcebergStructField", "aws");
|
|
7402
|
+
export const IcebergTableInput = createProperty("AWS::Glue::Table.IcebergTableInput", "aws");
|
|
7244
7403
|
export const IcebergTarget = createProperty("AWS::Glue::Crawler.IcebergTarget", "aws");
|
|
7245
7404
|
export const Icmp = createProperty("AWS::EC2::NetworkAclEntry.Icmp", "aws");
|
|
7246
7405
|
export const IdcAuthConfiguration = createProperty("AWS::DevOpsAgent::AgentSpace.IdcAuthConfiguration", "aws");
|
|
7406
|
+
export const IdCConfiguration = createProperty("AWS::SecurityAgent::Application.IdCConfiguration", "aws");
|
|
7247
7407
|
export const Identity_MailFromAttributes = createProperty("AWS::PinpointEmail::Identity.MailFromAttributes", "aws");
|
|
7248
7408
|
export const Identity_Tags = createProperty("AWS::PinpointEmail::Identity.Tags", "aws");
|
|
7249
7409
|
export const IdentityCenterOptions = createProperty("AWS::OpenSearchService::Domain.IdentityCenterOptions", "aws");
|
|
@@ -7307,6 +7467,7 @@ export const ImageBoundingBox = createProperty("AWS::Bedrock::DataAutomationProj
|
|
|
7307
7467
|
export const ImageBuilder_AccessEndpoint = createProperty("AWS::AppStream::ImageBuilder.AccessEndpoint", "aws");
|
|
7308
7468
|
export const ImageBuilder_DomainJoinInfo = createProperty("AWS::AppStream::ImageBuilder.DomainJoinInfo", "aws");
|
|
7309
7469
|
export const ImageBuilder_Tag = createProperty("AWS::AppStream::ImageBuilder.Tag", "aws");
|
|
7470
|
+
export const ImageBuilder_VolumeConfig = createProperty("AWS::AppStream::ImageBuilder.VolumeConfig", "aws");
|
|
7310
7471
|
export const ImageBuilder_VpcConfig = createProperty("AWS::AppStream::ImageBuilder.VpcConfig", "aws");
|
|
7311
7472
|
export const ImageBuilderComponent_LatestVersion = createProperty("AWS::ImageBuilder::Component.LatestVersion", "aws");
|
|
7312
7473
|
export const ImageBuilderImage_DeletionSettings = createProperty("AWS::ImageBuilder::Image.DeletionSettings", "aws");
|
|
@@ -7358,6 +7519,7 @@ export const ImageStandardExtraction = createProperty("AWS::Bedrock::DataAutomat
|
|
|
7358
7519
|
export const ImageStandardGenerativeField = createProperty("AWS::Bedrock::DataAutomationProject.ImageStandardGenerativeField", "aws");
|
|
7359
7520
|
export const ImageStandardOutputConfiguration = createProperty("AWS::Bedrock::DataAutomationProject.ImageStandardOutputConfiguration", "aws");
|
|
7360
7521
|
export const ImpalaParameters = createProperty("AWS::QuickSight::DataSource.ImpalaParameters", "aws");
|
|
7522
|
+
export const ImportDataRule = createProperty("AWS::S3Files::FileSystem.ImportDataRule", "aws");
|
|
7361
7523
|
export const ImportSource = createProperty("AWS::CloudFront::KeyValueStore.ImportSource", "aws");
|
|
7362
7524
|
export const ImportSourceSpecification = createProperty("AWS::DynamoDB::Table.ImportSourceSpecification", "aws");
|
|
7363
7525
|
export const ImportTableOperation = createProperty("AWS::QuickSight::DataSet.ImportTableOperation", "aws");
|
|
@@ -7378,12 +7540,14 @@ export const InboundExternalLink_ResponderErrorMaskingForHttpCode = createProper
|
|
|
7378
7540
|
export const InboundExternalLink_Tag = createProperty("AWS::RTBFabric::InboundExternalLink.Tag", "aws");
|
|
7379
7541
|
export const InboundFederation = createProperty("AWS::Cognito::UserPool.InboundFederation", "aws");
|
|
7380
7542
|
export const IncidentTemplate = createProperty("AWS::SSMIncidents::ResponsePlan.IncidentTemplate", "aws");
|
|
7543
|
+
export const IncludedOauth2ProviderConfigInput = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.IncludedOauth2ProviderConfigInput", "aws");
|
|
7381
7544
|
export const IncludedProperty = createProperty("AWS::ResourceExplorer2::View.IncludedProperty", "aws");
|
|
7382
7545
|
export const IncludeResources = createProperty("AWS::ImageBuilder::LifecyclePolicy.IncludeResources", "aws");
|
|
7383
7546
|
export const IncrementalRefresh = createProperty("AWS::QuickSight::DataSet.IncrementalRefresh", "aws");
|
|
7384
7547
|
export const IncrementalRunConfig = createProperty("AWS::EntityResolution::MatchingWorkflow.IncrementalRunConfig", "aws");
|
|
7385
7548
|
export const IndexActionsResourceType = createProperty("AWS::Backup::BackupPlan.IndexActionsResourceType", "aws");
|
|
7386
7549
|
export const IndexCapacityConfiguration = createProperty("AWS::QBusiness::Index.IndexCapacityConfiguration", "aws");
|
|
7550
|
+
export const IndexedKey = createProperty("AWS::BedrockAgentCore::Memory.IndexedKey", "aws");
|
|
7387
7551
|
export const IndexSettings = createProperty("AWS::OpenSearchServerless::Index.IndexSettings", "aws");
|
|
7388
7552
|
export const IndexStatistics = createProperty("AWS::QBusiness::Index.IndexStatistics", "aws");
|
|
7389
7553
|
export const InferenceAccelerator = createProperty("AWS::ECS::TaskDefinition.InferenceAccelerator", "aws");
|
|
@@ -7566,7 +7730,6 @@ export const InstanceMaintenanceOptionsRequest = createProperty("AWS::Workspaces
|
|
|
7566
7730
|
export const InstanceMaintenancePolicy = createProperty("AWS::AutoScaling::AutoScalingGroup.InstanceMaintenancePolicy", "aws");
|
|
7567
7731
|
export const InstanceMarketOptions = createProperty("AWS::EC2::LaunchTemplate.InstanceMarketOptions", "aws");
|
|
7568
7732
|
export const InstanceMetadataOptions = createProperty("AWS::ImageBuilder::InfrastructureConfiguration.InstanceMetadataOptions", "aws");
|
|
7569
|
-
export const InstanceMetadataOptionsRequest = createProperty("AWS::WorkspacesInstances::WorkspaceInstance.InstanceMetadataOptionsRequest", "aws");
|
|
7570
7733
|
export const InstanceMetadataServiceConfiguration = createProperty("AWS::SageMaker::NotebookInstance.InstanceMetadataServiceConfiguration", "aws");
|
|
7571
7734
|
export const InstanceNetworkPerformanceOptionsRequest = createProperty("AWS::WorkspacesInstances::WorkspaceInstance.InstanceNetworkPerformanceOptionsRequest", "aws");
|
|
7572
7735
|
export const InstanceReusePolicy = createProperty("AWS::AutoScaling::WarmPool.InstanceReusePolicy", "aws");
|
|
@@ -7583,6 +7746,8 @@ export const IntegerCriteriaCondition = createProperty("AWS::ComputeOptimizer::A
|
|
|
7583
7746
|
export const IntegerDatasetParameter = createProperty("AWS::QuickSight::DataSet.IntegerDatasetParameter", "aws");
|
|
7584
7747
|
export const IntegerDatasetParameterDefaultValues = createProperty("AWS::QuickSight::DataSet.IntegerDatasetParameterDefaultValues", "aws");
|
|
7585
7748
|
export const IntegerHyperParameterRange = createProperty("AWS::Personalize::Solution.IntegerHyperParameterRange", "aws");
|
|
7749
|
+
export const IntegratedRepository = createProperty("AWS::SecurityAgent::Pentest.IntegratedRepository", "aws");
|
|
7750
|
+
export const IntegratedResource = createProperty("AWS::SecurityAgent::AgentSpace.IntegratedResource", "aws");
|
|
7586
7751
|
export const IntegrationConfig = createProperty("AWS::Glue::Integration.IntegrationConfig", "aws");
|
|
7587
7752
|
export const IntegrationOverrides = createProperty("AWS::ApiGatewayV2::ApiGatewayManagedOverrides.IntegrationOverrides", "aws");
|
|
7588
7753
|
export const IntegrationResourceProperty_Tag = createProperty("AWS::Glue::IntegrationResourceProperty.Tag", "aws");
|
|
@@ -7598,6 +7763,9 @@ export const IntentDisambiguationSettings = createProperty("AWS::Lex::Bot.Intent
|
|
|
7598
7763
|
export const IntentOverride = createProperty("AWS::Lex::Bot.IntentOverride", "aws");
|
|
7599
7764
|
export const InteractiveConfiguration = createProperty("AWS::EMRServerless::Application.InteractiveConfiguration", "aws");
|
|
7600
7765
|
export const InterceptorInputConfiguration = createProperty("AWS::BedrockAgentCore::Gateway.InterceptorInputConfiguration", "aws");
|
|
7766
|
+
export const InterconnectConnection_AttachPoint = createProperty("AWS::Interconnect::Connection.AttachPoint", "aws");
|
|
7767
|
+
export const InterconnectConnection_Provider = createProperty("AWS::Interconnect::Connection.Provider", "aws");
|
|
7768
|
+
export const InterconnectConnection_Tag = createProperty("AWS::Interconnect::Connection.Tag", "aws");
|
|
7601
7769
|
export const InterfaceMapping = createProperty("AWS::MediaLive::Cluster.InterfaceMapping", "aws");
|
|
7602
7770
|
export const InterfaceNetworkMapping = createProperty("AWS::MediaLive::Cluster.InterfaceNetworkMapping", "aws");
|
|
7603
7771
|
export const IntermediateStorage = createProperty("AWS::Bedrock::DataSource.IntermediateStorage", "aws");
|
|
@@ -7613,7 +7781,6 @@ export const InternetMonitorMonitor_Tag = createProperty("AWS::InternetMonitor::
|
|
|
7613
7781
|
export const Interval = createProperty("AWS::ApplicationSignals::ServiceLevelObjective.Interval", "aws");
|
|
7614
7782
|
export const InTransitEncryptionConfiguration = createProperty("AWS::EMRContainers::SecurityConfiguration.InTransitEncryptionConfiguration", "aws");
|
|
7615
7783
|
export const IntuneConfiguration = createProperty("AWS::PCAConnectorSCEP::Connector.IntuneConfiguration", "aws");
|
|
7616
|
-
export const InventoryConfiguration = createProperty("AWS::S3::Bucket.InventoryConfiguration", "aws");
|
|
7617
7784
|
export const InventoryTableConfiguration = createProperty("AWS::S3::Bucket.InventoryTableConfiguration", "aws");
|
|
7618
7785
|
export const InvestigationGroup_ChatbotNotificationChannel = createProperty("AWS::AIOps::InvestigationGroup.ChatbotNotificationChannel", "aws");
|
|
7619
7786
|
export const InvestigationGroup_CrossAccountConfiguration = createProperty("AWS::AIOps::InvestigationGroup.CrossAccountConfiguration", "aws");
|
|
@@ -7624,6 +7791,8 @@ export const InviteMessageTemplate = createProperty("AWS::Cognito::UserPool.Invi
|
|
|
7624
7791
|
export const InvocationConfigurationInput = createProperty("AWS::BedrockAgentCore::Memory.InvocationConfigurationInput", "aws");
|
|
7625
7792
|
export const InvoiceUnit_ResourceTag = createProperty("AWS::Invoicing::InvoiceUnit.ResourceTag", "aws");
|
|
7626
7793
|
export const InvoiceUnit_Rule = createProperty("AWS::Invoicing::InvoiceUnit.Rule", "aws");
|
|
7794
|
+
export const InvokedBy = createProperty("AWS::Chime::AppInstanceBot.InvokedBy", "aws");
|
|
7795
|
+
export const InvokeLambdaAction = createProperty("AWS::SES::MailManagerRuleSet.InvokeLambdaAction", "aws");
|
|
7627
7796
|
export const IotAnalyticsAction = createProperty("AWS::IoT::TopicRule.IotAnalyticsAction", "aws");
|
|
7628
7797
|
export const IoTAnalyticsChannel_ChannelStorage = createProperty("AWS::IoTAnalytics::Channel.ChannelStorage", "aws");
|
|
7629
7798
|
export const IoTAnalyticsChannel_CustomerManagedS3 = createProperty("AWS::IoTAnalytics::Channel.CustomerManagedS3", "aws");
|
|
@@ -7785,6 +7954,7 @@ export const IpRule = createProperty("AWS::WorkSpacesWeb::IpAccessSettings.IpRul
|
|
|
7785
7954
|
export const IPSetReference = createProperty("AWS::NetworkFirewall::RuleGroup.IPSetReference", "aws");
|
|
7786
7955
|
export const Ipv4PrefixSpecificationRequest = createProperty("AWS::WorkspacesInstances::WorkspaceInstance.Ipv4PrefixSpecificationRequest", "aws");
|
|
7787
7956
|
export const Ipv6Add = createProperty("AWS::EC2::LaunchTemplate.Ipv6Add", "aws");
|
|
7957
|
+
export const Ipv6AddressRequest = createProperty("AWS::EC2::EC2Fleet.Ipv6AddressRequest", "aws");
|
|
7788
7958
|
export const Ipv6PrefixSpecificationRequest = createProperty("AWS::WorkspacesInstances::WorkspaceInstance.Ipv6PrefixSpecificationRequest", "aws");
|
|
7789
7959
|
export const IssuerData = createProperty("AWS::LicenseManager::License.IssuerData", "aws");
|
|
7790
7960
|
export const IVSChannel_MultitrackInputConfiguration = createProperty("AWS::IVS::Channel.MultitrackInputConfiguration", "aws");
|
|
@@ -7850,6 +8020,7 @@ export const JobDefinition_ResourceRequirement = createProperty("AWS::Batch::Job
|
|
|
7850
8020
|
export const JobDefinition_ResourceRetentionPolicy = createProperty("AWS::Batch::JobDefinition.ResourceRetentionPolicy", "aws");
|
|
7851
8021
|
export const JobDefinition_RetryStrategy = createProperty("AWS::Batch::JobDefinition.RetryStrategy", "aws");
|
|
7852
8022
|
export const JobDefinition_RuntimePlatform = createProperty("AWS::Batch::JobDefinition.RuntimePlatform", "aws");
|
|
8023
|
+
export const JobDefinition_S3FilesVolumeConfiguration = createProperty("AWS::Batch::JobDefinition.S3FilesVolumeConfiguration", "aws");
|
|
7853
8024
|
export const JobDefinition_Secret = createProperty("AWS::Batch::JobDefinition.Secret", "aws");
|
|
7854
8025
|
export const JobDefinition_TaskContainerDependency = createProperty("AWS::Batch::JobDefinition.TaskContainerDependency", "aws");
|
|
7855
8026
|
export const JobDefinition_TaskContainerProperties = createProperty("AWS::Batch::JobDefinition.TaskContainerProperties", "aws");
|
|
@@ -7881,9 +8052,8 @@ export const JWTOptions = createProperty("AWS::OpenSearchService::Domain.JWTOpti
|
|
|
7881
8052
|
export const JwtTokenTypeConfiguration = createProperty("AWS::Kendra::Index.JwtTokenTypeConfiguration", "aws");
|
|
7882
8053
|
export const KafkaAction = createProperty("AWS::IoT::TopicRule.KafkaAction", "aws");
|
|
7883
8054
|
export const KafkaActionHeader = createProperty("AWS::IoT::TopicRule.KafkaActionHeader", "aws");
|
|
7884
|
-
export const KafkaClusterClientAuthentication = createProperty("AWS::KafkaConnect::Connector.KafkaClusterClientAuthentication", "aws");
|
|
7885
8055
|
export const KafkaClusterClientVpcConfig = createProperty("AWS::MSK::Replicator.KafkaClusterClientVpcConfig", "aws");
|
|
7886
|
-
export const
|
|
8056
|
+
export const KafkaClusterSaslScramAuthentication = createProperty("AWS::MSK::Replicator.KafkaClusterSaslScramAuthentication", "aws");
|
|
7887
8057
|
export const KafkaConnectConnector_ApacheKafkaCluster = createProperty("AWS::KafkaConnect::Connector.ApacheKafkaCluster", "aws");
|
|
7888
8058
|
export const KafkaConnectConnector_AutoScaling = createProperty("AWS::KafkaConnect::Connector.AutoScaling", "aws");
|
|
7889
8059
|
export const KafkaConnectConnector_Capacity = createProperty("AWS::KafkaConnect::Connector.Capacity", "aws");
|
|
@@ -7970,7 +8140,6 @@ export const KendraIndexConfiguration = createProperty("AWS::QBusiness::Retrieve
|
|
|
7970
8140
|
export const KendraKnowledgeBaseConfiguration = createProperty("AWS::Bedrock::KnowledgeBase.KendraKnowledgeBaseConfiguration", "aws");
|
|
7971
8141
|
export const KendraSourceDetail = createProperty("AWS::IoTSiteWise::Dataset.KendraSourceDetail", "aws");
|
|
7972
8142
|
export const KerberosAttributes = createProperty("AWS::EMR::Cluster.KerberosAttributes", "aws");
|
|
7973
|
-
export const KernelCapabilities = createProperty("AWS::ECS::TaskDefinition.KernelCapabilities", "aws");
|
|
7974
8143
|
export const KernelGatewayImageConfig = createProperty("AWS::SageMaker::AppImageConfig.KernelGatewayImageConfig", "aws");
|
|
7975
8144
|
export const KernelSpec = createProperty("AWS::SageMaker::AppImageConfig.KernelSpec", "aws");
|
|
7976
8145
|
export const Key_KeyAttributes = createProperty("AWS::PaymentCryptography::Key.KeyAttributes", "aws");
|
|
@@ -8098,6 +8267,7 @@ export const KubernetesScalingResource = createProperty("AWS::ARCRegionSwitch::P
|
|
|
8098
8267
|
export const Label_Tag = createProperty("AWS::FraudDetector::Label.Tag", "aws");
|
|
8099
8268
|
export const LabelSummary = createProperty("AWS::WAFv2::RuleGroup.LabelSummary", "aws");
|
|
8100
8269
|
export const Lag_Tag = createProperty("AWS::DirectConnect::Lag.Tag", "aws");
|
|
8270
|
+
export const LakehousePropertiesInput = createProperty("AWS::DataZone::Connection.LakehousePropertiesInput", "aws");
|
|
8101
8271
|
export const LambdaAlias_AliasRoutingConfiguration = createProperty("AWS::Lambda::Alias.AliasRoutingConfiguration", "aws");
|
|
8102
8272
|
export const LambdaAlias_ProvisionedConcurrencyConfiguration = createProperty("AWS::Lambda::Alias.ProvisionedConcurrencyConfiguration", "aws");
|
|
8103
8273
|
export const LambdaAlias_VersionWeight = createProperty("AWS::Lambda::Alias.VersionWeight", "aws");
|
|
@@ -8112,6 +8282,7 @@ export const LambdaConnectorProvisioningConfig = createProperty("AWS::AppFlow::C
|
|
|
8112
8282
|
export const LambdaContainerParams = createProperty("AWS::GreengrassV2::ComponentVersion.LambdaContainerParams", "aws");
|
|
8113
8283
|
export const LambdaDeviceMount = createProperty("AWS::GreengrassV2::ComponentVersion.LambdaDeviceMount", "aws");
|
|
8114
8284
|
export const LambdaEndpointInput = createProperty("AWS::RefactorSpaces::Service.LambdaEndpointInput", "aws");
|
|
8285
|
+
export const LambdaEvaluatorConfig = createProperty("AWS::BedrockAgentCore::Evaluator.LambdaEvaluatorConfig", "aws");
|
|
8115
8286
|
export const LambdaEventSource = createProperty("AWS::GreengrassV2::ComponentVersion.LambdaEventSource", "aws");
|
|
8116
8287
|
export const LambdaExecutionParameters = createProperty("AWS::GreengrassV2::ComponentVersion.LambdaExecutionParameters", "aws");
|
|
8117
8288
|
export const LambdaFunction = createProperty("AWS::IoTTwinMaker::ComponentType.LambdaFunction", "aws");
|
|
@@ -8215,6 +8386,7 @@ export const LevelFour = createProperty("AWS::Connect::UserHierarchyStructure.Le
|
|
|
8215
8386
|
export const LevelOne = createProperty("AWS::Connect::UserHierarchyStructure.LevelOne", "aws");
|
|
8216
8387
|
export const LevelThree = createProperty("AWS::Connect::UserHierarchyStructure.LevelThree", "aws");
|
|
8217
8388
|
export const LevelTwo = createProperty("AWS::Connect::UserHierarchyStructure.LevelTwo", "aws");
|
|
8389
|
+
export const LexConfiguration = createProperty("AWS::Chime::AppInstanceBot.LexConfiguration", "aws");
|
|
8218
8390
|
export const LFTag = createProperty("AWS::LakeFormation::PrincipalPermissions.LFTag", "aws");
|
|
8219
8391
|
export const LFTagKeyResource = createProperty("AWS::LakeFormation::PrincipalPermissions.LFTagKeyResource", "aws");
|
|
8220
8392
|
export const LFTagPolicyResource = createProperty("AWS::LakeFormation::PrincipalPermissions.LFTagPolicyResource", "aws");
|
|
@@ -8274,6 +8446,7 @@ export const LinearGraphMetric = createProperty("AWS::SageMaker::ModelCard.Linea
|
|
|
8274
8446
|
export const LineItemFilter = createProperty("AWS::BillingConductor::CustomLineItem.LineItemFilter", "aws");
|
|
8275
8447
|
export const LinkConfiguration = createProperty("AWS::Oam::Link.LinkConfiguration", "aws");
|
|
8276
8448
|
export const LinkedChannelSettings = createProperty("AWS::MediaLive::Channel.LinkedChannelSettings", "aws");
|
|
8449
|
+
export const LinkedinOauth2ProviderConfigInput = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.LinkedinOauth2ProviderConfigInput", "aws");
|
|
8277
8450
|
export const LinkFilter = createProperty("AWS::Oam::Link.LinkFilter", "aws");
|
|
8278
8451
|
export const LinkSharingConfiguration = createProperty("AWS::QuickSight::Dashboard.LinkSharingConfiguration", "aws");
|
|
8279
8452
|
export const List_Tag = createProperty("AWS::FraudDetector::List.Tag", "aws");
|
|
@@ -8326,6 +8499,7 @@ export const LivePreRollConfiguration = createProperty("AWS::MediaTailor::Playba
|
|
|
8326
8499
|
export const LiveSource_HttpPackageConfiguration = createProperty("AWS::MediaTailor::LiveSource.HttpPackageConfiguration", "aws");
|
|
8327
8500
|
export const LiveSource_Tag = createProperty("AWS::MediaTailor::LiveSource.Tag", "aws");
|
|
8328
8501
|
export const LlmAsAJudgeEvaluatorConfig = createProperty("AWS::BedrockAgentCore::Evaluator.LlmAsAJudgeEvaluatorConfig", "aws");
|
|
8502
|
+
export const LlmExtractionConfig = createProperty("AWS::BedrockAgentCore::Memory.LlmExtractionConfig", "aws");
|
|
8329
8503
|
export const LoadBalancer_LoadBalancerAttribute = createProperty("AWS::ElasticLoadBalancingV2::LoadBalancer.LoadBalancerAttribute", "aws");
|
|
8330
8504
|
export const LoadBalancer_MinimumLoadBalancerCapacity = createProperty("AWS::ElasticLoadBalancingV2::LoadBalancer.MinimumLoadBalancerCapacity", "aws");
|
|
8331
8505
|
export const LoadBalancer_SubnetMapping = createProperty("AWS::ElasticLoadBalancingV2::LoadBalancer.SubnetMapping", "aws");
|
|
@@ -8395,7 +8569,6 @@ export const LockConfigurationType = createProperty("AWS::Backup::BackupVault.Lo
|
|
|
8395
8569
|
export const Log = createProperty("AWS::ApplicationInsights::Application.Log", "aws");
|
|
8396
8570
|
export const LogConfig = createProperty("AWS::AppSync::GraphQLApi.LogConfig", "aws");
|
|
8397
8571
|
export const LogConfigurationForChannel = createProperty("AWS::MediaTailor::Channel.LogConfigurationForChannel", "aws");
|
|
8398
|
-
export const LogDelivery = createProperty("AWS::KafkaConnect::Connector.LogDelivery", "aws");
|
|
8399
8572
|
export const LogDeliveryConfiguration_CloudWatchLogsConfiguration = createProperty("AWS::Cognito::LogDeliveryConfiguration.CloudWatchLogsConfiguration", "aws");
|
|
8400
8573
|
export const LogDeliveryConfiguration_FirehoseConfiguration = createProperty("AWS::Cognito::LogDeliveryConfiguration.FirehoseConfiguration", "aws");
|
|
8401
8574
|
export const LogDeliveryConfiguration_LogConfiguration = createProperty("AWS::Cognito::LogDeliveryConfiguration.LogConfiguration", "aws");
|
|
@@ -8473,12 +8646,16 @@ export const MailManagerArchive_Tag = createProperty("AWS::SES::MailManagerArchi
|
|
|
8473
8646
|
export const MailManagerIngressPoint_PrivateNetworkConfiguration = createProperty("AWS::SES::MailManagerIngressPoint.PrivateNetworkConfiguration", "aws");
|
|
8474
8647
|
export const MailManagerIngressPoint_PublicNetworkConfiguration = createProperty("AWS::SES::MailManagerIngressPoint.PublicNetworkConfiguration", "aws");
|
|
8475
8648
|
export const MailManagerIngressPoint_Tag = createProperty("AWS::SES::MailManagerIngressPoint.Tag", "aws");
|
|
8649
|
+
export const MailManagerIngressPoint_TlsAuthConfiguration = createProperty("AWS::SES::MailManagerIngressPoint.TlsAuthConfiguration", "aws");
|
|
8650
|
+
export const MailManagerIngressPoint_TrustStore = createProperty("AWS::SES::MailManagerIngressPoint.TrustStore", "aws");
|
|
8476
8651
|
export const MailManagerRelay_Tag = createProperty("AWS::SES::MailManagerRelay.Tag", "aws");
|
|
8477
8652
|
export const MailManagerRuleSet_AddHeaderAction = createProperty("AWS::SES::MailManagerRuleSet.AddHeaderAction", "aws");
|
|
8478
8653
|
export const MailManagerRuleSet_Analysis = createProperty("AWS::SES::MailManagerRuleSet.Analysis", "aws");
|
|
8479
8654
|
export const MailManagerRuleSet_ArchiveAction = createProperty("AWS::SES::MailManagerRuleSet.ArchiveAction", "aws");
|
|
8655
|
+
export const MailManagerRuleSet_BounceAction = createProperty("AWS::SES::MailManagerRuleSet.BounceAction", "aws");
|
|
8480
8656
|
export const MailManagerRuleSet_DeliverToMailboxAction = createProperty("AWS::SES::MailManagerRuleSet.DeliverToMailboxAction", "aws");
|
|
8481
8657
|
export const MailManagerRuleSet_DeliverToQBusinessAction = createProperty("AWS::SES::MailManagerRuleSet.DeliverToQBusinessAction", "aws");
|
|
8658
|
+
export const MailManagerRuleSet_InvokeLambdaAction = createProperty("AWS::SES::MailManagerRuleSet.InvokeLambdaAction", "aws");
|
|
8482
8659
|
export const MailManagerRuleSet_RelayAction = createProperty("AWS::SES::MailManagerRuleSet.RelayAction", "aws");
|
|
8483
8660
|
export const MailManagerRuleSet_ReplaceRecipientAction = createProperty("AWS::SES::MailManagerRuleSet.ReplaceRecipientAction", "aws");
|
|
8484
8661
|
export const MailManagerRuleSet_Rule = createProperty("AWS::SES::MailManagerRuleSet.Rule", "aws");
|
|
@@ -8538,6 +8715,7 @@ export const ManagedBlockchainMember_NetworkFrameworkConfiguration = createPrope
|
|
|
8538
8715
|
export const ManagedBlockchainMember_VotingPolicy = createProperty("AWS::ManagedBlockchain::Member.VotingPolicy", "aws");
|
|
8539
8716
|
export const ManagedCertificateRequest = createProperty("AWS::CloudFront::DistributionTenant.ManagedCertificateRequest", "aws");
|
|
8540
8717
|
export const ManagedInstanceScaling = createProperty("AWS::SageMaker::EndpointConfig.ManagedInstanceScaling", "aws");
|
|
8718
|
+
export const ManagedInstancesLocalStorageConfiguration = createProperty("AWS::ECS::CapacityProvider.ManagedInstancesLocalStorageConfiguration", "aws");
|
|
8541
8719
|
export const ManagedInstancesNetworkConfiguration = createProperty("AWS::ECS::CapacityProvider.ManagedInstancesNetworkConfiguration", "aws");
|
|
8542
8720
|
export const ManagedInstancesProvider = createProperty("AWS::ECS::CapacityProvider.ManagedInstancesProvider", "aws");
|
|
8543
8721
|
export const ManagedInstancesStorageConfiguration = createProperty("AWS::ECS::CapacityProvider.ManagedInstancesStorageConfiguration", "aws");
|
|
@@ -8609,6 +8787,9 @@ export const MCPServerDatadogConfiguration = createProperty("AWS::DevOpsAgent::A
|
|
|
8609
8787
|
export const MCPServerDetails = createProperty("AWS::DevOpsAgent::Service.MCPServerDetails", "aws");
|
|
8610
8788
|
export const MCPServerNewRelicConfiguration = createProperty("AWS::DevOpsAgent::Association.MCPServerNewRelicConfiguration", "aws");
|
|
8611
8789
|
export const MCPServerOAuthClientCredentialsConfig = createProperty("AWS::DevOpsAgent::Service.MCPServerOAuthClientCredentialsConfig", "aws");
|
|
8790
|
+
export const MCPServerSigV4AuthorizationConfig = createProperty("AWS::DevOpsAgent::Service.MCPServerSigV4AuthorizationConfig", "aws");
|
|
8791
|
+
export const MCPServerSigV4Configuration = createProperty("AWS::DevOpsAgent::Association.MCPServerSigV4Configuration", "aws");
|
|
8792
|
+
export const MCPServerSigV4Details = createProperty("AWS::DevOpsAgent::Service.MCPServerSigV4Details", "aws");
|
|
8612
8793
|
export const MCPServerSplunkConfiguration = createProperty("AWS::DevOpsAgent::Association.MCPServerSplunkConfiguration", "aws");
|
|
8613
8794
|
export const MCPServerSplunkDetails = createProperty("AWS::DevOpsAgent::Service.MCPServerSplunkDetails", "aws");
|
|
8614
8795
|
export const McpServerTargetConfiguration = createProperty("AWS::BedrockAgentCore::GatewayTarget.McpServerTargetConfiguration", "aws");
|
|
@@ -8814,6 +8995,7 @@ export const MediaLiveChannel_VideoSelectorSettings = createProperty("AWS::Media
|
|
|
8814
8995
|
export const MediaLiveChannel_VpcOutputSettings = createProperty("AWS::MediaLive::Channel.VpcOutputSettings", "aws");
|
|
8815
8996
|
export const MediaLiveChannel_WavSettings = createProperty("AWS::MediaLive::Channel.WavSettings", "aws");
|
|
8816
8997
|
export const MediaLiveChannel_WebvttDestinationSettings = createProperty("AWS::MediaLive::Channel.WebvttDestinationSettings", "aws");
|
|
8998
|
+
export const MediaLiveChannelRouterInputConfiguration = createProperty("AWS::MediaConnect::RouterInput.MediaLiveChannelRouterInputConfiguration", "aws");
|
|
8817
8999
|
export const MediaLiveCluster_ClusterNetworkSettings = createProperty("AWS::MediaLive::Cluster.ClusterNetworkSettings", "aws");
|
|
8818
9000
|
export const MediaLiveCluster_InterfaceMapping = createProperty("AWS::MediaLive::Cluster.InterfaceMapping", "aws");
|
|
8819
9001
|
export const MediaLiveCluster_InterfaceNetworkMapping = createProperty("AWS::MediaLive::Cluster.InterfaceNetworkMapping", "aws");
|
|
@@ -8838,7 +9020,6 @@ export const MediaLiveInput_SrtListenerDecryptionRequest = createProperty("AWS::
|
|
|
8838
9020
|
export const MediaLiveInput_SrtListenerSettingsRequest = createProperty("AWS::MediaLive::Input.SrtListenerSettingsRequest", "aws");
|
|
8839
9021
|
export const MediaLiveInput_SrtSettingsRequest = createProperty("AWS::MediaLive::Input.SrtSettingsRequest", "aws");
|
|
8840
9022
|
export const MediaLiveInputRouterOutputConfiguration = createProperty("AWS::MediaConnect::RouterOutput.MediaLiveInputRouterOutputConfiguration", "aws");
|
|
8841
|
-
export const MediaLiveTransitEncryption = createProperty("AWS::MediaConnect::RouterOutput.MediaLiveTransitEncryption", "aws");
|
|
8842
9023
|
export const MediaPackageAdditionalDestinations = createProperty("AWS::MediaLive::Channel.MediaPackageAdditionalDestinations", "aws");
|
|
8843
9024
|
export const MediaPackageAsset_EgressEndpoint = createProperty("AWS::MediaPackage::Asset.EgressEndpoint", "aws");
|
|
8844
9025
|
export const MediaPackageAsset_Tag = createProperty("AWS::MediaPackage::Asset.Tag", "aws");
|
|
@@ -8910,6 +9091,7 @@ export const MediaTailorChannel_RequestOutputItem = createProperty("AWS::MediaTa
|
|
|
8910
9091
|
export const MediaTailorChannel_SlateSource = createProperty("AWS::MediaTailor::Channel.SlateSource", "aws");
|
|
8911
9092
|
export const MediaTailorChannel_Tag = createProperty("AWS::MediaTailor::Channel.Tag", "aws");
|
|
8912
9093
|
export const MediaTailorChannel_TimeShiftConfiguration = createProperty("AWS::MediaTailor::Channel.TimeShiftConfiguration", "aws");
|
|
9094
|
+
export const Member = createProperty("AWS::DataZone::Project.Member", "aws");
|
|
8913
9095
|
export const MemberConfiguration = createProperty("AWS::ManagedBlockchain::Member.MemberConfiguration", "aws");
|
|
8914
9096
|
export const MemberDefinition = createProperty("AWS::SageMaker::Workteam.MemberDefinition", "aws");
|
|
8915
9097
|
export const MemberFabricConfiguration = createProperty("AWS::ManagedBlockchain::Member.MemberFabricConfiguration", "aws");
|
|
@@ -8950,10 +9132,16 @@ export const Memory_EpisodicOverrideConsolidationConfigurationInput = createProp
|
|
|
8950
9132
|
export const Memory_EpisodicOverrideExtractionConfigurationInput = createProperty("AWS::BedrockAgentCore::Memory.EpisodicOverrideExtractionConfigurationInput", "aws");
|
|
8951
9133
|
export const Memory_EpisodicOverrideReflectionConfigurationInput = createProperty("AWS::BedrockAgentCore::Memory.EpisodicOverrideReflectionConfigurationInput", "aws");
|
|
8952
9134
|
export const Memory_EpisodicReflectionConfigurationInput = createProperty("AWS::BedrockAgentCore::Memory.EpisodicReflectionConfigurationInput", "aws");
|
|
9135
|
+
export const Memory_ExtractionConfig = createProperty("AWS::BedrockAgentCore::Memory.ExtractionConfig", "aws");
|
|
9136
|
+
export const Memory_IndexedKey = createProperty("AWS::BedrockAgentCore::Memory.IndexedKey", "aws");
|
|
8953
9137
|
export const Memory_InvocationConfigurationInput = createProperty("AWS::BedrockAgentCore::Memory.InvocationConfigurationInput", "aws");
|
|
8954
9138
|
export const Memory_KinesisResource = createProperty("AWS::BedrockAgentCore::Memory.KinesisResource", "aws");
|
|
9139
|
+
export const Memory_LlmExtractionConfig = createProperty("AWS::BedrockAgentCore::Memory.LlmExtractionConfig", "aws");
|
|
9140
|
+
export const Memory_MemoryRecordSchema = createProperty("AWS::BedrockAgentCore::Memory.MemoryRecordSchema", "aws");
|
|
8955
9141
|
export const Memory_MemoryStrategy = createProperty("AWS::BedrockAgentCore::Memory.MemoryStrategy", "aws");
|
|
8956
9142
|
export const Memory_MessageBasedTriggerInput = createProperty("AWS::BedrockAgentCore::Memory.MessageBasedTriggerInput", "aws");
|
|
9143
|
+
export const Memory_MetadataSchemaEntry = createProperty("AWS::BedrockAgentCore::Memory.MetadataSchemaEntry", "aws");
|
|
9144
|
+
export const Memory_NumberValidation = createProperty("AWS::BedrockAgentCore::Memory.NumberValidation", "aws");
|
|
8957
9145
|
export const Memory_SelfManagedConfiguration = createProperty("AWS::BedrockAgentCore::Memory.SelfManagedConfiguration", "aws");
|
|
8958
9146
|
export const Memory_SemanticConsolidationOverride = createProperty("AWS::BedrockAgentCore::Memory.SemanticConsolidationOverride", "aws");
|
|
8959
9147
|
export const Memory_SemanticExtractionOverride = createProperty("AWS::BedrockAgentCore::Memory.SemanticExtractionOverride", "aws");
|
|
@@ -8964,6 +9152,8 @@ export const Memory_SemanticOverrideExtractionConfigurationInput = createPropert
|
|
|
8964
9152
|
export const Memory_StrategyConfiguration = createProperty("AWS::BedrockAgentCore::Memory.StrategyConfiguration", "aws");
|
|
8965
9153
|
export const Memory_StreamDeliveryResource = createProperty("AWS::BedrockAgentCore::Memory.StreamDeliveryResource", "aws");
|
|
8966
9154
|
export const Memory_StreamDeliveryResources = createProperty("AWS::BedrockAgentCore::Memory.StreamDeliveryResources", "aws");
|
|
9155
|
+
export const Memory_StringListValidation = createProperty("AWS::BedrockAgentCore::Memory.StringListValidation", "aws");
|
|
9156
|
+
export const Memory_StringValidation = createProperty("AWS::BedrockAgentCore::Memory.StringValidation", "aws");
|
|
8967
9157
|
export const Memory_SummaryConsolidationOverride = createProperty("AWS::BedrockAgentCore::Memory.SummaryConsolidationOverride", "aws");
|
|
8968
9158
|
export const Memory_SummaryMemoryStrategy = createProperty("AWS::BedrockAgentCore::Memory.SummaryMemoryStrategy", "aws");
|
|
8969
9159
|
export const Memory_SummaryOverride = createProperty("AWS::BedrockAgentCore::Memory.SummaryOverride", "aws");
|
|
@@ -8977,6 +9167,7 @@ export const Memory_UserPreferenceMemoryStrategy = createProperty("AWS::BedrockA
|
|
|
8977
9167
|
export const Memory_UserPreferenceOverride = createProperty("AWS::BedrockAgentCore::Memory.UserPreferenceOverride", "aws");
|
|
8978
9168
|
export const Memory_UserPreferenceOverrideConsolidationConfigurationInput = createProperty("AWS::BedrockAgentCore::Memory.UserPreferenceOverrideConsolidationConfigurationInput", "aws");
|
|
8979
9169
|
export const Memory_UserPreferenceOverrideExtractionConfigurationInput = createProperty("AWS::BedrockAgentCore::Memory.UserPreferenceOverrideExtractionConfigurationInput", "aws");
|
|
9170
|
+
export const Memory_Validation = createProperty("AWS::BedrockAgentCore::Memory.Validation", "aws");
|
|
8980
9171
|
export const MemoryConfiguration = createProperty("AWS::Bedrock::Agent.MemoryConfiguration", "aws");
|
|
8981
9172
|
export const MemoryDBCluster_Endpoint = createProperty("AWS::MemoryDB::Cluster.Endpoint", "aws");
|
|
8982
9173
|
export const MemoryDBCluster_Tag = createProperty("AWS::MemoryDB::Cluster.Tag", "aws");
|
|
@@ -8986,6 +9177,7 @@ export const MemoryDBUser_Tag = createProperty("AWS::MemoryDB::User.Tag", "aws")
|
|
|
8986
9177
|
export const MemoryGiBPerVCpu = createProperty("AWS::EC2::LaunchTemplate.MemoryGiBPerVCpu", "aws");
|
|
8987
9178
|
export const MemoryMiB = createProperty("AWS::EC2::LaunchTemplate.MemoryMiB", "aws");
|
|
8988
9179
|
export const MemoryMiBRange = createProperty("AWS::Deadline::Fleet.MemoryMiBRange", "aws");
|
|
9180
|
+
export const MemoryRecordSchema = createProperty("AWS::BedrockAgentCore::Memory.MemoryRecordSchema", "aws");
|
|
8989
9181
|
export const MemoryStrategy = createProperty("AWS::BedrockAgentCore::Memory.MemoryStrategy", "aws");
|
|
8990
9182
|
export const MergeRouterInputConfiguration = createProperty("AWS::MediaConnect::RouterInput.MergeRouterInputConfiguration", "aws");
|
|
8991
9183
|
export const Mesh_EgressFilter = createProperty("AWS::AppMesh::Mesh.EgressFilter", "aws");
|
|
@@ -9019,6 +9211,7 @@ export const MessageTemplateBodyContentProvider = createProperty("AWS::Wisdom::M
|
|
|
9019
9211
|
export const MetadataCatalogConfig = createProperty("AWS::AppFlow::Flow.MetadataCatalogConfig", "aws");
|
|
9020
9212
|
export const MetadataDestination = createProperty("AWS::S3::Bucket.MetadataDestination", "aws");
|
|
9021
9213
|
export const MetadataProperties = createProperty("AWS::SageMaker::ModelPackage.MetadataProperties", "aws");
|
|
9214
|
+
export const MetadataSchemaEntry = createProperty("AWS::BedrockAgentCore::Memory.MetadataSchemaEntry", "aws");
|
|
9022
9215
|
export const MetadataTableConfiguration = createProperty("AWS::S3::Bucket.MetadataTableConfiguration", "aws");
|
|
9023
9216
|
export const MetadataTableEncryptionConfiguration = createProperty("AWS::S3::Bucket.MetadataTableEncryptionConfiguration", "aws");
|
|
9024
9217
|
export const Method_Integration = createProperty("AWS::ApiGateway::Method.Integration", "aws");
|
|
@@ -9052,6 +9245,7 @@ export const MetricTransformation = createProperty("AWS::Logs::MetricFilter.Metr
|
|
|
9052
9245
|
export const MetricValue = createProperty("AWS::IoT::SecurityProfile.MetricValue", "aws");
|
|
9053
9246
|
export const MetricWindow = createProperty("AWS::IoTSiteWise::AssetModel.MetricWindow", "aws");
|
|
9054
9247
|
export const MicrosoftAD_VpcSettings = createProperty("AWS::DirectoryService::MicrosoftAD.VpcSettings", "aws");
|
|
9248
|
+
export const MicrosoftOauth2ProviderConfigInput = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.MicrosoftOauth2ProviderConfigInput", "aws");
|
|
9055
9249
|
export const MicrosoftSqlServerSettings = createProperty("AWS::DMS::Endpoint.MicrosoftSqlServerSettings", "aws");
|
|
9056
9250
|
export const MicrosoftTeamsChannelConfiguration_Tag = createProperty("AWS::Chatbot::MicrosoftTeamsChannelConfiguration.Tag", "aws");
|
|
9057
9251
|
export const MigrationProject_DataProviderDescriptor = createProperty("AWS::DMS::MigrationProject.DataProviderDescriptor", "aws");
|
|
@@ -9133,6 +9327,7 @@ export const ModelCard_TrainingHyperParameter = createProperty("AWS::SageMaker::
|
|
|
9133
9327
|
export const ModelCard_TrainingMetric = createProperty("AWS::SageMaker::ModelCard.TrainingMetric", "aws");
|
|
9134
9328
|
export const ModelCard_UserContext = createProperty("AWS::SageMaker::ModelCard.UserContext", "aws");
|
|
9135
9329
|
export const ModelDataQuality = createProperty("AWS::SageMaker::ModelPackage.ModelDataQuality", "aws");
|
|
9330
|
+
export const ModelEnforcement = createProperty("AWS::Bedrock::EnforcedGuardrailConfiguration.ModelEnforcement", "aws");
|
|
9136
9331
|
export const ModelExplainabilityAppSpecification = createProperty("AWS::SageMaker::ModelExplainabilityJobDefinition.ModelExplainabilityAppSpecification", "aws");
|
|
9137
9332
|
export const ModelExplainabilityBaselineConfig = createProperty("AWS::SageMaker::ModelExplainabilityJobDefinition.ModelExplainabilityBaselineConfig", "aws");
|
|
9138
9333
|
export const ModelExplainabilityJobDefinition_BatchTransformInput = createProperty("AWS::SageMaker::ModelExplainabilityJobDefinition.BatchTransformInput", "aws");
|
|
@@ -9311,6 +9506,7 @@ export const MSKCluster_VpcConnectivityIam = createProperty("AWS::MSK::Cluster.V
|
|
|
9311
9506
|
export const MSKCluster_VpcConnectivitySasl = createProperty("AWS::MSK::Cluster.VpcConnectivitySasl", "aws");
|
|
9312
9507
|
export const MSKCluster_VpcConnectivityScram = createProperty("AWS::MSK::Cluster.VpcConnectivityScram", "aws");
|
|
9313
9508
|
export const MSKCluster_VpcConnectivityTls = createProperty("AWS::MSK::Cluster.VpcConnectivityTls", "aws");
|
|
9509
|
+
export const MSKCluster_ZookeeperAccess = createProperty("AWS::MSK::Cluster.ZookeeperAccess", "aws");
|
|
9314
9510
|
export const MSKConfiguration_LatestRevision = createProperty("AWS::MSK::Configuration.LatestRevision", "aws");
|
|
9315
9511
|
export const MSKSourceConfiguration = createProperty("AWS::KinesisFirehose::DeliveryStream.MSKSourceConfiguration", "aws");
|
|
9316
9512
|
export const MssManifest = createProperty("AWS::MediaPackage::PackagingConfiguration.MssManifest", "aws");
|
|
@@ -9476,6 +9672,7 @@ export const NetworkInterface_Tag = createProperty("AWS::EC2::NetworkInterface.T
|
|
|
9476
9672
|
export const NetworkInterfaceAttachment_EnaSrdSpecification = createProperty("AWS::EC2::NetworkInterfaceAttachment.EnaSrdSpecification", "aws");
|
|
9477
9673
|
export const NetworkInterfaceCount = createProperty("AWS::EC2::LaunchTemplate.NetworkInterfaceCount", "aws");
|
|
9478
9674
|
export const NetworkInterfaceOptions = createProperty("AWS::EC2::VerifiedAccessEndpoint.NetworkInterfaceOptions", "aws");
|
|
9675
|
+
export const NetworkInterfaceSpecificationRequest = createProperty("AWS::EC2::EC2Fleet.NetworkInterfaceSpecificationRequest", "aws");
|
|
9479
9676
|
export const NetworkManagerDevice_AWSLocation = createProperty("AWS::NetworkManager::Device.AWSLocation", "aws");
|
|
9480
9677
|
export const NetworkManagerDevice_Location = createProperty("AWS::NetworkManager::Device.Location", "aws");
|
|
9481
9678
|
export const NetworkManagerDevice_Tag = createProperty("AWS::NetworkManager::Device.Tag", "aws");
|
|
@@ -9483,6 +9680,8 @@ export const NetworkManagerLink_Bandwidth = createProperty("AWS::NetworkManager:
|
|
|
9483
9680
|
export const NetworkManagerLink_Tag = createProperty("AWS::NetworkManager::Link.Tag", "aws");
|
|
9484
9681
|
export const NetworkPerformanceOptions = createProperty("AWS::EC2::LaunchTemplate.NetworkPerformanceOptions", "aws");
|
|
9485
9682
|
export const NetworkSettings_Tag = createProperty("AWS::WorkSpacesWeb::NetworkSettings.Tag", "aws");
|
|
9683
|
+
export const NetworkTrafficConfig = createProperty("AWS::SecurityAgent::Pentest.NetworkTrafficConfig", "aws");
|
|
9684
|
+
export const NetworkTrafficRule = createProperty("AWS::SecurityAgent::Pentest.NetworkTrafficRule", "aws");
|
|
9486
9685
|
export const NewDefaultValues = createProperty("AWS::QuickSight::DataSet.NewDefaultValues", "aws");
|
|
9487
9686
|
export const NewRelicApiKeyConfig = createProperty("AWS::DevOpsAgent::Service.NewRelicApiKeyConfig", "aws");
|
|
9488
9687
|
export const NewRelicAuthorizationConfig = createProperty("AWS::DevOpsAgent::Service.NewRelicAuthorizationConfig", "aws");
|
|
@@ -9507,6 +9706,7 @@ export const Nodegroup_RemoteAccess = createProperty("AWS::EKS::Nodegroup.Remote
|
|
|
9507
9706
|
export const Nodegroup_ScalingConfig = createProperty("AWS::EKS::Nodegroup.ScalingConfig", "aws");
|
|
9508
9707
|
export const Nodegroup_Taint = createProperty("AWS::EKS::Nodegroup.Taint", "aws");
|
|
9509
9708
|
export const Nodegroup_UpdateConfig = createProperty("AWS::EKS::Nodegroup.UpdateConfig", "aws");
|
|
9709
|
+
export const Nodegroup_WarmPoolConfig = createProperty("AWS::EKS::Nodegroup.WarmPoolConfig", "aws");
|
|
9510
9710
|
export const NodeGroupConfiguration = createProperty("AWS::ElastiCache::ReplicationGroup.NodeGroupConfiguration", "aws");
|
|
9511
9711
|
export const NodeOption = createProperty("AWS::OpenSearchService::Domain.NodeOption", "aws");
|
|
9512
9712
|
export const NodeProperties = createProperty("AWS::Batch::JobDefinition.NodeProperties", "aws");
|
|
@@ -9543,12 +9743,34 @@ export const NotificationWithSubscribers = createProperty("AWS::Budgets::Budget.
|
|
|
9543
9743
|
export const NotifyConfigurationType = createProperty("AWS::Cognito::UserPoolRiskConfigurationAttachment.NotifyConfigurationType", "aws");
|
|
9544
9744
|
export const NotifyEmailType = createProperty("AWS::Cognito::UserPoolRiskConfigurationAttachment.NotifyEmailType", "aws");
|
|
9545
9745
|
export const NumberAttributeConstraints = createProperty("AWS::Cognito::UserPool.NumberAttributeConstraints", "aws");
|
|
9746
|
+
export const NumberValidation = createProperty("AWS::BedrockAgentCore::Memory.NumberValidation", "aws");
|
|
9546
9747
|
export const NumericalScaleDefinition = createProperty("AWS::BedrockAgentCore::Evaluator.NumericalScaleDefinition", "aws");
|
|
9547
9748
|
export const NumericQuestionPropertyValueAutomation = createProperty("AWS::Connect::EvaluationForm.NumericQuestionPropertyValueAutomation", "aws");
|
|
9548
9749
|
export const OamLink_LinkConfiguration = createProperty("AWS::Oam::Link.LinkConfiguration", "aws");
|
|
9549
9750
|
export const OamLink_LinkFilter = createProperty("AWS::Oam::Link.LinkFilter", "aws");
|
|
9751
|
+
export const Oauth2AuthorizationServerMetadata = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.Oauth2AuthorizationServerMetadata", "aws");
|
|
9550
9752
|
export const OAuth2ClientCredentialConfiguration = createProperty("AWS::QBusiness::Plugin.OAuth2ClientCredentialConfiguration", "aws");
|
|
9753
|
+
export const OAuth2CredentialProvider_AtlassianOauth2ProviderConfigInput = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.AtlassianOauth2ProviderConfigInput", "aws");
|
|
9754
|
+
export const OAuth2CredentialProvider_ClientSecretArn = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.ClientSecretArn", "aws");
|
|
9755
|
+
export const OAuth2CredentialProvider_CustomOauth2ProviderConfigInput = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.CustomOauth2ProviderConfigInput", "aws");
|
|
9756
|
+
export const OAuth2CredentialProvider_GithubOauth2ProviderConfigInput = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.GithubOauth2ProviderConfigInput", "aws");
|
|
9757
|
+
export const OAuth2CredentialProvider_GoogleOauth2ProviderConfigInput = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.GoogleOauth2ProviderConfigInput", "aws");
|
|
9758
|
+
export const OAuth2CredentialProvider_IncludedOauth2ProviderConfigInput = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.IncludedOauth2ProviderConfigInput", "aws");
|
|
9759
|
+
export const OAuth2CredentialProvider_LinkedinOauth2ProviderConfigInput = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.LinkedinOauth2ProviderConfigInput", "aws");
|
|
9760
|
+
export const OAuth2CredentialProvider_MicrosoftOauth2ProviderConfigInput = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.MicrosoftOauth2ProviderConfigInput", "aws");
|
|
9761
|
+
export const OAuth2CredentialProvider_Oauth2AuthorizationServerMetadata = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.Oauth2AuthorizationServerMetadata", "aws");
|
|
9762
|
+
export const OAuth2CredentialProvider_Oauth2Discovery = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.Oauth2Discovery", "aws");
|
|
9763
|
+
export const OAuth2CredentialProvider_Oauth2ProviderConfigInput = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.Oauth2ProviderConfigInput", "aws");
|
|
9764
|
+
export const OAuth2CredentialProvider_Oauth2ProviderConfigOutput = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.Oauth2ProviderConfigOutput", "aws");
|
|
9765
|
+
export const OAuth2CredentialProvider_OnBehalfOfTokenExchangeConfig = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.OnBehalfOfTokenExchangeConfig", "aws");
|
|
9766
|
+
export const OAuth2CredentialProvider_SalesforceOauth2ProviderConfigInput = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.SalesforceOauth2ProviderConfigInput", "aws");
|
|
9767
|
+
export const OAuth2CredentialProvider_SlackOauth2ProviderConfigInput = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.SlackOauth2ProviderConfigInput", "aws");
|
|
9768
|
+
export const OAuth2CredentialProvider_Tag = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.Tag", "aws");
|
|
9769
|
+
export const OAuth2CredentialProvider_TokenExchangeGrantTypeConfig = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.TokenExchangeGrantTypeConfig", "aws");
|
|
9770
|
+
export const Oauth2Discovery = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.Oauth2Discovery", "aws");
|
|
9551
9771
|
export const OAuth2PropertiesInput = createProperty("AWS::Glue::Connection.OAuth2PropertiesInput", "aws");
|
|
9772
|
+
export const Oauth2ProviderConfigInput = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.Oauth2ProviderConfigInput", "aws");
|
|
9773
|
+
export const Oauth2ProviderConfigOutput = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.Oauth2ProviderConfigOutput", "aws");
|
|
9552
9774
|
export const OAuthClientDetails = createProperty("AWS::DevOpsAgent::Service.OAuthClientDetails", "aws");
|
|
9553
9775
|
export const OAuthCredentialProvider = createProperty("AWS::BedrockAgentCore::GatewayTarget.OAuthCredentialProvider", "aws");
|
|
9554
9776
|
export const OAuthProperties = createProperty("AWS::AppFlow::ConnectorProfile.OAuthProperties", "aws");
|
|
@@ -9589,12 +9811,15 @@ export const OidcIdentityProviderConfig = createProperty("AWS::EKS::IdentityProv
|
|
|
9589
9811
|
export const OidcMemberDefinition = createProperty("AWS::SageMaker::Workteam.OidcMemberDefinition", "aws");
|
|
9590
9812
|
export const OidcOptions = createProperty("AWS::EC2::VerifiedAccessTrustProvider.OidcOptions", "aws");
|
|
9591
9813
|
export const OIDCProvider_Tag = createProperty("AWS::IAM::OIDCProvider.Tag", "aws");
|
|
9814
|
+
export const OmicsConfiguration_RunConfigurations = createProperty("AWS::Omics::Configuration.RunConfigurations", "aws");
|
|
9815
|
+
export const OmicsConfiguration_VpcConfig = createProperty("AWS::Omics::Configuration.VpcConfig", "aws");
|
|
9592
9816
|
export const OmicsWorkflow_ContainerRegistryMap = createProperty("AWS::Omics::Workflow.ContainerRegistryMap", "aws");
|
|
9593
9817
|
export const OmicsWorkflow_DefinitionRepository = createProperty("AWS::Omics::Workflow.DefinitionRepository", "aws");
|
|
9594
9818
|
export const OmicsWorkflow_ImageMapping = createProperty("AWS::Omics::Workflow.ImageMapping", "aws");
|
|
9595
9819
|
export const OmicsWorkflow_RegistryMapping = createProperty("AWS::Omics::Workflow.RegistryMapping", "aws");
|
|
9596
9820
|
export const OmicsWorkflow_SourceReference = createProperty("AWS::Omics::Workflow.SourceReference", "aws");
|
|
9597
9821
|
export const OmicsWorkflow_WorkflowParameter = createProperty("AWS::Omics::Workflow.WorkflowParameter", "aws");
|
|
9822
|
+
export const OnBehalfOfTokenExchangeConfig = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.OnBehalfOfTokenExchangeConfig", "aws");
|
|
9598
9823
|
export const OnDemandOptionsRequest = createProperty("AWS::EC2::EC2Fleet.OnDemandOptionsRequest", "aws");
|
|
9599
9824
|
export const OnDemandThroughput = createProperty("AWS::DynamoDB::Table.OnDemandThroughput", "aws");
|
|
9600
9825
|
export const OneDriveConfiguration = createProperty("AWS::Kendra::DataSource.OneDriveConfiguration", "aws");
|
|
@@ -9637,6 +9862,7 @@ export const OpenSearchManagedClusterConfiguration = createProperty("AWS::Bedroc
|
|
|
9637
9862
|
export const OpenSearchManagedClusterFieldMapping = createProperty("AWS::Bedrock::KnowledgeBase.OpenSearchManagedClusterFieldMapping", "aws");
|
|
9638
9863
|
export const OpenSearchResourceConfig = createProperty("AWS::Logs::Integration.OpenSearchResourceConfig", "aws");
|
|
9639
9864
|
export const OpenSearchServerlessCollection_EncryptionConfig = createProperty("AWS::OpenSearchServerless::Collection.EncryptionConfig", "aws");
|
|
9865
|
+
export const OpenSearchServerlessCollection_FipsEndpoints = createProperty("AWS::OpenSearchServerless::Collection.FipsEndpoints", "aws");
|
|
9640
9866
|
export const OpenSearchServerlessCollection_Tag = createProperty("AWS::OpenSearchServerless::Collection.Tag", "aws");
|
|
9641
9867
|
export const OpenSearchServerlessCollection_VectorOptions = createProperty("AWS::OpenSearchServerless::Collection.VectorOptions", "aws");
|
|
9642
9868
|
export const OpenSearchServerlessConfiguration = createProperty("AWS::Bedrock::KnowledgeBase.OpenSearchServerlessConfiguration", "aws");
|
|
@@ -9853,7 +10079,8 @@ export const PackagingGroup_Authorization = createProperty("AWS::MediaPackage::P
|
|
|
9853
10079
|
export const PackagingGroup_LogConfiguration = createProperty("AWS::MediaPackage::PackagingGroup.LogConfiguration", "aws");
|
|
9854
10080
|
export const PackagingGroup_Tag = createProperty("AWS::MediaPackage::PackagingGroup.Tag", "aws");
|
|
9855
10081
|
export const PacketHeaderStatementRequest = createProperty("AWS::EC2::NetworkInsightsAccessScope.PacketHeaderStatementRequest", "aws");
|
|
9856
|
-
export const
|
|
10082
|
+
export const PagerDutyAuthorizationConfig = createProperty("AWS::DevOpsAgent::Service.PagerDutyAuthorizationConfig", "aws");
|
|
10083
|
+
export const PagerDutyDetails = createProperty("AWS::DevOpsAgent::Service.PagerDutyDetails", "aws");
|
|
9857
10084
|
export const PagerDutyIncidentConfiguration = createProperty("AWS::SSMIncidents::ResponsePlan.PagerDutyIncidentConfiguration", "aws");
|
|
9858
10085
|
export const PaletteCanvas = createProperty("AWS::Connect::Workspace.PaletteCanvas", "aws");
|
|
9859
10086
|
export const PaletteHeader = createProperty("AWS::Connect::Workspace.PaletteHeader", "aws");
|
|
@@ -9968,17 +10195,31 @@ export const PCAConnectorSCEPConnector_IntuneConfiguration = createProperty("AWS
|
|
|
9968
10195
|
export const PCAConnectorSCEPConnector_OpenIdConfiguration = createProperty("AWS::PCAConnectorSCEP::Connector.OpenIdConfiguration", "aws");
|
|
9969
10196
|
export const PCSCluster_Accounting = createProperty("AWS::PCS::Cluster.Accounting", "aws");
|
|
9970
10197
|
export const PCSCluster_AuthKey = createProperty("AWS::PCS::Cluster.AuthKey", "aws");
|
|
10198
|
+
export const PCSCluster_CgroupCustomSetting = createProperty("AWS::PCS::Cluster.CgroupCustomSetting", "aws");
|
|
9971
10199
|
export const PCSCluster_Endpoint = createProperty("AWS::PCS::Cluster.Endpoint", "aws");
|
|
9972
10200
|
export const PCSCluster_ErrorInfo = createProperty("AWS::PCS::Cluster.ErrorInfo", "aws");
|
|
9973
10201
|
export const PCSCluster_JwtAuth = createProperty("AWS::PCS::Cluster.JwtAuth", "aws");
|
|
9974
10202
|
export const PCSCluster_JwtKey = createProperty("AWS::PCS::Cluster.JwtKey", "aws");
|
|
9975
10203
|
export const PCSCluster_SlurmCustomSetting = createProperty("AWS::PCS::Cluster.SlurmCustomSetting", "aws");
|
|
10204
|
+
export const PCSCluster_SlurmdbdCustomSetting = createProperty("AWS::PCS::Cluster.SlurmdbdCustomSetting", "aws");
|
|
9976
10205
|
export const PCSCluster_SlurmRest = createProperty("AWS::PCS::Cluster.SlurmRest", "aws");
|
|
9977
10206
|
export const PCSCluster_Tag = createProperty("AWS::PCS::Cluster.Tag", "aws");
|
|
9978
10207
|
export const PCSQueue_ComputeNodeGroupConfiguration = createProperty("AWS::PCS::Queue.ComputeNodeGroupConfiguration", "aws");
|
|
9979
10208
|
export const PCSQueue_ErrorInfo = createProperty("AWS::PCS::Queue.ErrorInfo", "aws");
|
|
9980
10209
|
export const PCSQueue_SlurmCustomSetting = createProperty("AWS::PCS::Queue.SlurmCustomSetting", "aws");
|
|
9981
10210
|
export const PeeringAttachmentStatus = createProperty("AWS::EC2::TransitGatewayPeeringAttachment.PeeringAttachmentStatus", "aws");
|
|
10211
|
+
export const Pentest_Actor = createProperty("AWS::SecurityAgent::Pentest.Actor", "aws");
|
|
10212
|
+
export const Pentest_Assets = createProperty("AWS::SecurityAgent::Pentest.Assets", "aws");
|
|
10213
|
+
export const Pentest_Authentication = createProperty("AWS::SecurityAgent::Pentest.Authentication", "aws");
|
|
10214
|
+
export const Pentest_CloudWatchLog = createProperty("AWS::SecurityAgent::Pentest.CloudWatchLog", "aws");
|
|
10215
|
+
export const Pentest_CustomHeader = createProperty("AWS::SecurityAgent::Pentest.CustomHeader", "aws");
|
|
10216
|
+
export const Pentest_DocumentInfo = createProperty("AWS::SecurityAgent::Pentest.DocumentInfo", "aws");
|
|
10217
|
+
export const Pentest_Endpoint = createProperty("AWS::SecurityAgent::Pentest.Endpoint", "aws");
|
|
10218
|
+
export const Pentest_IntegratedRepository = createProperty("AWS::SecurityAgent::Pentest.IntegratedRepository", "aws");
|
|
10219
|
+
export const Pentest_NetworkTrafficConfig = createProperty("AWS::SecurityAgent::Pentest.NetworkTrafficConfig", "aws");
|
|
10220
|
+
export const Pentest_NetworkTrafficRule = createProperty("AWS::SecurityAgent::Pentest.NetworkTrafficRule", "aws");
|
|
10221
|
+
export const Pentest_SourceCodeRepository = createProperty("AWS::SecurityAgent::Pentest.SourceCodeRepository", "aws");
|
|
10222
|
+
export const Pentest_VpcConfig = createProperty("AWS::SecurityAgent::Pentest.VpcConfig", "aws");
|
|
9982
10223
|
export const PerformanceTarget = createProperty("AWS::RedshiftServerless::Workgroup.PerformanceTarget", "aws");
|
|
9983
10224
|
export const Period = createProperty("AWS::CustomerProfiles::EventTrigger.Period", "aws");
|
|
9984
10225
|
export const PeriodicScanConfiguration = createProperty("AWS::InspectorV2::CodeSecurityScanConfiguration.PeriodicScanConfiguration", "aws");
|
|
@@ -10275,11 +10516,15 @@ export const PrincipalPermissions_TableResource = createProperty("AWS::LakeForma
|
|
|
10275
10516
|
export const PrincipalPermissions_TableWithColumnsResource = createProperty("AWS::LakeFormation::PrincipalPermissions.TableWithColumnsResource", "aws");
|
|
10276
10517
|
export const PrincipalPrivileges = createProperty("AWS::Glue::Database.PrincipalPrivileges", "aws");
|
|
10277
10518
|
export const PrincipalResourcePair = createProperty("AWS::LakeFormation::PrincipalPermissions.PrincipalResourcePair", "aws");
|
|
10519
|
+
export const PriorityBalancedSchedulingConfiguration = createProperty("AWS::Deadline::Queue.PriorityBalancedSchedulingConfiguration", "aws");
|
|
10278
10520
|
export const PriorityConfiguration = createProperty("AWS::GameLift::GameSessionQueue.PriorityConfiguration", "aws");
|
|
10279
10521
|
export const PrivacyBudgetTemplate_BudgetParameter = createProperty("AWS::CleanRooms::PrivacyBudgetTemplate.BudgetParameter", "aws");
|
|
10280
10522
|
export const PrivacyBudgetTemplate_Tag = createProperty("AWS::CleanRooms::PrivacyBudgetTemplate.Tag", "aws");
|
|
10281
10523
|
export const PrivacyConfiguration = createProperty("AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.PrivacyConfiguration", "aws");
|
|
10282
10524
|
export const PrivacyConfigurationPolicies = createProperty("AWS::CleanRoomsML::ConfiguredModelAlgorithmAssociation.PrivacyConfigurationPolicies", "aws");
|
|
10525
|
+
export const PrivateConnection_SelfManagedMode = createProperty("AWS::DevOpsAgent::PrivateConnection.SelfManagedMode", "aws");
|
|
10526
|
+
export const PrivateConnection_ServiceManagedMode = createProperty("AWS::DevOpsAgent::PrivateConnection.ServiceManagedMode", "aws");
|
|
10527
|
+
export const PrivateConnection_Tag = createProperty("AWS::DevOpsAgent::PrivateConnection.Tag", "aws");
|
|
10283
10528
|
export const PrivateDnsNameOptionsRequest = createProperty("AWS::WorkspacesInstances::WorkspaceInstance.PrivateDnsNameOptionsRequest", "aws");
|
|
10284
10529
|
export const PrivateDnsNamespace_PrivateDnsPropertiesMutable = createProperty("AWS::ServiceDiscovery::PrivateDnsNamespace.PrivateDnsPropertiesMutable", "aws");
|
|
10285
10530
|
export const PrivateDnsNamespace_Properties = createProperty("AWS::ServiceDiscovery::PrivateDnsNamespace.Properties", "aws");
|
|
@@ -10287,6 +10532,7 @@ export const PrivateDnsNamespace_SOA = createProperty("AWS::ServiceDiscovery::Pr
|
|
|
10287
10532
|
export const PrivateDnsNamespace_Tag = createProperty("AWS::ServiceDiscovery::PrivateDnsNamespace.Tag", "aws");
|
|
10288
10533
|
export const PrivateDnsPropertiesMutable = createProperty("AWS::ServiceDiscovery::PrivateDnsNamespace.PrivateDnsPropertiesMutable", "aws");
|
|
10289
10534
|
export const PrivateIpAdd = createProperty("AWS::EC2::LaunchTemplate.PrivateIpAdd", "aws");
|
|
10535
|
+
export const PrivateIpAddressSpecificationRequest = createProperty("AWS::EC2::EC2Fleet.PrivateIpAddressSpecificationRequest", "aws");
|
|
10290
10536
|
export const PrivateKeyAttributesV2 = createProperty("AWS::PCAConnectorAD::Template.PrivateKeyAttributesV2", "aws");
|
|
10291
10537
|
export const PrivateKeyAttributesV3 = createProperty("AWS::PCAConnectorAD::Template.PrivateKeyAttributesV3", "aws");
|
|
10292
10538
|
export const PrivateKeyAttributesV4 = createProperty("AWS::PCAConnectorAD::Template.PrivateKeyAttributesV4", "aws");
|
|
@@ -10338,6 +10584,7 @@ export const ProjectCache = createProperty("AWS::CodeBuild::Project.ProjectCache
|
|
|
10338
10584
|
export const ProjectDeletionError = createProperty("AWS::DataZone::Project.ProjectDeletionError", "aws");
|
|
10339
10585
|
export const ProjectFileSystemLocation = createProperty("AWS::CodeBuild::Project.ProjectFileSystemLocation", "aws");
|
|
10340
10586
|
export const ProjectFleet = createProperty("AWS::CodeBuild::Project.ProjectFleet", "aws");
|
|
10587
|
+
export const ProjectMembershipAssignment = createProperty("AWS::DataZone::Project.ProjectMembershipAssignment", "aws");
|
|
10341
10588
|
export const ProjectOperation = createProperty("AWS::QuickSight::DataSet.ProjectOperation", "aws");
|
|
10342
10589
|
export const ProjectPolicyGrantPrincipal = createProperty("AWS::DataZone::PolicyGrant.ProjectPolicyGrantPrincipal", "aws");
|
|
10343
10590
|
export const ProjectProfile_AwsAccount = createProperty("AWS::DataZone::ProjectProfile.AwsAccount", "aws");
|
|
@@ -10347,6 +10594,7 @@ export const ProjectProfile_EnvironmentConfigurationParameter = createProperty("
|
|
|
10347
10594
|
export const ProjectProfile_EnvironmentConfigurationParametersDetails = createProperty("AWS::DataZone::ProjectProfile.EnvironmentConfigurationParametersDetails", "aws");
|
|
10348
10595
|
export const ProjectProfile_ProjectScope = createProperty("AWS::DataZone::ProjectProfile.ProjectScope", "aws");
|
|
10349
10596
|
export const ProjectProfile_Region = createProperty("AWS::DataZone::ProjectProfile.Region", "aws");
|
|
10597
|
+
export const ProjectProfile_ResourceTagParameter = createProperty("AWS::DataZone::ProjectProfile.ResourceTagParameter", "aws");
|
|
10350
10598
|
export const ProjectScope = createProperty("AWS::DataZone::ProjectProfile.ProjectScope", "aws");
|
|
10351
10599
|
export const ProjectSourceVersion = createProperty("AWS::CodeBuild::Project.ProjectSourceVersion", "aws");
|
|
10352
10600
|
export const ProjectTriggers = createProperty("AWS::CodeBuild::Project.ProjectTriggers", "aws");
|
|
@@ -10385,7 +10633,7 @@ export const Protection_ApplicationLayerAutomaticResponseConfiguration = createP
|
|
|
10385
10633
|
export const Protection_Tag = createProperty("AWS::Shield::Protection.Tag", "aws");
|
|
10386
10634
|
export const ProtectionGroup_Tag = createProperty("AWS::Shield::ProtectionGroup.Tag", "aws");
|
|
10387
10635
|
export const ProtocolDetails = createProperty("AWS::Transfer::Server.ProtocolDetails", "aws");
|
|
10388
|
-
export const
|
|
10636
|
+
export const ProviderResource = createProperty("AWS::SecurityAgent::AgentSpace.ProviderResource", "aws");
|
|
10389
10637
|
export const ProvisionalConfiguration = createProperty("AWS::LicenseManager::License.ProvisionalConfiguration", "aws");
|
|
10390
10638
|
export const ProvisionedCapacity = createProperty("AWS::KafkaConnect::Connector.ProvisionedCapacity", "aws");
|
|
10391
10639
|
export const ProvisionedCidr = createProperty("AWS::EC2::IPAMPool.ProvisionedCidr", "aws");
|
|
@@ -10458,6 +10706,7 @@ export const Qualifier = createProperty("AWS::ACMPCA::Certificate.Qualifier", "a
|
|
|
10458
10706
|
export const Query = createProperty("AWS::ResourceGroups::Group.Query", "aws");
|
|
10459
10707
|
export const QueryAction = createProperty("AWS::IoTAnalytics::Dataset.QueryAction", "aws");
|
|
10460
10708
|
export const QueryComputePaymentConfig = createProperty("AWS::CleanRooms::Collaboration.QueryComputePaymentConfig", "aws");
|
|
10709
|
+
export const QueryDefinition_QueryParameter = createProperty("AWS::Logs::QueryDefinition.QueryParameter", "aws");
|
|
10461
10710
|
export const QueryGenerationColumn = createProperty("AWS::Bedrock::KnowledgeBase.QueryGenerationColumn", "aws");
|
|
10462
10711
|
export const QueryGenerationConfiguration = createProperty("AWS::Bedrock::KnowledgeBase.QueryGenerationConfiguration", "aws");
|
|
10463
10712
|
export const QueryGenerationContext = createProperty("AWS::Bedrock::KnowledgeBase.QueryGenerationContext", "aws");
|
|
@@ -11084,6 +11333,7 @@ export const QuickSightDataSource_RedshiftIAMParameters = createProperty("AWS::Q
|
|
|
11084
11333
|
export const QuickSightDataSource_RedshiftParameters = createProperty("AWS::QuickSight::DataSource.RedshiftParameters", "aws");
|
|
11085
11334
|
export const QuickSightDataSource_ResourcePermission = createProperty("AWS::QuickSight::DataSource.ResourcePermission", "aws");
|
|
11086
11335
|
export const QuickSightDataSource_S3Parameters = createProperty("AWS::QuickSight::DataSource.S3Parameters", "aws");
|
|
11336
|
+
export const QuickSightDataSource_S3TablesParameters = createProperty("AWS::QuickSight::DataSource.S3TablesParameters", "aws");
|
|
11087
11337
|
export const QuickSightDataSource_SnowflakeParameters = createProperty("AWS::QuickSight::DataSource.SnowflakeParameters", "aws");
|
|
11088
11338
|
export const QuickSightDataSource_SparkParameters = createProperty("AWS::QuickSight::DataSource.SparkParameters", "aws");
|
|
11089
11339
|
export const QuickSightDataSource_SqlServerParameters = createProperty("AWS::QuickSight::DataSource.SqlServerParameters", "aws");
|
|
@@ -11748,6 +11998,14 @@ export const Recipes = createProperty("AWS::OpsWorks::Layer.Recipes", "aws");
|
|
|
11748
11998
|
export const RecipeSelection = createProperty("AWS::ImageBuilder::LifecyclePolicy.RecipeSelection", "aws");
|
|
11749
11999
|
export const RecipeStep = createProperty("AWS::DataBrew::Recipe.RecipeStep", "aws");
|
|
11750
12000
|
export const RecommendationConfiguration = createProperty("AWS::DataZone::DataSource.RecommendationConfiguration", "aws");
|
|
12001
|
+
export const Recommender_EventParameters = createProperty("AWS::CustomerProfiles::Recommender.EventParameters", "aws");
|
|
12002
|
+
export const Recommender_EventsConfig = createProperty("AWS::CustomerProfiles::Recommender.EventsConfig", "aws");
|
|
12003
|
+
export const Recommender_RecommenderConfig = createProperty("AWS::CustomerProfiles::Recommender.RecommenderConfig", "aws");
|
|
12004
|
+
export const Recommender_RecommenderUpdate = createProperty("AWS::CustomerProfiles::Recommender.RecommenderUpdate", "aws");
|
|
12005
|
+
export const Recommender_Tag = createProperty("AWS::CustomerProfiles::Recommender.Tag", "aws");
|
|
12006
|
+
export const Recommender_TrainingMetrics = createProperty("AWS::CustomerProfiles::Recommender.TrainingMetrics", "aws");
|
|
12007
|
+
export const RecommenderConfig = createProperty("AWS::CustomerProfiles::Recommender.RecommenderConfig", "aws");
|
|
12008
|
+
export const RecommenderUpdate = createProperty("AWS::CustomerProfiles::Recommender.RecommenderUpdate", "aws");
|
|
11751
12009
|
export const RecordExpiration = createProperty("AWS::S3::Bucket.RecordExpiration", "aws");
|
|
11752
12010
|
export const RecordingConfig = createProperty("AWS::BedrockAgentCore::BrowserCustom.RecordingConfig", "aws");
|
|
11753
12011
|
export const RecordingConfiguration_DestinationConfiguration = createProperty("AWS::IVS::RecordingConfiguration.DestinationConfiguration", "aws");
|
|
@@ -11847,10 +12105,13 @@ export const RegionalConfiguration = createProperty("AWS::ElastiCache::GlobalRep
|
|
|
11847
12105
|
export const RegionalParameter = createProperty("AWS::DataZone::EnvironmentBlueprintConfiguration.RegionalParameter", "aws");
|
|
11848
12106
|
export const RegionConfiguration = createProperty("AWS::SSMIncidents::ReplicationSet.RegionConfiguration", "aws");
|
|
11849
12107
|
export const RegionSwitchPlanConfiguration = createProperty("AWS::ARCRegionSwitch::Plan.RegionSwitchPlanConfiguration", "aws");
|
|
12108
|
+
export const RegisteredAzureIdentityDetails = createProperty("AWS::DevOpsAgent::Service.RegisteredAzureIdentityDetails", "aws");
|
|
11850
12109
|
export const RegisteredDynatraceDetails = createProperty("AWS::DevOpsAgent::Service.RegisteredDynatraceDetails", "aws");
|
|
11851
12110
|
export const RegisteredGitLabServiceDetails = createProperty("AWS::DevOpsAgent::Service.RegisteredGitLabServiceDetails", "aws");
|
|
11852
12111
|
export const RegisteredMCPServerDetails = createProperty("AWS::DevOpsAgent::Service.RegisteredMCPServerDetails", "aws");
|
|
12112
|
+
export const RegisteredMCPServerSigV4Details = createProperty("AWS::DevOpsAgent::Service.RegisteredMCPServerSigV4Details", "aws");
|
|
11853
12113
|
export const RegisteredNewRelicDetails = createProperty("AWS::DevOpsAgent::Service.RegisteredNewRelicDetails", "aws");
|
|
12114
|
+
export const RegisteredPagerDutyDetails = createProperty("AWS::DevOpsAgent::Service.RegisteredPagerDutyDetails", "aws");
|
|
11854
12115
|
export const RegisteredServiceNowDetails = createProperty("AWS::DevOpsAgent::Service.RegisteredServiceNowDetails", "aws");
|
|
11855
12116
|
export const RegistrationConfig = createProperty("AWS::IoT::CACertificate.RegistrationConfig", "aws");
|
|
11856
12117
|
export const Registry = createProperty("AWS::Glue::Schema.Registry", "aws");
|
|
@@ -11878,6 +12139,7 @@ export const RenameColumnOperation = createProperty("AWS::QuickSight::DataSet.Re
|
|
|
11878
12139
|
export const RenameColumnsOperation = createProperty("AWS::QuickSight::DataSet.RenameColumnsOperation", "aws");
|
|
11879
12140
|
export const RenameKeyEntry = createProperty("AWS::Logs::Transformer.RenameKeyEntry", "aws");
|
|
11880
12141
|
export const RenderingConfiguration = createProperty("AWS::Wisdom::KnowledgeBase.RenderingConfiguration", "aws");
|
|
12142
|
+
export const RenderingEngine = createProperty("AWS::RoboMaker::SimulationApplication.RenderingEngine", "aws");
|
|
11881
12143
|
export const RenditionConfiguration = createProperty("AWS::IVS::RecordingConfiguration.RenditionConfiguration", "aws");
|
|
11882
12144
|
export const ReplaceDefaultPolicyVersionParams = createProperty("AWS::IoT::MitigationAction.ReplaceDefaultPolicyVersionParams", "aws");
|
|
11883
12145
|
export const ReplaceRecipientAction = createProperty("AWS::SES::MailManagerRuleSet.ReplaceRecipientAction", "aws");
|
|
@@ -11918,14 +12180,24 @@ export const ReplicationTime = createProperty("AWS::S3::Bucket.ReplicationTime",
|
|
|
11918
12180
|
export const ReplicationTimeValue = createProperty("AWS::S3::Bucket.ReplicationTimeValue", "aws");
|
|
11919
12181
|
export const ReplicationTopicNameConfiguration = createProperty("AWS::MSK::Replicator.ReplicationTopicNameConfiguration", "aws");
|
|
11920
12182
|
export const Replicator_AmazonMskCluster = createProperty("AWS::MSK::Replicator.AmazonMskCluster", "aws");
|
|
12183
|
+
export const Replicator_ApacheKafkaCluster = createProperty("AWS::MSK::Replicator.ApacheKafkaCluster", "aws");
|
|
12184
|
+
export const Replicator_CloudWatchLogs = createProperty("AWS::MSK::Replicator.CloudWatchLogs", "aws");
|
|
11921
12185
|
export const Replicator_ConsumerGroupReplication = createProperty("AWS::MSK::Replicator.ConsumerGroupReplication", "aws");
|
|
12186
|
+
export const Replicator_Firehose = createProperty("AWS::MSK::Replicator.Firehose", "aws");
|
|
11922
12187
|
export const Replicator_KafkaCluster = createProperty("AWS::MSK::Replicator.KafkaCluster", "aws");
|
|
12188
|
+
export const Replicator_KafkaClusterClientAuthentication = createProperty("AWS::MSK::Replicator.KafkaClusterClientAuthentication", "aws");
|
|
11923
12189
|
export const Replicator_KafkaClusterClientVpcConfig = createProperty("AWS::MSK::Replicator.KafkaClusterClientVpcConfig", "aws");
|
|
12190
|
+
export const Replicator_KafkaClusterEncryptionInTransit = createProperty("AWS::MSK::Replicator.KafkaClusterEncryptionInTransit", "aws");
|
|
12191
|
+
export const Replicator_KafkaClusterSaslScramAuthentication = createProperty("AWS::MSK::Replicator.KafkaClusterSaslScramAuthentication", "aws");
|
|
12192
|
+
export const Replicator_LogDelivery = createProperty("AWS::MSK::Replicator.LogDelivery", "aws");
|
|
11924
12193
|
export const Replicator_ReplicationInfo = createProperty("AWS::MSK::Replicator.ReplicationInfo", "aws");
|
|
11925
12194
|
export const Replicator_ReplicationStartingPosition = createProperty("AWS::MSK::Replicator.ReplicationStartingPosition", "aws");
|
|
11926
12195
|
export const Replicator_ReplicationTopicNameConfiguration = createProperty("AWS::MSK::Replicator.ReplicationTopicNameConfiguration", "aws");
|
|
12196
|
+
export const Replicator_ReplicatorLogDelivery = createProperty("AWS::MSK::Replicator.ReplicatorLogDelivery", "aws");
|
|
12197
|
+
export const Replicator_S3 = createProperty("AWS::MSK::Replicator.S3", "aws");
|
|
11927
12198
|
export const Replicator_Tag = createProperty("AWS::MSK::Replicator.Tag", "aws");
|
|
11928
12199
|
export const Replicator_TopicReplication = createProperty("AWS::MSK::Replicator.TopicReplication", "aws");
|
|
12200
|
+
export const ReplicatorLogDelivery = createProperty("AWS::MSK::Replicator.ReplicatorLogDelivery", "aws");
|
|
11929
12201
|
export const ReportConfiguration = createProperty("AWS::ARCRegionSwitch::Plan.ReportConfiguration", "aws");
|
|
11930
12202
|
export const ReportDefinition_Tag = createProperty("AWS::CUR::ReportDefinition.Tag", "aws");
|
|
11931
12203
|
export const ReportExportConfig = createProperty("AWS::CodeBuild::ReportGroup.ReportExportConfig", "aws");
|
|
@@ -12024,10 +12296,12 @@ export const ResourceServerScopeType = createProperty("AWS::Cognito::UserPoolRes
|
|
|
12024
12296
|
export const ResourceShare_Tag = createProperty("AWS::RAM::ResourceShare.Tag", "aws");
|
|
12025
12297
|
export const ResourceStatementRequest = createProperty("AWS::EC2::NetworkInsightsAccessScope.ResourceStatementRequest", "aws");
|
|
12026
12298
|
export const ResourcesVpcConfig = createProperty("AWS::EKS::Cluster.ResourcesVpcConfig", "aws");
|
|
12299
|
+
export const ResourceTagParameter = createProperty("AWS::DataZone::ProjectProfile.ResourceTagParameter", "aws");
|
|
12027
12300
|
export const ResourceTagsCriteriaCondition = createProperty("AWS::ComputeOptimizer::AutomationRule.ResourceTagsCriteriaCondition", "aws");
|
|
12028
12301
|
export const ResourceVersion_LoggingConfig = createProperty("AWS::CloudFormation::ResourceVersion.LoggingConfig", "aws");
|
|
12029
12302
|
export const ResponderGateway_AutoScalingGroupsConfiguration = createProperty("AWS::RTBFabric::ResponderGateway.AutoScalingGroupsConfiguration", "aws");
|
|
12030
12303
|
export const ResponderGateway_EksEndpointsConfiguration = createProperty("AWS::RTBFabric::ResponderGateway.EksEndpointsConfiguration", "aws");
|
|
12304
|
+
export const ResponderGateway_HealthCheckConfig = createProperty("AWS::RTBFabric::ResponderGateway.HealthCheckConfig", "aws");
|
|
12031
12305
|
export const ResponderGateway_Tag = createProperty("AWS::RTBFabric::ResponderGateway.Tag", "aws");
|
|
12032
12306
|
export const ResponderGateway_TrustStoreConfiguration = createProperty("AWS::RTBFabric::ResponderGateway.TrustStoreConfiguration", "aws");
|
|
12033
12307
|
export const ResponseHeadersPolicy_AccessControlAllowHeaders = createProperty("AWS::CloudFront::ResponseHeadersPolicy.AccessControlAllowHeaders", "aws");
|
|
@@ -12072,7 +12346,6 @@ export const ResponseSpecification = createProperty("AWS::Lex::Bot.ResponseSpeci
|
|
|
12072
12346
|
export const RestApi_EndpointConfiguration = createProperty("AWS::ApiGateway::RestApi.EndpointConfiguration", "aws");
|
|
12073
12347
|
export const RestApi_S3Location = createProperty("AWS::ApiGateway::RestApi.S3Location", "aws");
|
|
12074
12348
|
export const RestApi_Tag = createProperty("AWS::ApiGateway::RestApi.Tag", "aws");
|
|
12075
|
-
export const RestartPolicy = createProperty("AWS::ECS::TaskDefinition.RestartPolicy", "aws");
|
|
12076
12349
|
export const RestoreTestingPlan_RestoreTestingRecoveryPointSelection = createProperty("AWS::Backup::RestoreTestingPlan.RestoreTestingRecoveryPointSelection", "aws");
|
|
12077
12350
|
export const RestoreTestingPlan_Tag = createProperty("AWS::Backup::RestoreTestingPlan.Tag", "aws");
|
|
12078
12351
|
export const RestoreTestingRecoveryPointSelection = createProperty("AWS::Backup::RestoreTestingPlan.RestoreTestingRecoveryPointSelection", "aws");
|
|
@@ -12103,6 +12376,8 @@ export const RewriteConfigObject = createProperty("AWS::ElasticLoadBalancingV2::
|
|
|
12103
12376
|
export const RiskExceptionConfigurationType = createProperty("AWS::Cognito::UserPoolRiskConfigurationAttachment.RiskExceptionConfigurationType", "aws");
|
|
12104
12377
|
export const RistRouterInputConfiguration = createProperty("AWS::MediaConnect::RouterInput.RistRouterInputConfiguration", "aws");
|
|
12105
12378
|
export const RistRouterOutputConfiguration = createProperty("AWS::MediaConnect::RouterOutput.RistRouterOutputConfiguration", "aws");
|
|
12379
|
+
export const RobotApplication_RobotSoftwareSuite = createProperty("AWS::RoboMaker::RobotApplication.RobotSoftwareSuite", "aws");
|
|
12380
|
+
export const RobotApplication_SourceConfig = createProperty("AWS::RoboMaker::RobotApplication.SourceConfig", "aws");
|
|
12106
12381
|
export const Role_Policy = createProperty("AWS::IAM::Role.Policy", "aws");
|
|
12107
12382
|
export const Role_Tag = createProperty("AWS::IAM::Role.Tag", "aws");
|
|
12108
12383
|
export const RoleAlias_Tag = createProperty("AWS::IoT::RoleAlias.Tag", "aws");
|
|
@@ -12115,7 +12390,6 @@ export const RoleValues = createProperty("AWS::Grafana::Workspace.RoleValues", "
|
|
|
12115
12390
|
export const RollingInterval = createProperty("AWS::ApplicationSignals::ServiceLevelObjective.RollingInterval", "aws");
|
|
12116
12391
|
export const Room_MessageReviewHandler = createProperty("AWS::IVSChat::Room.MessageReviewHandler", "aws");
|
|
12117
12392
|
export const Room_Tag = createProperty("AWS::IVSChat::Room.Tag", "aws");
|
|
12118
|
-
export const RootDirectory = createProperty("AWS::EFS::AccessPoint.RootDirectory", "aws");
|
|
12119
12393
|
export const RootVolumeConfiguration = createProperty("AWS::FSx::FileSystem.RootVolumeConfiguration", "aws");
|
|
12120
12394
|
export const Rotation_CoverageTime = createProperty("AWS::SSMContacts::Rotation.CoverageTime", "aws");
|
|
12121
12395
|
export const Rotation_DailySetting = createProperty("AWS::SSMContacts::Rotation.DailySetting", "aws");
|
|
@@ -12149,6 +12423,8 @@ export const RouteResponse_ParameterConstraints = createProperty("AWS::ApiGatewa
|
|
|
12149
12423
|
export const RouterInput_FailoverRouterInputConfiguration = createProperty("AWS::MediaConnect::RouterInput.FailoverRouterInputConfiguration", "aws");
|
|
12150
12424
|
export const RouterInput_FlowTransitEncryption = createProperty("AWS::MediaConnect::RouterInput.FlowTransitEncryption", "aws");
|
|
12151
12425
|
export const RouterInput_MediaConnectFlowRouterInputConfiguration = createProperty("AWS::MediaConnect::RouterInput.MediaConnectFlowRouterInputConfiguration", "aws");
|
|
12426
|
+
export const RouterInput_MediaLiveChannelRouterInputConfiguration = createProperty("AWS::MediaConnect::RouterInput.MediaLiveChannelRouterInputConfiguration", "aws");
|
|
12427
|
+
export const RouterInput_MediaLiveTransitEncryption = createProperty("AWS::MediaConnect::RouterInput.MediaLiveTransitEncryption", "aws");
|
|
12152
12428
|
export const RouterInput_MergeRouterInputConfiguration = createProperty("AWS::MediaConnect::RouterInput.MergeRouterInputConfiguration", "aws");
|
|
12153
12429
|
export const RouterInput_PreferredDayTimeMaintenanceConfiguration = createProperty("AWS::MediaConnect::RouterInput.PreferredDayTimeMaintenanceConfiguration", "aws");
|
|
12154
12430
|
export const RouterInput_RistRouterInputConfiguration = createProperty("AWS::MediaConnect::RouterInput.RistRouterInputConfiguration", "aws");
|
|
@@ -12258,6 +12534,7 @@ export const RunCommandParameters = createProperty("AWS::Events::Rule.RunCommand
|
|
|
12258
12534
|
export const RunCommandTarget = createProperty("AWS::Events::Rule.RunCommandTarget", "aws");
|
|
12259
12535
|
export const RunConfig = createProperty("AWS::Synthetics::Canary.RunConfig", "aws");
|
|
12260
12536
|
export const RunConfiguration = createProperty("AWS::KinesisAnalyticsV2::Application.RunConfiguration", "aws");
|
|
12537
|
+
export const RunConfigurations = createProperty("AWS::Omics::Configuration.RunConfigurations", "aws");
|
|
12261
12538
|
export const RunInstancesMonitoringEnabled = createProperty("AWS::WorkspacesInstances::WorkspaceInstance.RunInstancesMonitoringEnabled", "aws");
|
|
12262
12539
|
export const RunningStatusObject = createProperty("AWS::Evidently::Experiment.RunningStatusObject", "aws");
|
|
12263
12540
|
export const Runtime_AgentRuntimeArtifact = createProperty("AWS::BedrockAgentCore::Runtime.AgentRuntimeArtifact", "aws");
|
|
@@ -12269,10 +12546,12 @@ export const Runtime_CodeConfiguration = createProperty("AWS::BedrockAgentCore::
|
|
|
12269
12546
|
export const Runtime_ContainerConfiguration = createProperty("AWS::BedrockAgentCore::Runtime.ContainerConfiguration", "aws");
|
|
12270
12547
|
export const Runtime_CustomClaimValidationType = createProperty("AWS::BedrockAgentCore::Runtime.CustomClaimValidationType", "aws");
|
|
12271
12548
|
export const Runtime_CustomJWTAuthorizerConfiguration = createProperty("AWS::BedrockAgentCore::Runtime.CustomJWTAuthorizerConfiguration", "aws");
|
|
12549
|
+
export const Runtime_FilesystemConfiguration = createProperty("AWS::BedrockAgentCore::Runtime.FilesystemConfiguration", "aws");
|
|
12272
12550
|
export const Runtime_LifecycleConfiguration = createProperty("AWS::BedrockAgentCore::Runtime.LifecycleConfiguration", "aws");
|
|
12273
12551
|
export const Runtime_NetworkConfiguration = createProperty("AWS::BedrockAgentCore::Runtime.NetworkConfiguration", "aws");
|
|
12274
12552
|
export const Runtime_RequestHeaderConfiguration = createProperty("AWS::BedrockAgentCore::Runtime.RequestHeaderConfiguration", "aws");
|
|
12275
12553
|
export const Runtime_S3Location = createProperty("AWS::BedrockAgentCore::Runtime.S3Location", "aws");
|
|
12554
|
+
export const Runtime_SessionStorageConfiguration = createProperty("AWS::BedrockAgentCore::Runtime.SessionStorageConfiguration", "aws");
|
|
12276
12555
|
export const Runtime_VpcConfig = createProperty("AWS::BedrockAgentCore::Runtime.VpcConfig", "aws");
|
|
12277
12556
|
export const Runtime_WorkloadIdentityDetails = createProperty("AWS::BedrockAgentCore::Runtime.WorkloadIdentityDetails", "aws");
|
|
12278
12557
|
export const RuntimeConfiguration = createProperty("AWS::GameLift::Fleet.RuntimeConfiguration", "aws");
|
|
@@ -12307,6 +12586,14 @@ export const S3ExpressAccessPoint_Scope = createProperty("AWS::S3Express::Access
|
|
|
12307
12586
|
export const S3ExpressAccessPoint_Tag = createProperty("AWS::S3Express::AccessPoint.Tag", "aws");
|
|
12308
12587
|
export const S3ExpressAccessPoint_VpcConfiguration = createProperty("AWS::S3Express::AccessPoint.VpcConfiguration", "aws");
|
|
12309
12588
|
export const S3FileLocation = createProperty("AWS::Transfer::Workflow.S3FileLocation", "aws");
|
|
12589
|
+
export const S3FilesAccessPoint_AccessPointTag = createProperty("AWS::S3Files::AccessPoint.AccessPointTag", "aws");
|
|
12590
|
+
export const S3FilesAccessPoint_CreationPermissions = createProperty("AWS::S3Files::AccessPoint.CreationPermissions", "aws");
|
|
12591
|
+
export const S3FilesAccessPoint_PosixUser = createProperty("AWS::S3Files::AccessPoint.PosixUser", "aws");
|
|
12592
|
+
export const S3FilesAccessPoint_RootDirectory = createProperty("AWS::S3Files::AccessPoint.RootDirectory", "aws");
|
|
12593
|
+
export const S3FilesFileSystem_ExpirationDataRule = createProperty("AWS::S3Files::FileSystem.ExpirationDataRule", "aws");
|
|
12594
|
+
export const S3FilesFileSystem_ImportDataRule = createProperty("AWS::S3Files::FileSystem.ImportDataRule", "aws");
|
|
12595
|
+
export const S3FilesFileSystem_SynchronizationConfiguration = createProperty("AWS::S3Files::FileSystem.SynchronizationConfiguration", "aws");
|
|
12596
|
+
export const S3FilesFileSystem_Tag = createProperty("AWS::S3Files::FileSystem.Tag", "aws");
|
|
12310
12597
|
export const S3FileSystem = createProperty("AWS::SageMaker::Space.S3FileSystem", "aws");
|
|
12311
12598
|
export const S3Identifier = createProperty("AWS::Bedrock::Agent.S3Identifier", "aws");
|
|
12312
12599
|
export const S3Input = createProperty("AWS::SageMaker::ProcessingJob.S3Input", "aws");
|
|
@@ -12356,14 +12643,17 @@ export const S3TableIntegration_LogSource = createProperty("AWS::ObservabilityAd
|
|
|
12356
12643
|
export const S3TableIntegration_Tag = createProperty("AWS::ObservabilityAdmin::S3TableIntegration.Tag", "aws");
|
|
12357
12644
|
export const S3TableOutputOptions = createProperty("AWS::DataBrew::Job.S3TableOutputOptions", "aws");
|
|
12358
12645
|
export const S3TablesDestination = createProperty("AWS::S3::Bucket.S3TablesDestination", "aws");
|
|
12646
|
+
export const S3TablesParameters = createProperty("AWS::QuickSight::DataSource.S3TablesParameters", "aws");
|
|
12359
12647
|
export const S3TablesTable_Compaction = createProperty("AWS::S3Tables::Table.Compaction", "aws");
|
|
12360
12648
|
export const S3TablesTable_IcebergMetadata = createProperty("AWS::S3Tables::Table.IcebergMetadata", "aws");
|
|
12361
12649
|
export const S3TablesTable_IcebergPartitionField = createProperty("AWS::S3Tables::Table.IcebergPartitionField", "aws");
|
|
12362
12650
|
export const S3TablesTable_IcebergPartitionSpec = createProperty("AWS::S3Tables::Table.IcebergPartitionSpec", "aws");
|
|
12363
12651
|
export const S3TablesTable_IcebergSchema = createProperty("AWS::S3Tables::Table.IcebergSchema", "aws");
|
|
12652
|
+
export const S3TablesTable_IcebergSchemaV2 = createProperty("AWS::S3Tables::Table.IcebergSchemaV2", "aws");
|
|
12364
12653
|
export const S3TablesTable_IcebergSortField = createProperty("AWS::S3Tables::Table.IcebergSortField", "aws");
|
|
12365
12654
|
export const S3TablesTable_IcebergSortOrder = createProperty("AWS::S3Tables::Table.IcebergSortOrder", "aws");
|
|
12366
12655
|
export const S3TablesTable_SchemaField = createProperty("AWS::S3Tables::Table.SchemaField", "aws");
|
|
12656
|
+
export const S3TablesTable_SchemaV2Field = createProperty("AWS::S3Tables::Table.SchemaV2Field", "aws");
|
|
12367
12657
|
export const S3TablesTable_SnapshotManagement = createProperty("AWS::S3Tables::Table.SnapshotManagement", "aws");
|
|
12368
12658
|
export const S3TablesTable_StorageClassConfiguration = createProperty("AWS::S3Tables::Table.StorageClassConfiguration", "aws");
|
|
12369
12659
|
export const S3TablesTable_Tag = createProperty("AWS::S3Tables::Table.Tag", "aws");
|
|
@@ -12495,6 +12785,7 @@ export const SalesforceCustomKnowledgeArticleTypeConfiguration = createProperty(
|
|
|
12495
12785
|
export const SalesforceDataSourceConfiguration = createProperty("AWS::Bedrock::DataSource.SalesforceDataSourceConfiguration", "aws");
|
|
12496
12786
|
export const SalesforceDestinationProperties = createProperty("AWS::AppFlow::Flow.SalesforceDestinationProperties", "aws");
|
|
12497
12787
|
export const SalesforceKnowledgeArticleConfiguration = createProperty("AWS::Kendra::DataSource.SalesforceKnowledgeArticleConfiguration", "aws");
|
|
12788
|
+
export const SalesforceOauth2ProviderConfigInput = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.SalesforceOauth2ProviderConfigInput", "aws");
|
|
12498
12789
|
export const SalesforceSourceConfiguration = createProperty("AWS::Bedrock::DataSource.SalesforceSourceConfiguration", "aws");
|
|
12499
12790
|
export const SalesforceStandardKnowledgeArticleTypeConfiguration = createProperty("AWS::Kendra::DataSource.SalesforceStandardKnowledgeArticleTypeConfiguration", "aws");
|
|
12500
12791
|
export const SalesforceStandardObjectAttachmentConfiguration = createProperty("AWS::Kendra::DataSource.SalesforceStandardObjectAttachmentConfiguration", "aws");
|
|
@@ -12583,6 +12874,7 @@ export const SchemaMapping_SchemaInputAttribute = createProperty("AWS::EntityRes
|
|
|
12583
12874
|
export const SchemaMapping_Tag = createProperty("AWS::EntityResolution::SchemaMapping.Tag", "aws");
|
|
12584
12875
|
export const SchemaRegistryAccessConfig = createProperty("AWS::Lambda::EventSourceMapping.SchemaRegistryAccessConfig", "aws");
|
|
12585
12876
|
export const SchemaRegistryConfig = createProperty("AWS::Lambda::EventSourceMapping.SchemaRegistryConfig", "aws");
|
|
12877
|
+
export const SchemaV2Field = createProperty("AWS::S3Tables::Table.SchemaV2Field", "aws");
|
|
12586
12878
|
export const SchemaValidationConfig = createProperty("AWS::Lambda::EventSourceMapping.SchemaValidationConfig", "aws");
|
|
12587
12879
|
export const SchemaVersion_Schema = createProperty("AWS::Glue::SchemaVersion.Schema", "aws");
|
|
12588
12880
|
export const ScopeConfiguration = createProperty("AWS::CodeBuild::Project.ScopeConfiguration", "aws");
|
|
@@ -12627,6 +12919,16 @@ export const SecretsManagerAccessTokenConfiguration = createProperty("AWS::Media
|
|
|
12627
12919
|
export const SecretsManagerConfiguration = createProperty("AWS::KinesisFirehose::DeliveryStream.SecretsManagerConfiguration", "aws");
|
|
12628
12920
|
export const SectionalElement = createProperty("AWS::AmplifyUIBuilder::Form.SectionalElement", "aws");
|
|
12629
12921
|
export const SecureNamespaceInfo = createProperty("AWS::EMRContainers::SecurityConfiguration.SecureNamespaceInfo", "aws");
|
|
12922
|
+
export const SecurityAgentAgentSpace_AWSResources = createProperty("AWS::SecurityAgent::AgentSpace.AWSResources", "aws");
|
|
12923
|
+
export const SecurityAgentAgentSpace_CodeReviewSettings = createProperty("AWS::SecurityAgent::AgentSpace.CodeReviewSettings", "aws");
|
|
12924
|
+
export const SecurityAgentAgentSpace_GitHubCapabilitiesResource = createProperty("AWS::SecurityAgent::AgentSpace.GitHubCapabilitiesResource", "aws");
|
|
12925
|
+
export const SecurityAgentAgentSpace_GitHubRepositoryResource = createProperty("AWS::SecurityAgent::AgentSpace.GitHubRepositoryResource", "aws");
|
|
12926
|
+
export const SecurityAgentAgentSpace_IntegratedResource = createProperty("AWS::SecurityAgent::AgentSpace.IntegratedResource", "aws");
|
|
12927
|
+
export const SecurityAgentAgentSpace_ProviderResource = createProperty("AWS::SecurityAgent::AgentSpace.ProviderResource", "aws");
|
|
12928
|
+
export const SecurityAgentAgentSpace_Tag = createProperty("AWS::SecurityAgent::AgentSpace.Tag", "aws");
|
|
12929
|
+
export const SecurityAgentAgentSpace_VpcConfig = createProperty("AWS::SecurityAgent::AgentSpace.VpcConfig", "aws");
|
|
12930
|
+
export const SecurityAgentApplication_IdCConfiguration = createProperty("AWS::SecurityAgent::Application.IdCConfiguration", "aws");
|
|
12931
|
+
export const SecurityAgentApplication_Tag = createProperty("AWS::SecurityAgent::Application.Tag", "aws");
|
|
12630
12932
|
export const SecurityConfig_IamFederationConfigOptions = createProperty("AWS::OpenSearchServerless::SecurityConfig.IamFederationConfigOptions", "aws");
|
|
12631
12933
|
export const SecurityConfig_IamIdentityCenterConfigOptions = createProperty("AWS::OpenSearchServerless::SecurityConfig.IamIdentityCenterConfigOptions", "aws");
|
|
12632
12934
|
export const SecurityConfig_SamlConfigOptions = createProperty("AWS::OpenSearchServerless::SecurityConfig.SamlConfigOptions", "aws");
|
|
@@ -12668,6 +12970,8 @@ export const SegmentDefinition_ProfileDimension = createProperty("AWS::CustomerP
|
|
|
12668
12970
|
export const SegmentDefinition_ProfileTypeDimension = createProperty("AWS::CustomerProfiles::SegmentDefinition.ProfileTypeDimension", "aws");
|
|
12669
12971
|
export const SegmentDefinition_RangeOverride = createProperty("AWS::CustomerProfiles::SegmentDefinition.RangeOverride", "aws");
|
|
12670
12972
|
export const SegmentDefinition_SegmentGroup = createProperty("AWS::CustomerProfiles::SegmentDefinition.SegmentGroup", "aws");
|
|
12973
|
+
export const SegmentDefinition_SegmentSort = createProperty("AWS::CustomerProfiles::SegmentDefinition.SegmentSort", "aws");
|
|
12974
|
+
export const SegmentDefinition_SortAttribute = createProperty("AWS::CustomerProfiles::SegmentDefinition.SortAttribute", "aws");
|
|
12671
12975
|
export const SegmentDefinition_SourceSegment = createProperty("AWS::CustomerProfiles::SegmentDefinition.SourceSegment", "aws");
|
|
12672
12976
|
export const SegmentDefinition_Tag = createProperty("AWS::CustomerProfiles::SegmentDefinition.Tag", "aws");
|
|
12673
12977
|
export const SegmentDeliveryConfiguration = createProperty("AWS::MediaTailor::SourceLocation.SegmentDeliveryConfiguration", "aws");
|
|
@@ -12675,13 +12979,16 @@ export const SegmentDimensions = createProperty("AWS::Pinpoint::Segment.SegmentD
|
|
|
12675
12979
|
export const SegmentGroup = createProperty("AWS::CustomerProfiles::SegmentDefinition.SegmentGroup", "aws");
|
|
12676
12980
|
export const SegmentGroups = createProperty("AWS::Pinpoint::Segment.SegmentGroups", "aws");
|
|
12677
12981
|
export const SegmentOverride = createProperty("AWS::Evidently::Launch.SegmentOverride", "aws");
|
|
12982
|
+
export const SegmentSort = createProperty("AWS::CustomerProfiles::SegmentDefinition.SegmentSort", "aws");
|
|
12678
12983
|
export const SelectAttributes = createProperty("AWS::IoTAnalytics::Pipeline.SelectAttributes", "aws");
|
|
12679
12984
|
export const SelectionCriteria = createProperty("AWS::S3::StorageLens.SelectionCriteria", "aws");
|
|
12985
|
+
export const SelectiveContentGuarding = createProperty("AWS::Bedrock::EnforcedGuardrailConfiguration.SelectiveContentGuarding", "aws");
|
|
12680
12986
|
export const Selector = createProperty("AWS::EKS::FargateProfile.Selector", "aws");
|
|
12681
12987
|
export const SelfManagedConfiguration = createProperty("AWS::BedrockAgentCore::Memory.SelfManagedConfiguration", "aws");
|
|
12682
12988
|
export const SelfManagedEventSource = createProperty("AWS::Lambda::EventSourceMapping.SelfManagedEventSource", "aws");
|
|
12683
12989
|
export const SelfManagedKafkaAccessConfigurationVpc = createProperty("AWS::Pipes::Pipe.SelfManagedKafkaAccessConfigurationVpc", "aws");
|
|
12684
12990
|
export const SelfManagedKafkaEventSourceConfig = createProperty("AWS::Lambda::EventSourceMapping.SelfManagedKafkaEventSourceConfig", "aws");
|
|
12991
|
+
export const SelfManagedMode = createProperty("AWS::DevOpsAgent::PrivateConnection.SelfManagedMode", "aws");
|
|
12685
12992
|
export const SelfServiceAIAgentConfiguration = createProperty("AWS::Wisdom::AIAgent.SelfServiceAIAgentConfiguration", "aws");
|
|
12686
12993
|
export const SemanticConsolidationOverride = createProperty("AWS::BedrockAgentCore::Memory.SemanticConsolidationOverride", "aws");
|
|
12687
12994
|
export const SemanticEntityType = createProperty("AWS::QuickSight::Topic.SemanticEntityType", "aws");
|
|
@@ -12780,9 +13087,11 @@ export const ServiceLevelObjective_SliMetric = createProperty("AWS::ApplicationS
|
|
|
12780
13087
|
export const ServiceLevelObjective_Tag = createProperty("AWS::ApplicationSignals::ServiceLevelObjective.Tag", "aws");
|
|
12781
13088
|
export const ServiceLevelObjective_Window = createProperty("AWS::ApplicationSignals::ServiceLevelObjective.Window", "aws");
|
|
12782
13089
|
export const ServiceManagedEBSVolumeConfiguration = createProperty("AWS::ECS::Service.ServiceManagedEBSVolumeConfiguration", "aws");
|
|
13090
|
+
export const ServiceManagedEc2AutoScalingConfiguration = createProperty("AWS::Deadline::Fleet.ServiceManagedEc2AutoScalingConfiguration", "aws");
|
|
12783
13091
|
export const ServiceManagedEc2FleetConfiguration = createProperty("AWS::Deadline::Fleet.ServiceManagedEc2FleetConfiguration", "aws");
|
|
12784
13092
|
export const ServiceManagedEc2InstanceCapabilities = createProperty("AWS::Deadline::Fleet.ServiceManagedEc2InstanceCapabilities", "aws");
|
|
12785
13093
|
export const ServiceManagedEc2InstanceMarketOptions = createProperty("AWS::Deadline::Fleet.ServiceManagedEc2InstanceMarketOptions", "aws");
|
|
13094
|
+
export const ServiceManagedMode = createProperty("AWS::DevOpsAgent::PrivateConnection.ServiceManagedMode", "aws");
|
|
12786
13095
|
export const ServiceNetwork_SharingConfig = createProperty("AWS::VpcLattice::ServiceNetwork.SharingConfig", "aws");
|
|
12787
13096
|
export const ServiceNetwork_Tag = createProperty("AWS::VpcLattice::ServiceNetwork.Tag", "aws");
|
|
12788
13097
|
export const ServiceNetworkResourceAssociation_Tag = createProperty("AWS::VpcLattice::ServiceNetworkResourceAssociation.Tag", "aws");
|
|
@@ -12828,6 +13137,7 @@ export const SessionLogger_LogConfiguration = createProperty("AWS::WorkSpacesWeb
|
|
|
12828
13137
|
export const SessionLogger_S3LogConfiguration = createProperty("AWS::WorkSpacesWeb::SessionLogger.S3LogConfiguration", "aws");
|
|
12829
13138
|
export const SessionLogger_Tag = createProperty("AWS::WorkSpacesWeb::SessionLogger.Tag", "aws");
|
|
12830
13139
|
export const SessionStickinessConfig = createProperty("AWS::CloudFront::ContinuousDeploymentPolicy.SessionStickinessConfig", "aws");
|
|
13140
|
+
export const SessionStorageConfiguration = createProperty("AWS::BedrockAgentCore::Runtime.SessionStorageConfiguration", "aws");
|
|
12831
13141
|
export const SessionSummaryConfiguration = createProperty("AWS::Bedrock::Agent.SessionSummaryConfiguration", "aws");
|
|
12832
13142
|
export const SESTemplate_Tag = createProperty("AWS::SES::Template.Tag", "aws");
|
|
12833
13143
|
export const SESTemplate_Template = createProperty("AWS::SES::Template.Template", "aws");
|
|
@@ -12881,6 +13191,11 @@ export const SimpleMetric = createProperty("AWS::SageMaker::ModelCard.SimpleMetr
|
|
|
12881
13191
|
export const SimpleRule = createProperty("AWS::IoTEvents::AlarmModel.SimpleRule", "aws");
|
|
12882
13192
|
export const SimpleTable_PrimaryKey = createProperty("AWS::Serverless::SimpleTable.PrimaryKey", "aws");
|
|
12883
13193
|
export const Simulation_S3Location = createProperty("AWS::SimSpaceWeaver::Simulation.S3Location", "aws");
|
|
13194
|
+
export const SimulationApplication_RenderingEngine = createProperty("AWS::RoboMaker::SimulationApplication.RenderingEngine", "aws");
|
|
13195
|
+
export const SimulationApplication_RobotSoftwareSuite = createProperty("AWS::RoboMaker::SimulationApplication.RobotSoftwareSuite", "aws");
|
|
13196
|
+
export const SimulationApplication_SimulationSoftwareSuite = createProperty("AWS::RoboMaker::SimulationApplication.SimulationSoftwareSuite", "aws");
|
|
13197
|
+
export const SimulationApplication_SourceConfig = createProperty("AWS::RoboMaker::SimulationApplication.SourceConfig", "aws");
|
|
13198
|
+
export const SimulationSoftwareSuite = createProperty("AWS::RoboMaker::SimulationApplication.SimulationSoftwareSuite", "aws");
|
|
12884
13199
|
export const SingleHeaderConfig = createProperty("AWS::CloudFront::ContinuousDeploymentPolicy.SingleHeaderConfig", "aws");
|
|
12885
13200
|
export const SingleMeasureMapping = createProperty("AWS::Pipes::Pipe.SingleMeasureMapping", "aws");
|
|
12886
13201
|
export const SingleMetricAnomalyDetector = createProperty("AWS::CloudWatch::AnomalyDetector.SingleMetricAnomalyDetector", "aws");
|
|
@@ -12903,6 +13218,7 @@ export const SlackChannel = createProperty("AWS::DevOpsAgent::Association.SlackC
|
|
|
12903
13218
|
export const SlackConfiguration = createProperty("AWS::DevOpsAgent::Association.SlackConfiguration", "aws");
|
|
12904
13219
|
export const SlackConnectorProfileCredentials = createProperty("AWS::AppFlow::ConnectorProfile.SlackConnectorProfileCredentials", "aws");
|
|
12905
13220
|
export const SlackConnectorProfileProperties = createProperty("AWS::AppFlow::ConnectorProfile.SlackConnectorProfileProperties", "aws");
|
|
13221
|
+
export const SlackOauth2ProviderConfigInput = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.SlackOauth2ProviderConfigInput", "aws");
|
|
12906
13222
|
export const SlackSourceProperties = createProperty("AWS::AppFlow::Flow.SlackSourceProperties", "aws");
|
|
12907
13223
|
export const SlackTransmissionTarget = createProperty("AWS::DevOpsAgent::Association.SlackTransmissionTarget", "aws");
|
|
12908
13224
|
export const SlateSource = createProperty("AWS::MediaTailor::Channel.SlateSource", "aws");
|
|
@@ -12921,6 +13237,7 @@ export const SlotValueOverride = createProperty("AWS::Lex::Bot.SlotValueOverride
|
|
|
12921
13237
|
export const SlotValueOverrideMap = createProperty("AWS::Lex::Bot.SlotValueOverrideMap", "aws");
|
|
12922
13238
|
export const SlotValueRegexFilter = createProperty("AWS::Lex::Bot.SlotValueRegexFilter", "aws");
|
|
12923
13239
|
export const SlotValueSelectionSetting = createProperty("AWS::Lex::Bot.SlotValueSelectionSetting", "aws");
|
|
13240
|
+
export const SlurmdbdCustomSetting = createProperty("AWS::PCS::Cluster.SlurmdbdCustomSetting", "aws");
|
|
12924
13241
|
export const SlurmRest = createProperty("AWS::PCS::Cluster.SlurmRest", "aws");
|
|
12925
13242
|
export const SMB = createProperty("AWS::DataSync::LocationFSxONTAP.SMB", "aws");
|
|
12926
13243
|
export const SmbMountOptions = createProperty("AWS::DataSync::LocationFSxONTAP.SmbMountOptions", "aws");
|
|
@@ -12973,6 +13290,7 @@ export const Solution_ContinuousHyperParameterRange = createProperty("AWS::Perso
|
|
|
12973
13290
|
export const Solution_IntegerHyperParameterRange = createProperty("AWS::Personalize::Solution.IntegerHyperParameterRange", "aws");
|
|
12974
13291
|
export const Solution_SolutionConfig = createProperty("AWS::Personalize::Solution.SolutionConfig", "aws");
|
|
12975
13292
|
export const SolutionConfig = createProperty("AWS::Personalize::Solution.SolutionConfig", "aws");
|
|
13293
|
+
export const SortAttribute = createProperty("AWS::CustomerProfiles::SegmentDefinition.SortAttribute", "aws");
|
|
12976
13294
|
export const SortProperty = createProperty("AWS::AmplifyUIBuilder::Component.SortProperty", "aws");
|
|
12977
13295
|
export const SourceAccessConfiguration = createProperty("AWS::Lambda::EventSourceMapping.SourceAccessConfiguration", "aws");
|
|
12978
13296
|
export const SourceAlgorithmSpecification = createProperty("AWS::SageMaker::ModelPackage.SourceAlgorithmSpecification", "aws");
|
|
@@ -12981,6 +13299,7 @@ export const SourceApiAssociationConfig = createProperty("AWS::AppSync::SourceAp
|
|
|
12981
13299
|
export const SourceAuth = createProperty("AWS::CodeBuild::Project.SourceAuth", "aws");
|
|
12982
13300
|
export const SourceAwsConfiguration = createProperty("AWS::DevOpsAgent::Association.SourceAwsConfiguration", "aws");
|
|
12983
13301
|
export const SourceBundle = createProperty("AWS::ElasticBeanstalk::ApplicationVersion.SourceBundle", "aws");
|
|
13302
|
+
export const SourceCodeRepository = createProperty("AWS::SecurityAgent::Pentest.SourceCodeRepository", "aws");
|
|
12984
13303
|
export const SourceCodeVersion = createProperty("AWS::AppRunner::Service.SourceCodeVersion", "aws");
|
|
12985
13304
|
export const SourceConnection = createProperty("AWS::ServiceCatalog::CloudFormationProduct.SourceConnection", "aws");
|
|
12986
13305
|
export const SourceDatabaseMetadata = createProperty("AWS::AppTest::TestCase.SourceDatabaseMetadata", "aws");
|
|
@@ -13036,6 +13355,8 @@ export const SpectrumConfig = createProperty("AWS::GroundStation::Config.Spectru
|
|
|
13036
13355
|
export const SpeechModelConfig = createProperty("AWS::Lex::Bot.SpeechModelConfig", "aws");
|
|
13037
13356
|
export const SpeechRecognitionSettings = createProperty("AWS::Lex::Bot.SpeechRecognitionSettings", "aws");
|
|
13038
13357
|
export const Spend = createProperty("AWS::Budgets::Budget.Spend", "aws");
|
|
13358
|
+
export const SpendingLimit_Tag = createProperty("AWS::Braket::SpendingLimit.Tag", "aws");
|
|
13359
|
+
export const SpendingLimit_TimePeriod = createProperty("AWS::Braket::SpendingLimit.TimePeriod", "aws");
|
|
13039
13360
|
export const SplitStringEntry = createProperty("AWS::Logs::Transformer.SplitStringEntry", "aws");
|
|
13040
13361
|
export const SplitterConfiguration = createProperty("AWS::Bedrock::DataAutomationProject.SplitterConfiguration", "aws");
|
|
13041
13362
|
export const SplunkBufferingHints = createProperty("AWS::KinesisFirehose::DeliveryStream.SplunkBufferingHints", "aws");
|
|
@@ -13261,6 +13582,8 @@ export const StringAttributeConstraints = createProperty("AWS::Cognito::UserPool
|
|
|
13261
13582
|
export const StringCriteriaCondition = createProperty("AWS::ComputeOptimizer::AutomationRule.StringCriteriaCondition", "aws");
|
|
13262
13583
|
export const StringDatasetParameter = createProperty("AWS::QuickSight::DataSet.StringDatasetParameter", "aws");
|
|
13263
13584
|
export const StringDatasetParameterDefaultValues = createProperty("AWS::QuickSight::DataSet.StringDatasetParameterDefaultValues", "aws");
|
|
13585
|
+
export const StringListValidation = createProperty("AWS::BedrockAgentCore::Memory.StringListValidation", "aws");
|
|
13586
|
+
export const StringValidation = createProperty("AWS::BedrockAgentCore::Memory.StringValidation", "aws");
|
|
13264
13587
|
export const Studio_Tag = createProperty("AWS::EMR::Studio.Tag", "aws");
|
|
13265
13588
|
export const StudioLifecycleConfig_Tag = createProperty("AWS::SageMaker::StudioLifecycleConfig.Tag", "aws");
|
|
13266
13589
|
export const SubComponentConfigurationDetails = createProperty("AWS::ApplicationInsights::Application.SubComponentConfigurationDetails", "aws");
|
|
@@ -13303,12 +13626,12 @@ export const SupportContainerDefinition = createProperty("AWS::GameLift::Contain
|
|
|
13303
13626
|
export const SuppressionOptions = createProperty("AWS::SES::ConfigurationSet.SuppressionOptions", "aws");
|
|
13304
13627
|
export const SuspendedState = createProperty("AWS::ApplicationAutoScaling::ScalableTarget.SuspendedState", "aws");
|
|
13305
13628
|
export const SybaseSettings = createProperty("AWS::DMS::Endpoint.SybaseSettings", "aws");
|
|
13629
|
+
export const SynchronizationConfiguration = createProperty("AWS::S3Files::FileSystem.SynchronizationConfiguration", "aws");
|
|
13306
13630
|
export const SyncSource = createProperty("AWS::SSM::ResourceDataSync.SyncSource", "aws");
|
|
13307
13631
|
export const SyntheticDataColumnProperties = createProperty("AWS::CleanRooms::AnalysisTemplate.SyntheticDataColumnProperties", "aws");
|
|
13308
13632
|
export const SyntheticDataGenerationPaymentConfig = createProperty("AWS::CleanRooms::Collaboration.SyntheticDataGenerationPaymentConfig", "aws");
|
|
13309
13633
|
export const SyntheticsGroup_Tag = createProperty("AWS::Synthetics::Group.Tag", "aws");
|
|
13310
13634
|
export const SystemAttributes = createProperty("AWS::Wisdom::MessageTemplate.SystemAttributes", "aws");
|
|
13311
|
-
export const SystemControl = createProperty("AWS::ECS::TaskDefinition.SystemControl", "aws");
|
|
13312
13635
|
export const SystemEndpointAttributes = createProperty("AWS::Wisdom::MessageTemplate.SystemEndpointAttributes", "aws");
|
|
13313
13636
|
export const SystemResourceLimits = createProperty("AWS::GreengrassV2::Deployment.SystemResourceLimits", "aws");
|
|
13314
13637
|
export const SystemsManagerAgent = createProperty("AWS::ImageBuilder::ImageRecipe.SystemsManagerAgent", "aws");
|
|
@@ -13339,6 +13662,9 @@ export const Table_TimeToLiveSpecification = createProperty("AWS::DynamoDB::Tabl
|
|
|
13339
13662
|
export const Table_WarmThroughput = createProperty("AWS::DynamoDB::Table.WarmThroughput", "aws");
|
|
13340
13663
|
export const TableBucket_EncryptionConfiguration = createProperty("AWS::S3Tables::TableBucket.EncryptionConfiguration", "aws");
|
|
13341
13664
|
export const TableBucket_MetricsConfiguration = createProperty("AWS::S3Tables::TableBucket.MetricsConfiguration", "aws");
|
|
13665
|
+
export const TableBucket_ReplicationConfiguration = createProperty("AWS::S3Tables::TableBucket.ReplicationConfiguration", "aws");
|
|
13666
|
+
export const TableBucket_ReplicationDestination = createProperty("AWS::S3Tables::TableBucket.ReplicationDestination", "aws");
|
|
13667
|
+
export const TableBucket_ReplicationRule = createProperty("AWS::S3Tables::TableBucket.ReplicationRule", "aws");
|
|
13342
13668
|
export const TableBucket_StorageClassConfiguration = createProperty("AWS::S3Tables::TableBucket.StorageClassConfiguration", "aws");
|
|
13343
13669
|
export const TableBucket_Tag = createProperty("AWS::S3Tables::TableBucket.Tag", "aws");
|
|
13344
13670
|
export const TableBucket_UnreferencedFileRemoval = createProperty("AWS::S3Tables::TableBucket.UnreferencedFileRemoval", "aws");
|
|
@@ -13370,6 +13696,10 @@ export const TargetAddress = createProperty("AWS::Route53Resolver::ResolverRule.
|
|
|
13370
13696
|
export const TargetCapacitySpecificationRequest = createProperty("AWS::EC2::EC2Fleet.TargetCapacitySpecificationRequest", "aws");
|
|
13371
13697
|
export const TargetDatabaseMetadata = createProperty("AWS::AppTest::TestCase.TargetDatabaseMetadata", "aws");
|
|
13372
13698
|
export const TargetDescription = createProperty("AWS::ElasticLoadBalancingV2::TargetGroup.TargetDescription", "aws");
|
|
13699
|
+
export const TargetDomain_DnsVerification = createProperty("AWS::SecurityAgent::TargetDomain.DnsVerification", "aws");
|
|
13700
|
+
export const TargetDomain_HttpVerification = createProperty("AWS::SecurityAgent::TargetDomain.HttpVerification", "aws");
|
|
13701
|
+
export const TargetDomain_Tag = createProperty("AWS::SecurityAgent::TargetDomain.Tag", "aws");
|
|
13702
|
+
export const TargetDomain_VerificationDetails = createProperty("AWS::SecurityAgent::TargetDomain.VerificationDetails", "aws");
|
|
13373
13703
|
export const TargetGroup_Matcher = createProperty("AWS::ElasticLoadBalancingV2::TargetGroup.Matcher", "aws");
|
|
13374
13704
|
export const TargetGroup_Tag = createProperty("AWS::ElasticLoadBalancingV2::TargetGroup.Tag", "aws");
|
|
13375
13705
|
export const TargetGroup_TargetDescription = createProperty("AWS::ElasticLoadBalancingV2::TargetGroup.TargetDescription", "aws");
|
|
@@ -13423,6 +13753,7 @@ export const TaskDefinition_RepositoryCredentials = createProperty("AWS::ECS::Ta
|
|
|
13423
13753
|
export const TaskDefinition_ResourceRequirement = createProperty("AWS::ECS::TaskDefinition.ResourceRequirement", "aws");
|
|
13424
13754
|
export const TaskDefinition_RestartPolicy = createProperty("AWS::ECS::TaskDefinition.RestartPolicy", "aws");
|
|
13425
13755
|
export const TaskDefinition_RuntimePlatform = createProperty("AWS::ECS::TaskDefinition.RuntimePlatform", "aws");
|
|
13756
|
+
export const TaskDefinition_S3FilesVolumeConfiguration = createProperty("AWS::ECS::TaskDefinition.S3FilesVolumeConfiguration", "aws");
|
|
13426
13757
|
export const TaskDefinition_Secret = createProperty("AWS::ECS::TaskDefinition.Secret", "aws");
|
|
13427
13758
|
export const TaskDefinition_SystemControl = createProperty("AWS::ECS::TaskDefinition.SystemControl", "aws");
|
|
13428
13759
|
export const TaskDefinition_Tag = createProperty("AWS::ECS::TaskDefinition.Tag", "aws");
|
|
@@ -13589,6 +13920,7 @@ export const TimestreamTable_Tag = createProperty("AWS::Timestream::Table.Tag",
|
|
|
13589
13920
|
export const TimestreamTimestamp = createProperty("AWS::IoT::TopicRule.TimestreamTimestamp", "aws");
|
|
13590
13921
|
export const TimeWindow = createProperty("AWS::ConnectCampaignsV2::Campaign.TimeWindow", "aws");
|
|
13591
13922
|
export const Tls = createProperty("AWS::MSK::Cluster.Tls", "aws");
|
|
13923
|
+
export const TlsAuthConfiguration = createProperty("AWS::SES::MailManagerIngressPoint.TlsAuthConfiguration", "aws");
|
|
13592
13924
|
export const TLSCertificateConfiguration = createProperty("AWS::EMRContainers::SecurityConfiguration.TLSCertificateConfiguration", "aws");
|
|
13593
13925
|
export const TLSInspectionConfiguration_Address = createProperty("AWS::NetworkFirewall::TLSInspectionConfiguration.Address", "aws");
|
|
13594
13926
|
export const TLSInspectionConfiguration_PortRange = createProperty("AWS::NetworkFirewall::TLSInspectionConfiguration.PortRange", "aws");
|
|
@@ -13604,6 +13936,7 @@ export const TlsValidationContextSdsTrust = createProperty("AWS::AppMesh::Virtua
|
|
|
13604
13936
|
export const TlsValidationContextTrust = createProperty("AWS::AppMesh::VirtualNode.TlsValidationContextTrust", "aws");
|
|
13605
13937
|
export const TN3270 = createProperty("AWS::AppTest::TestCase.TN3270", "aws");
|
|
13606
13938
|
export const TokenBasedTriggerInput = createProperty("AWS::BedrockAgentCore::Memory.TokenBasedTriggerInput", "aws");
|
|
13939
|
+
export const TokenExchangeGrantTypeConfig = createProperty("AWS::BedrockAgentCore::OAuth2CredentialProvider.TokenExchangeGrantTypeConfig", "aws");
|
|
13607
13940
|
export const TokenValidityUnits = createProperty("AWS::Cognito::UserPoolClient.TokenValidityUnits", "aws");
|
|
13608
13941
|
export const ToolbarConfiguration = createProperty("AWS::WorkSpacesWeb::UserSettings.ToolbarConfiguration", "aws");
|
|
13609
13942
|
export const ToolDefinition = createProperty("AWS::BedrockAgentCore::GatewayTarget.ToolDefinition", "aws");
|
|
@@ -13714,6 +14047,7 @@ export const TrainingDataset_Tag = createProperty("AWS::CleanRoomsML::TrainingDa
|
|
|
13714
14047
|
export const TrainingDetails = createProperty("AWS::SageMaker::ModelCard.TrainingDetails", "aws");
|
|
13715
14048
|
export const TrainingHyperParameter = createProperty("AWS::SageMaker::ModelCard.TrainingHyperParameter", "aws");
|
|
13716
14049
|
export const TrainingMetric = createProperty("AWS::SageMaker::ModelCard.TrainingMetric", "aws");
|
|
14050
|
+
export const TrainingMetrics = createProperty("AWS::CustomerProfiles::Recommender.TrainingMetrics", "aws");
|
|
13717
14051
|
export const TranscriptConfiguration = createProperty("AWS::Bedrock::DataAutomationProject.TranscriptConfiguration", "aws");
|
|
13718
14052
|
export const TransferCertificate_Tag = createProperty("AWS::Transfer::Certificate.Tag", "aws");
|
|
13719
14053
|
export const TransferConnector_ConnectorAsyncMdnConfig = createProperty("AWS::Transfer::Connector.ConnectorAsyncMdnConfig", "aws");
|
|
@@ -13747,6 +14081,7 @@ export const TransformStep = createProperty("AWS::QuickSight::DataSet.TransformS
|
|
|
13747
14081
|
export const TransitGateway_Tag = createProperty("AWS::EC2::TransitGateway.Tag", "aws");
|
|
13748
14082
|
export const TransitGatewayAttachment_Tag = createProperty("AWS::EC2::TransitGatewayAttachment.Tag", "aws");
|
|
13749
14083
|
export const TransitGatewayAttachmentBgpConfiguration = createProperty("AWS::EC2::TransitGatewayConnectPeer.TransitGatewayAttachmentBgpConfiguration", "aws");
|
|
14084
|
+
export const TransitGatewayConfiguration = createProperty("AWS::EC2::ClientVpnEndpoint.TransitGatewayConfiguration", "aws");
|
|
13750
14085
|
export const TransitGatewayConnect_Tag = createProperty("AWS::EC2::TransitGatewayConnect.Tag", "aws");
|
|
13751
14086
|
export const TransitGatewayConnect_TransitGatewayConnectOptions = createProperty("AWS::EC2::TransitGatewayConnect.TransitGatewayConnectOptions", "aws");
|
|
13752
14087
|
export const TransitGatewayConnectOptions = createProperty("AWS::EC2::TransitGatewayConnect.TransitGatewayConnectOptions", "aws");
|
|
@@ -13789,6 +14124,7 @@ export const TrustAnchor_Source = createProperty("AWS::RolesAnywhere::TrustAncho
|
|
|
13789
14124
|
export const TrustAnchor_Tag = createProperty("AWS::RolesAnywhere::TrustAnchor.Tag", "aws");
|
|
13790
14125
|
export const TrustedEntitySet_TagItem = createProperty("AWS::GuardDuty::TrustedEntitySet.TagItem", "aws");
|
|
13791
14126
|
export const TrustedSigners = createProperty("AWS::CloudFront::StreamingDistribution.TrustedSigners", "aws");
|
|
14127
|
+
export const TrustStore = createProperty("AWS::SES::MailManagerIngressPoint.TrustStore", "aws");
|
|
13792
14128
|
export const TrustStoreConfig = createProperty("AWS::CloudFront::Distribution.TrustStoreConfig", "aws");
|
|
13793
14129
|
export const TrustStoreConfiguration = createProperty("AWS::RTBFabric::ResponderGateway.TrustStoreConfiguration", "aws");
|
|
13794
14130
|
export const TrustStoreRevocation_RevocationContent = createProperty("AWS::ElasticLoadBalancingV2::TrustStoreRevocation.RevocationContent", "aws");
|
|
@@ -13918,6 +14254,7 @@ export const UserSettings_LocalizedBrandingStrings = createProperty("AWS::WorkSp
|
|
|
13918
14254
|
export const UserSettings_Tag = createProperty("AWS::WorkSpacesWeb::UserSettings.Tag", "aws");
|
|
13919
14255
|
export const UserSettings_ToolbarConfiguration = createProperty("AWS::WorkSpacesWeb::UserSettings.ToolbarConfiguration", "aws");
|
|
13920
14256
|
export const UserTokenConfiguration = createProperty("AWS::Kendra::Index.UserTokenConfiguration", "aws");
|
|
14257
|
+
export const Validation = createProperty("AWS::BedrockAgentCore::Memory.Validation", "aws");
|
|
13921
14258
|
export const ValidationConfiguration = createProperty("AWS::DataBrew::Job.ValidationConfiguration", "aws");
|
|
13922
14259
|
export const ValidationProfile = createProperty("AWS::SageMaker::ModelPackage.ValidationProfile", "aws");
|
|
13923
14260
|
export const ValidationSettings = createProperty("AWS::VerifiedPermissions::PolicyStore.ValidationSettings", "aws");
|
|
@@ -13957,6 +14294,7 @@ export const Vehicle_PeriodicStateTemplateUpdateStrategy = createProperty("AWS::
|
|
|
13957
14294
|
export const Vehicle_StateTemplateAssociation = createProperty("AWS::IoTFleetWise::Vehicle.StateTemplateAssociation", "aws");
|
|
13958
14295
|
export const Vehicle_Tag = createProperty("AWS::IoTFleetWise::Vehicle.Tag", "aws");
|
|
13959
14296
|
export const Vehicle_TimePeriod = createProperty("AWS::IoTFleetWise::Vehicle.TimePeriod", "aws");
|
|
14297
|
+
export const VerificationDetails = createProperty("AWS::SecurityAgent::TargetDomain.VerificationDetails", "aws");
|
|
13960
14298
|
export const VerificationMessageTemplate = createProperty("AWS::Cognito::UserPool.VerificationMessageTemplate", "aws");
|
|
13961
14299
|
export const VerifiedAccessEndpoint_CidrOptions = createProperty("AWS::EC2::VerifiedAccessEndpoint.CidrOptions", "aws");
|
|
13962
14300
|
export const VerifiedAccessEndpoint_LoadBalancerOptions = createProperty("AWS::EC2::VerifiedAccessEndpoint.LoadBalancerOptions", "aws");
|
|
@@ -14008,8 +14346,10 @@ export const VideoSelectorSettings = createProperty("AWS::MediaLive::Channel.Vid
|
|
|
14008
14346
|
export const VideoStandardExtraction = createProperty("AWS::Bedrock::DataAutomationProject.VideoStandardExtraction", "aws");
|
|
14009
14347
|
export const VideoStandardGenerativeField = createProperty("AWS::Bedrock::DataAutomationProject.VideoStandardGenerativeField", "aws");
|
|
14010
14348
|
export const VideoStandardOutputConfiguration = createProperty("AWS::Bedrock::DataAutomationProject.VideoStandardOutputConfiguration", "aws");
|
|
14349
|
+
export const ViewDefinition = createProperty("AWS::Glue::Table.ViewDefinition", "aws");
|
|
14011
14350
|
export const ViewerCertificate = createProperty("AWS::CloudFront::Distribution.ViewerCertificate", "aws");
|
|
14012
14351
|
export const ViewerMtlsConfig = createProperty("AWS::CloudFront::Distribution.ViewerMtlsConfig", "aws");
|
|
14352
|
+
export const ViewRepresentation = createProperty("AWS::Glue::Table.ViewRepresentation", "aws");
|
|
14013
14353
|
export const VirtualCluster_ContainerInfo = createProperty("AWS::EMRContainers::VirtualCluster.ContainerInfo", "aws");
|
|
14014
14354
|
export const VirtualCluster_ContainerProvider = createProperty("AWS::EMRContainers::VirtualCluster.ContainerProvider", "aws");
|
|
14015
14355
|
export const VirtualCluster_EksInfo = createProperty("AWS::EMRContainers::VirtualCluster.EksInfo", "aws");
|
|
@@ -14410,6 +14750,7 @@ export const WAFXssMatchSet_XssMatchTuple = createProperty("AWS::WAF::XssMatchSe
|
|
|
14410
14750
|
export const WaitAndContinueSpecification = createProperty("AWS::Lex::Bot.WaitAndContinueSpecification", "aws");
|
|
14411
14751
|
export const WALWorkspace_Tag = createProperty("AWS::EMR::WALWorkspace.Tag", "aws");
|
|
14412
14752
|
export const WarmPool_InstanceReusePolicy = createProperty("AWS::AutoScaling::WarmPool.InstanceReusePolicy", "aws");
|
|
14753
|
+
export const WarmPoolConfig = createProperty("AWS::EKS::Nodegroup.WarmPoolConfig", "aws");
|
|
14413
14754
|
export const WarmThroughputObject = createProperty("AWS::Kinesis::Stream.WarmThroughputObject", "aws");
|
|
14414
14755
|
export const WavSettings = createProperty("AWS::MediaLive::Channel.WavSettings", "aws");
|
|
14415
14756
|
export const WebAclCustomization = createProperty("AWS::CloudFront::DistributionTenant.WebAclCustomization", "aws");
|
|
@@ -14441,6 +14782,7 @@ export const WebSourceConfiguration = createProperty("AWS::Bedrock::DataSource.W
|
|
|
14441
14782
|
export const WebvttDestinationSettings = createProperty("AWS::MediaLive::Channel.WebvttDestinationSettings", "aws");
|
|
14442
14783
|
export const WeeklySchedule = createProperty("AWS::InspectorV2::CisScanConfiguration.WeeklySchedule", "aws");
|
|
14443
14784
|
export const WeeklySetting = createProperty("AWS::SSMContacts::Rotation.WeeklySetting", "aws");
|
|
14785
|
+
export const WeightedBalancedSchedulingConfiguration = createProperty("AWS::Deadline::Queue.WeightedBalancedSchedulingConfiguration", "aws");
|
|
14444
14786
|
export const WeightedTarget = createProperty("AWS::AppMesh::Route.WeightedTarget", "aws");
|
|
14445
14787
|
export const WhatsAppChannelSubtypeConfig = createProperty("AWS::ConnectCampaignsV2::Campaign.WhatsAppChannelSubtypeConfig", "aws");
|
|
14446
14788
|
export const WhatsAppOutboundConfig = createProperty("AWS::ConnectCampaignsV2::Campaign.WhatsAppOutboundConfig", "aws");
|
|
@@ -14483,8 +14825,11 @@ export const WorkerConfiguration_Tag = createProperty("AWS::KafkaConnect::Worker
|
|
|
14483
14825
|
export const WorkerLogDelivery = createProperty("AWS::KafkaConnect::Connector.WorkerLogDelivery", "aws");
|
|
14484
14826
|
export const WorkerTypeSpecificationInput = createProperty("AWS::EMRServerless::Application.WorkerTypeSpecificationInput", "aws");
|
|
14485
14827
|
export const Workflow = createProperty("AWS::ARCRegionSwitch::Plan.Workflow", "aws");
|
|
14828
|
+
export const WorkflowDefinition_WorkflowExportConfig = createProperty("AWS::NovaAct::WorkflowDefinition.WorkflowExportConfig", "aws");
|
|
14486
14829
|
export const WorkflowDetail = createProperty("AWS::Transfer::Server.WorkflowDetail", "aws");
|
|
14487
14830
|
export const WorkflowDetails = createProperty("AWS::Transfer::Server.WorkflowDetails", "aws");
|
|
14831
|
+
export const WorkflowExportConfig = createProperty("AWS::NovaAct::WorkflowDefinition.WorkflowExportConfig", "aws");
|
|
14832
|
+
export const WorkflowsMwaaPropertiesInput = createProperty("AWS::DataZone::Connection.WorkflowsMwaaPropertiesInput", "aws");
|
|
14488
14833
|
export const WorkflowStep = createProperty("AWS::Transfer::Workflow.WorkflowStep", "aws");
|
|
14489
14834
|
export const WorkflowUpdate = createProperty("AWS::SecurityHub::AutomationRule.WorkflowUpdate", "aws");
|
|
14490
14835
|
export const WorkflowVersion_ContainerRegistryMap = createProperty("AWS::Omics::WorkflowVersion.ContainerRegistryMap", "aws");
|
|
@@ -14603,6 +14948,7 @@ export const ZonalAutoshiftConfiguration_ControlCondition = createProperty("AWS:
|
|
|
14603
14948
|
export const ZonalAutoshiftConfiguration_PracticeRunConfiguration = createProperty("AWS::ARCZonalShift::ZonalAutoshiftConfiguration.PracticeRunConfiguration", "aws");
|
|
14604
14949
|
export const ZonalConfig = createProperty("AWS::CodeDeploy::DeploymentConfig.ZonalConfig", "aws");
|
|
14605
14950
|
export const ZonalShiftConfig = createProperty("AWS::EKS::Cluster.ZonalShiftConfig", "aws");
|
|
14951
|
+
export const ZookeeperAccess = createProperty("AWS::MSK::Cluster.ZookeeperAccess", "aws");
|
|
14606
14952
|
|
|
14607
14953
|
// Re-exports for convenience
|
|
14608
14954
|
export { Sub, Ref, GetAtt, If, Join, Select, Split, Base64 } from "../intrinsics";
|