Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(msk-alpha): support any combination of client auth mechanisms #30307

Closed
wants to merge 55 commits into from

Commits on May 22, 2024

  1. feat: support multiple client auth mechanisms

    Dahlberg Victor committed May 22, 2024
    Configuration menu
    Copy the full SHA
    92ffc5f View commit details
    Browse the repository at this point in the history
  2. chore: simplify clientAuthentication assignment

    Dahlberg Victor committed May 22, 2024
    Configuration menu
    Copy the full SHA
    bb72fc6 View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. chore: integrationtest

    Dahlberg Victor committed May 23, 2024
    Configuration menu
    Copy the full SHA
    8e3e453 View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2024

  1. fix(stepfunctions-tasks): runtime language used to evaluate expressio…

    …ns is ignored (aws#30302)
    
    ### Reason for this change
    
    `EvaluateExpression` exposes a runtime property that can be used to configure the runtime language used to evaluate an expression. When the handler for this was migrated into the handler framework we hid the runtime property and didn't make it configurable. As a result, when the runtime property is specified as part of `EvaluateExpressionProps` it ends up being dropped in place of the code generated runtime.
    
    ### Description of changes
    
    Added a configurable runtime property to the generated `EvalNodejsSingletonFunctionProps` interface and set this property using runtime property on `EvaluateExpressionProps` if one was provided. Otherwise, the current node 18 default is used.
    
    ### Description of how you validated changes
    
    Unit test for codegen with eval-nodejs-provider. Integ test for default `EvaluateExpression` runtime (we already test a configurable runtime, unfortunately this was the same as the default so this bug was not caught).
    
    ### Checklist
    - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    colifran authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    00ca60f View commit details
    Browse the repository at this point in the history
  2. feat(ec2): support placementGroup for ec2.Instance (aws#30293)

    ### Issue # (if applicable)
    
    Closes aws#30292
    
    ### Reason for this change
    
    To allow ec2.Instance to specify `placementGroup`.
    
    ### Description of changes
    
    
    
    ### Description of how you validated changes
    
    - [x] integ test
    - [x] unit test
    
    
    ### Checklist
    - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    pahud authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    c6c5ff1 View commit details
    Browse the repository at this point in the history
  3. fix(rds): readers not always be created after the writer (aws#30277)

    This PR ensures the dependency on the readers always to be created after the writer. This might not be the best solution as all the readers will not start provisioning until the writer is completed. Another solution is to build a custom resource to check if the writer has started provisioning, if yes, return success and let all the dependent readers start provisioning. But that would require a new custom resource.
    
    - [x] unit tests
    - [x] update integ tests
      - fixed the integ error `"Cannot find version 8.0.mysql_aurora.3.01.0 for aurora-mysql` for `integ.cluster-instance-id`
    
    ### Issue # (if applicable)
    
    Closes aws#30260
    
    ### Reason for this change
    
    
    
    ### Description of changes
    
    
    
    ### Description of how you validated changes
    
    
    
    ### Checklist
    - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    pahud authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    44ab15d View commit details
    Browse the repository at this point in the history
  4. chore: add new team member samson-keung (aws#30312)

    ### Issue # (if applicable)
    
    N/A
    
    ### Reason for this change
    
    Adding new team member's GitHub account
    
    ### Description of changes
    
    Added my GitHub username
    
    ### Description of how you validated changes
    
    N/A
    
    ### Checklist
    - [ ] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    samson-keung authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    76361db View commit details
    Browse the repository at this point in the history
  5. feat: update L1 CloudFormation resource definitions (aws#30182)

    Updates the L1 CloudFormation resource definitions with the latest changes from `@aws-cdk/aws-service-spec`
    
    **L1 CloudFormation resource definition changes:**
    ```
    ├[~] service aws-amplify
    │ └ resources
    │    └[~] resource AWS::Amplify::Branch
    │      ├ properties
    │      │  └ Backend: (documentation changed)
    │      └ types
    │         └[~] type Backend
    │           └  - documentation: Describes the backend properties associated with an Amplify `Branch` .
    │              + documentation: Describes the backend associated with an Amplify `Branch` .
    │              This property is available to Amplify Gen 2 apps only. When you deploy an application with Amplify Gen 2, you provision the app's backend infrastructure using Typescript code.
    ├[~] service aws-backup
    │ └ resources
    │    └[~] resource AWS::Backup::BackupVault
    │      └ properties
    │         └ BackupVaultName: (documentation changed)
    ├[~] service aws-bedrock
    │ └ resources
    │    ├[~] resource AWS::Bedrock::Agent
    │    │ ├ properties
    │    │ │  └ TestAliasTags: (documentation changed)
    │    │ └ types
    │    │    ├[~] type ActionGroupExecutor
    │    │    │ ├  - documentation: Contains details about the Lambda function containing the business logic that is carried out upon invoking the action.
    │    │    │ │  + documentation: Contains details about the Lambda function containing the business logic that is carried out upon invoking the action or the custom control method for handling the information elicited from the user.
    │    │    │ └ properties
    │    │    │    ├[+] CustomControl: string
    │    │    │    └ Lambda: - string (required)
    │    │    │              + string
    │    │    ├[~] type AgentActionGroup
    │    │    │ └ properties
    │    │    │    ├ ActionGroupExecutor: (documentation changed)
    │    │    │    └[+] FunctionSchema: FunctionSchema
    │    │    ├[+] type Function
    │    │    │ ├  documentation: Defines parameters that the agent needs to invoke from the user to complete the function. Corresponds to an action in an action group.
    │    │    │ │  This data type is used in the following API operations:
    │    │    │ │  - [CreateAgentActionGroup request](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_CreateAgentActionGroup.html#API_agent_CreateAgentActionGroup_RequestSyntax)
    │    │    │ │  - [CreateAgentActionGroup response](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_CreateAgentActionGroup.html#API_agent_CreateAgentActionGroup_ResponseSyntax)
    │    │    │ │  - [UpdateAgentActionGroup request](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_UpdateAgentActionGroup.html#API_agent_UpdateAgentActionGroup_RequestSyntax)
    │    │    │ │  - [UpdateAgentActionGroup response](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_UpdateAgentActionGroup.html#API_agent_UpdateAgentActionGroup_ResponseSyntax)
    │    │    │ │  - [GetAgentActionGroup response](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_GetAgentActionGroup.html#API_agent_GetAgentActionGroup_ResponseSyntax)
    │    │    │ │  name: Function
    │    │    │ └ properties
    │    │    │    ├Name: string (required)
    │    │    │    ├Description: string
    │    │    │    └Parameters: Map<string, ParameterDetail>
    │    │    ├[+] type FunctionSchema
    │    │    │ ├  documentation: Defines functions that each define parameters that the agent needs to invoke from the user. Each function represents an action in an action group.
    │    │    │ │  This data type is used in the following API operations:
    │    │    │ │  - [CreateAgentActionGroup request](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_CreateAgentActionGroup.html#API_agent_CreateAgentActionGroup_RequestSyntax)
    │    │    │ │  - [CreateAgentActionGroup response](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_CreateAgentActionGroup.html#API_agent_CreateAgentActionGroup_ResponseSyntax)
    │    │    │ │  - [UpdateAgentActionGroup request](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_UpdateAgentActionGroup.html#API_agent_UpdateAgentActionGroup_RequestSyntax)
    │    │    │ │  - [UpdateAgentActionGroup response](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_UpdateAgentActionGroup.html#API_agent_UpdateAgentActionGroup_ResponseSyntax)
    │    │    │ │  - [GetAgentActionGroup response](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_GetAgentActionGroup.html#API_agent_GetAgentActionGroup_ResponseSyntax)
    │    │    │ │  name: FunctionSchema
    │    │    │ └ properties
    │    │    │    └Functions: Array<Function> (required)
    │    │    └[+] type ParameterDetail
    │    │      ├  documentation: Contains details about a parameter in a function for an action group.
    │    │      │  This data type is used in the following API operations:
    │    │      │  - [CreateAgentActionGroup request](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_CreateAgentActionGroup.html#API_agent_CreateAgentActionGroup_RequestSyntax)
    │    │      │  - [CreateAgentActionGroup response](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_CreateAgentActionGroup.html#API_agent_CreateAgentActionGroup_ResponseSyntax)
    │    │      │  - [UpdateAgentActionGroup request](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_UpdateAgentActionGroup.html#API_agent_UpdateAgentActionGroup_RequestSyntax)
    │    │      │  - [UpdateAgentActionGroup response](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_UpdateAgentActionGroup.html#API_agent_UpdateAgentActionGroup_ResponseSyntax)
    │    │      │  - [GetAgentActionGroup response](https://docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_GetAgentActionGroup.html#API_agent_GetAgentActionGroup_ResponseSyntax)
    │    │      │  name: ParameterDetail
    │    │      └ properties
    │    │         ├Description: string
    │    │         ├Type: string (required)
    │    │         └Required: boolean
    │    └[+] resource AWS::Bedrock::GuardrailVersion
    │      ├  name: GuardrailVersion
    │      │  cloudFormationType: AWS::Bedrock::GuardrailVersion
    │      │  documentation: Creates a version of the guardrail. Use this API to create a snapshot of the guardrail when you are satisfied with a configuration, or to compare the configuration with another version.
    │      ├ properties
    │      │  ├Description: string (immutable)
    │      │  └GuardrailIdentifier: string (required, immutable)
    │      └ attributes
    │         ├GuardrailArn: string
    │         ├GuardrailId: string
    │         └Version: string
    ├[~] service aws-budgets
    │ └ resources
    │    ├[~] resource AWS::Budgets::Budget
    │    │ ├ properties
    │    │ │  └[+] ResourceTags: Array<ResourceTag>
    │    │ └ types
    │    │    └[+] type ResourceTag
    │    │      ├  documentation: The tag structure that contains a tag key and value.
    │    │      │  name: ResourceTag
    │    │      └ properties
    │    │         ├Value: string
    │    │         └Key: string (required)
    │    └[~] resource AWS::Budgets::BudgetsAction
    │      ├  - tagInformation: undefined
    │      │  + tagInformation: {"tagPropertyName":"ResourceTags","variant":"standard"}
    │      ├ properties
    │      │  └[+] ResourceTags: Array<ResourceTag>
    │      └ types
    │         └[+] type ResourceTag
    │           ├  documentation: The tag structure that contains a tag key and value.
    │           │  name: ResourceTag
    │           └ properties
    │              ├Key: string (required)
    │              └Value: string (required)
    ├[~] service aws-cloudtrail
    │ └ resources
    │    ├[~] resource AWS::CloudTrail::EventDataStore
    │    │ └ types
    │    │    └[~] type AdvancedFieldSelector
    │    │      └ properties
    │    │         └ Field: (documentation changed)
    │    └[~] resource AWS::CloudTrail::Trail
    │      └ types
    │         └[~] type AdvancedFieldSelector
    │           └ properties
    │              └ Field: (documentation changed)
    ├[~] service aws-codepipeline
    │ └ resources
    │    └[~] resource AWS::CodePipeline::Pipeline
    │      └ types
    │         ├[+] type FailureConditions
    │         │ ├  name: FailureConditions
    │         │ └ properties
    │         │    └Result: string (required)
    │         └[~] type StageDeclaration
    │           └ properties
    │              └[+] OnFailure: FailureConditions
    ├[~] service aws-datazone
    │ └ resources
    │    ├[+] resource AWS::DataZone::GroupProfile
    │    │ ├  name: GroupProfile
    │    │ │  cloudFormationType: AWS::DataZone::GroupProfile
    │    │ │  documentation: Group profiles represent groups of Amazon DataZone users. Groups can be manually created, or mapped to Active Directory groups of enterprise customers. In Amazon DataZone, groups serve two purposes. First, a group can map to a team of users in the organizational chart, and thus reduce the administrative work of a Amazon DataZone project owner when there are new employees joining or leaving a team. Second, corporate administrators use Active Directory groups to manage and update user statuses and so Amazon DataZone domain administrators can use these group memberships to implement Amazon DataZone domain policies.
    │    │ ├ properties
    │    │ │  ├DomainIdentifier: string (required, immutable)
    │    │ │  ├GroupIdentifier: string (required, immutable)
    │    │ │  └Status: string
    │    │ └ attributes
    │    │    ├DomainId: string
    │    │    ├GroupName: string
    │    │    └Id: string
    │    ├[+] resource AWS::DataZone::ProjectMembership
    │    │ ├  name: ProjectMembership
    │    │ │  cloudFormationType: AWS::DataZone::ProjectMembership
    │    │ │  documentation: Definition of AWS::DataZone::ProjectMembership Resource Type
    │    │ ├ properties
    │    │ │  ├ProjectIdentifier: string (required, immutable)
    │    │ │  ├Designation: string (required)
    │    │ │  ├Member: Member (required, immutable)
    │    │ │  └DomainIdentifier: string (required, immutable)
    │    │ └ types
    │    │    └type Member
    │    │     ├  name: Member
    │    │     └ properties
    │    │        ├UserIdentifier: string
    │    │        └GroupIdentifier: string
    │    └[+] resource AWS::DataZone::UserProfile
    │      ├  name: UserProfile
    │      │  cloudFormationType: AWS::DataZone::UserProfile
    │      │  documentation: A user profile represents Amazon DataZone users. Amazon DataZone supports both IAM roles and SSO identities to interact with the Amazon DataZone Management Console and the data portal for different purposes. Domain administrators use IAM roles to perform the initial administrative domain-related work in the Amazon DataZone Management Console, including creating new Amazon DataZone domains, configuring metadata form types, and implementing policies. Data workers use their SSO corporate identities via Identity Center to log into the Amazon DataZone Data Portal and access projects where they have memberships.
    │      ├ properties
    │      │  ├DomainIdentifier: string (required, immutable)
    │      │  ├Status: string
    │      │  ├UserIdentifier: string (required, immutable)
    │      │  └UserType: string (immutable)
    │      ├ attributes
    │      │  ├DomainId: string
    │      │  ├Type: string
    │      │  ├Id: string
    │      │  └Details: UserProfileDetails
    │      └ types
    │         ├type UserProfileDetails
    │         │├  name: UserProfileDetails
    │         │└ properties
    │         │   ├Iam: IamUserProfileDetails
    │         │   └Sso: SsoUserProfileDetails
    │         ├type IamUserProfileDetails
    │         │├  documentation: The details of the IAM User Profile.
    │         ││  name: IamUserProfileDetails
    │         │└ properties
    │         │   └Arn: string
    │         └type SsoUserProfileDetails
    │          ├  documentation: The details of the SSO User Profile.
    │          │  name: SsoUserProfileDetails
    │          └ properties
    │             ├Username: string
    │             ├FirstName: string
    │             └LastName: string
    ├[~] service aws-dynamodb
    │ └ resources
    │    ├[~] resource AWS::DynamoDB::GlobalTable
    │    │ ├ properties
    │    │ │  └ WriteOnDemandThroughputSettings: (documentation changed)
    │    │ └ types
    │    │    ├[~] type GlobalSecondaryIndex
    │    │    │ └ properties
    │    │    │    └ WriteOnDemandThroughputSettings: (documentation changed)
    │    │    ├[~] type ReadOnDemandThroughputSettings
    │    │    │ ├  - documentation: undefined
    │    │    │ │  + documentation: Sets the read request settings for a replica table or a replica global secondary index. You must specify this setting if you set the `BillingMode` to `PAY_PER_REQUEST` .
    │    │    │ └ properties
    │    │    │    └ MaxReadRequestUnits: (documentation changed)
    │    │    ├[~] type ReplicaGlobalSecondaryIndexSpecification
    │    │    │ └ properties
    │    │    │    └ ReadOnDemandThroughputSettings: (documentation changed)
    │    │    ├[~] type ReplicaSpecification
    │    │    │ └ properties
    │    │    │    └ ReadOnDemandThroughputSettings: (documentation changed)
    │    │    └[~] type WriteOnDemandThroughputSettings
    │    │      ├  - documentation: undefined
    │    │      │  + documentation: Sets the write request settings for a global table or a global secondary index. You must specify this setting if you set the `BillingMode` to `PAY_PER_REQUEST` .
    │    │      └ properties
    │    │         └ MaxWriteRequestUnits: (documentation changed)
    │    └[~] resource AWS::DynamoDB::Table
    │      ├ properties
    │      │  └ OnDemandThroughput: (documentation changed)
    │      └ types
    │         ├[~] type GlobalSecondaryIndex
    │         │ └ properties
    │         │    └ OnDemandThroughput: (documentation changed)
    │         └[~] type OnDemandThroughput
    │           ├  - documentation: undefined
    │           │  + documentation: Sets the maximum number of read and write units for the specified on-demand table. If you use this property, you must specify `MaxReadRequestUnits` , `MaxWriteRequestUnits` , or both.
    │           └ properties
    │              ├ MaxReadRequestUnits: (documentation changed)
    │              └ MaxWriteRequestUnits: (documentation changed)
    ├[~] service aws-ec2
    │ └ resources
    │    ├[~] resource AWS::EC2::LaunchTemplate
    │    │ └ types
    │    │    ├[~] type LaunchTemplateTagSpecification
    │    │    │ └ properties
    │    │    │    └ ResourceType: (documentation changed)
    │    │    └[~] type TagSpecification
    │    │      └ properties
    │    │         └ ResourceType: (documentation changed)
    │    └[~] resource AWS::EC2::SpotFleet
    │      └ types
    │         └[~] type SpotFleetRequestConfigData
    │           └ properties
    │              └ AllocationStrategy: (documentation changed)
    ├[~] service aws-ecs
    │ └ resources
    │    └[~] resource AWS::ECS::Service
    │      ├  - documentation: The `AWS::ECS::Service` resource creates an Amazon Elastic Container Service (Amazon ECS) service that runs and maintains the requested number of tasks and associated load balancers.
    │      │  > The stack update fails if you change any properties that require replacement and at least one Amazon ECS Service Connect `ServiceConnectService` is configured. This is because AWS CloudFormation creates the replacement service first, but each `ServiceConnectService` must have a name that is unique in the namespace. > Starting April 15, 2023, AWS ; will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance. After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS , or Amazon EC2 . However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service.
    │      │  + documentation: The `AWS::ECS::Service` resource creates an Amazon Elastic Container Service (Amazon ECS) service that runs and maintains the requested number of tasks and associated load balancers.
    │      │  > The stack update fails if you change any properties that require replacement and at least one Amazon ECS Service Connect `ServiceConnectConfiguration` property the is configured. This is because AWS CloudFormation creates the replacement service first, but each `ServiceConnectService` must have a name that is unique in the namespace. > Starting April 15, 2023, AWS ; will not onboard new customers to Amazon Elastic Inference (EI), and will help current customers migrate their workloads to options that offer better price and performance. After April 15, 2023, new customers will not be able to launch instances with Amazon EI accelerators in Amazon SageMaker, Amazon ECS , or Amazon EC2 . However, customers who have used Amazon EI at least once during the past 30-day period are considered current customers and will be able to continue using the service.
    │      └ types
    │         ├[~] type ServiceConnectTlsCertificateAuthority
    │         │ └  - documentation: An object that represents the AWS Private Certificate Authority certificate.
    │         │    + documentation: The certificate root authority that secures your service.
    │         └[~] type ServiceConnectTlsConfiguration
    │           └  - documentation: An object that represents the configuration for Service Connect TLS.
    │              + documentation: The key that encrypts and decrypts your resources for Service Connect TLS.
    ├[~] service aws-elasticache
    │ └ resources
    │    └[~] resource AWS::ElastiCache::ParameterGroup
    │      └ attributes
    │         └[+] CacheParameterGroupName: string
    ├[~] service aws-events
    │ └ resources
    │    ├[~] resource AWS::Events::Archive
    │    │ └  - documentation: Creates an archive of events with the specified settings. When you create an archive, incoming events might not immediately start being sent to the archive. Allow a short period of time for changes to take effect. If you do not specify a pattern to filter events sent to the archive, all events are sent to the archive except replayed events. Replayed events are not sent to an archive.
    │    │    + documentation: Creates an archive of events with the specified settings. When you create an archive, incoming events might not immediately start being sent to the archive. Allow a short period of time for changes to take effect. If you do not specify a pattern to filter events sent to the archive, all events are sent to the archive except replayed events. Replayed events are not sent to an archive.
    │    │    > Archives and schema discovery are not supported for event buses encrypted using a customer managed key. EventBridge returns an error if:
    │    │    > 
    │    │    > - You call `[CreateArchive](https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_CreateArchive.html)` on an event bus set to use a customer managed key for encryption.
    │    │    > - You call `[CreateDiscoverer](https://docs.aws.amazon.com/eventbridge/latest/schema-reference/v1-discoverers.html#CreateDiscoverer)` on an event bus set to use a customer managed key for encryption.
    │    │    > - You call `[UpdatedEventBus](https://docs.aws.amazon.com/eventbridge/latest/APIReference/API_UpdatedEventBus.html)` to set a customer managed key on an event bus with an archives or schema discovery enabled.
    │    │    > 
    │    │    > To enable archives or schema discovery on an event bus, choose to use an AWS owned key . For more information, see [Data encryption in EventBridge](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-encryption.html) in the *Amazon EventBridge User Guide* .
    │    ├[~] resource AWS::Events::Endpoint
    │    │ └  - documentation: A global endpoint used to improve your application's availability by making it regional-fault tolerant. For more information about global endpoints, see [Making applications Regional-fault tolerant with global endpoints and event replication](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-global-endpoints.html) in the *Amazon EventBridge User Guide* .
    │    │    + documentation: A global endpoint used to improve your application's availability by making it regional-fault tolerant. For more information about global endpoints, see [Making applications Regional-fault tolerant with global endpoints and event replication](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-global-endpoints.html) in the **Amazon EventBridge User Guide** .
    │    ├[~] resource AWS::Events::EventBus
    │    │ ├ properties
    │    │ │  ├[+] DeadLetterConfig: DeadLetterConfig
    │    │ │  ├[+] Description: string
    │    │ │  └[+] KmsKeyIdentifier: string
    │    │ └ types
    │    │    └[+] type DeadLetterConfig
    │    │      ├  documentation: Dead Letter Queue for the event bus.
    │    │      │  name: DeadLetterConfig
    │    │      └ properties
    │    │         └Arn: string
    │    ├[~] resource AWS::Events::EventBusPolicy
    │    │ └  - documentation: Running `PutPermission` permits the specified AWS account or AWS organization to put events to the specified *event bus* . Amazon EventBridge (CloudWatch Events) rules in your account are triggered by these events arriving to an event bus in your account.
    │    │    For another account to send events to your account, that external account must have an EventBridge rule with your account's event bus as a target.
    │    │    To enable multiple AWS accounts to put events to your event bus, run `PutPermission` once for each of these accounts. Or, if all the accounts are members of the same AWS organization, you can run `PutPermission` once specifying `Principal` as "*" and specifying the AWS organization ID in `Condition` , to grant permissions to all accounts in that organization.
    │    │    If you grant permissions using an organization, then accounts in that organization must specify a `RoleArn` with proper permissions when they use `PutTarget` to add your account's event bus as a target. For more information, see [Sending and Receiving Events Between AWS Accounts](https://docs.aws.amazon.com/eventbridge/latest/userguide/eventbridge-cross-account-event-delivery.html) in the *Amazon EventBridge User Guide* .
    │    │    The permission policy on the event bus cannot exceed 10 KB in size.
    │    │    + documentation: Running `PutPermission` permits the specified AWS account or AWS organization to put events to the specified *event bus* . Amazon EventBridge rules in your account are triggered by these events arriving to an event bus in your account.
    │    │    For another account to send events to your account, that external account must have an EventBridge rule with your account's event bus as a target.
    │    │    To enable multiple AWS accounts to put events to your event bus, run `PutPermission` once for each of these accounts. Or, if all the accounts are members of the same AWS organization, you can run `PutPermission` once specifying `Principal` as "*" and specifying the AWS organization ID in `Condition` , to grant permissions to all accounts in that organization.
    │    │    If you grant permissions using an organization, then accounts in that organization must specify a `RoleArn` with proper permissions when they use `PutTarget` to add your account's event bus as a target. For more information, see [Sending and Receiving Events Between AWS Accounts](https://docs.aws.amazon.com/eventbridge/latest/userguide/eventbridge-cross-account-event-delivery.html) in the *Amazon EventBridge User Guide* .
    │    │    The permission policy on the event bus cannot exceed 10 KB in size.
    │    └[~] resource AWS::Events::Rule
    │      ├ properties
    │      │  ├ EventPattern: (documentation changed)
    │      │  ├ State: (documentation changed)
    │      │  └ Targets: (documentation changed)
    │      └ types
    │         └[~] type DeadLetterConfig
    │           └  - documentation: A `DeadLetterConfig` object that contains information about a dead-letter queue configuration.
    │              + documentation: Configuration details of the Amazon SQS queue for EventBridge to use as a dead-letter queue (DLQ).
    │              For more information, see [Event retry policy and using dead-letter queues](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-rule-dlq.html) in the *EventBridge User Guide* .
    ├[~] service aws-fms
    │ └ resources
    │    ├[~] resource AWS::FMS::Policy
    │    │ ├  - documentation: An AWS Firewall Manager policy.
    │    │ │  Firewall Manager provides the following types of policies:
    │    │ │  - An AWS Shield Advanced policy, which applies Shield Advanced protection to specified accounts and resources.
    │    │ │  - An AWS WAF policy (type WAFV2), which defines rule groups to run first in the corresponding AWS WAF web ACL and rule groups to run last in the web ACL.
    │    │ │  - An AWS WAF Classic policy, which defines a rule group. AWS WAF Classic doesn't support rule groups in Amazon CloudFront , so, to create AWS WAF Classic policies through CloudFront , you first need to create your rule groups outside of CloudFront .
    │    │ │  - A security group policy, which manages VPC security groups across your AWS organization.
    │    │ │  - An AWS Network Firewall policy, which provides firewall rules to filter network traffic in specified Amazon VPCs.
    │    │ │  - A DNS Firewall policy, which provides Amazon Route 53 Resolver DNS Firewall rules to filter DNS queries for specified Amazon VPCs.
    │    │ │  - A third-party firewall policy, which manages a third-party firewall service.
    │    │ │  Each policy is specific to one of the types. If you want to enforce more than one policy type across accounts, create multiple policies. You can create multiple policies for each type.
    │    │ │  These policies require some setup to use. For more information, see the sections on prerequisites and getting started under [AWS Firewall Manager](https://docs.aws.amazon.com/waf/latest/developerguide/fms-prereq.html) .
    │    │ │  + documentation: An AWS Firewall Manager policy.
    │    │ │  A Firewall Manager policy is specific to the individual policy type. If you want to enforce multiple policy types across accounts, you can create multiple policies. You can create more than one policy for each type.
    │    │ │  If you add a new account to an organization that you created with AWS Organizations , Firewall Manager automatically applies the policy to the resources in that account that are within scope of the policy.
    │    │ │  Policies require some setup to use. For more information, see the sections on prerequisites and getting started under [Firewall Manager prerequisites](https://docs.aws.amazon.com/waf/latest/developerguide/fms-prereq.html) .
    │    │ │  Firewall Manager provides the following types of policies:
    │    │ │  - *AWS WAF policy* - This policy applies AWS WAF web ACL protections to specified accounts and resources.
    │    │ │  - *Shield Advanced policy* - This policy applies Shield Advanced protection to specified accounts and resources.
    │    │ │  - *Security Groups policy* - This type of policy gives you control over security groups that are in use throughout your organization in AWS Organizations and lets you enforce a baseline set of rules across your organization.
    │    │ │  - *Network ACL policy* - This type of policy gives you control over the network ACLs that are in use throughout your organization in AWS Organizations and lets you enforce a baseline set of first and last network ACL rules across your organization.
    │    │ │  - *Network Firewall policy* - This policy applies Network Firewall protection to your organization's VPCs.
    │    │ │  - *DNS Firewall policy* - This policy applies Amazon Route 53 Resolver DNS Firewall protections to your organization's VPCs.
    │    │ │  - *Third-party firewall policy* - This policy applies third-party firewall protections. Third-party firewalls are available by subscription through the AWS Marketplace console at [AWS Marketplace](https://docs.aws.amazon.com/marketplace) .
    │    │ │  - *Palo Alto Networks Cloud NGFW policy* - This policy applies Palo Alto Networks Cloud Next Generation Firewall (NGFW) protections and Palo Alto Networks Cloud NGFW rulestacks to your organization's VPCs.
    │    │ │  - *Fortigate CNF policy* - This policy applies Fortigate Cloud Native Firewall (CNF) protections. Fortigate CNF is a cloud-centered solution that blocks Zero-Day threats and secures cloud infrastructures with industry-leading advanced threat prevention, smart web application firewalls (WAF), and API protection.
    │    │ ├ properties
    │    │ │  ├ ResourceType: (documentation changed)
    │    │ │  └ SecurityServicePolicyData: (documentation changed)
    │    │ └ types
    │    │    └[~] type SecurityServicePolicyData
    │    │      └ properties
    │    │         └ ManagedServiceData: (documentation changed)
    │    └[~] resource AWS::FMS::ResourceSet
    │      └ attributes
    │         └ Id: (documentation changed)
    ├[~] service aws-fsx
    │ └ resources
    │    └[~] resource AWS::FSx::FileSystem
    │      └ properties
    │         └ StorageCapacity: (documentation changed)
    ├[~] service aws-identitystore
    │ └ resources
    │    ├[~] resource AWS::IdentityStore::Group
    │    │ └ properties
    │    │    └ DisplayName: (documentation changed)
    │    └[~] resource AWS::IdentityStore::GroupMembership
    │      ├ properties
    │      │  └ GroupId: (documentation changed)
    │      └ types
    │         └[~] type MemberId
    │           └ properties
    │              └ UserId: (documentation changed)
    ├[~] service aws-lambda
    │ └ resources
    │    └[~] resource AWS::Lambda::Version
    │      └ properties
    │         └[+] Policy: json
    ├[~] service aws-lightsail
    │ └ resources
    │    └[~] resource AWS::Lightsail::Instance
    │      └ attributes
    │         └[+] Ipv6Addresses: Array<string>
    ├[~] service aws-location
    │ └ resources
    │    └[~] resource AWS::Location::Tracker
    │      └ properties
    │         └ PricingPlanDataSource: (documentation changed)
    ├[~] service aws-mediaconnect
    │ └ resources
    │    ├[~] resource AWS::MediaConnect::Flow
    │    │ ├ properties
    │    │ │  ├[+] Maintenance: Maintenance
    │    │ │  ├[+] MediaStreams: Array<MediaStream>
    │    │ │  └[+] VpcInterfaces: Array<VpcInterface>
    │    │ ├ attributes
    │    │ │  └[+] EgressIp: string
    │    │ └ types
    │    │    ├[+] type Fmtp
    │    │    │ ├  documentation: A set of parameters that define the media stream.
    │    │    │ │  name: Fmtp
    │    │    │ └ properties
    │    │    │    ├ExactFramerate: string
    │    │    │    ├Colorimetry: string
    │    │    │    ├ScanMode: string
    │    │    │    ├Tcs: string
    │    │    │    ├Range: string
    │    │    │    ├Par: string
    │    │    │    └ChannelOrder: string
    │    │    ├[+] type InputConfiguration
    │    │    │ ├  documentation: The transport parameters associated with an incoming media stream.
    │    │    │ │  name: InputConfiguration
    │    │    │ └ properties
    │    │    │    ├InputPort: integer (required)
    │    │    │    └Interface: Interface (required)
    │    │    ├[+] type Interface
    │    │    │ ├  documentation: The VPC interface that you want to use for the media stream associated with the output.
    │    │    │ │  name: Interface
    │    │    │ └ properties
    │    │    │    └Name: string (required)
    │    │    ├[+] type Maintenance
    │    │    │ ├  documentation: The maintenance setting of a flow. MediaConnect routinely performs maintenance on underlying systems for security, reliability, and operational performance. The maintenance activities include actions such as patching the operating system, updating drivers, or installing software and patches.
    │    │    │ │  You can select the day and time that maintenance events occur. This is called a maintenance window and is used every time a maintenance event is required. To change the day and time, you can edit the maintenance window using `MaintenanceDay` and `MaintenanceStartHour` .
    │    │    │ │  name: Maintenance
    │    │    │ └ properties
    │    │    │    ├MaintenanceDay: string (required)
    │    │    │    └MaintenanceStartHour: string (required)
    │    │    ├[+] type MediaStream
    │    │    │ ├  documentation: A single track or stream of media that contains video, audio, or ancillary data. After you add a media stream to a flow, you can associate it with sources and outputs on that flow, as long as they use the CDI protocol or the ST 2110 JPEG XS protocol. Each source or output can consist of one or many media streams.
    │    │    │ │  name: MediaStream
    │    │    │ └ properties
    │    │    │    ├MediaStreamId: integer (required)
    │    │    │    ├MediaStreamType: string (required)
    │    │    │    ├VideoFormat: string
    │    │    │    ├MediaStreamName: string (required)
    │    │    │    ├Description: string
    │    │    │    ├Attributes: MediaStreamAttributes
    │    │    │    ├ClockRate: integer
    │    │    │    └Fmt: integer
    │    │    ├[+] type MediaStreamAttributes
    │    │    │ ├  documentation: Attributes that are related to the media stream.
    │    │    │ │  name: MediaStreamAttributes
    │    │    │ └ properties
    │    │    │    ├Fmtp: Fmtp
    │    │    │    └Lang: string
    │    │    ├[+] type MediaStreamSourceConfiguration
    │    │    │ ├  documentation: The media stream that is associated with the source, and the parameters for that association.
    │    │    │ │  name: MediaStreamSourceConfiguration
    │    │    │ └ properties
    │    │    │    ├EncodingName: string (required)
    │    │    │    ├InputConfigurations: Array<InputConfiguration>
    │    │    │    └MediaStreamName: string (required)
    │    │    ├[~] type Source
    │    │    │ └ properties
    │    │    │    ├[+] MaxSyncBuffer: integer
    │    │    │    └[+] MediaStreamSourceConfigurations: Array<MediaStreamSourceConfiguration>
    │    │    └[+] type VpcInterface
    │    │      ├  documentation: The details of a VPC interface.
    │    │      │  name: VpcInterface
    │    │      └ properties
    │    │         ├Name: string (required)
    │    │         ├NetworkInterfaceType: string
    │    │         ├RoleArn: string (required)
    │    │         ├SecurityGroupIds: Array<string> (required)
    │    │         ├SubnetId: string (required)
    │    │         └NetworkInterfaceIds: Array<string>
    │    ├[~] resource AWS::MediaConnect::FlowOutput
    │    │ ├ properties
    │    │ │  └[+] MediaStreamOutputConfigurations: Array<MediaStreamOutputConfiguration>
    │    │ └ types
    │    │    ├[+] type DestinationConfiguration
    │    │    │ ├  documentation: The definition of a media stream that is associated with the output.
    │    │    │ │  name: DestinationConfiguration
    │    │    │ └ properties
    │    │    │    ├DestinationIp: string (required)
    │    │    │    ├DestinationPort: integer (required)
    │    │    │    └Interface: Interface (required)
    │    │    ├[+] type EncodingParameters
    │    │    │ ├  documentation: A collection of parameters that determine how MediaConnect will convert the content. These fields only apply to outputs on flows that have a CDI source.
    │    │    │ │  name: EncodingParameters
    │    │    │ └ properties
    │    │    │    ├CompressionFactor: number (required)
    │    │    │    └EncoderProfile: string
    │    │    ├[+] type Interface
    │    │    │ ├  documentation: The VPC interface that you want to use for the media stream associated with the output.
    │    │    │ │  name: Interface
    │    │    │ └ properties
    │    │    │    └Name: string (required)
    │    │    └[+] type MediaStreamOutputConfiguration
    │    │      ├  documentation: The media stream that is associated with the output, and the parameters for that association.
    │    │      │  name: MediaStreamOutputConfiguration
    │    │      └ properties
    │    │         ├EncodingName: string (required)
    │    │         ├DestinationConfigurations: Array<DestinationConfiguration>
    │    │         ├MediaStreamName: string (required)
    │    │         └EncodingParameters: EncodingParameters
    │    └[~] resource AWS::MediaConnect::FlowVpcInterface
    │      └  - documentation: The AWS::MediaConnect::FlowVpcInterface resource is a connection between your AWS Elemental MediaConnect flow and a virtual private cloud (VPC) that you created using the Amazon Virtual Private Cloud service.
    │         To avoid streaming your content over the public internet, you can add up to two VPC interfaces to your flow and use those connections to transfer content between your VPC and MediaConnect.
    │         You can update an existing flow to add a VPC interface. If you haven’t created the flow yet, you must create the flow with a temporary standard source by doing the following:
    │         - Use CloudFormation to create a flow with a standard source that uses to the flow’s public IP address.
    │         - Use CloudFormation to create a VPC interface to add to this flow. This can also be done as part of the previous step.
    │         - After CloudFormation has created the flow and the VPC interface, update the source to point to the VPC interface that you created.
    │         + documentation: The AWS::MediaConnect::FlowVpcInterface resource is a connection between your AWS Elemental MediaConnect flow and a virtual private cloud (VPC) that you created using the Amazon Virtual Private Cloud service.
    │         To avoid streaming your content over the public internet, you can add up to two VPC interfaces to your flow and use those connections to transfer content between your VPC and MediaConnect.
    │         You can update an existing flow to add a VPC interface. If you haven’t created the flow yet, you must create the flow with a temporary standard source by doing the following:
    │         - Use CloudFormation to create a flow with a standard source that uses to the flow’s public IP address.
    │         - Use CloudFormation to create a VPC interface to add to this flow. This can also be done as part of the previous step.
    │         - After CloudFormation has created the flow and the VPC interface, update the source to point to the VPC interface that you created.
    │         > The previous steps must be undone before the CloudFormation stack can be deleted. Because the source is manually updated in step 3, CloudFormation is not aware of this change. The source must be returned to a standard source before CloudFormation stack deletion.
    ├[~] service aws-mediatailor
    │ └ resources
    │    └[~] resource AWS::MediaTailor::PlaybackConfiguration
    │      └ types
    │         └[~] type AvailSuppression
    │           └ properties
    │              └[+] FillPolicy: string
    ├[~] service aws-mwaa
    │ └ resources
    │    └[~] resource AWS::MWAA::Environment
    │      └ properties
    │         ├[+] MaxWebservers: integer
    │         └[+] MinWebservers: integer
    ├[~] service aws-neptune
    │ └ resources
    │    └[+] resource AWS::Neptune::EventSubscription
    │      ├  name: EventSubscription
    │      │  cloudFormationType: AWS::Neptune::EventSubscription
    │      │  documentation: Creates an event notification subscription. This action requires a topic ARN (Amazon Resource Name) created by either the Neptune console, the SNS console, or the SNS API. To obtain an ARN with SNS, you must create a topic in Amazon SNS and subscribe to the topic. The ARN is displayed in the SNS console.
    │      │  You can specify the type of source (SourceType) you want to be notified of, provide a list of Neptune sources (SourceIds) that triggers the events, and provide a list of event categories (EventCategories) for events you want to be notified of. For example, you can specify SourceType = db-instance, SourceIds = mydbinstance1, mydbinstance2 and EventCategories = Availability, Backup.
    │      │  If you specify both the SourceType and SourceIds, such as SourceType = db-instance and SourceIdentifier = myDBInstance1, you are notified of all the db-instance events for the specified source. If you specify a SourceType but do not specify a SourceIdentifier, you receive notice of the events for that source type for all your Neptune sources. If you do not specify either the SourceType nor the SourceIdentifier, you are notified of events generated from all Neptune sources belonging to your customer account.
    │      ├ properties
    │      │  ├Enabled: boolean
    │      │  ├EventCategories: Array<string>
    │      │  ├SnsTopicArn: string (immutable)
    │      │  ├SourceIds: Array<string>
    │      │  └SourceType: string
    │      └ attributes
    │         └Id: string
    ├[~] service aws-personalize
    │ └ resources
    │    └[~] resource AWS::Personalize::Dataset
    │      └ types
    │         └[~] type DataSource
    │           ├  - documentation: Describes the data source that contains the data to upload to a dataset.
    │           │  + documentation: Describes the data source that contains the data to upload to a dataset, or the list of records to delete from Amazon Personalize.
    │           └ properties
    │              └ DataLocation: (documentation changed)
    ├[~] service aws-pipes
    │ └ resources
    │    └[~] resource AWS::Pipes::Pipe
    │      └ types
    │         ├[~] type EcsEphemeralStorage
    │         │ └  - documentation: The amount of ephemeral storage to allocate for the task. This parameter is used to expand the total amount of ephemeral storage available, beyond the default amount, for tasks hosted on Fargate . For more information, see [Fargate task storage](https://docs.aws.amazon.com/AmazonECS/latest/userguide/using_data_volumes.html) in the *Amazon ECS User Guide for Fargate* .
    │         │    > This parameter is only supported for tasks hosted on Fargate using Linux platform version `1.4.0` or later. This parameter is not supported for Windows containers on Fargate .
    │         │    + documentation: The amount of ephemeral storage to allocate for the task. This parameter is used to expand the total amount of ephemeral storage available, beyond the default amount, for tasks hosted on Fargate. For more information, see [Fargate task storage](https://docs.aws.amazon.com/AmazonECS/latest/userguide/using_data_volumes.html) in the *Amazon ECS User Guide for Fargate* .
    │         │    > This parameter is only supported for tasks hosted on Fargate using Linux platform version `1.4.0` or later. This parameter is not supported for Windows containers on Fargate.
    │         ├[~] type PipeSourceParameters
    │         │ └ properties
    │         │    └ SelfManagedKafkaParameters: (documentation changed)
    │         ├[~] type PipeSourceSelfManagedKafkaParameters
    │         │ └  - documentation: The parameters for using a stream as a source.
    │         │    A *self managed* cluster refers to any Apache Kafka cluster not hosted by AWS . This includes both clusters you manage yourself, as well as those hosted by a third-party provider, such as [Confluent Cloud](https://docs.aws.amazon.com/https://www.confluent.io/) , [CloudKarafka](https://docs.aws.amazon.com/https://www.cloudkarafka.com/) , or [Redpanda](https://docs.aws.amazon.com/https://redpanda.com/) . For more information, see [Apache Kafka streams as a source](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-pipes-kafka.html) in the *Amazon EventBridge User Guide* .
    │         │    + documentation: The parameters for using a self-managed Apache Kafka stream as a source.
    │         │    A *self managed* cluster refers to any Apache Kafka cluster not hosted by AWS . This includes both clusters you manage yourself, as well as those hosted by a third-party provider, such as [Confluent Cloud](https://docs.aws.amazon.com/https://www.confluent.io/) , [CloudKarafka](https://docs.aws.amazon.com/https://www.cloudkarafka.com/) , or [Redpanda](https://docs.aws.amazon.com/https://redpanda.com/) . For more information, see [Apache Kafka streams as a source](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-pipes-kafka.html) in the *Amazon EventBridge User Guide* .
    │         └[~] type PipeTargetRedshiftDataParameters
    │           └ properties
    │              └ SecretManagerArn: (documentation changed)
    ├[~] service aws-quicksight
    │ └ resources
    │    ├[~] resource AWS::QuickSight::DataSet
    │    │ └ types
    │    │    ├[~] type DataSetRefreshProperties
    │    │    │ └ properties
    │    │    │    └ RefreshConfiguration: - RefreshConfiguration
    │    │    │                            + RefreshConfiguration (required)
    │    │    ├[~] type DataSetUsageConfiguration
    │    │    │ └ properties
    │    │    │    ├ DisableUseAsDirectQuerySource: - boolean
    │    │    │    │                                + boolean (default=false)
    │    │    │    └ DisableUseAsImportedSource: - boolean
    │    │    │                                  + boolean (default=false)
    │    │    ├[~] type DateTimeDatasetParameterDefaultValues
    │    │    │ └  - documentation: <p>List of default values defined for a given string date time parameter type. Currently only static values are supported.</p>
    │    │    │    + documentation: <p>The default values of a date time parameter.</p>
    │    │    ├[~] type IncrementalRefresh
    │    │    │ └ properties
    │    │    │    └ LookbackWindow: - LookbackWindow
    │    │    │                      + LookbackWindow (required)
    │    │    ├[~] type LookbackWindow
    │    │    │ └ properties
    │    │    │    ├ ColumnName: - string
    │    │    │    │             + string (required)
    │    │    │    ├ Size: - number
    │    │    │    │       + number (required, default=0)
    │    │    │    └ SizeUnit: - string
    │    │    │                + string (required)
    │    │    ├[~] type RefreshConfiguration
    │    │    │ └ properties
    │    │    │    └ IncrementalRefresh: - IncrementalRefresh
    │    │    │                          + IncrementalRefresh (required)
    │    │    ├[~] type TransformOperation
    │    │    │ └ properties
    │    │    │    ├ OverrideDatasetParameterOperation: (documentation changed)
    │    │    │    └[+] UntagColumnOperation: UntagColumnOperation
    │    │    └[+] type UntagColumnOperation
    │    │      ├  documentation: A transform operation that removes tags associated with a column.
    │    │      │  name: UntagColumnOperation
    │    │      └ properties
    │    │         ├ColumnName: string (required)
    │    │         └TagNames: Array<string> (required)
    │    ├[~] resource AWS::QuickSight::DataSource
    │    │ ├ properties
    │    │ │  ├ Name: - string
    │    │ │  │       + string (required)
    │    │ │  └ Type: - string (immutable)
    │    │ │          + string (required, immutable)
    │    │ └ types
    │    │    ├[~] type AuroraParameters
    │    │    │ └ properties
    │    │    │    └ Port: - number (required)
    │    │    │            + number (required, default=0)
    │    │    ├[~] type AuroraPostgreSqlParameters
    │    │    │ └ properties
    │    │    │    └ Port: - number (required)
    │    │    │            + number (required, default=0)
    │    │    ├[~] type DatabricksParameters
    │    │    │ └ properties
    │    │    │    └ Port: - number (required)
    │    │    │            + number (required, default=0)
    │    │    ├[+] type IdentityCenterConfiguration
    │    │    │ ├  documentation: The parameters for an IAM Identity Center configuration.
    │    │    │ │  name: IdentityCenterConfiguration
    │    │    │ └ properties
    │    │    │    └EnableIdentityPropagation: boolean
    │    │    ├[~] type MariaDbParameters
    │    │    │ └ properties
    │    │    │    └ Port: - number (required)
    │    │    │            + number (required, default=0)
    │    │    ├[~] type MySqlParameters
    │    │    │ └ properties
    │    │    │    └ Port: - number (required)
    │    │    │            + number (required, default=0)
    │    │    ├[~] type OracleParameters
    │    │    │ └ properties
    │    │    │    └ Port: - number (required)
    │    │    │            + number (required, default=0)
    │    │    ├[~] type PostgreSqlParameters
    │    │    │ └ properties
    │    │    │    └ Port: - number (required)
    │    │    │            + number (required, default=0)
    │    │    ├[~] type PrestoParameters
    │    │    │ └ properties
    │    │    │    └ Port: - number (required)
    │    │    │            + number (required, default=0)
    │    │    ├[+] type RedshiftIAMParameters
    │    │    │ ├  documentation: <p>A structure that grants Amazon QuickSight access to your cluster and make a call to the <code>redshift:GetClusterCredentials</code> API. For more information on the <code>redshift:GetClusterCredentials</code> API, see <a href="https://docs.aws.amazon.com/redshift/latest/APIReference/API_GetClusterCredentials.html">
    │    │    │ │                 <code>GetClusterCredentials</code>
    │    │    │ │              </a>.</p>
    │    │    │ │  name: RedshiftIAMParameters
    │    │    │ └ properties
    │    │    │    ├RoleArn: string (required)
    │    │    │    ├DatabaseUser: string
    │    │    │    ├DatabaseGroups: Array<string>
    │    │    │    └AutoCreateDatabaseUser: boolean (default=false)
    │    │    ├[~] type RedshiftParameters
    │    │    │ └ properties
    │    │    │    ├[+] IAMParameters: RedshiftIAMParameters
    │    │    │    ├[+] IdentityCenterConfiguration: IdentityCenterConfiguration
    │    │    │    └ Port: - number
    │    │    │            + number (default=0)
    │    │    ├[~] type ResourcePermission
    │    │    │ └ properties
    │    │    │    └[+] Resource: string
    │    │    ├[~] type SparkParameters
    │    │    │ └ properties
    │    │    │    └ Port: - number (required)
    │    │    │            + number (required, default=0)
    │    │    ├[~] type SqlServerParameters
    │    │    │ └ properties
    │    │    │    └ Port: - number (required)
    │    │    │            + number (required, default=0)
    │    │    ├[~] type SslProperties
    │    │    │ └ properties
    │    │    │    └ DisableSsl: - boolean
    │    │    │                  + boolean (default=false)
    │    │    ├[~] type StarburstParameters
    │    │    │ └ properties
    │    │    │    └ Port: - number (required)
    │    │    │            + number (required, default=0)
    │    │    ├[~] type TeradataParameters
    │    │    │ └ properties
    │    │    │    └ Port: - number (required)
    │    │    │            + number (required, default=0)
    │    │    └[~] type TrinoParameters
    │    │      └ properties
    │    │         └ Port: - number (required)
    │    │                 + number (required, default=0)
    │    └[~] resource AWS::QuickSight::Topic
    │      └ types
    │         ├[~] type TopicCalculatedField
    │         │ └ properties
    │         │    └ DisableIndexing: (documentation changed)
    │         └[~] type TopicColumn
    │           └ properties
    │              └ DisableIndexing: (documentation changed)
    ├[~] service aws-redshift
    │ └ resources
    │    └[~] resource AWS::Redshift::Cluster
    │      └ properties
    │         └[-] MasterPasswordSecretKmsKeyId: string
    ├[~] service aws-route53resolver
    │ └ resources
    │    └[~] resource AWS::Route53Resolver::FirewallRuleGroup
    │      └ types
    │         └[~] type FirewallRule
    │           └ properties
    │              └[+] FirewallDomainRedirectionAction: string
    ├[~] service aws-s3
    │ └ resources
    │    └[~] resource AWS::S3::Bucket
    │      └ types
    │         └[~] type DefaultRetention
    │           └  - documentation: The container element for specifying the default Object Lock retention settings for new objects placed in the specified bucket.
    │              > - The `DefaultRetention` settings require both a mode and a period.
    │              > - The `DefaultRetention` period can be either `Days` or `Years` but you must select one. You cannot specify `Days` and `Years` at the same time.
    │              + documentation: The container element for optionally specifying the default Object Lock retention settings for new objects placed in the specified bucket.
    │              > - The `DefaultRetention` settings require both a mode and a period.
    │              > - The `DefaultRetention` period can be either `Days` or `Years` but you must select one. You cannot specify `Days` and `Years` at the same time.
    ├[~] service aws-sagemaker
    │ └ resources
    │    ├[~] resource AWS::SageMaker::Domain
    │    │ └ types
    │    │    └[~] type DefaultSpaceSettings
    │    │      └ properties
    │    │         ├[+] CustomFileSystemConfigs: Array<CustomFileSystemConfig>
    │    │         ├[+] CustomPosixUserConfig: CustomPosixUserConfig
    │    │         ├[+] JupyterLabAppSettings: JupyterLabAppSettings
    │    │         └[+] SpaceStorageSettings: DefaultSpaceStorageSettings
    │    └[~] resource AWS::SageMaker::Space
    │      └  - documentation: Creates a space used for real time collaboration in a domain.
    │         + documentation: Creates a private space or a space used for real time collaboration in a domain.
    ├[~] service aws-securityhub
    │ └ resources
    │    ├[~] resource AWS::SecurityHub::Insight
    │    │ └ types
    │    │    └[~] type AwsSecurityFindingFilters
    │    │      └ properties
    │    │         └ SeverityNormalized: (documentation changed)
    │    └[+] resource AWS::SecurityHub::SecurityControl
    │      ├  name: SecurityControl
    │      │  cloudFormationType: AWS::SecurityHub::SecurityControl
    │      │  documentation: A security control in Security Hub describes a security best practice related to a specific resource.
    │      ├ properties
    │      │  ├SecurityControlId: string
    │      │  ├SecurityControlArn: string
    │      │  ├LastUpdateReason: string
    │      │  └Parameters: Map<string, ParameterConfiguration> (required)
    │      └ types
    │         └type ParameterConfiguration
    │          ├  name: ParameterConfiguration
    │          └ properties
    │             └ValueType: string (required)
    ├[~] service aws-ssm
    │ └ resources
    │    └[~] resource AWS::SSM::MaintenanceWindowTask
    │      ├ properties
    │      │  └ ServiceRoleArn: (documentation changed)
    │      └ types
    │         └[~] type MaintenanceWindowRunCommandParameters
    │           └ properties
    │              └ ServiceRoleArn: (documentation changed)
    └[~] service aws-sso
      └ resources
         ├[+] resource AWS::SSO::Application
         │ ├  name: Application
         │ │  cloudFormationType: AWS::SSO::Application
         │ │  documentation: Creates an application in IAM Identity Center for the given application provider.
         │ │  tagInformation: {"tagPropertyName":"Tags","variant":"standard"}
         │ ├ properties
         │ │  ├Name: string (required)
         │ │  ├Description: string
         │ │  ├InstanceArn: string (required, immutable)
         │ │  ├ApplicationProviderArn: string (required, immutable)
         │ │  ├Status: string
         │ │  ├PortalOptions: PortalOptionsConfiguration
         │ │  └Tags: Array<tag>
         │ ├ attributes
         │ │  └ApplicationArn: string
         │ └ types
         │    ├type PortalOptionsConfiguration
         │    │├  documentation: A structure that describes the options for the portal associated with an application.
         │    ││  name: PortalOptionsConfiguration
         │    │└ properties
         │    │   ├Visibility: string
         │    │   └SignInOptions: SignInOptions
         │    └type SignInOptions
         │     ├  documentation: A structure that describes the sign-in options for an application portal.
         │     │  name: SignInOptions
         │     └ properties
         │        ├Origin: string (required)
         │        └ApplicationUrl: string
         ├[+] resource AWS::SSO::ApplicationAssignment
         │ ├  name: ApplicationAssignment
         │ │  cloudFormationType: AWS::SSO::ApplicationAssignment
         │ │  documentation: A structure that describes an assignment of a principal to an application.
         │ └ properties
         │    ├ApplicationArn: string (required, immutable)
         │    ├PrincipalType: string (required, immutable)
         │    └PrincipalId: string (required, immutable)
         └[+] resource AWS::SSO::Instance
           ├  name: Instance
           │  cloudFormationType: AWS::SSO::Instance
           │  documentation: Creates an instance of IAM Identity Center for a standalone AWS account that is not managed by AWS Organizations or a member AWS account in an organization. You can create only one instance per account and across all AWS Regions .
           │  The CreateInstance request is rejected if the following apply:
           │  - The instance is created within the organization management account.
           │  - An instance already exists in the same account.
           │  tagInformation: {"tagPropertyName":"Tags","variant":"standard"}
           ├ properties
           │  ├Name: string
           │  └Tags: Array<tag>
           └ attributes
              ├InstanceArn: string
              ├OwnerAccountId: string
              ├IdentityStoreId: string
              └Status: string
    ```
    aws-cdk-automation authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    81838d1 View commit details
    Browse the repository at this point in the history
  6. feat(codebuild): add deleteReports property to the ReportGroup Constr…

    …uct (aws#30141)
    
    ### Issue # (if applicable)
    N/A
    
    ### Reason for this change
    Missing property in the L2 Construct.
    
    
    
    ### Description of changes
    Add deleteReports property.
    
    https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_codebuild.CfnReportGroup.html#deletereports
    
    
    ### Description of how you validated changes
    Add unit tests and integ tests.
    
    
    ### Checklist
    - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    mazyu36 authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    ff9b98f View commit details
    Browse the repository at this point in the history
  7. chore(release): 2.143.0

    AWS CDK Team authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    8323a70 View commit details
    Browse the repository at this point in the history
  8. chore(release): remove reverted PR from changelog

    shikha372 authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    ef589bf View commit details
    Browse the repository at this point in the history
  9. revert: "fix(ses-actions): permissions too wide for S3 action" (aws#3…

    …0375)
    
    ### Issue # (if applicable)
    
    Closes #[30143](aws#30143).
    
    ### Reason for this change
    
    Fix the below deployment failure
    Deployment fails with a Could not write to bucket error:
    
    1:36:13 PM | CREATE_FAILED | AWS::SES::ReceiptRule | TestRuleSetStoreToBucketRule3E41D5CF
    Could not write to bucket: reprosess3rulestack-testemailstoref58b593c-dxh45g1m3y6b (Service: AmazonSimpleEmailService; Status Code: 400; Error Code: InvalidS3Configuration; Request ID: 817f5520-748b-4bae-b347-ec68df52b675; Proxy: null)
    
    
    This PR reverts the changes introduced in 
    PR aws#29833
    
    
    ### Description of changes
    
    This PR reverts the change that was made in CDK v2.139.0 to reduce overly broad permissions allocated to SES for the S3 receipt rule action. This resulted in deployment failure where SES is unable to write to s3 bucket.
    
    
    ### Description of how you validated changes
    
    Dry-run for integration tests 
    
    ### Checklist
    - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    shikha372 authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    479ad1c View commit details
    Browse the repository at this point in the history
  10. chore(release): 2.143.1

    shikha372 authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    0047b82 View commit details
    Browse the repository at this point in the history
  11. chore(rds): add default engine version for aurora mysql version "3.04…

    ….2" (aws#30306)
    
    ### Issue # (if applicable)
    
    Closes aws#30109 
    
    ### Reason for this change
    
    
    Currently CDK does not show option to select the Engine version `3.04.2`
    
    
    ### Description of changes
    
    
    Update the below class name to include "3.04.2"
    
    ```ts
    export class AuroraMysqlEngineVersion {
    public static readonly VER_3_04_2 = AuroraMysqlEngineVersion.builtIn_8_0('3.04.2');
    }
    
    ```
    
    ### Description of how you validated changes
    
    
    unit and integration tests
    
    ### Checklist
    - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
    yasomaru authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    e94ae5e View commit details
    Browse the repository at this point in the history
  12. docs(rds): improve docs about serverless v1 (aws#30316)

    ### Issue # (if applicable)
    
    Closes aws#30309.
    
    ### Reason for this change
    The rds.ServerlessCluster is for Serverless v1, but this is not explicitly stated in the documentation, which could be misleading as it may imply that it is for Serverless v2.
    
    
    
    ### Description of changes
    Added to the README and TSdocs that rds.ServerlessCluster is for v1 of Aurora Serverless
    
    
    
    ### Description of how you validated changes
    Do nothing because only documentation improvements
    
    
    ### Checklist
    - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    mazyu36 authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    0c4fe06 View commit details
    Browse the repository at this point in the history
  13. feat(ivs-alpha): support advanced channel type (aws#30086)

    ### Issue # (if applicable)
    
    Closes aws#30075 
    
    ### Reason for this change
    As described in the issue.
    
    ### Description of changes
    * Add `ADVANCED_HD` and `ADVANCED_SD` to the `ivs.ChannelType`.
    * Add `preset` property to the Channel Construct. Additionally, validation has been implemented to allow setting the preset property only when using the Advanced channel type
    
    ### Description of how you validated changes
    Add both unit tests and integ tests.
    
    ### Checklist
    - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    mazyu36 authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    c00ace0 View commit details
    Browse the repository at this point in the history
  14. feat(stepfunctions-tasks): support for the step functions mediaconver…

    …t optimized integration for createJob api (aws#30300)
    
    Step Functions recently released an [Optimized Integration for MediaConvert CreateJob API](https://docs.aws.amazon.com/step-functions/latest/dg/connect-mediaconvert.html) and these changes add support for the MediaConvert CreateJob task to Step Functions state machines.
    
    ### Issue # (if applicable)
    
    Closes [aws#30299](aws#30299) 
    
    ### Reason for this change
    
    The aws-stepfunctions-tasks now needs to support creating MediaConvert CreateJob tasks
    
    ### Description of changes
    
    Added a new L2 construct for MediaConvert Create-Job Task: ``packages/aws-cdk-lib/aws-stepfunctions-tasks/lib/mediaconvert/create-job.ts`` 
    
    ### Description of how you validated changes
    
    Unit test - ``packages/aws-cdk-lib/aws-stepfunctions-tasks/test/mediaconvert/create-job.test.ts``
    Integration test - ``packages/@aws-cdk-testing/framework-integ/test/aws-stepfunctions-tasks/test/mediaconvert/test/integ.create-job.ts``
    
    Verified the State Machine with MediaConvert CreateJob Task with all the necessary permissions
    
    ### Checklist
    - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    PavanRangudu authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    fda4546 View commit details
    Browse the repository at this point in the history
  15. feat(ec2): support instanceInitiatedShutdownBehavior for EC2 instan…

    …ce (aws#30160)
    
    ### Issue # (if applicable)
    
    Closes aws#30164
    
    ### Reason for this change
    
    Cloudformation supports to specify `instanceInitiatedShutdownBehavior` but CDK cannot.
    
    ### Description of changes
    
    Add `instanceInitiatedShutdownBehavior` to `InstanceProps`.
    
    ### Description of how you validated changes
    
    Add both unit and integ tests.
    
    ### Checklist
    - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    badmintoncryer authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    cd1324c View commit details
    Browse the repository at this point in the history
  16. chore(deps): bump tj-actions/changed-files from 44.4.0 to 44.5.1 (aws…

    …#30349)
    
    Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44.4.0 to 44.5.1.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/tj-actions/changed-files/releases">tj-actions/changed-files's releases</a>.</em></p>
    <blockquote>
    <h2>v44.5.1</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>chore(deps): update dependency ts-jest to v29.1.3 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/2100">tj-actions/changed-files#2100</a></li>
    <li>Upgraded to v44.5.0 by <a href="https://github.com/tj-actions-bot"><code>@​tj-actions-bot</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/2101">tj-actions/changed-files#2101</a></li>
    <li>fix(deps): update dependency micromatch to v4.0.6 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/2102">tj-actions/changed-files#2102</a></li>
    <li>fix(deps): update dependency micromatch to v4.0.7 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/2103">tj-actions/changed-files#2103</a></li>
    <li>fix: bug detecting previous tag when workflow is rerun by <a href="https://github.com/jackton1"><code>@​jackton1</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/2107">tj-actions/changed-files#2107</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/tj-actions/changed-files/compare/v44...v44.5.1">https://github.com/tj-actions/changed-files/compare/v44...v44.5.1</a></p>
    <h2>v44.5.0</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Upgraded to v44.4.0 by <a href="https://github.com/tj-actions-bot"><code>@​tj-actions-bot</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/2086">tj-actions/changed-files#2086</a></li>
    <li>chore(deps): lock file maintenance by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/2088">tj-actions/changed-files#2088</a></li>
    <li>chore(deps): update typescript-eslint monorepo to v7.9.0 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/2091">tj-actions/changed-files#2091</a></li>
    <li>chore(deps): update dependency <code>@​types/node</code> to v20.12.12 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/2092">tj-actions/changed-files#2092</a></li>
    <li>chore(deps): update dependency <code>@​types/lodash</code> to v4.17.3 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/2094">tj-actions/changed-files#2094</a></li>
    <li>chore(deps): update dependency <code>@​types/lodash</code> to v4.17.4 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/2095">tj-actions/changed-files#2095</a></li>
    <li>chore(deps): update typescript-eslint monorepo to v7.10.0 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/2097">tj-actions/changed-files#2097</a></li>
    <li>feat: add support for providing patterns to match tags by <a href="https://github.com/jackton1"><code>@​jackton1</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/2098">tj-actions/changed-files#2098</a></li>
    <li>Updated README.md by <a href="https://github.com/tj-actions-bot"><code>@​tj-actions-bot</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/2099">tj-actions/changed-files#2099</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/tj-actions/changed-files/compare/v44...v44.5.0">https://github.com/tj-actions/changed-files/compare/v44...v44.5.0</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/tj-actions/changed-files/blob/main/HISTORY.md">tj-actions/changed-files's changelog</a>.</em></p>
    <blockquote>
    <h1>Changelog</h1>
    <h1><a href="https://github.com/tj-actions/changed-files/compare/v44.5.0...v44.5.1">44.5.1</a> - (2024-05-24)</h1>
    <h2>🐛 Bug Fixes</h2>
    <ul>
    <li>Bug detecting previous tag when workflow is rerun (<a href="https://redirect.github.com/tj-actions/changed-files/issues/2107">#2107</a>) (<a href="https://github.com/tj-actions/changed-files/commit/03334d095e2739fa9ac4034ec16f66d5d01e9eba">03334d0</a>)  - (Tonye Jack)</li>
    <li><strong>deps:</strong> Update dependency micromatch to v4.0.7 (<a href="https://github.com/tj-actions/changed-files/commit/98e187efcdfa77f01efb485b093a97a21d8281cd">98e187e</a>)  - (renovate[bot])</li>
    <li><strong>deps:</strong> Update dependency micromatch to v4.0.6 (<a href="https://github.com/tj-actions/changed-files/commit/bf548e4af2ea13d28cd8b89f84d3ec31f27f66dc">bf548e4</a>)  - (renovate[bot])</li>
    </ul>
    <h2>➕ Add</h2>
    <ul>
    <li>Added missing changes and modified dist assets.
    (<a href="https://github.com/tj-actions/changed-files/commit/8a0655f075f752a7fcf8fedd1e6b976d8a3d4454">8a0655f</a>)  - (GitHub Action)</li>
    <li>Added missing changes and modified dist assets.
    (<a href="https://github.com/tj-actions/changed-files/commit/96f65726eae8888afa41617580af5882e4e197f5">96f6572</a>)  - (GitHub Action)</li>
    </ul>
    <h2>⚙️ Miscellaneous Tasks</h2>
    <ul>
    <li><strong>deps:</strong> Update dependency ts-jest to v29.1.3 (<a href="https://github.com/tj-actions/changed-files/commit/d195e6e7c2774fc8d3941acb2e6be1d38077eb47">d195e6e</a>)  - (renovate[bot])</li>
    </ul>
    <h2>⬆️ Upgrades</h2>
    <ul>
    <li>Upgraded to v44.5.0 (<a href="https://redirect.github.com/tj-actions/changed-files/issues/2101">#2101</a>)</li>
    </ul>
    <p>Co-authored-by: jackton1 <a href="mailto:17484350+jackton1@users.noreply.github.com">17484350+jackton1@users.noreply.github.com</a>
    Co-authored-by: repo-ranger[bot]  (<a href="https://github.com/tj-actions/changed-files/commit/8b07fd3b111677cb50907731b0af597475af6bec">8b07fd3</a>)  - (tj-actions[bot])</p>
    <h1><a href="https://github.com/tj-actions/changed-files/compare/v44.4.0...v44.5.0">44.5.0</a> - (2024-05-21)</h1>
    <h2>🚀 Features</h2>
    <ul>
    <li>Add support for providing patterns to match tags (<a href="https://redirect.github.com/tj-actions/changed-files/issues/2098">#2098</a>) (<a href="https://github.com/tj-actions/changed-files/commit/03c184259aae3c160b1d7281389e51f97ea02e5e">03c1842</a>)  - (Tonye Jack)</li>
    </ul>
    <h2>🔄 Update</h2>
    <ul>
    <li>Updated README.md (<a href="https://redirect.github.com/tj-actions/changed-files/issues/2099">#2099</a>)</li>
    </ul>
    <p>Co-authored-by: jackton1 <a href="mailto:17484350+jackton1@users.noreply.github.com">17484350+jackton1@users.noreply.github.com</a> (<a href="https://github.com/tj-actions/changed-files/commit/1754cd4b9e661d1f0eced3b33545a8d8b3bc46d8">1754cd4</a>)  - (tj-actions[bot])</p>
    <h2>⚙️ Miscellaneous Tasks</h2>
    <ul>
    <li><strong>deps:</strong> Update typescript-eslint monorepo to v7.10.0 (<a href="https://github.com/tj-actions/changed-files/commit/5f0139347aeb65568e336f0250e84595c04c6c0a">5f01393</a>)  - (renovate[bot])</li>
    <li><strong>deps:</strong> Update dependency <code>@​types/lodash</code> to v4.17.4 (<a href="https://github.com/tj-actions/changed-files/commit/58a98867a77169ecf0438862d98cc9eb4bfb3511">58a9886</a>)  - (renovate[bot])</li>
    <li><strong>deps:</strong> Update dependency <code>@​types/lodash</code> to v4.17.3 (<a href="https://github.com/tj-actions/changed-files/commit/9216b0cec231229441961c892fbdfcda247e6f59">9216b0c</a>)  - (renovate[bot])</li>
    <li><strong>deps:</strong> Update dependency <code>@​types/node</code> to v20.12.12 (<a href="https://github.com/tj-actions/changed-files/commit/0e3a6c3e99b91fdd487b056c372f55c0c28e7eaf">0e3a6c3</a>)  - (renovate[bot])</li>
    <li><strong>deps:</strong> Update typescript-eslint monorepo to v7.9.0 (<a href="https://github.com/tj-actions/changed-files/commit/e86678fe3aea7af0d378326a830158c186101136">e86678f</a>)  - (renovate[bot])</li>
    <li><strong>deps:</strong> Lock file maintenance (<a href="https://github.com/tj-actions/changed-files/commit/35d5a4d79f865a1a8db02b9f6fb4c5cd4b4809ef">35d5a4d</a>)  - (renovate[bot])</li>
    </ul>
    <h2>⬆️ Upgrades</h2>
    
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/tj-actions/changed-files/commit/03334d095e2739fa9ac4034ec16f66d5d01e9eba"><code>03334d0</code></a> fix: bug detecting previous tag when workflow is rerun (<a href="https://redirect.github.com/tj-actions/changed-files/issues/2107">#2107</a>)</li>
    <li><a href="https://github.com/tj-actions/changed-files/commit/8a0655f075f752a7fcf8fedd1e6b976d8a3d4454"><code>8a0655f</code></a> Added missing changes and modified dist assets.</li>
    <li><a href="https://github.com/tj-actions/changed-files/commit/98e187efcdfa77f01efb485b093a97a21d8281cd"><code>98e187e</code></a> fix(deps): update dependency micromatch to v4.0.7</li>
    <li><a href="https://github.com/tj-actions/changed-files/commit/96f65726eae8888afa41617580af5882e4e197f5"><code>96f6572</code></a> Added missing changes and modified dist assets.</li>
    <li><a href="https://github.com/tj-actions/changed-files/commit/bf548e4af2ea13d28cd8b89f84d3ec31f27f66dc"><code>bf548e4</code></a> fix(deps): update dependency micromatch to v4.0.6</li>
    <li><a href="https://github.com/tj-actions/changed-files/commit/8b07fd3b111677cb50907731b0af597475af6bec"><code>8b07fd3</code></a> Upgraded to v44.5.0 (<a href="https://redirect.github.com/tj-actions/changed-files/issues/2101">#2101</a>)</li>
    <li><a href="https://github.com/tj-actions/changed-files/commit/d195e6e7c2774fc8d3941acb2e6be1d38077eb47"><code>d195e6e</code></a> chore(deps): update dependency ts-jest to v29.1.3</li>
    <li><a href="https://github.com/tj-actions/changed-files/commit/1754cd4b9e661d1f0eced3b33545a8d8b3bc46d8"><code>1754cd4</code></a> Updated README.md (<a href="https://redirect.github.com/tj-actions/changed-files/issues/2099">#2099</a>)</li>
    <li><a href="https://github.com/tj-actions/changed-files/commit/03c184259aae3c160b1d7281389e51f97ea02e5e"><code>03c1842</code></a> feat: add support for providing patterns to match tags (<a href="https://redirect.github.com/tj-actions/changed-files/issues/2098">#2098</a>)</li>
    <li><a href="https://github.com/tj-actions/changed-files/commit/5f0139347aeb65568e336f0250e84595c04c6c0a"><code>5f01393</code></a> chore(deps): update typescript-eslint monorepo to v7.10.0</li>
    <li>Additional commits viewable in <a href="https://github.com/tj-actions/changed-files/compare/a29e8b565651ce417abb5db7164b4a2ad8b6155c...03334d095e2739fa9ac4034ec16f66d5d01e9eba">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tj-actions/changed-files&package-manager=github_actions&previous-version=44.4.0&new-version=44.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    aaacbc9 View commit details
    Browse the repository at this point in the history
  17. feat: update L1 CloudFormation resource definitions (aws#30354)

    Updates the L1 CloudFormation resource definitions with the latest changes from `@aws-cdk/aws-service-spec`
    
    **L1 CloudFormation resource definition changes:**
    ```
    ├[~] service aws-chatbot
    │ └ resources
    │    ├[~] resource AWS::Chatbot::MicrosoftTeamsChannelConfiguration
    │    │ ├  - tagInformation: undefined
    │    │ │  + tagInformation: {"tagPropertyName":"Tags","variant":"standard"}
    │    │ └ properties
    │    │    └[+] Tags: Array<tag>
    │    └[~] resource AWS::Chatbot::SlackChannelConfiguration
    │      ├  - tagInformation: undefined
    │      │  + tagInformation: {"tagPropertyName":"Tags","variant":"standard"}
    │      └ properties
    │         └[+] Tags: Array<tag>
    ├[~] service aws-codebuild
    │ └ resources
    │    └[~] resource AWS::CodeBuild::Fleet
    │      ├ properties
    │      │  ├[+] FleetServiceRole: string
    │      │  ├[+] FleetVpcConfig: VpcConfig
    │      │  └[+] OverflowBehavior: string
    │      └ types
    │         └[+] type VpcConfig
    │           ├  name: VpcConfig
    │           └ properties
    │              ├VpcId: string
    │              ├Subnets: Array<string>
    │              └SecurityGroupIds: Array<string>
    ├[~] service aws-glue
    │ └ resources
    │    └[~] resource AWS::Glue::Job
    │      └ properties
    │         └[+] MaintenanceWindow: string
    └[~] service aws-medialive
      └ resources
         └[~] resource AWS::MediaLive::Channel
           └ types
              └[~] type AvailConfiguration
                └ properties
                   └[+] Scte35SegmentationScope: string
    ```
    aws-cdk-automation authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    7093524 View commit details
    Browse the repository at this point in the history
  18. feat(stepfunctions-tasks): add workerType and numberOfWorkers to Glue…

    …StartJobRun class (aws#30319)
    
    ### Issue # (if applicable)
    
    Closes aws#12757.
    
    ### Reason for this change
    Missing property
    
    
    ### Description of changes
    Add workerType and numberOfWorkers to GlueStartJobRun class.
    
    The reasons for this change are as follows:
    
    * AllocatedCapacity is deprecated.
    * MaxCapacity can only be used with Glue version 1 and earlier, which have already reached end of support (EOS).
    * Glue version 2 and later use WorkerType and NumberOfWorkers.
    
    For mor information, see also the documents below.
    
    https://docs.aws.amazon.com/glue/latest/dg/aws-glue-api-jobs-runs.html#aws-glue-api-jobs-runs-StartJobRun
    
    https://docs.aws.amazon.com/glue/latest/dg/glue-version-support-policy.html
    
    
    
    
    ### Description of how you validated changes
    Add unit tests and integ tests.
    
    
    
    ### Checklist
    - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    mazyu36 authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    20bdc74 View commit details
    Browse the repository at this point in the history
  19. chore(bedrock): support missing model versions in Amazon Bedrock model (

    aws#30324)
    
    ### Issue # (if applicable)
    
    N/A
    
    ### Reason for this change
    
    
    
    Compare with [the guide](https://docs.aws.amazon.com/bedrock/latest/userguide/model-ids.html) and add missing models.
    
    
    ### Description of changes
    
    
    Added the following models.
    
    - Amazon: 
       - amazon.titan-text-lite-v1
       - amazon.titan-text-premier-v1:0
       - amazon.titan-embed-text-v2:0
    - Cohere:
       - cohere.command-r-v1:0
       - cohere.command-r-plus-v1:0
    - Meta
       - meta.llama3-8b-instruct-v1:0
       - meta.llama3-70b-instruct-v1:0
    - Mistral AI
       - mistral.mistral-large-2402-v1:0
    
    ### Checklist
    - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
    yasomaru authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    affe6cf View commit details
    Browse the repository at this point in the history
  20. fix(fsx): no validation error when hour property set to 24 in the `…

    …LustreMaintenanceTime` class. (aws#30342)
    
    ### Issue # (if applicable)
    
    Closes aws#30341 
    
    ### Reason for this change
    The `hour` property in the `LustreMaintenanceTime` class should be between 0 and 23.
    
    But no validation error occurs when it is set to 24.
    
    
    
    ### Description of changes
    In the validate method, I changed it so that an error is thrown when the hour is greater than 23, instead of when the hour is greater than 24. 
    
    This allows a validation error to occur when the hour is set to 24.
    
    
    
    ### Description of how you validated changes
    Changed unit tests and add integ tests.
    
    
    ### Checklist
    - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    mazyu36 authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    163c56d View commit details
    Browse the repository at this point in the history
  21. feat(neptune): add copyTagsToSnapshot property to the DatabaseCluster…

    … Construct (aws#30092)
    
    ### Issue # (if applicable)
    
    Closes aws#30087 
    
    ### Reason for this change
    As described in the issue.
    
    
    
    ### Description of changes
    Add copyTagsToSnapshot property to the DatabaseCluster Construct.
    
    
    ### Description of how you validated changes
    Add both unit tests and integ tests.
    
    
    ### Checklist
    - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    mazyu36 authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    7b30b3f View commit details
    Browse the repository at this point in the history
  22. feat(ecs-patterns): allow custom container name for Scheduled ecs and…

    … fargate tasks (aws#30357)
    
    ### Issue # (if applicable)
    
    Closes aws#30281
    Closes aws#27515
    
    ### Reason for this change
    
    The customers have difficulties to find the correct logs for some scheduled task if they have multiple tasks defined in the stack, as all tasks will use the same container name.
    
    ### Description of changes
    
    Add the new optional property `ContainerName` in the `ScheduledTaskImageProps`, so customer can use it to customize the containers names. If this property is undefined, so we will use `ScheduledContainer` as default value.
    
    ### Description of how you validated changes
    
    added unit and integration test cases, and verified them.
    
    ### Checklist
    - [X] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    moelasmar authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    e0d51cb View commit details
    Browse the repository at this point in the history
  23. refactor(diff): make dedicated file and class for incorporating chang…

    …eset to templateDiff (aws#30332)
    
    ### Reason for this change
    
    I am making this change as part of aws#30268, but implementing the bug fix in a satisfactory way is becoming much, much, much more difficult than I thought it would. As it's now possible to view the changed values before and after a changeset is applied by using the DescribeChangeSets api with IncludePropertyValues, but the API is difficult to use because of not being supported in all regions, not including StatusReason, and being unable to paginate. So, I want to make that fix in a separate PR, once this refactor change is done.
    
    ### Description of changes
    
    * A ton of unit tests and moved changeset diff logic into a dedicated class and file.
    
    ### Description of how you validated changes
    
    * Many unit tests, integration tests, and manual tests
    
    ### Checklist
    - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    bergjaak authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    5f219e8 View commit details
    Browse the repository at this point in the history
  24. fix(s3): publicReadAccess causes deployment failure due to access den…

    …ied 403 (aws#29632)
    
    ### Issue # (if applicable)
    
    Closes aws#29564
    
    ### Reason for this change
    
    if you make a new s3 bucket
    ```
    const staticBucket = new aws_s3.Bucket(s3Stack, `static-Bucket`, {
        bucketName: `static-bucket`,
        publicReadAccess: true,
    })
    ```
    While this is fine code and you can deploy it will fail in the middle with a generic access denied error not telling you what stopped it even if you are full admin. This happens due to the default deny all public access rule.
    
    ### Description of changes
    
    When users only enable `publicReadAccess` without configuring `blockPublicAccess` to disable it, we will raise an exception and throw an more appropriate error message for easier diagnosis. 
    
    We do not want to directly disable `blockPublicAccess` as it feels like a weird behaviour.
    
    ### Description of how you validated changes
    
    New unit tests and updated integ tests
    
    ### Checklist
    - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    GavinZZ authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    43381bc View commit details
    Browse the repository at this point in the history
  25. feat(appconfig): add grantReadConfig method to Environment Construct (a…

    …ws#30180)
    
    ### Issue # (if applicable)
    
    Closes aws#28585
    
    ### Reason for this change
    To simplify policy configuration for AppConfig Environments.
    
    
    
    ### Description of changes
    add grantReadConfig method to Environment Construct
    
    
    
    ### Description of how you validated changes
    Add unit test and integ tests
    
    
    ### Checklist
    - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    mazyu36 authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    017ad4a View commit details
    Browse the repository at this point in the history
  26. chore(ecs): incorrect formatting of throw statement in the fromServic…

    …eArnWithCluster method (aws#30367)
    
    ### Issue # (if applicable)
    
    N/A
    
    ### Reason for this change
    The throw statement uses single quotes instead of backticks, causing incorrect output of ARN during errors.
    
    
    
    ### Description of changes
    Use backticks instead of single quotes for proper formatting.
    
    
    
    ### Description of how you validated changes
    
    
    
    ### Checklist
    - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    mazyu36 authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    12e9611 View commit details
    Browse the repository at this point in the history
  27. chore(ec2): eventbridge pipes pipes-data vpc endpoint (aws#30246)

    ### Issue # (if applicable)
    
    Closes aws#30015 .
    
    ### Reason for this change
    
    Same as aws#30033, but done with `chore` instead of `feat`.
    
    > EventBridge Pipes recently added PrivateLink support for event delivery [(what's new)](https://aws.amazon.com/about-aws/whats-new/2024/04/amazon-eventbridge-pipes-event-delivery-aws-privatelink/). The VPC Endpoint Service name is com.amazonaws.{region}.pipes-data [(source)](https://docs.aws.amazon.com/vpc/latest/privatelink/aws-services-privatelink-support.html). 
    
    ### Description of changes
    
    Added pipes-data VPC endpoint construct. By adding this construct in a VPC, I can send Amazon MSK, self-managed Apache Kafka, and Amazon MQ events to EventBridge Pipes through PrivateLink.
    
    ### Description of how you validated changes
    
    N/A
    
    ### Checklist
    - [ X ] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    Liversticks authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    06a6705 View commit details
    Browse the repository at this point in the history
  28. feat(dynamodb): add resource polices for table (aws#30251)

    Issue # (if applicable)
    
    Closes aws#29600.
    
    aws#29600
    Reason for this change
    
    Adding a new feature
    Description of changes
    
    Add resourcePolicy for DynamoDB Table component in aws-dynamodb
    Description of how you validated changes
    
    integration test integ.dynamodb.policy.ts
    Checklist
    
        [X ] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    LeeroyHannigan authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    d4b3756 View commit details
    Browse the repository at this point in the history
  29. fix(lambda): use enum values for applicationLogLevel and systemLogLev…

    …el (aws#29904)
    
    ### Issue # (if applicable)
    
    ### Reason for this change
    
    Enumerate `ApplicationLogLevel` and `SystemLogLevel` to help with typing
    
    ### Description of changes
    
    Both fields should use the enum type for available options
    
    ### Description of how you validated changes
    
    
    
    ### Checklist
    - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    dali546 authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    eb7c108 View commit details
    Browse the repository at this point in the history
  30. feat(apprunner): add kmsKey property for the AppRunner Service class (a…

    …ws#30352)
    
    ### Issue # (if applicable)
    
    Close aws#30365.
    
    ### Reason for this change
    AppRunner supports for using a customer managed key to encrypt  all stored copies of your application source image or source bundle.
    
    https://docs.aws.amazon.com/apprunner/latest/dg/security-data-protection-encryption.html
    
    But L2 Construct (alpha module) cannot use a customer managed key.
    
    
    ### Description of changes
    Add kmsKey property to the Service class.
    
    
    ### Description of how you validated changes
    Add unit tests and integ tests
    
    
    ### Checklist
    - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    mazyu36 authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    255768c View commit details
    Browse the repository at this point in the history
  31. fix(ecs): removed omitEmptyArray for placementConstraints (aws#27555) (

    …aws#30382)
    
    ### Issue 
    
    fixes aws#27555 
    Closes Half Fix [i.e, Allows user to give Empty Placement Constraints ]  aws#27555 
    
    This PR does not address supporting empty placement strategies because of the following reason : [27555 : comment](aws#27572 (comment))
    
    This was raised with the guidance from - [pr / 28431 : Comment ](aws#28431 (comment))
    
    ### Reason for this change
    
    Users unable to give empty placementConstraints
    
    ### Description of how you validated changes
    
    - Added a UnitCase to cover with empty `[]` placementConstraints
    - Integration Tests
    ```
    $ yarn integ test/aws-ecs/test/ec2/integ.placement-constraint-default-empty.js --update-on-failed
    ```
    After integ tests were completed, `npm test` to verify the snapshot.
    
    ### Checklist
    - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    stm29 authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    a440d02 View commit details
    Browse the repository at this point in the history
  32. fix(stepfunctions): cannot use intrinsic functions in Fail state (aws…

    …#30210)
    
    ### Issue # (if applicable)
    
    Closes aws#30063
    
    ### Reason for this change
    In the Fail state, we can specify intrinsic functions and json paths as the CausePath and ErrorPath properties.
    Currently, however, specifying intrinsic functions as a string will result in an error.
    https://docs.aws.amazon.com/step-functions/latest/dg/amazon-states-language-fail-state.html
    
    ```ts
    export class SampleStack extends cdk.Stack {
      constructor(scope: Construct, id: string, props?: cdk.StackProps) {
        super(scope, id, props);
    
        const fail = new stepfunctions.Fail(this, "Fail", {
          errorPath: "$.error", // OK
          causePath: "States.Format('cause: {}', $.cause)", // Error
        });
    
        const sm = new stepfunctions.StateMachine(this, "StateMachine", {
          definitionBody: stepfunctions.DefinitionBody.fromChainable(fail),
          timeout: cdk.Duration.minutes(5)
        });
      }
    }
    ```
    ```
    Error: Expected JSON path to start with '$', got: States.Format('cause: {}', $.cause)
    ```
    
    ### Description of changes
    The value passed to the `renderJsonPath` function is expected to be a string starting with `$` if it is not a token.
    However, if you pass intrinsic functions as strings to the CausePath and ErrorPath properties, they will never start with `$`.
    Therefore, I fixed not to call the `renderJsonPath` function if the intrinsic functions are specified as strings.
    
    Another change was the addition of validation since error and errorPath, cause and causePath cannot be specified simultaneously.
    
    ### Description of how you validated changes
    I added unit tests to verify that passing intrinsic functions as strings do not cause an error.
    
    Tests were also added to verify that errors occur when errors and paths are specified at the same time and when cause and cause paths are specified at the same time.
    https://docs.aws.amazon.com/step-functions/latest/dg/amazon-states-language-fail-state.html#:~:text=%2C%20and%20States.UUID.-,Important,-You%20can%20specify%20either%20Cause
    https://docs.aws.amazon.com/step-functions/latest/dg/amazon-states-language-fail-state.html#:~:text=%2C%20and%20States.UUID.-,Important,-You%20can%20specify%20either%20Error
    
    ### Checklist
    - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    sakurai-ryo authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    0ecc8b3 View commit details
    Browse the repository at this point in the history
  33. chore: only use 50% of workers for jest (aws#30393)

    Jest is resource greedy so using all but one cores is actually slowing down the tests
    
    ### Issue # (if applicable)
    
    Closes #<issue number here>.
    
    ### Reason for this change
    
    
    
    ### Description of changes
    
    
    
    ### Description of how you validated changes
    
    
    
    ### Checklist
    - [ ] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    TheRealAmazonKendra authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    6f32daa View commit details
    Browse the repository at this point in the history
  34. docs(apigatewayv2-integrations): add StepFunctions Integration to t…

    …able of contents (aws#30387)
    
    ### Issue # (if applicable)
    
    None
    
    ### Reason for this change
    
    The index of `Stepfunctions Integration` is missed.
    
    ### Description of changes
    
    ```
    - [HTTP APIs](#http-apis)
      - [Lambda Integration](#lambda)
      - [HTTP Proxy Integration](#http-proxy)
      - [StepFunctions Integration](#stepfunctions-integration) // added
    ```
    
    ### Description of how you validated changes
    
    None
    
    ### Checklist
    - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    badmintoncryer authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    d920078 View commit details
    Browse the repository at this point in the history
  35. feat(lambda): allow running a build file (aws#30196)

    ### Issue # (if applicable)
    
    Closes aws#18470
    
    ### Reason for this change
    
    This allows customers to execute an arbitrary build script as part of cdk synth, which will enable customer to use esbuild plugins. The rationale for this decision is given the issue that is linked above.
    
    ### Description of changes
    
    1. Expose the code field on the `aws-lambda-nodejs` construct, so that customers can specify code in ways other than bundling, which was the default and abstracted away from customers before this change.
    2. Add a new static method on Code, namely `Code.fromCustomCommand`. This method takes in the commands to run an arbitrary script during cdk synthesis that the customer provides. The customer also provides the location of the output from the buildscript. Then this output is supplied to a lambda function.
    
    ### Description of how you validated changes
    
    manual testing (involving inspecting output in the AWS Lambda console and invoking the function), integration tests, and full unit test coverage of new changes.
    
    ### Checklist
    - [X] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    bergjaak authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    686f8b6 View commit details
    Browse the repository at this point in the history
  36. docs(s3-deployment): update development section of readme (aws#30253)

    …ent README
    
    ### Reason for this change
    
    
    The links in the development section of the aws-s3-deployment README are pointing to incorrect locations (files have been moved from those locations), fixed the links.
    
    ### Description of changes
    
    
    There are no code changes, only documentation update
    
    ### Checklist
    - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    neo01124 authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    56d9f8c View commit details
    Browse the repository at this point in the history
  37. fix(eks): add tag update support for eks cluster (aws#30123)

    ### Issue # (if applicable)
    
    Closes aws#19388
    
    ### Reason for this change
    
    Adding tag/untag for eks cluster post its creation
    
    ### Description of changes
    
    Added API calls tagResource and untagResource in Cluster resource handler to handle tag changes
    
    ### Description of how you validated changes
    
    Have tested the changes by first deploying a cluster with below config: 
    ```ts
    const vpc = ec2.Vpc.fromLookup(stack, 'Vpc', { isDefault: true });
    new eks.Cluster(stack, 'Cluster', {
      vpc,
      ...getClusterVersionConfig(stack, eks.KubernetesVersion.V1_29),
      defaultCapacity: 0,
     tags: {
        foo: 'bar',
      },
    });
    ``` 
    TestCase - 1 Update to add one more tag
    ```ts
    new eks.Cluster(stack, 'Cluster', {
      vpc,
      ...getClusterVersionConfig(stack, eks.KubernetesVersion.V1_29),
      defaultCapacity: 0,
      tags: {
        foo: 'bar',
       hello: "world"
      },
    });
    ```
    Logs - 
    ```
    {
        "updates": {
            "replaceName": false,
            "replaceVpc": false,
            "updateAccess": false,
            "replaceRole": false,
            "updateVersion": false,
            "updateEncryption": false,
            "updateLogging": false,
            "updateTags": true
        }
    }
    ```
    
    ```
    {
      clientName: 'EKSClient',
      commandName: 'TagResourceCommand',
      input: {
        resourceArn: 'arn:aws:eks:us-east-1:xxxxx:cluster/Cluster9EE0221C-f0d60e8e0bf14fb5896ade518b5bbc15',
        tags: { hello: 'world' }
      },
      output: {},
      metadata: {}
    }
    ```
    
    
    TestCase2 - Add, update and remove at the same time 
    ```ts
    new eks.Cluster(stack, 'Cluster', {
      vpc,
      ...getClusterVersionConfig(stack, eks.KubernetesVersion.V1_29),
      defaultCapacity: 0,
      tags: {
        hello: 'world1',
        foobar: 'baz',
      },
      endpointAccess: eks.EndpointAccess.PUBLIC,
      vpcSubnets: [{ subnetType: ec2.SubnetType.PUBLIC }],
    });
    ```
    
    ```
    {
      clientName: 'EKSClient',
      commandName: 'TagResourceCommand',
      input: {
        resourceArn: 'arn:aws:eks:us-east-1:xxxxx:cluster/Cluster9EE0221C-f0d60e8e0bf14fb5896ade518b5bbc15',
        tags: { foobar: 'baz', hello: 'world1' }
      },
      output: {},
      metadata: {}
    }
    ```
    
    ```
    {
      clientName: 'EKSClient',
      commandName: 'UntagResourceCommand',
      input: {
        resourceArn: 'arn:aws:eks:us-east-1:xxxxx:cluster/Cluster9EE0221C-f0d60e8e0bf14fb5896ade518b5bbc15',
        tagKeys: [ 'foo' ]
      },
      output: {},
      metadata: {}
    }
    ```
    
    TestCase - 3 Remove all tags
    
    ```ts
    new eks.Cluster(stack, 'Cluster', {
      vpc,
      ...getClusterVersionConfig(stack, eks.KubernetesVersion.V1_29),
      defaultCapacity: 0,
      endpointAccess: eks.EndpointAccess.PUBLIC,
      vpcSubnets: [{ subnetType: ec2.SubnetType.PUBLIC }],
    });
    ```
    ```
    {
      clientName: 'EKSClient',
      commandName: 'UntagResourceCommand',
      input: {
        resourceArn: 'arn:aws:eks:us-east-1:xxxxx:cluster/Cluster9EE0221C-f0d60e8e0bf14fb5896ade518b5bbc15',
        tagKeys: [ 'foobar', 'hello' ]
      },
      output: {},
      metadata: {}
    ```
    
    ### Checklist
    - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    mrlikl authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    1c45651 View commit details
    Browse the repository at this point in the history
  38. chore(release): 2.144.0

    AWS CDK Team authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    4c351e7 View commit details
    Browse the repository at this point in the history
  39. chore: remove revert from changelog

    TheRealAmazonKendra authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    a72016d View commit details
    Browse the repository at this point in the history
  40. chore: update Contributors File (aws#30411)

    Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
    aws-cdk-automation authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    1589f08 View commit details
    Browse the repository at this point in the history
  41. fix(apigateway): allow overriding authorizer on methods (aws#30415)

    ### Issue # (if applicable)
    
    Closes aws#8827.
    
    ### Reason for this change
    
    Customers could not override the authorizer defined in the default method configuration if they want to set the authorization type to None.
    
    ### Description of changes
    
    If the customer set the authorization type to None while creating a new method, we will not use the authorizer value defined in the default configuration and instead we will set it to undefined.
    
    ### Description of how you validated changes
    
    added unit, and integration test cases.
    
    ### Checklist
    - [X] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    moelasmar authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    3e09e60 View commit details
    Browse the repository at this point in the history
  42. chore(deps): bump tj-actions/changed-files from 44.5.1 to 44.5.2 (aws…

    …#30435)
    
    Bumps [tj-actions/changed-files](https://github.com/tj-actions/changed-files) from 44.5.1 to 44.5.2.
    <details>
    <summary>Release notes</summary>
    <p><em>Sourced from <a href="https://github.com/tj-actions/changed-files/releases">tj-actions/changed-files's releases</a>.</em></p>
    <blockquote>
    <h2>v44.5.2</h2>
    <h2>What's Changed</h2>
    <ul>
    <li>Upgraded to v44.5.1 by <a href="https://github.com/tj-actions-bot"><code>@​tj-actions-bot</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/2108">tj-actions/changed-files#2108</a></li>
    <li>chore(deps): lock file maintenance by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/2109">tj-actions/changed-files#2109</a></li>
    <li>chore(deps): lock file maintenance by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/2110">tj-actions/changed-files#2110</a></li>
    <li>chore(deps): update typescript-eslint monorepo to v7.11.0 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/2111">tj-actions/changed-files#2111</a></li>
    <li>chore(deps): update dependency ts-jest to v29.1.4 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/2112">tj-actions/changed-files#2112</a></li>
    <li>chore(deps): update dependency <code>@​types/node</code> to v20.12.13 by <a href="https://github.com/renovate"><code>@​renovate</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/2115">tj-actions/changed-files#2115</a></li>
    <li>fix: warning with fetch_missing_history_max_retries using REST API by <a href="https://github.com/jackton1"><code>@​jackton1</code></a> in <a href="https://redirect.github.com/tj-actions/changed-files/pull/2114">tj-actions/changed-files#2114</a></li>
    </ul>
    <p><strong>Full Changelog</strong>: <a href="https://github.com/tj-actions/changed-files/compare/v44...v44.5.2">https://github.com/tj-actions/changed-files/compare/v44...v44.5.2</a></p>
    </blockquote>
    </details>
    <details>
    <summary>Changelog</summary>
    <p><em>Sourced from <a href="https://github.com/tj-actions/changed-files/blob/main/HISTORY.md">tj-actions/changed-files's changelog</a>.</em></p>
    <blockquote>
    <h1>Changelog</h1>
    <h1><a href="https://github.com/tj-actions/changed-files/compare/v44.5.1...v44.5.2">44.5.2</a> - (2024-05-30)</h1>
    <h2>🐛 Bug Fixes</h2>
    <ul>
    <li>Warning with fetch_missing_history_max_retries using REST API (<a href="https://redirect.github.com/tj-actions/changed-files/issues/2114">#2114</a>) (<a href="https://github.com/tj-actions/changed-files/commit/d6babd6899969df1a11d14c368283ea4436bca78">d6babd6</a>)  - (Tonye Jack)</li>
    </ul>
    <h2>⚙️ Miscellaneous Tasks</h2>
    <ul>
    <li><strong>deps:</strong> Update dependency <code>@​types/node</code> to v20.12.13 (<a href="https://github.com/tj-actions/changed-files/commit/0a79e54e1f77956a7c39c12ebad4e8f62ce0e6fb">0a79e54</a>)  - (renovate[bot])</li>
    <li><strong>deps:</strong> Update dependency ts-jest to v29.1.4 (<a href="https://github.com/tj-actions/changed-files/commit/9d06a2a6a9aaef4e329865c87541e4fb2c36c7b2">9d06a2a</a>)  - (renovate[bot])</li>
    <li><strong>deps:</strong> Update typescript-eslint monorepo to v7.11.0 (<a href="https://github.com/tj-actions/changed-files/commit/7e8e88bd3537fcf190ad772c0a96f30febd0734a">7e8e88b</a>)  - (renovate[bot])</li>
    <li><strong>deps:</strong> Lock file maintenance (<a href="https://github.com/tj-actions/changed-files/commit/b510737b966ce69c576f08abf8206fb222e4d4da">b510737</a>)  - (renovate[bot])</li>
    <li><strong>deps:</strong> Lock file maintenance (<a href="https://github.com/tj-actions/changed-files/commit/2e7097935335571e0182fd95a8b7607d74248c2a">2e70979</a>)  - (renovate[bot])</li>
    </ul>
    <h2>⬆️ Upgrades</h2>
    <ul>
    <li>Upgraded to v44.5.1 (<a href="https://redirect.github.com/tj-actions/changed-files/issues/2108">#2108</a>)</li>
    </ul>
    <p>Co-authored-by: jackton1 <a href="mailto:17484350+jackton1@users.noreply.github.com">17484350+jackton1@users.noreply.github.com</a> (<a href="https://github.com/tj-actions/changed-files/commit/625929d27d5d9362ce949a0dc367bfbaf4689115">625929d</a>)  - (tj-actions[bot])</p>
    <h1><a href="https://github.com/tj-actions/changed-files/compare/v44.5.0...v44.5.1">44.5.1</a> - (2024-05-24)</h1>
    <h2>🐛 Bug Fixes</h2>
    <ul>
    <li>Bug detecting previous tag when workflow is rerun (<a href="https://redirect.github.com/tj-actions/changed-files/issues/2107">#2107</a>) (<a href="https://github.com/tj-actions/changed-files/commit/03334d095e2739fa9ac4034ec16f66d5d01e9eba">03334d0</a>)  - (Tonye Jack)</li>
    <li><strong>deps:</strong> Update dependency micromatch to v4.0.7 (<a href="https://github.com/tj-actions/changed-files/commit/98e187efcdfa77f01efb485b093a97a21d8281cd">98e187e</a>)  - (renovate[bot])</li>
    <li><strong>deps:</strong> Update dependency micromatch to v4.0.6 (<a href="https://github.com/tj-actions/changed-files/commit/bf548e4af2ea13d28cd8b89f84d3ec31f27f66dc">bf548e4</a>)  - (renovate[bot])</li>
    </ul>
    <h2>➕ Add</h2>
    <ul>
    <li>Added missing changes and modified dist assets.
    (<a href="https://github.com/tj-actions/changed-files/commit/8a0655f075f752a7fcf8fedd1e6b976d8a3d4454">8a0655f</a>)  - (GitHub Action)</li>
    <li>Added missing changes and modified dist assets.
    (<a href="https://github.com/tj-actions/changed-files/commit/96f65726eae8888afa41617580af5882e4e197f5">96f6572</a>)  - (GitHub Action)</li>
    </ul>
    <h2>⚙️ Miscellaneous Tasks</h2>
    <ul>
    <li><strong>deps:</strong> Update dependency ts-jest to v29.1.3 (<a href="https://github.com/tj-actions/changed-files/commit/d195e6e7c2774fc8d3941acb2e6be1d38077eb47">d195e6e</a>)  - (renovate[bot])</li>
    </ul>
    <h2>⬆️ Upgrades</h2>
    <ul>
    <li>Upgraded to v44.5.0 (<a href="https://redirect.github.com/tj-actions/changed-files/issues/2101">#2101</a>)</li>
    </ul>
    <p>Co-authored-by: jackton1 <a href="mailto:17484350+jackton1@users.noreply.github.com">17484350+jackton1@users.noreply.github.com</a>
    Co-authored-by: repo-ranger[bot]  (<a href="https://github.com/tj-actions/changed-files/commit/8b07fd3b111677cb50907731b0af597475af6bec">8b07fd3</a>)  - (tj-actions[bot])</p>
    <h1><a href="https://github.com/tj-actions/changed-files/compare/v44.4.0...v44.5.0">44.5.0</a> - (2024-05-21)</h1>
    
    </blockquote>
    <p>... (truncated)</p>
    </details>
    <details>
    <summary>Commits</summary>
    <ul>
    <li><a href="https://github.com/tj-actions/changed-files/commit/d6babd6899969df1a11d14c368283ea4436bca78"><code>d6babd6</code></a> fix: warning with fetch_missing_history_max_retries using REST API (<a href="https://redirect.github.com/tj-actions/changed-files/issues/2114">#2114</a>)</li>
    <li><a href="https://github.com/tj-actions/changed-files/commit/0a79e54e1f77956a7c39c12ebad4e8f62ce0e6fb"><code>0a79e54</code></a> chore(deps): update dependency <code>@​types/node</code> to v20.12.13</li>
    <li><a href="https://github.com/tj-actions/changed-files/commit/9d06a2a6a9aaef4e329865c87541e4fb2c36c7b2"><code>9d06a2a</code></a> chore(deps): update dependency ts-jest to v29.1.4</li>
    <li><a href="https://github.com/tj-actions/changed-files/commit/7e8e88bd3537fcf190ad772c0a96f30febd0734a"><code>7e8e88b</code></a> chore(deps): update typescript-eslint monorepo to v7.11.0</li>
    <li><a href="https://github.com/tj-actions/changed-files/commit/b510737b966ce69c576f08abf8206fb222e4d4da"><code>b510737</code></a> chore(deps): lock file maintenance</li>
    <li><a href="https://github.com/tj-actions/changed-files/commit/2e7097935335571e0182fd95a8b7607d74248c2a"><code>2e70979</code></a> chore(deps): lock file maintenance</li>
    <li><a href="https://github.com/tj-actions/changed-files/commit/625929d27d5d9362ce949a0dc367bfbaf4689115"><code>625929d</code></a> Upgraded to v44.5.1 (<a href="https://redirect.github.com/tj-actions/changed-files/issues/2108">#2108</a>)</li>
    <li>See full diff in <a href="https://github.com/tj-actions/changed-files/compare/03334d095e2739fa9ac4034ec16f66d5d01e9eba...d6babd6899969df1a11d14c368283ea4436bca78">compare view</a></li>
    </ul>
    </details>
    <br />
    
    
    [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tj-actions/changed-files&package-manager=github_actions&previous-version=44.5.1&new-version=44.5.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)
    
    Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
    
    [//]: # (dependabot-automerge-start)
    [//]: # (dependabot-automerge-end)
    
    ---
    
    <details>
    <summary>Dependabot commands and options</summary>
    <br />
    
    You can trigger Dependabot actions by commenting on this PR:
    - `@dependabot rebase` will rebase this PR
    - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
    - `@dependabot merge` will merge this PR after your CI passes on it
    - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
    - `@dependabot cancel merge` will cancel a previously requested merge and block automerging
    - `@dependabot reopen` will reopen this PR if it is closed
    - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
    - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
    - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
    - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    
    
    </details>
    dependabot[bot] authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    419a974 View commit details
    Browse the repository at this point in the history
  43. chore: fix typo in queue.ts comment (aws#30416)

    A small typo fix.
    
    ### Checklist
    - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    rafrafek authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    9d3f018 View commit details
    Browse the repository at this point in the history
  44. chore: fix typo in application-listener-rule (aws#30427)

    Minor typo fixed
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    mazyu36 authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    0afafaa View commit details
    Browse the repository at this point in the history
  45. chore(config): add new resource types since March 2023 (aws#30378)

    ### Issue # (if applicable)
    
    N/A
    
    ### Reason for this change
    Missing Config  Resource Type.
    
    
    
    
    ### Description of changes
    I added all resource types that have been added since PR aws#24424 (since March 2023).
    
    I have investigated the updates for added Config resource types from the [What's New with AWS?](https://aws.amazon.com/new/?nc1=h_ls&whats-new-content-all.sort-by=item.additionalFields.postDateTime&whats-new-content-all.sort-order=desc&awsf.whats-new-categories=*all&whats-new-content-all.q=AWS%2BConfig%2Bnow%2Bsupports%2Bnew%2Bresource%2Btypes&whats-new-content-all.q_operator=AND&awsm.page-whats-new-content-all=2)
    
    * [Posted On: Mar 8, 2023](https://aws.amazon.com/about-aws/whats-new/2023/03/aws-config-18-new-resource-types/)
    * [Posted On: Apr 3, 2023](https://aws.amazon.com/about-aws/whats-new/2023/04/aws-config-23-new-resource-types/)
    * [Posted On: May 1, 2023](https://aws.amazon.com/about-aws/whats-new/2023/05/aws-config-new-resource-types/)
    *  [Posted On: Jun 20, 2023](https://aws.amazon.com/about-aws/whats-new/2023/06/aws-config-new-resource-types/)
    * [Posted On: Jul 6, 2023](https://aws.amazon.com/about-aws/whats-new/2023/07/aws-config-16-new-resource-types/)
    * [Posted On: Aug 2, 2023](https://aws.amazon.com/about-aws/whats-new/2023/08/aws-config-supports-19-new-resource-types/)
    * [Posted On: Oct 25, 2023](https://aws.amazon.com/about-aws/whats-new/2023/10/aws-config-supports-19-resource-types/)
    * [Posted On: Jan 12, 2024](https://aws.amazon.com/about-aws/whats-new/2024/01/aws-config-supports-22-new-resource-types/)
    
    I am separating the commits by update date.
    
    
    
    ### Description of how you validated changes
    Omit tests sins it's just adding ENUMs
    
    
    ### Checklist
    - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    mazyu36 authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    36aa6a1 View commit details
    Browse the repository at this point in the history
  46. feat(logs): add distribution property to the Subscription class (aws#…

    …30423)
    
    ### Issue # (if applicable)
    
    Closes aws#30422
    
    ### Reason for this change
    Missing Property in the Subscription class.
    
    
    
    ### Description of changes
    Add destination property to the Subscription class.
    
    
    
    ### Description of how you validated changes
    Add unit tests and integ tests.
    
    
    
    ### Checklist
    - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    mazyu36 authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    52d4f00 View commit details
    Browse the repository at this point in the history
  47. feat(chatbot): configure userRoleRequired for the `SlackChannelConf…

    …iguration` (aws#30420)
    
    ### Issue # (if applicable)
    
    Closes aws#30403.
    
    ### Reason for this change
    
    `chatbot.SlackChannelConfiguration` does not support for configuring `userRoleRequired` prop.
    
    ### Description of changes
    
    Add `userRoleRequired` to `SlackChannelConfigurationProps`
    
    ### Description of how you validated changes
    
    Add both unit and integ tests
    
    ### Checklist
    - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    badmintoncryer authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    51d04da View commit details
    Browse the repository at this point in the history
  48. feat(codepipeline): GitPushFilter with branches and file paths for …

    …trigger (aws#29127)
    
    ### Issue # (if applicable)
    
    Closes aws#29124
    
    Related PR: aws#29128
    Perhaps if one merges, the other will cause a conflict.
    
    ### Reason for this change
    
    We would be good to trigger pipelines by GitPushFilter with branches and file paths.
    
    - CFn docs
      - https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-gitpushfilter.html
      - https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-gitbranchfiltercriteria.html
      - https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codepipeline-pipeline-gitfilepathfiltercriteria.html
    
    ### Description of changes
    
    Add props:
    
    - branchesExcludes
    - branchesIncludes
    - filePathsExcludes
    - filePathsIncludes
    
    ### Description of how you validated changes
    
    Both unit and integ tests.
    
    ### Checklist
    - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    go-to-k authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    4f11c06 View commit details
    Browse the repository at this point in the history
  49. fix: route53 CrossAccountZoneDelegationRecord fails at deployment tim…

    …e with imported `delegatedZone` (aws#30440)
    
    ### Issue # (if applicable)
    
    Closes aws#28581.
    
    ### Reason for this change
    
    An imported `delegatedZone` will not have info about the Name Servers. When it is passed to `CrossAccountZoneDelegationRecord`, the handler will see `undefined` when trying to retrieve the Name Servers info on `delegatedZone`, then throw exception during deployment.
    
    This change throws the exception at build time for a faster feedback loop.
    
    ### Description of changes
    
    `CrossAccountZoneDelegationRecord` throws exception if `delegatedZone.hostedZoneNameServers` is undefined.
    
    ### Description of how you validated changes
    
    Add unit test to cover the case of passing an imported HostedZone to `CrossAccountZoneDelegationRecord`
    
    ### Checklist
    - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    samson-keung authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    d2df6cf View commit details
    Browse the repository at this point in the history
  50. chore: update nodejs to 20 in devcontainer and gitpod (aws#30424)

    ### Reason for this change
    
    The contribution guide recommend the active node LTS: https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md#getting-started
    
    ### Description of changes
    
    Update node 18 to 20 in devcontainer and gitpod and also the os version to bookworm
    
    ### Description of how you validated changes
    
    opened devcontainer and gitpod,  checkd the node version and run command `npx lerna run build --scope=aws-cdk-lib --scope=@aws-cdk-testing/framework-integ --skip-nx-cache`
    
    ### Checklist
    - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
    
    ----
    
    refs:
    
    - aws#25381
    - aws#25426
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    JohannesKonings authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    127add3 View commit details
    Browse the repository at this point in the history
  51. feat(codebuild): Fleet L2 (aws#29754)

    ### Issue # (if applicable)
    
    Closes aws#29617.
    
    ### Reason for this change
    
    Implementation of reserved capacity CodeBuild projects 
    
    ### Description of changes
    
    * Add Fleet Construct
    * Add `EnvironmentType` enum
      * Refactor existing type strings to use the new enum	
    * Validate that Windows 2022 build images can only be used in fleet projects
    
    Changes merged from aws#29616:
    * Added missing build images
    * Updated JSDoc comments to indicate AL2023 based images, see [docs](https://docs.aws.amazon.com/codebuild/latest/userguide/build-env-ref-available.html)
      * It might be a good idea to deprecate and rename `AMAZON_LINUX_2_STANDARD_3_0` to `AMAZON_LINUX_2023_STANDARD_3_0`, despite how the images are named. I'll leave it up to the maintainers
    * Added `{@link}` tags where missing
    
    ### Description of how you validated changes
    
    Unit and integ tests
    
    The images were retrieved using the [codebuild:ListCuratedEnvironmentImages](https://docs.aws.amazon.com/codebuild/latest/APIReference/API_ListCuratedEnvironmentImages.html) API command, and comparing it to the CDK.
    
    ### Checklist
    - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    nmussy authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    a11831a View commit details
    Browse the repository at this point in the history
  52. chore(dynamodb): remove single quotes from throw statement in the par…

    …seEncryption method (aws#30417)
    
    Removed the single quotes around the error message string to allow proper interpolation of the ${encryptionType} variable. 
    
    ### Checklist
    - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)
    
    ----
    
    *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
    mazyu36 authored and Dahlberg Victor committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    b76ec12 View commit details
    Browse the repository at this point in the history