Skip to content

feat: update L1 CloudFormation resource definitions#37201

Merged
mergify[bot] merged 2 commits intomainfrom
automation/spec-update
Mar 11, 2026
Merged

feat: update L1 CloudFormation resource definitions#37201
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-eks
│ └ resources
│    └[~]  resource AWS::EKS::Capability
│       ├      - vendedLogs: undefined
│       │      + vendedLogs: [{"permissionsVersion":"V2","logType":"EKS_CAPABILITY_ACK_S3_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}],"mandatoryFields":["resource_arn","event_timestamp"],"optionalFields":["stream","level","msg","err","error","controller","controllerGroup","controllerKind","reconcileID","worker-count","kind","reconciler-kind","name","namespace","aws.service","version","type"]},{"permissionsVersion":"V2","logType":"EKS_CAPABILITY_ARGOCD_APPLICATION_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}],"mandatoryFields":["resource_arn","event_timestamp"],"optionalFields":["stream","level","msg","error","application","app-namespace","project","dest-server","dest-namespace","dest-name","comparison-level","time_ms","patch_ms","setop_ms","compare_app_state_ms","refresh_app_conditions_ms","process_refresh_app_conditions_errors_ms","comparison_with_nothing_ms"]},{"permissionsVersion":"V2","logType":"EKS_CAPABILITY_KRO_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}],"mandatoryFields":["resource_arn","event_timestamp"],"optionalFields":["stream","level","message","err","error","controller","controllerGroup","controllerKind","reconcileID","worker-count","gvr","crd","name","namespace","item","ResourceGraphDefinition","type"]}]
│       └ vendedLogs
│          ├[+] logType: EKS_CAPABILITY_ACK_S3_LOGS
│          │ ├permissionsVersion: V2
│          │ ├destinations: [S3, CWL, FH]
│          │ ├mandatoryFields: [resource_arn, event_timestamp]
│          │ └optionalFields: [stream, level, msg, err, error, controller, controllerGroup, controllerKind, reconcileID, worker-count, kind, reconciler-kind, name, namespace, aws.service, version, type]
│          ├[+] logType: EKS_CAPABILITY_ARGOCD_APPLICATION_LOGS
│          │ ├permissionsVersion: V2
│          │ ├destinations: [S3, CWL, FH]
│          │ ├mandatoryFields: [resource_arn, event_timestamp]
│          │ └optionalFields: [stream, level, msg, error, application, app-namespace, project, dest-server, dest-namespace, dest-name, comparison-level, time_ms, patch_ms, setop_ms, compare_app_state_ms, refresh_app_conditions_ms, process_refresh_app_conditions_errors_ms, comparison_with_nothing_ms]
│          └[+] logType: EKS_CAPABILITY_KRO_LOGS
│            ├permissionsVersion: V2
│            ├destinations: [S3, CWL, FH]
│            ├mandatoryFields: [resource_arn, event_timestamp]
│            └optionalFields: [stream, level, message, err, error, controller, controllerGroup, controllerKind, reconcileID, worker-count, gvr, crd, name, namespace, item, ResourceGraphDefinition, type]
└[~] service aws-elasticloadbalancingv2
  └ resources
     └[~]  resource AWS::ElasticLoadBalancingV2::LoadBalancer
        ├      - vendedLogs: [{"permissionsVersion":"V2","logType":"NLB_ACCESS_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}],"mandatoryFields":["type","version","time","elb","listener","client_port","destination_port","connection_time","tls_handshake_time","received_bytes","sent_bytes","incoming_tls_alert","chosen_cert_arn","chosen_cert_serial","tls_cipher","tls_protocol_version","tls_keyexchange","domain_name","alpn_fe_protocol","alpn_be_protocol","alpn_client_preference_list","tls_connection_creation_time"]}]
        │      + vendedLogs: [{"permissionsVersion":"V2","logType":"ALB_ACCESS_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}],"mandatoryFields":["type","time","elb","client_port","target_port","request_processing_time","target_processing_time","response_processing_time","elb_status_code","target_status_code","received_bytes","sent_bytes","request_line","user_agent","ssl_cipher","ssl_protocol","target_group_arn","trace_id","domain_name","chosen_cert_arn","matched_rule_priority","request_creation_time","actions_executed","redirect_url","error_reason","target_port_list","target_status_code_list","classification","classification_reason","conn_trace_id","transformed_host","transformed_uri","request_transform_status","ip_address"]},{"permissionsVersion":"V2","logType":"ALB_CONNECTION_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}],"mandatoryFields":["time","client_ip","client_port","listener_port","tls_protocol","tls_cipher","tls_handshake_latency","leaf_client_cert_subject","leaf_client_cert_validity","leaf_client_cert_serial_number","tls_verify_status","conn_trace_id","tls_keyexchange","elb","ip_address"]},{"permissionsVersion":"V2","logType":"ALB_HEALTH_CHECK_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}],"mandatoryFields":["type","time","latency","target_addr","target_group_id","status","status_code","reason_code","elb","ip_address"]},{"permissionsVersion":"V2","logType":"NLB_ACCESS_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}],"mandatoryFields":["type","version","time","elb","listener","client_port","destination_port","connection_time","tls_handshake_time","received_bytes","sent_bytes","incoming_tls_alert","chosen_cert_arn","chosen_cert_serial","tls_cipher","tls_protocol_version","tls_keyexchange","domain_name","alpn_fe_protocol","alpn_be_protocol","alpn_client_preference_list","tls_connection_creation_time"]}]
        └ vendedLogs
           ├[+] logType: ALB_ACCESS_LOGS
           │ ├permissionsVersion: V2
           │ ├destinations: [S3, CWL, FH]
           │ └mandatoryFields: [type, time, elb, client_port, target_port, request_processing_time, target_processing_time, response_processing_time, elb_status_code, target_status_code, received_bytes, sent_bytes, request_line, user_agent, ssl_cipher, ssl_protocol, target_group_arn, trace_id, domain_name, chosen_cert_arn, matched_rule_priority, request_creation_time, actions_executed, redirect_url, error_reason, target_port_list, target_status_code_list, classification, classification_reason, conn_trace_id, transformed_host, transformed_uri, request_transform_status, ip_address]
           ├[+] logType: ALB_CONNECTION_LOGS
           │ ├permissionsVersion: V2
           │ ├destinations: [S3, CWL, FH]
           │ └mandatoryFields: [time, client_ip, client_port, listener_port, tls_protocol, tls_cipher, tls_handshake_latency, leaf_client_cert_subject, leaf_client_cert_validity, leaf_client_cert_serial_number, tls_verify_status, conn_trace_id, tls_keyexchange, elb, ip_address]
           └[+] logType: ALB_HEALTH_CHECK_LOGS
             ├permissionsVersion: V2
             ├destinations: [S3, CWL, FH]
             └mandatoryFields: [type, time, latency, target_addr, target_group_id, status, status_code, reason_code, elb, ip_address]

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 Mar 9, 2026
@aws-cdk-automation aws-cdk-automation requested a review from a team March 9, 2026 10:35
@aws-cdk-automation aws-cdk-automation requested a review from a team March 9, 2026 10:35
@github-actions github-actions Bot added the p2 label Mar 9, 2026
@aws-cdk-automation aws-cdk-automation added the pr/needs-maintainer-review This PR needs a review from a Core Team Member label Mar 9, 2026
@leonmk-aws leonmk-aws self-assigned this Mar 11, 2026
@mergify
Copy link
Copy Markdown
Contributor

mergify Bot commented Mar 11, 2026

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 Mar 11, 2026

Merge Queue Status

  • Entered queue2026-03-11 09:41 UTC · Rule: default-squash
  • Checks passed · in-place
  • Merged2026-03-11 10:36 UTC · at 7e8c9cc5c010ca80806f8d2cd719d78905476585

This pull request spent 54 minutes 59 seconds in the queue, including 43 minutes 26 seconds running CI.

Required conditions to merge

@aws-cdk-automation aws-cdk-automation removed the pr/needs-maintainer-review This PR needs a review from a Core Team Member label Mar 11, 2026
@mergify
Copy link
Copy Markdown
Contributor

mergify Bot commented Mar 11, 2026

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 Mar 11, 2026

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 85daaf5 into main Mar 11, 2026
18 of 19 checks passed
@mergify mergify Bot deleted the automation/spec-update branch March 11, 2026 10:36
@github-actions
Copy link
Copy Markdown
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 Mar 11, 2026
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