Skip to content

Conversation

@aws-cdk-automation
Copy link
Contributor

⚠️ This Pull Request updates daily and will overwrite all manual changes pushed to the branch

Updates the cfn-schema source from upstream. See details in workflow run.


Automatically created by projen via the "update-source-cfn-schema" workflow

> ⚠️ This Pull Request updates daily and will overwrite **all** manual changes pushed to the branch

Updates the cfn-schema source from upstream. See details in [workflow run].

[Workflow Run]: https://github.com/cdklabs/awscdk-service-spec/actions/runs/20051024752

------

*Automatically created by projen via the "update-source-cfn-schema" workflow*

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@github-actions
Copy link
Contributor

github-actions bot commented Dec 9, 2025

To work on this Pull Request, please create a new branch and PR. This prevents your work from being deleted by the automation.

Run the following commands inside the repo:

gh co 2283
git switch -c fix-pr-2283 && git push -u origin HEAD
gh pr create -t "fix: PR #2283" --body "Fixes https://github.com/cdklabs/awscdk-service-spec/pull/2283"

@github-actions
Copy link
Contributor

github-actions bot commented Dec 9, 2025

@aws-cdk/aws-service-spec: Model database diff detected
📁 Download full diff

├[~] service aws-bedrock
│ └ resources
│    └[~]  resource AWS::Bedrock::KnowledgeBase
│       └ types
│          ├[+]  type AudioConfiguration
│          │  ├      documentation: Configure the audio configuration for multi modal ingestion.
│          │  │      name: AudioConfiguration
│          │  └ properties
│          │     └ SegmentationConfiguration: AudioSegmentationConfiguration (required)
│          ├[+]  type AudioSegmentationConfiguration
│          │  ├      documentation: Configure the audio segmentation configuration for multi modal ingestion.
│          │  │      name: AudioSegmentationConfiguration
│          │  └ properties
│          │     └ FixedLengthDuration: integer (required)
│          ├[~] type BedrockEmbeddingModelConfiguration
│          │ └ properties
│          │    ├[+] Audio: Array<AudioConfiguration>
│          │    └[+] Video: Array<VideoConfiguration>
│          ├[+]  type VideoConfiguration
│          │  ├      documentation: Configure the video configuration for multi modal ingestion.
│          │  │      name: VideoConfiguration
│          │  └ properties
│          │     └ SegmentationConfiguration: VideoSegmentationConfiguration (required)
│          └[+]  type VideoSegmentationConfiguration
│             ├      documentation: Configure the video segmentation configuration for multi modal ingestion.
│             │      name: VideoSegmentationConfiguration
│             └ properties
│                └ FixedLengthDuration: integer (required)
├[~] service aws-datazone
│ └ resources
│    └[~]  resource AWS::DataZone::Connection
│       └ types
│          ├[~] type ConnectionPropertiesInput
│          │ └ properties
│          │    └[+] MlflowProperties: MlflowPropertiesInput
│          └[+]  type MlflowPropertiesInput
│             ├      documentation: MLflow Properties Input
│             │      name: MlflowPropertiesInput
│             └ properties
│                └ TrackingServerArn: string
├[~] service aws-devopsagent
│ └ resources
│    └[~]  resource AWS::DevOpsAgent::Association
│       └ properties
│          └[+] LinkedAssociationIds: Array<string>
├[~] service aws-ecs
│ └ resources
│    └[~]  resource AWS::ECS::ExpressGatewayService
│       ├ attributes
│       │  ├[+] ECSManagedResourceArns: ECSManagedResourceArns
│       │  ├[+] ECSManagedResourceArns.AutoScaling: AutoScalingArns
│       │  ├[+] ECSManagedResourceArns.AutoScaling.ApplicationAutoScalingPolicies: Array<string>
│       │  ├[+] ECSManagedResourceArns.AutoScaling.ScalableTarget: string
│       │  ├[+] ECSManagedResourceArns.IngressPath: IngressPathArns
│       │  ├[+] ECSManagedResourceArns.IngressPath.CertificateArn: string
│       │  ├[+] ECSManagedResourceArns.IngressPath.ListenerArn: string
│       │  ├[+] ECSManagedResourceArns.IngressPath.ListenerRuleArn: string
│       │  ├[+] ECSManagedResourceArns.IngressPath.LoadBalancerArn: string
│       │  ├[+] ECSManagedResourceArns.IngressPath.LoadBalancerSecurityGroups: Array<string>
│       │  ├[+] ECSManagedResourceArns.IngressPath.TargetGroupArns: Array<string>
│       │  ├[+] ECSManagedResourceArns.LogGroups: Array<string>
│       │  ├[+] ECSManagedResourceArns.MetricAlarms: Array<string>
│       │  ├[+] ECSManagedResourceArns.ServiceSecurityGroups: Array<string>
│       │  └[+] Endpoint: string
│       └ types
│          ├[+]  type AutoScalingArns
│          │  ├      name: AutoScalingArns
│          │  └ properties
│          │     ├ ScalableTarget: string
│          │     └ ApplicationAutoScalingPolicies: Array<string>
│          ├[+]  type ECSManagedResourceArns
│          │  ├      name: ECSManagedResourceArns
│          │  └ properties
│          │     ├ LogGroups: Array<string>
│          │     ├ ServiceSecurityGroups: Array<string>
│          │     ├ MetricAlarms: Array<string>
│          │     ├ IngressPath: IngressPathArns
│          │     └ AutoScaling: AutoScalingArns
│          └[+]  type IngressPathArns
│             ├      name: IngressPathArns
│             └ properties
│                ├ ListenerArn: string
│                ├ LoadBalancerArn: string
│                ├ TargetGroupArns: Array<string>
│                ├ ListenerRuleArn: string
│                ├ LoadBalancerSecurityGroups: Array<string>
│                └ CertificateArn: string
├[~] service aws-networkmanager
│ └ resources
│    ├[~]  resource AWS::NetworkManager::ConnectAttachment
│    │  └ properties
│    │     └[+] RoutingPolicyLabel: string (immutable)
│    ├[+]  resource AWS::NetworkManager::CoreNetworkPrefixListAssociation
│    │  ├      name: CoreNetworkPrefixListAssociation
│    │  │      cloudFormationType: AWS::NetworkManager::CoreNetworkPrefixListAssociation
│    │  │      documentation: Resource Type definition for AWS::NetworkManager::CoreNetworkPrefixListAssociation which associates a prefix list with a core network.
│    │  └ properties
│    │     ├ CoreNetworkId: string (required, immutable)
│    │     ├ PrefixListArn: string (required, immutable)
│    │     └ PrefixListAlias: string (required, immutable)
│    ├[~]  resource AWS::NetworkManager::DirectConnectGatewayAttachment
│    │  └ properties
│    │     └[+] RoutingPolicyLabel: string (immutable)
│    ├[~]  resource AWS::NetworkManager::SiteToSiteVpnAttachment
│    │  └ properties
│    │     └[+] RoutingPolicyLabel: string (immutable)
│    └[~]  resource AWS::NetworkManager::VpcAttachment
│       └ properties
│          └[+] RoutingPolicyLabel: string (immutable)
├[~] service aws-paymentcryptography
│ └ resources
│    └[~]  resource AWS::PaymentCryptography::Key
│       ├ properties
│       │  └[+] ReplicationRegions: Array<string>
│       ├ attributes
│       │  └[+] ReplicationStatus: Map<string, ReplicationStatusType>
│       └ types
│          └[+]  type ReplicationStatusType
│             ├      name: ReplicationStatusType
│             └ properties
│                ├ Status: string (required)
│                └ StatusMessage: string
├[~] service aws-route53
│ └ resources
│    └[~]  resource AWS::Route53::HostedZone
│       ├ properties
│       │  └[+] HostedZoneFeatures: HostedZoneFeatures
│       └ types
│          └[+]  type HostedZoneFeatures
│             ├      name: HostedZoneFeatures
│             └ properties
│                └ EnableAcceleratedRecovery: boolean
├[~] service aws-s3
│ └ resources
│    └[~]  resource AWS::S3::Bucket
│       └ types
│          └[~] type JournalTableConfiguration
│            └ properties
│               └ EncryptionConfiguration: - MetadataTableEncryptionConfiguration (immutable)
│                                          + MetadataTableEncryptionConfiguration
└[~] service aws-transfer
  └ resources
     └[~]  resource AWS::Transfer::Connector
        └ attributes
           └[+] ErrorMessage: string

@aws-cdk-automation aws-cdk-automation added this pull request to the merge queue Dec 9, 2025
Merged via the queue into main with commit 43d7eb1 Dec 9, 2025
13 checks passed
@aws-cdk-automation aws-cdk-automation deleted the update-source/cfn-schema branch December 9, 2025 04:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant