Skip to content

Conversation

@rix0rrr
Copy link
Contributor

@rix0rrr rix0rrr commented Nov 6, 2025

Fixes #

@rix0rrr rix0rrr requested a review from a team November 6, 2025 12:31
@github-actions
Copy link
Contributor

github-actions bot commented Nov 6, 2025

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

├[~] service aws-bedrockagentcore
│ └ resources
│    └[~]  resource AWS::BedrockAgentCore::WorkloadIdentity
│       ├      - documentation: Creates a workload identity for Amazon Bedrock AgentCore. A workload identity provides OAuth2-based authentication for resources associated with agent runtimes.
│       │      For more information about using workload identities in Amazon Bedrock AgentCore, see [Managing workload identities](https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/workload-identity.html) .
│       │      See the *Properties* section below for descriptions of both the required and optional properties.
│       │      + documentation: Definition of AWS::BedrockAgentCore::WorkloadIdentity Resource Type
│       └ properties
│          └ Tags: (documentation changed)
├[~] service aws-dynamodb
│ └ resources
│    └[~]  resource AWS::DynamoDB::GlobalTable
│       └ types
│          └[~] type ReplicaStreamSpecification
│            └ properties
│               └ ResourcePolicy: - ResourcePolicy
│                                 + ResourcePolicy (required)
├[~] service aws-ec2
│ └ resources
│    └[~]  resource AWS::EC2::CapacityManagerDataExport
│       └      - arnTemplate: arn:${Partition}:ec2:${Region}:${Account}:capacity-manager-data-export/${CapacityManagerDataExportId}
│              + arnTemplate: undefined
├[~] service aws-iotwireless
│ └ resources
│    └[~]  resource AWS::IoTWireless::WirelessDeviceImportTask
│       └      - arnTemplate: arn:${Partition}:iotwireless:${Region}:${Account}:WirelessDeviceImportTask/${WirelessDeviceImportTaskId}
│              + arnTemplate: arn:${Partition}:iotwireless:${Region}:${Account}:ImportTask/${ImportTaskId}
├[~] service aws-networkfirewall
│ └ resources
│    └[~]  resource AWS::NetworkFirewall::RuleGroup
│       └      - arnTemplate: arn:${Partition}:network-firewall:${Region}:${Account}:stateless-rulegroup/${Name}
│              + arnTemplate: arn:${Partition}:network-firewall:${Region}:${Account}:stateful-rulegroup/${Name}
├[~] service aws-pinpoint
│ └ resources
│    ├[~]  resource AWS::Pinpoint::InAppTemplate
│    │  └      - arnTemplate: arn:${Partition}:mobiletargeting:${Region}:${Account}:templates/${TemplateName}/SMS
│    │         + arnTemplate: arn:${Partition}:mobiletargeting:${Region}:${Account}:templates/${TemplateName}/EMAIL
│    ├[~]  resource AWS::Pinpoint::PushTemplate
│    │  └      - arnTemplate: arn:${Partition}:mobiletargeting:${Region}:${Account}:templates/${TemplateName}/SMS
│    │         + arnTemplate: arn:${Partition}:mobiletargeting:${Region}:${Account}:templates/${TemplateName}/EMAIL
│    └[~]  resource AWS::Pinpoint::SmsTemplate
│       └      - arnTemplate: arn:${Partition}:mobiletargeting:${Region}:${Account}:templates/${TemplateName}/SMS
│              + arnTemplate: arn:${Partition}:mobiletargeting:${Region}:${Account}:templates/${TemplateName}/EMAIL
├[~] service aws-ram
│ └ resources
│    └[~]  resource AWS::RAM::Permission
│       └      - arnTemplate: arn:${Partition}:ram:${Region}:${Account}:permission/${ResourcePath}
│              + arnTemplate: arn:${Partition}:ram::${Account}:permission/${ResourcePath}
├[~] service aws-servicecatalog
│ └ resources
│    └[~]  resource AWS::ServiceCatalog::CloudFormationProduct
│       ├ attributes
│       │  └ Id: (documentation changed)
│       └ types
│          ├[-]  type Info
│          │  ├      documentation: Specify the template source with one of the following options, but not both. Keys accepted: [ LoadTemplateFromURL, ImportFromPhysicalId ] The URL of the AWS CloudFormation template in Amazon S3 in JSON format. Specify the URL in JSON format as follows:
│          │  │      "LoadTemplateFromURL": "https://s3.amazonaws.com/cf-templates-ozkq9d3hgiq2-us-east-1/..."
│          │  │      ImportFromPhysicalId: The physical id of the resource that contains the template. Currently only supports AWS CloudFormation stack arn. Specify the physical id in JSON format as follows: ImportFromPhysicalId: "arn:aws:cloudformation:[us-east-1]:[accountId]:stack/[StackName]/[resourceId]
│          │  │      name: Info
│          │  └ properties
│          │     ├ LoadTemplateFromURL: string
│          │     └ ImportFromPhysicalId: string
│          └[~] type ProvisioningArtifactProperties
│            └ properties
│               └ Info: - Info ⇐ json (required)
│                       + json (required)
├[~] service aws-ses
│ └ resources
│    └[-]  resource AWS::SES::MultiRegionEndpoint
│       ├      name: MultiRegionEndpoint
│       │      cloudFormationType: AWS::SES::MultiRegionEndpoint
│       │      documentation: Resource Type definition for AWS::SES::MultiRegionEndpoint
│       │      tagInformation: {"tagPropertyName":"Tags","variant":"standard"}
│       ├ properties
│       │  ├ EndpointName: string (required, immutable)
│       │  ├ Tags: Array<tag>
│       │  └ Details: Details (required, immutable)
│       └ types
│          ├ type Details
│          │ ├      documentation: Contains details of a multi-region endpoint (global-endpoint) being created.
│          │ │      name: Details
│          │ └ properties
│          │    └ RouteDetails: Array<RouteDetailsItems> (required)
│          └ type RouteDetailsItems
│            ├      name: RouteDetailsItems
│            └ properties
│               └ Region: string (required)
└[~] service aws-wafv2
  └ resources
     └[~]  resource AWS::WAFv2::WebACL
        ├ properties
        │  └ ApplicationConfig: (documentation changed)
        └ types
           ├[~] type ApplicationAttribute
           │ ├      - documentation: Application details defined during the web ACL creation process. Application attributes help AWS WAF give recommendations for protection packs.
           │ │      + documentation: Application details defined during the &webacl; creation process. Application attributes help WAF; give recommendations for protection packs.
           │ └ properties
           │    └ Values: (documentation changed)
           └[~] type ApplicationConfig
             └      - documentation: A list of `ApplicationAttribute` s that contains information about the application.
                    + documentation: Configures the ability for the WAF; console to store and retrieve application attributes during the webacl; creation process. Application attributes help WAF; give recommendations for protection packs.

@aws-cdk-automation aws-cdk-automation added this pull request to the merge queue Nov 6, 2025
Merged via the queue into main with commit 3bf229d Nov 6, 2025
11 checks passed
@aws-cdk-automation aws-cdk-automation deleted the huijbers/export-default-rules branch November 6, 2025 13:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants