Skip to content

feat(cloudformation): update L1 CloudFormation resource definitions #34207

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

Merged
merged 2 commits into from
Apr 22, 2025

Conversation

aws-cdk-automation
Copy link
Collaborator

@aws-cdk-automation aws-cdk-automation commented Apr 21, 2025

Updates the L1 CloudFormation resource definitions with the latest changes from @aws-cdk/aws-service-spec

L1 CloudFormation resource definition changes:

├[~] service aws-apigateway
│ └ resources
│    └[~]  resource AWS::ApiGateway::DomainNameV2
│       └ types
│          └[~] type EndpointConfiguration
│            └ properties
│               └[+] IpAddressType: string
├[~] service aws-aps
│ └ resources
│    └[~]  resource AWS::APS::Workspace
│       ├ properties
│       │  └[+] WorkspaceConfiguration: WorkspaceConfiguration
│       └ types
│          ├[+]  type Label
│          │  ├      documentation: Series label
│          │  │      name: Label
│          │  └ properties
│          │     ├ Name: string (required)
│          │     └ Value: string (required)
│          ├[+]  type LimitsPerLabelSet
│          │  ├      documentation: Label set and its associated limits
│          │  │      name: LimitsPerLabelSet
│          │  └ properties
│          │     ├ Limits: LimitsPerLabelSetEntry (required)
│          │     └ LabelSet: Array<Label> (required)
│          ├[+]  type LimitsPerLabelSetEntry
│          │  ├      documentation: Limits that can be applied to a label set
│          │  │      name: LimitsPerLabelSetEntry
│          │  └ properties
│          │     └ MaxSeries: integer
│          └[+]  type WorkspaceConfiguration
│             ├      documentation: Workspace configuration
│             │      name: WorkspaceConfiguration
│             └ properties
│                ├ RetentionPeriodInDays: integer
│                └ LimitsPerLabelSets: Array<LimitsPerLabelSet>
├[~] service aws-batch
│ └ resources
│    ├[~]  resource AWS::Batch::ComputeEnvironment
│    │  └ types
│    │     └[~] type ComputeResources
│    │       └ properties
│    │          └ Tags: (documentation changed)
│    ├[~]  resource AWS::Batch::JobDefinition
│    │  └ types
│    │     ├[~] type ContainerProperties
│    │     │ └ properties
│    │     │    └ EnableExecuteCommand: (documentation changed)
│    │     ├[~] type EcsTaskProperties
│    │     │ └ properties
│    │     │    └ EnableExecuteCommand: (documentation changed)
│    │     ├[~] type FirelensConfiguration
│    │     │ ├      - documentation: undefined
│    │     │ │      + documentation: The FireLens configuration for the container. This is used to specify and configure a log router for container logs. For more information, see [Custom log](https://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_firelens.html) routing in the *Amazon Elastic Container Service Developer Guide* .
│    │     │ └ properties
│    │     │    ├ Options: (documentation changed)
│    │     │    └ Type: (documentation changed)
│    │     ├[~] type LogConfiguration
│    │     │ └ properties
│    │     │    └ LogDriver: (documentation changed)
│    │     ├[~] type MultiNodeContainerProperties
│    │     │ └ properties
│    │     │    └ EnableExecuteCommand: (documentation changed)
│    │     ├[~] type MultiNodeEcsTaskProperties
│    │     │ └ properties
│    │     │    └ EnableExecuteCommand: (documentation changed)
│    │     └[~] type TaskContainerProperties
│    │       └ properties
│    │          └ FirelensConfiguration: (documentation changed)
│    └[~]  resource AWS::Batch::SchedulingPolicy
│       └ types
│          └[~] type FairsharePolicy
│            └ properties
│               └ ShareDecaySeconds: (documentation changed)
├[~] service aws-bedrock
│ └ resources
│    ├[~]  resource AWS::Bedrock::Guardrail
│    │  └ types
│    │     ├[~] type ContentFilterConfig
│    │     │ └ properties
│    │     │    ├[+] InputAction: string
│    │     │    ├[+] InputEnabled: boolean
│    │     │    ├[+] OutputAction: string
│    │     │    └[+] OutputEnabled: boolean
│    │     ├[~] type ContextualGroundingFilterConfig
│    │     │ └ properties
│    │     │    ├[+] Action: string
│    │     │    └[+] Enabled: boolean
│    │     ├[~] type ManagedWordsConfig
│    │     │ └ properties
│    │     │    ├[+] InputAction: string
│    │     │    ├[+] InputEnabled: boolean
│    │     │    ├[+] OutputAction: string
│    │     │    └[+] OutputEnabled: boolean
│    │     ├[~] type PiiEntityConfig
│    │     │ └ properties
│    │     │    ├[+] InputAction: string
│    │     │    ├[+] InputEnabled: boolean
│    │     │    ├[+] OutputAction: string
│    │     │    └[+] OutputEnabled: boolean
│    │     ├[~] type RegexConfig
│    │     │ └ properties
│    │     │    ├[+] InputAction: string
│    │     │    ├[+] InputEnabled: boolean
│    │     │    ├[+] OutputAction: string
│    │     │    └[+] OutputEnabled: boolean
│    │     ├[~] type TopicConfig
│    │     │ └ properties
│    │     │    ├[+] InputAction: string
│    │     │    ├[+] InputEnabled: boolean
│    │     │    ├[+] OutputAction: string
│    │     │    └[+] OutputEnabled: boolean
│    │     └[~] type WordConfig
│    │       └ properties
│    │          ├[+] InputAction: string
│    │          ├[+] InputEnabled: boolean
│    │          ├[+] OutputAction: string
│    │          └[+] OutputEnabled: boolean
│    └[~]  resource AWS::Bedrock::KnowledgeBase
│       └ types
│          ├[~] type MongoDbAtlasConfiguration
│          │ └ properties
│          │    └[+] TextIndexName: string
│          └[~] type RdsFieldMapping
│            └ properties
│               └[+] CustomMetadataField: string
├[~] service aws-datazone
│ └ resources
│    └[~]  resource AWS::DataZone::Domain
│       └ types
│          └[~] type SingleSignOn
│            └ properties
│               └[+] IdcInstanceArn: string
├[~] service aws-events
│ └ resources
│    └[~]  resource AWS::Events::Connection
│       └ properties
│          └[+] KmsKeyIdentifier: string
├[~] service aws-launchwizard
│ └ resources
│    └[~]  resource AWS::LaunchWizard::Deployment
│       └ properties
│          └ Specifications: - Map<string, string> (required)
│                            + Map<string, string>
├[~] service aws-neptune
│ └ resources
│    ├[~]  resource AWS::Neptune::DBClusterParameterGroup
│    │  └ attributes
│    │     └[-] Id: string
│    └[~]  resource AWS::Neptune::DBParameterGroup
│       └ attributes
│          └[-] Id: string
├[~] service aws-s3tables
│ └ resources
│    └[~]  resource AWS::S3Tables::TableBucket
│       ├      - documentation: Creates a table bucket. For more information, see [Creating a table bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-buckets-create.html) in the *Amazon Simple Storage Service User Guide* .
│       │      - **Permissions** - You must have the `s3tables:CreateTableBucket` permission to use this operation.
│       │      + documentation: Creates a table bucket. For more information, see [Creating a table bucket](https://docs.aws.amazon.com/AmazonS3/latest/userguide/s3-tables-buckets-create.html) in the *Amazon Simple Storage Service User Guide* .
│       │      - **Permissions** - - You must have the `s3tables:CreateTableBucket` permission to use this operation.
│       │      - If you use this operation with the optional `encryptionConfiguration` parameter you must have the `s3tables:PutTableBucketEncryption` permission.
│       ├ properties
│       │  └[+] EncryptionConfiguration: EncryptionConfiguration
│       └ types
│          └[+]  type EncryptionConfiguration
│             ├      documentation: Configuration specifying how data should be encrypted. This structure defines the encryption algorithm and optional KMS key to be used for server-side encryption.
│             │      name: EncryptionConfiguration
│             └ properties
│                ├ SSEAlgorithm: string
│                └ KMSKeyArn: string
└[~] service aws-ses
  └ resources
     ├[~]  resource AWS::SES::MailManagerIngressPoint
     │  ├ properties
     │  │  └[+] NetworkConfiguration: NetworkConfiguration (immutable)
     │  └ types
     │     ├[+]  type NetworkConfiguration
     │     │  ├      documentation: The network type (IPv4-only, Dual-Stack, PrivateLink) of the ingress endpoint resource.
     │     │  │      name: NetworkConfiguration
     │     │  └ properties
     │     │     ├ PublicNetworkConfiguration: PublicNetworkConfiguration
     │     │     └ PrivateNetworkConfiguration: PrivateNetworkConfiguration
     │     ├[+]  type PrivateNetworkConfiguration
     │     │  ├      documentation: Specifies the network configuration for the private ingress point.
     │     │  │      name: PrivateNetworkConfiguration
     │     │  └ properties
     │     │     └ VpcEndpointId: string (required)
     │     └[+]  type PublicNetworkConfiguration
     │        ├      documentation: Specifies the network configuration for the public ingress point.
     │        │      name: PublicNetworkConfiguration
     │        └ properties
     │           └ IpType: string (required)
     ├[~]  resource AWS::SES::MailManagerRuleSet
     │  └ types
     │     ├[~] type RuleBooleanToEvaluate
     │     │ └ properties
     │     │    ├[+] Analysis: Analysis
     │     │    └ Attribute: - string (required)
     │     │                 + string
     │     └[~] type RuleStringToEvaluate
     │       └ properties
     │          └[+] Analysis: Analysis
     └[~]  resource AWS::SES::MailManagerTrafficPolicy
        └ types
           ├[+]  type IngressIpv6Expression
           │  ├      name: IngressIpv6Expression
           │  └ properties
           │     ├ Evaluate: IngressIpv6ToEvaluate (required)
           │     ├ Operator: string (required)
           │     └ Values: Array<string> (required)
           ├[+]  type IngressIpv6ToEvaluate
           │  ├      name: IngressIpv6ToEvaluate
           │  └ properties
           │     └ Attribute: string (required)
           ├[~] type IngressStringToEvaluate
           │ └ properties
           │    ├[+] Analysis: IngressAnalysis
           │    └ Attribute: - string (required)
           │                 + string
           └[~] type PolicyCondition
             └ properties
                └[+] Ipv6Expression: IngressIpv6Expression

BREAKING CHANGE: Some L1 resources experienced breaking changes due to updated CloudFormation resources. Please check the notes for each specific module for more information.

  • neptune-alpha: Id attribute is being removed from the AWS::Neptune::DBClusterParameterGroup and AWS::Neptune::DBParameterGroup resources
  • aws-launchwizard: specifications prop moved from required to optional in CfnDeployment
  • aws-ses: attribute attribute moved from required to optional in RuleBooleanToEvaluateProperty

Updates the L1 CloudFormation resource definitions with the latest changes from `@aws-cdk/aws-service-spec`
@aws-cdk-automation aws-cdk-automation added contribution/core This is a PR that came from AWS. dependencies This issue is a problem in a dependency or a pull request that updates a dependency file. pr-linter/exempt-readme The PR linter will not require README changes pr-linter/exempt-test The PR linter will not require test changes pr-linter/exempt-integ-test The PR linter will not require integ test changes labels Apr 21, 2025
@aws-cdk-automation aws-cdk-automation requested a review from a team April 21, 2025 13:46
@github-actions github-actions bot added the p2 label Apr 21, 2025
@aws-cdk-automation aws-cdk-automation requested a review from a team April 21, 2025 13:46
Copy link

codecov bot commented Apr 21, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.00%. Comparing base (9ea7e64) to head (0bbbd7b).
Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #34207   +/-   ##
=======================================
  Coverage   84.00%   84.00%           
=======================================
  Files         121      121           
  Lines        6985     6985           
  Branches     1179     1179           
=======================================
  Hits         5868     5868           
  Misses       1005     1005           
  Partials      112      112           
Flag Coverage Δ
suite.unit 84.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
packages/aws-cdk ∅ <ø> (∅)
packages/aws-cdk-lib/core 84.00% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@aws-cdk-automation aws-cdk-automation added the pr/needs-maintainer-review This PR needs a review from a Core Team Member label Apr 21, 2025
@paulhcsun paulhcsun changed the title feat: update L1 CloudFormation resource definitions feat(cloudformation): update L1 CloudFormation resource definitions Apr 21, 2025
@QuantumNeuralCoder
Copy link
Contributor

Review notes:

  • ddb seems to be a breaking for line 1539
  • deprecation of CfnGlobalTableWarmThroughputPropertyFromCloudFormation
  • required to optional -> breaking? launchwizard 106
  • neptune changes confirmed to be deprecated breaking change from last week
  • ses possibly a bugfix: 8851

@aws-cdk-automation aws-cdk-automation removed the pr/needs-maintainer-review This PR needs a review from a Core Team Member label Apr 22, 2025
@QuantumNeuralCoder QuantumNeuralCoder added the pr-linter/exempt-breaking-change The PR linter will not require stability in stable modules label Apr 22, 2025
@aws-cdk-automation
Copy link
Collaborator Author

AWS CodeBuild CI Report

  • CodeBuild project: AutoBuildv2Project1C6BFA3F-wQm2hXv2jqQv
  • Commit ID: 0bbbd7b
  • Result: SUCCEEDED
  • Build Logs (available for 30 days)

Powered by github-codebuild-logs, available on the AWS Serverless Application Repository

@QuantumNeuralCoder QuantumNeuralCoder merged commit adfa416 into main Apr 22, 2025
22 of 23 checks passed
@QuantumNeuralCoder QuantumNeuralCoder deleted the automation/spec-update branch April 22, 2025 21:34
Copy link
Contributor

mergify bot commented Apr 22, 2025

Thank you for contributing! Your pull request will be updated from main and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork).

Copy link
Contributor

Comments on closed issues and PRs are hard for our team to see.
If you need help, please open a new issue that references this one.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 22, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
contribution/core This is a PR that came from AWS. dependencies This issue is a problem in a dependency or a pull request that updates a dependency file. p2 pr-linter/exempt-breaking-change The PR linter will not require stability in stable modules pr-linter/exempt-integ-test The PR linter will not require integ test changes pr-linter/exempt-readme The PR linter will not require README changes pr-linter/exempt-test The PR linter will not require test changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants