Skip to content

feat: update L1 CloudFormation resource definitions#36326

Merged
mergify[bot] merged 2 commits intomainfrom
automation/spec-update
Dec 8, 2025
Merged

feat: update L1 CloudFormation resource definitions#36326
mergify[bot] merged 2 commits intomainfrom
automation/spec-update

Conversation

@aws-cdk-automation
Copy link
Copy Markdown
Collaborator

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

L1 CloudFormation resource definition changes:

├[~] service aws-directoryservice
│ └ resources
│    └[~]  resource AWS::DirectoryService::MicrosoftAD
│       └      - arnTemplate: arn:${Partition}:ds:${Region}:${Account}:directory/${DirectoryId}
│              + arnTemplate: arn:${Partition}:ds:${Region}:${Account}:${DirectoryId}
├[~] service aws-observabilityadmin
│ └ resources
│    ├[~]  resource AWS::ObservabilityAdmin::OrganizationTelemetryRule
│    │  └ types
│    │     ├[+]  type ActionCondition
│    │     │  ├      documentation: The condition of the action desired in the filter.
│    │     │  │      name: ActionCondition
│    │     │  └ properties
│    │     │     └ Action: string
│    │     ├[+]  type AdvancedEventSelector
│    │     │  ├      documentation: An advanced event selector that includes optional name and field selectors
│    │     │  │      name: AdvancedEventSelector
│    │     │  └ properties
│    │     │     ├ Name: string
│    │     │     └ FieldSelectors: Array<AdvancedFieldSelector> (required)
│    │     ├[+]  type AdvancedFieldSelector
│    │     │  ├      documentation: A single selector statement in an advanced event selector.
│    │     │  │      name: AdvancedFieldSelector
│    │     │  └ properties
│    │     │     ├ Field: string
│    │     │     ├ EndsWith: Array<string>
│    │     │     ├ Equals: Array<string>
│    │     │     ├ NotEndsWith: Array<string>
│    │     │     ├ NotEquals: Array<string>
│    │     │     ├ NotStartsWith: Array<string>
│    │     │     └ StartsWith: Array<string>
│    │     ├[+]  type CloudtrailParameters
│    │     │  ├      documentation: Telemetry parameters for Cloudtrail
│    │     │  │      name: CloudtrailParameters
│    │     │  └ properties
│    │     │     └ AdvancedEventSelectors: Array<AdvancedEventSelector> (required)
│    │     ├[+]  type Condition
│    │     │  ├      documentation: A condition for a filter.
│    │     │  │      name: Condition
│    │     │  └ properties
│    │     │     ├ ActionCondition: ActionCondition
│    │     │     └ LabelNameCondition: LabelNameCondition
│    │     ├[+]  type ELBLoadBalancerLoggingParameters
│    │     │  ├      documentation: Telemetry parameters for ELB/NLB Load Balancer Logs
│    │     │  │      name: ELBLoadBalancerLoggingParameters
│    │     │  └ properties
│    │     │     ├ OutputFormat: string
│    │     │     └ FieldDelimiter: string
│    │     ├[+]  type FieldToMatch
│    │     │  ├      documentation: The field that we want to match this rule to.
│    │     │  │      name: FieldToMatch
│    │     │  └ properties
│    │     │     ├ SingleHeader: SingleHeader
│    │     │     ├ UriPath: string
│    │     │     ├ QueryString: string
│    │     │     └ Method: string
│    │     ├[+]  type Filter
│    │     │  ├      documentation: A filter to be applied
│    │     │  │      name: Filter
│    │     │  └ properties
│    │     │     ├ Behavior: string
│    │     │     ├ Requirement: string
│    │     │     └ Conditions: Array<Condition>
│    │     ├[+]  type LabelNameCondition
│    │     │  ├      documentation: The label name of the condition.
│    │     │  │      name: LabelNameCondition
│    │     │  └ properties
│    │     │     └ LabelName: string
│    │     ├[+]  type LoggingFilter
│    │     │  ├      documentation: Default handling for logs that don't match any of the specified filtering conditions.
│    │     │  │      name: LoggingFilter
│    │     │  └ properties
│    │     │     ├ Filters: Array<Filter>
│    │     │     └ DefaultBehavior: string
│    │     ├[+]  type SingleHeader
│    │     │  ├      documentation: Header for the field to match.
│    │     │  │      name: SingleHeader
│    │     │  └ properties
│    │     │     └ Name: string (required)
│    │     ├[~] type TelemetryDestinationConfiguration
│    │     │ └ properties
│    │     │    ├[+] CloudtrailParameters: CloudtrailParameters
│    │     │    ├[+] ELBLoadBalancerLoggingParameters: ELBLoadBalancerLoggingParameters
│    │     │    └[+] WAFLoggingParameters: WAFLoggingParameters
│    │     ├[~] type TelemetryRule
│    │     │ └ properties
│    │     │    └[+] TelemetrySourceTypes: Array<string>
│    │     └[+]  type WAFLoggingParameters
│    │        ├      documentation: Telemetry parameters for WAF v2 Web ACL
│    │        │      name: WAFLoggingParameters
│    │        └ properties
│    │           ├ RedactedFields: Array<FieldToMatch>
│    │           ├ LoggingFilter: LoggingFilter
│    │           └ LogType: string
│    ├[~]  resource AWS::ObservabilityAdmin::TelemetryPipelines
│    │  └      - arnTemplate: undefined
│    │         + arnTemplate: arn:${Partition}:observabilityadmin:${Region}:${Account}:telemetry-pipeline/${TelemetryPipelineIdentifier}
│    └[~]  resource AWS::ObservabilityAdmin::TelemetryRule
│       └ types
│          ├[+]  type ActionCondition
│          │  ├      documentation: The condition of the action desired in the filter.
│          │  │      name: ActionCondition
│          │  └ properties
│          │     └ Action: string
│          ├[+]  type AdvancedEventSelector
│          │  ├      documentation: An advanced event selector that includes optional name and field selectors
│          │  │      name: AdvancedEventSelector
│          │  └ properties
│          │     ├ Name: string
│          │     └ FieldSelectors: Array<AdvancedFieldSelector> (required)
│          ├[+]  type AdvancedFieldSelector
│          │  ├      documentation: A single selector statement in an advanced event selector.
│          │  │      name: AdvancedFieldSelector
│          │  └ properties
│          │     ├ Field: string
│          │     ├ EndsWith: Array<string>
│          │     ├ Equals: Array<string>
│          │     ├ NotEndsWith: Array<string>
│          │     ├ NotEquals: Array<string>
│          │     ├ NotStartsWith: Array<string>
│          │     └ StartsWith: Array<string>
│          ├[+]  type CloudtrailParameters
│          │  ├      documentation: Telemetry parameters for Cloudtrail
│          │  │      name: CloudtrailParameters
│          │  └ properties
│          │     └ AdvancedEventSelectors: Array<AdvancedEventSelector> (required)
│          ├[+]  type Condition
│          │  ├      documentation: A condition for a filter.
│          │  │      name: Condition
│          │  └ properties
│          │     ├ ActionCondition: ActionCondition
│          │     └ LabelNameCondition: LabelNameCondition
│          ├[+]  type ELBLoadBalancerLoggingParameters
│          │  ├      documentation: Telemetry parameters for ELB/NLB Load Balancer Logs
│          │  │      name: ELBLoadBalancerLoggingParameters
│          │  └ properties
│          │     ├ OutputFormat: string
│          │     └ FieldDelimiter: string
│          ├[+]  type FieldToMatch
│          │  ├      documentation: The field that we want to match this rule to.
│          │  │      name: FieldToMatch
│          │  └ properties
│          │     ├ SingleHeader: SingleHeader
│          │     ├ UriPath: string
│          │     ├ QueryString: string
│          │     └ Method: string
│          ├[+]  type Filter
│          │  ├      documentation: A filter to be applied
│          │  │      name: Filter
│          │  └ properties
│          │     ├ Behavior: string
│          │     ├ Requirement: string
│          │     └ Conditions: Array<Condition>
│          ├[+]  type LabelNameCondition
│          │  ├      documentation: The label name of the condition.
│          │  │      name: LabelNameCondition
│          │  └ properties
│          │     └ LabelName: string
│          ├[+]  type LogDeliveryParameters
│          │  ├      documentation: Parameters for BedrockAgentCore log delivery
│          │  │      name: LogDeliveryParameters
│          │  └ properties
│          │     └ LogTypes: Array<string>
│          ├[+]  type LoggingFilter
│          │  ├      documentation: Default handling for logs that don't match any of the specified filtering conditions.
│          │  │      name: LoggingFilter
│          │  └ properties
│          │     ├ Filters: Array<Filter>
│          │     └ DefaultBehavior: string
│          ├[+]  type SingleHeader
│          │  ├      documentation: Header for the field to match.
│          │  │      name: SingleHeader
│          │  └ properties
│          │     └ Name: string (required)
│          ├[~] type TelemetryDestinationConfiguration
│          │ └ properties
│          │    ├[+] CloudtrailParameters: CloudtrailParameters
│          │    ├[+] ELBLoadBalancerLoggingParameters: ELBLoadBalancerLoggingParameters
│          │    ├[+] LogDeliveryParameters: LogDeliveryParameters
│          │    └[+] WAFLoggingParameters: WAFLoggingParameters
│          ├[~] type TelemetryRule
│          │ └ properties
│          │    └[+] TelemetrySourceTypes: Array<string>
│          └[+]  type WAFLoggingParameters
│             ├      documentation: Telemetry parameters for WAF v2 Web ACL
│             │      name: WAFLoggingParameters
│             └ properties
│                ├ RedactedFields: Array<FieldToMatch>
│                ├ LoggingFilter: LoggingFilter
│                └ LogType: string
└[~] service aws-pinpoint
  └ resources
     ├[~]  resource AWS::Pinpoint::InAppTemplate
     │  └      - arnTemplate: arn:${Partition}:mobiletargeting:${Region}:${Account}:templates/${TemplateName}/PUSH
     │         + arnTemplate: arn:${Partition}:mobiletargeting:${Region}:${Account}:templates/${TemplateName}/EMAIL
     ├[~]  resource AWS::Pinpoint::PushTemplate
     │  └      - arnTemplate: arn:${Partition}:mobiletargeting:${Region}:${Account}:templates/${TemplateName}/PUSH
     │         + 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

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 Dec 8, 2025
@aws-cdk-automation aws-cdk-automation requested a review from a team December 8, 2025 10:28
@github-actions github-actions bot added the p2 label Dec 8, 2025
@aws-cdk-automation aws-cdk-automation requested a review from a team December 8, 2025 10:28
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Dec 8, 2025

TestsPassed ❌️SkippedFailed
Security Guardian Results0 ran0 passed0 skipped0 failed
TestResult
No test annotations available

@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Dec 8, 2025

TestsPassed ❌️SkippedFailed
Security Guardian Results with resolved templates0 ran0 passed0 skipped0 failed
TestResult
No test annotations available

@ozelalisen ozelalisen self-assigned this Dec 8, 2025
@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Dec 8, 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).

@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Dec 8, 2025

Merge Queue Status

✅ The pull request has been merged at 0a3fe68

This pull request spent 37 minutes 13 seconds in the queue, including 30 minutes 1 second running CI.
The checks were run in-place.

Required conditions to merge

@mergify
Copy link
Copy Markdown
Contributor

mergify bot commented Dec 8, 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).

@mergify mergify bot merged commit cb82627 into main Dec 8, 2025
21 of 22 checks passed
@mergify mergify bot deleted the automation/spec-update branch December 8, 2025 11:37
@github-actions
Copy link
Copy Markdown
Contributor

github-actions bot commented Dec 8, 2025

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 Dec 8, 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-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