Skip to content

feat: update L1 CloudFormation resource definitions#37034

Merged
mergify[bot] merged 1 commit intomainfrom
automation/spec-update
Feb 19, 2026
Merged

feat: update L1 CloudFormation resource definitions#37034
mergify[bot] merged 1 commit 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-aps
│ └ resources
│    ├[~]  resource AWS::APS::Scraper
│    │  ├      - vendedLogs: [{"permissionsVersion":"V1","logType":"APPLICATION_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]}]
│    │  │      + vendedLogs: [{"permissionsVersion":"V1","logType":"APPLICATION_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}]}]
│    │  └ vendedLogs
│    │     └[~] logType: APPLICATION_LOGS
│    │       └destinations:
│    │        ├S3
│    │        │└outputFormats: [json, plain, w3c, parquet]
│    │        ├CWL
│    │        │└outputFormats: [plain, json]
│    │        └FH
│    │         └outputFormats: [json, plain, raw]
│    └[~]  resource AWS::APS::Workspace
│       ├      - vendedLogs: [{"permissionsVersion":"V1","logType":"MANAGED_PROMETHEUS_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]}]
│       │      + vendedLogs: [{"permissionsVersion":"V1","logType":"MANAGED_PROMETHEUS_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}]}]
│       └ vendedLogs
│          └[~] logType: MANAGED_PROMETHEUS_LOGS
│            └destinations:
│             ├S3
│             │└outputFormats: [json, plain, w3c, parquet]
│             ├CWL
│             │└outputFormats: [plain, json]
│             └FH
│              └outputFormats: [json, plain, raw]
├[~] service aws-arcregionswitch
│ └ resources
│    └[~]  resource AWS::ARCRegionSwitch::Plan
│       └      - arnTemplate: arn:${Partition}:arc-region-switch::${Account}:plan/${ResourceId}
│              + arnTemplate: arn:${Partition}:arc-region-switch:${Region}:${Account}:plan/${ResourceId}
├[~] service aws-b2bi
│ └ resources
│    └[~]  resource AWS::B2BI::Transformer
│       ├      - vendedLogs: [{"permissionsVersion":"V1","logType":"B2BI_EXECUTION_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]}]
│       │      + vendedLogs: [{"permissionsVersion":"V1","logType":"B2BI_EXECUTION_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}]}]
│       └ vendedLogs
│          └[~] logType: B2BI_EXECUTION_LOGS
│            └destinations:
│             ├S3
│             │└outputFormats: [json, plain, w3c, parquet]
│             ├CWL
│             │└outputFormats: [plain, json]
│             └FH
│              └outputFormats: [json, plain, raw]
├[~] service aws-backupgateway
│ └ resources
│    └[~]  resource AWS::BackupGateway::Hypervisor
│       ├      - vendedLogs: [{"permissionsVersion":"V1","logType":"BGW_HYPERVISOR_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]},{"permissionsVersion":"V1","logType":"DATA_ACCESS_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]}]
│       │      + vendedLogs: [{"permissionsVersion":"V1","logType":"BGW_HYPERVISOR_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}]},{"permissionsVersion":"V1","logType":"DATA_ACCESS_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}]}]
│       └ vendedLogs
│          ├[~] logType: BGW_HYPERVISOR_LOGS
│          │ └destinations:
│          │  ├S3
│          │  │└outputFormats: [json, plain, w3c, parquet]
│          │  ├CWL
│          │  │└outputFormats: [plain, json]
│          │  └FH
│          │   └outputFormats: [json, plain, raw]
│          └[~] logType: DATA_ACCESS_LOGS
│            └destinations:
│             ├S3
│             │└outputFormats: [json, plain, w3c, parquet]
│             ├CWL
│             │└outputFormats: [plain, json]
│             └FH
│              └outputFormats: [json, plain, raw]
├[~] service aws-bedrock
│ └ resources
│    ├[~]  resource AWS::Bedrock::Agent
│    │  ├      - vendedLogs: [{"permissionsVersion":"V2","logType":"APPLICATION_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]}]
│    │  │      + vendedLogs: [{"permissionsVersion":"V2","logType":"APPLICATION_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}],"optionalFields":["agent_alias_arn","event_timestamp","event_version","operation","event_type","workflow","level","event","agent_arn"]}]
│    │  └ vendedLogs
│    │     └[~] logType: APPLICATION_LOGS
│    │       ├destinations:
│    │       │├S3
│    │       ││└outputFormats: [json, plain, w3c, parquet]
│    │       │├CWL
│    │       ││└outputFormats: [plain, json]
│    │       │└FH
│    │       │ └outputFormats: [json, plain, raw]
│    │       └optionalFields:
│    │        └+ [agent_alias_arn, event_timestamp, event_version, operation, event_type, workflow, level, event, agent_arn]
│    ├[~]  resource AWS::Bedrock::AgentAlias
│    │  ├      - vendedLogs: [{"permissionsVersion":"V2","logType":"EVENT_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]}]
│    │  │      + vendedLogs: [{"permissionsVersion":"V2","logType":"EVENT_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}],"mandatoryFields":["timestamp","resourceId","traceId","spanId","sessionId","requestId","operation","attributes","body","eventType","eventVersion","eventName","level"]}]
│    │  └ vendedLogs
│    │     └[~] logType: EVENT_LOGS
│    │       ├destinations:
│    │       │├S3
│    │       ││└outputFormats: [json, plain, w3c, parquet]
│    │       │├CWL
│    │       ││└outputFormats: [plain, json]
│    │       │└FH
│    │       │ └outputFormats: [json, plain, raw]
│    │       └mandatoryFields:
│    │        └+ [timestamp, resourceId, traceId, spanId, sessionId, requestId, operation, attributes, body, eventType, eventVersion, eventName, level]
│    ├[~]  resource AWS::Bedrock::Flow
│    │  ├      - vendedLogs: [{"permissionsVersion":"V2","logType":"APPLICATION_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]}]
│    │  │      + vendedLogs: [{"permissionsVersion":"V2","logType":"APPLICATION_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}],"optionalFields":["event_timestamp","resource_arn","schema_version","flow_id","flow_alias_id","flow_version","request_id","execution_id","event_type","event"]}]
│    │  └ vendedLogs
│    │     └[~] logType: APPLICATION_LOGS
│    │       ├destinations:
│    │       │├S3
│    │       ││└outputFormats: [json, plain, w3c, parquet]
│    │       │├CWL
│    │       ││└outputFormats: [plain, json]
│    │       │└FH
│    │       │ └outputFormats: [json, plain, raw]
│    │       └optionalFields:
│    │        └+ [event_timestamp, resource_arn, schema_version, flow_id, flow_alias_id, flow_version, request_id, execution_id, event_type, event]
│    └[~]  resource AWS::Bedrock::KnowledgeBase
│       ├      - vendedLogs: [{"permissionsVersion":"V2","logType":"APPLICATION_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]},{"permissionsVersion":"V2","logType":"RUNTIME_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]}]
│       │      + vendedLogs: [{"permissionsVersion":"V2","logType":"APPLICATION_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}],"optionalFields":["event_timestamp","event","event_version","event_type","level"]},{"permissionsVersion":"V2","logType":"RUNTIME_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}],"optionalFields":["event_timestamp","event","event_version","event_type","level"]},{"permissionsVersion":"V2","logType":"TRACES","destinations":[{"destinationType":"XRAY","outputFormats":[]}],"mandatoryFields":["trace"]}]
│       └ vendedLogs
│          ├[~] logType: APPLICATION_LOGS
│          │ ├destinations:
│          │ │├S3
│          │ ││└outputFormats: [json, plain, w3c]
│          │ │├CWL
│          │ ││└outputFormats: [plain, json]
│          │ │└FH
│          │ │ └outputFormats: [json, plain, raw]
│          │ └optionalFields:
│          │  └+ [event_timestamp, event, event_version, event_type, level]
│          ├[~] logType: RUNTIME_LOGS
│          │ ├destinations:
│          │ │├S3
│          │ ││└outputFormats: [json, plain, w3c]
│          │ │├CWL
│          │ ││└outputFormats: [plain, json]
│          │ │└FH
│          │ │ └outputFormats: [json, plain, raw]
│          │ └optionalFields:
│          │  └+ [event_timestamp, event, event_version, event_type, level]
│          └[+] logType: TRACES
│            ├permissionsVersion: V2
│            ├destinations: [XRAY]
│            └mandatoryFields: [trace]
├[~] service aws-bedrockagentcore
│ └ resources
│    ├[~]  resource AWS::BedrockAgentCore::BrowserCustom
│    │  ├      - vendedLogs: [{"permissionsVersion":"V2","logType":"USAGE_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]}]
│    │  │      + vendedLogs: [{"permissionsVersion":"V2","logType":"USAGE_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","resource","attributes","metrics"]}]
│    │  └ vendedLogs
│    │     └[~] logType: USAGE_LOGS
│    │       ├destinations:
│    │       │├S3
│    │       ││└outputFormats: [json, plain, w3c, parquet]
│    │       │├CWL
│    │       ││└outputFormats: [plain, json]
│    │       │└FH
│    │       │ └outputFormats: [json, plain, raw]
│    │       └mandatoryFields:
│    │        └+ [resource_arn, event_timestamp, resource, attributes, metrics]
│    ├[~]  resource AWS::BedrockAgentCore::CodeInterpreterCustom
│    │  ├      - vendedLogs: [{"permissionsVersion":"V2","logType":"APPLICATION_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]},{"permissionsVersion":"V2","logType":"USAGE_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]}]
│    │  │      + vendedLogs: [{"permissionsVersion":"V2","logType":"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":["account_id","request_id","tool_session_id","span_id","trace_id","service_name","operation","request_payload","response_payload","resource","attributes","timeUnixNano","severityNumber","severityText","body","traceId","spanId"]},{"permissionsVersion":"V2","logType":"USAGE_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","resource","attributes","metrics"]}]
│    │  └ vendedLogs
│    │     ├[~] logType: APPLICATION_LOGS
│    │     │ ├destinations:
│    │     │ │├S3
│    │     │ ││└outputFormats: [json, plain, w3c, parquet]
│    │     │ │├CWL
│    │     │ ││└outputFormats: [plain, json]
│    │     │ │└FH
│    │     │ │ └outputFormats: [json, plain, raw]
│    │     │ ├mandatoryFields:
│    │     │ │└+ [resource_arn, event_timestamp]
│    │     │ └optionalFields:
│    │     │  └+ [account_id, request_id, tool_session_id, span_id, trace_id, service_name, operation, request_payload, response_payload, resource, attributes, timeUnixNano, severityNumber, severityText, body, traceId, spanId]
│    │     └[~] logType: USAGE_LOGS
│    │       ├destinations:
│    │       │├S3
│    │       ││└outputFormats: [json, plain, w3c, parquet]
│    │       │├CWL
│    │       ││└outputFormats: [plain, json]
│    │       │└FH
│    │       │ └outputFormats: [json, plain, raw]
│    │       └mandatoryFields:
│    │        └+ [resource_arn, event_timestamp, resource, attributes, metrics]
│    ├[~]  resource AWS::BedrockAgentCore::Gateway
│    │  ├      - vendedLogs: [{"permissionsVersion":"V2","logType":"APPLICATION_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]},{"permissionsVersion":"V2","logType":"TRACES","destinations":[{"destinationType":"XRAY"}]}]
│    │  │      + vendedLogs: [{"permissionsVersion":"V2","logType":"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":["body","account_id","request_id","trace_id","span_id","resource","attributes","timeUnixNano","severityNumber","severityText","traceId","spanId"]},{"permissionsVersion":"V2","logType":"TRACES","destinations":[{"destinationType":"XRAY","outputFormats":[]}],"mandatoryFields":["trace"]}]
│    │  └ vendedLogs
│    │     ├[~] logType: APPLICATION_LOGS
│    │     │ ├destinations:
│    │     │ │├S3
│    │     │ ││└outputFormats: [json, plain, w3c, parquet]
│    │     │ │├CWL
│    │     │ ││└outputFormats: [plain, json]
│    │     │ │└FH
│    │     │ │ └outputFormats: [json, plain, raw]
│    │     │ ├mandatoryFields:
│    │     │ │└+ [resource_arn, event_timestamp]
│    │     │ └optionalFields:
│    │     │  └+ [body, account_id, request_id, trace_id, span_id, resource, attributes, timeUnixNano, severityNumber, severityText, traceId, spanId]
│    │     └[~] logType: TRACES
│    │       ├destinations:
│    │       │└XRAY
│    │       └mandatoryFields:
│    │        └+ [trace]
│    ├[~]  resource AWS::BedrockAgentCore::Memory
│    │  ├      - vendedLogs: [{"permissionsVersion":"V2","logType":"APPLICATION_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]},{"permissionsVersion":"V2","logType":"TRACES","destinations":[{"destinationType":"XRAY"}]}]
│    │  │      + vendedLogs: [{"permissionsVersion":"V2","logType":"APPLICATION_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}],"optionalFields":["resource_arn","event_timestamp","memory_strategy_id","namespace","actor_id","session_id","event_id","body","resource","attributes","timeUnixNano","severityNumber","severityText","traceId","spanId"]},{"permissionsVersion":"V2","logType":"TRACES","destinations":[{"destinationType":"XRAY","outputFormats":[]}],"mandatoryFields":["trace"]}]
│    │  └ vendedLogs
│    │     ├[~] logType: APPLICATION_LOGS
│    │     │ ├destinations:
│    │     │ │├S3
│    │     │ ││└outputFormats: [json, plain, w3c, parquet]
│    │     │ │├CWL
│    │     │ ││└outputFormats: [plain, json]
│    │     │ │└FH
│    │     │ │ └outputFormats: [json, plain, raw]
│    │     │ └optionalFields:
│    │     │  └+ [resource_arn, event_timestamp, memory_strategy_id, namespace, actor_id, session_id, event_id, body, resource, attributes, timeUnixNano, severityNumber, severityText, traceId, spanId]
│    │     └[~] logType: TRACES
│    │       ├destinations:
│    │       │└XRAY
│    │       └mandatoryFields:
│    │        └+ [trace]
│    ├[~]  resource AWS::BedrockAgentCore::Runtime
│    │  ├      - vendedLogs: [{"permissionsVersion":"V2","logType":"APPLICATION_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]},{"permissionsVersion":"V2","logType":"TRACES","destinations":[{"destinationType":"XRAY"}]},{"permissionsVersion":"V2","logType":"USAGE_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]}]
│    │  │      + vendedLogs: [{"permissionsVersion":"V2","logType":"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":["account_id","request_id","session_id","span_id","trace_id","service_name","operation","request_payload","response_payload","resource","attributes","timeUnixNano","severityNumber","severityText","body","traceId","spanId"]},{"permissionsVersion":"V2","logType":"TRACES","destinations":[{"destinationType":"XRAY","outputFormats":[]}],"mandatoryFields":["trace"]},{"permissionsVersion":"V2","logType":"USAGE_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","resource","attributes","metrics"]}]
│    │  └ vendedLogs
│    │     ├[~] logType: APPLICATION_LOGS
│    │     │ ├destinations:
│    │     │ │├S3
│    │     │ ││└outputFormats: [json, plain, w3c, parquet]
│    │     │ │├CWL
│    │     │ ││└outputFormats: [plain, json]
│    │     │ │└FH
│    │     │ │ └outputFormats: [json, plain, raw]
│    │     │ ├mandatoryFields:
│    │     │ │└+ [resource_arn, event_timestamp]
│    │     │ └optionalFields:
│    │     │  └+ [account_id, request_id, session_id, span_id, trace_id, service_name, operation, request_payload, response_payload, resource, attributes, timeUnixNano, severityNumber, severityText, body, traceId, spanId]
│    │     ├[~] logType: TRACES
│    │     │ ├destinations:
│    │     │ │└XRAY
│    │     │ └mandatoryFields:
│    │     │  └+ [trace]
│    │     └[~] logType: USAGE_LOGS
│    │       ├destinations:
│    │       │├S3
│    │       ││└outputFormats: [json, plain, w3c, parquet]
│    │       │├CWL
│    │       ││└outputFormats: [plain, json]
│    │       │└FH
│    │       │ └outputFormats: [json, plain, raw]
│    │       └mandatoryFields:
│    │        └+ [resource_arn, event_timestamp, resource, attributes, metrics]
│    └[~]  resource AWS::BedrockAgentCore::WorkloadIdentity
│       ├      - vendedLogs: [{"permissionsVersion":"V2","logType":"APPLICATION_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]}]
│       │      + vendedLogs: [{"permissionsVersion":"V2","logType":"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":["request_id","operation_name","operation_type","start_time","end_time","duration_ms","account_id","request","response","trace_id","span_id","resource","attributes","timeUnixNano","severityNumber","severityText","body","traceId","spanId"]}]
│       └ vendedLogs
│          └[~] logType: APPLICATION_LOGS
│            ├destinations:
│            │├S3
│            ││└outputFormats: [json, plain, w3c, parquet]
│            │├CWL
│            ││└outputFormats: [plain, json]
│            │└FH
│            │ └outputFormats: [json, plain, raw]
│            ├mandatoryFields:
│            │└+ [resource_arn, event_timestamp]
│            └optionalFields:
│             └+ [request_id, operation_name, operation_type, start_time, end_time, duration_ms, account_id, request, response, trace_id, span_id, resource, attributes, timeUnixNano, severityNumber, severityText, body, traceId, spanId]
├[~] service aws-cleanrooms
│ └ resources
│    └[~]  resource AWS::CleanRooms::Membership
│       ├      - vendedLogs: [{"permissionsVersion":"V1","logType":"ANALYSIS_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]}]
│       │      + vendedLogs: [{"permissionsVersion":"V1","logType":"ANALYSIS_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}]}]
│       └ vendedLogs
│          └[~] logType: ANALYSIS_LOGS
│            └destinations:
│             ├S3
│             │└outputFormats: [json, plain, w3c, parquet]
│             ├CWL
│             │└outputFormats: [plain, json]
│             └FH
│              └outputFormats: [json, plain, raw]
├[~] service aws-cloudfront
│ └ resources
│    └[~]  resource AWS::CloudFront::Distribution
│       ├      - vendedLogs: [{"permissionsVersion":"V2","logType":"CONNECTION_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]},{"permissionsVersion":"V2","logType":"ACCESS_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]}]
│       │      + vendedLogs: [{"permissionsVersion":"V2","logType":"CONNECTION_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}],"mandatoryFields":["eventTimestamp","connectionId","distributionId"],"optionalFields":["connectionStatus","clientIp","clientPort","serverIp","distributionTenantId","tlsProtocol","tlsCipher","tlsHandshakeDuration","tlsSni","clientLeafCertSerialNumber","clientLeafCertSubject","clientLeafCertIssuer","clientLeafCertValidity","connectionLogCustomData"]},{"permissionsVersion":"V2","logType":"ACCESS_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}],"optionalFields":["date","time","x-edge-location","sc-bytes","c-ip","cs-method","cs(Host)","cs-uri-stem","sc-status","cs(Referer)","cs(User-Agent)","cs-uri-query","cs(Cookie)","x-edge-result-type","x-edge-request-id","x-host-header","cs-protocol","cs-bytes","time-taken","x-forwarded-for","ssl-protocol","ssl-cipher","x-edge-response-result-type","cs-protocol-version","fle-status","fle-encrypted-fields","c-port","time-to-first-byte","x-edge-detailed-result-type","sc-content-type","sc-content-len","sc-range-start","sc-range-end"]}]
│       └ vendedLogs
│          ├[~] logType: CONNECTION_LOGS
│          │ ├destinations:
│          │ │├S3
│          │ ││└outputFormats: [json, plain, w3c, parquet]
│          │ │├CWL
│          │ ││└outputFormats: [plain, json]
│          │ │└FH
│          │ │ └outputFormats: [json, plain, raw]
│          │ ├mandatoryFields:
│          │ │└+ [eventTimestamp, connectionId, distributionId]
│          │ └optionalFields:
│          │  └+ [connectionStatus, clientIp, clientPort, serverIp, distributionTenantId, tlsProtocol, tlsCipher, tlsHandshakeDuration, tlsSni, clientLeafCertSerialNumber, clientLeafCertSubject, clientLeafCertIssuer, clientLeafCertValidity, connectionLogCustomData]
│          └[~] logType: ACCESS_LOGS
│            ├destinations:
│            │├S3
│            ││└outputFormats: [json, plain, w3c, parquet]
│            │├CWL
│            ││└outputFormats: [plain, json]
│            │└FH
│            │ └outputFormats: [json, plain, raw]
│            └optionalFields:
│             └+ [date, time, x-edge-location, sc-bytes, c-ip, cs-method, cs(Host), cs-uri-stem, sc-status, cs(Referer), cs(User-Agent), cs-uri-query, cs(Cookie), x-edge-result-type, x-edge-request-id, x-host-header, cs-protocol, cs-bytes, time-taken, x-forwarded-for, ssl-protocol, ssl-cipher, x-edge-response-result-type, cs-protocol-version, fle-status, fle-encrypted-fields, c-port, time-to-first-byte, x-edge-detailed-result-type, sc-content-type, sc-content-len, sc-range-start, sc-range-end]
├[~] service aws-cognito
│ └ resources
│    └[~]  resource AWS::Cognito::UserPool
│       ├      - vendedLogs: [{"permissionsVersion":"V1","logType":"APPLICATION_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]}]
│       │      + vendedLogs: [{"permissionsVersion":"V1","logType":"APPLICATION_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}]}]
│       └ vendedLogs
│          └[~] logType: APPLICATION_LOGS
│            └destinations:
│             ├S3
│             │└outputFormats: [json, plain, w3c, parquet]
│             ├CWL
│             │└outputFormats: [plain, json]
│             └FH
│              └outputFormats: [json, plain, raw]
├[~] service aws-connect
│ └ resources
│    └[~]  resource AWS::Connect::Instance
│       ├      - vendedLogs: [{"permissionsVersion":"V2","logType":"AMAZON_CONNECT_FLOW_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]}]
│       │      + vendedLogs: [{"permissionsVersion":"V2","logType":"AMAZON_CONNECT_FLOW_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}],"mandatoryFields":["InstanceArn","Timestamp","AccountId","ResourceArn","ResourceType","ResourceName","ResourceExecutionStartTime","ResourcePublishTimestamp","FlowType","ContactId","InitiationMethod","Channel","SubType","LogVersion","LogType","ActionLogData","ModuleCallstack","ActionCounter"]}]
│       └ vendedLogs
│          └[~] logType: AMAZON_CONNECT_FLOW_LOGS
│            ├destinations:
│            │├S3
│            ││└outputFormats: [json, plain, w3c, parquet]
│            │├CWL
│            ││└outputFormats: [plain, json]
│            │└FH
│            │ └outputFormats: [json, plain, raw]
│            └mandatoryFields:
│             └+ [InstanceArn, Timestamp, AccountId, ResourceArn, ResourceType, ResourceName, ResourceExecutionStartTime, ResourcePublishTimestamp, FlowType, ContactId, InitiationMethod, Channel, SubType, LogVersion, LogType, ActionLogData, ModuleCallstack, ActionCounter]
├[~] service aws-devopsagent
│ └ resources
│    └[~]  resource AWS::DevOpsAgent::AgentSpace
│       ├      - vendedLogs: undefined
│       │      + vendedLogs: [{"permissionsVersion":"V2","logType":"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":["optional_account_id","optional_agent_space_id","optional_level","optional_association_id","optional_status","optional_webhook_id","optional_mcp_endpoint_url","optional_service_type","optional_service_endpoint_url","optional_service_id","optional_request_id","optional_operation","optional_task_type","optional_task_id","optional_reference","optional_error_type","optional_error_message","optional_details"]}]
│       └ vendedLogs
│          └[+] logType: APPLICATION_LOGS
│            ├permissionsVersion: V2
│            ├destinations: [S3, CWL, FH]
│            ├mandatoryFields: [resource_arn, event_timestamp]
│            └optionalFields: [optional_account_id, optional_agent_space_id, optional_level, optional_association_id, optional_status, optional_webhook_id, optional_mcp_endpoint_url, optional_service_type, optional_service_endpoint_url, optional_service_id, optional_request_id, optional_operation, optional_task_type, optional_task_id, optional_reference, optional_error_type, optional_error_message, optional_details]
├[~] service aws-ec2
│ └ resources
│    ├[~]  resource AWS::EC2::RouteServerPeer
│    │  ├      - vendedLogs: [{"permissionsVersion":"V2","logType":"EVENT_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]}]
│    │  │      + vendedLogs: [{"permissionsVersion":"V2","logType":"EVENT_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","type"],"optionalFields":["status","message"]}]
│    │  └ vendedLogs
│    │     └[~] logType: EVENT_LOGS
│    │       ├destinations:
│    │       │├S3
│    │       ││└outputFormats: [json, plain, w3c, parquet]
│    │       │├CWL
│    │       ││└outputFormats: [plain, json]
│    │       │└FH
│    │       │ └outputFormats: [json, plain, raw]
│    │       ├mandatoryFields:
│    │       │└+ [resource_arn, event_timestamp, type]
│    │       └optionalFields:
│    │        └+ [status, message]
│    ├[~]  resource AWS::EC2::VerifiedAccessInstance
│    │  ├      - vendedLogs: [{"permissionsVersion":"V1","logType":"VERIFIED_ACCESS_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]}]
│    │  │      + vendedLogs: [{"permissionsVersion":"V1","logType":"VERIFIED_ACCESS_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}]}]
│    │  └ vendedLogs
│    │     └[~] logType: VERIFIED_ACCESS_LOGS
│    │       └destinations:
│    │        ├S3
│    │        │└outputFormats: [json, plain, w3c, parquet]
│    │        ├CWL
│    │        │└outputFormats: [plain, json]
│    │        └FH
│    │         └outputFormats: [json, plain, raw]
│    ├[~]  resource AWS::EC2::VPC
│    │  ├      - vendedLogs: [{"permissionsVersion":"V1","logType":"ROUTE53_RESOLVER_QUERY_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]}]
│    │  │      + vendedLogs: [{"permissionsVersion":"V1","logType":"ROUTE53_RESOLVER_QUERY_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}]}]
│    │  └ vendedLogs
│    │     └[~] logType: ROUTE53_RESOLVER_QUERY_LOGS
│    │       └destinations:
│    │        ├S3
│    │        │└outputFormats: [json, plain, w3c, parquet]
│    │        ├CWL
│    │        │└outputFormats: [plain, json]
│    │        └FH
│    │         └outputFormats: [json, plain, raw]
│    └[~]  resource AWS::EC2::VPNConnection
│       ├      - vendedLogs: [{"permissionsVersion":"V2","logType":"EVENT_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]},{"permissionsVersion":"V2","logType":"CONNECTION_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]}]
│       │      + vendedLogs: [{"permissionsVersion":"V2","logType":"EVENT_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}],"mandatoryFields":["resource_id","event_timestamp"],"optionalFields":["timestamp","type","status","message"]},{"permissionsVersion":"V2","logType":"CONNECTION_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}],"mandatoryFields":["event_timestamp","details"],"optionalFields":["timestamp","dpd_enabled","nat_t_detected","ike_phase1_state","ike_phase2_state"]}]
│       └ vendedLogs
│          ├[~] logType: EVENT_LOGS
│          │ ├destinations:
│          │ │├S3
│          │ ││└outputFormats: [json, plain, w3c, parquet]
│          │ │├CWL
│          │ ││└outputFormats: [plain, json]
│          │ │└FH
│          │ │ └outputFormats: [json, plain, raw]
│          │ ├mandatoryFields:
│          │ │└+ [resource_id, event_timestamp]
│          │ └optionalFields:
│          │  └+ [timestamp, type, status, message]
│          └[~] logType: CONNECTION_LOGS
│            ├destinations:
│            │├S3
│            ││└outputFormats: [json, plain, w3c, parquet]
│            │├CWL
│            ││└outputFormats: [plain, json]
│            │└FH
│            │ └outputFormats: [json, plain, raw]
│            ├mandatoryFields:
│            │└+ [event_timestamp, details]
│            └optionalFields:
│             └+ [timestamp, dpd_enabled, nat_t_detected, ike_phase1_state, ike_phase2_state]
├[~] service aws-eks
│ └ resources
│    └[~]  resource AWS::EKS::Cluster
│       ├      - vendedLogs: [{"permissionsVersion":"V2","logType":"AUTO_MODE_BLOCK_STORAGE_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]},{"permissionsVersion":"V2","logType":"AUTO_MODE_COMPUTE_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]},{"permissionsVersion":"V2","logType":"AUTO_MODE_IPAM_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]},{"permissionsVersion":"V2","logType":"AUTO_MODE_LOAD_BALANCING_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]}]
│       │      + vendedLogs: [{"permissionsVersion":"V2","logType":"AUTO_MODE_BLOCK_STORAGE_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":["level","stream","message","err","error","enabled","feature"]},{"permissionsVersion":"V2","logType":"AUTO_MODE_COMPUTE_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":["level","stream","message","err","error","controller","controllerGroup","controllerKind","reconcileID","worker-count","count","instance-type-count","mode","offering-count"]},{"permissionsVersion":"V2","logType":"AUTO_MODE_IPAM_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":["level","stream","message","err","error","controller","controllerGroup","controllerKind","reconcileID","worker-count"]},{"permissionsVersion":"V2","logType":"AUTO_MODE_LOAD_BALANCING_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":["level","stream","message","err","error","controller","controllerGroup","controllerKind","reconcileID","worker-count","attempt","delay","totalItems"]}]
│       └ vendedLogs
│          ├[~] logType: AUTO_MODE_BLOCK_STORAGE_LOGS
│          │ ├destinations:
│          │ │├S3
│          │ ││└outputFormats: [json, plain, w3c, parquet]
│          │ │├CWL
│          │ ││└outputFormats: [plain, json]
│          │ │└FH
│          │ │ └outputFormats: [json, plain, raw]
│          │ ├mandatoryFields:
│          │ │└+ [resource_arn, event_timestamp]
│          │ └optionalFields:
│          │  └+ [level, stream, message, err, error, enabled, feature]
│          ├[~] logType: AUTO_MODE_COMPUTE_LOGS
│          │ ├destinations:
│          │ │├S3
│          │ ││└outputFormats: [json, plain, w3c, parquet]
│          │ │├CWL
│          │ ││└outputFormats: [plain, json]
│          │ │└FH
│          │ │ └outputFormats: [json, plain, raw]
│          │ ├mandatoryFields:
│          │ │└+ [resource_arn, event_timestamp]
│          │ └optionalFields:
│          │  └+ [level, stream, message, err, error, controller, controllerGroup, controllerKind, reconcileID, worker-count, count, instance-type-count, mode, offering-count]
│          ├[~] logType: AUTO_MODE_IPAM_LOGS
│          │ ├destinations:
│          │ │├S3
│          │ ││└outputFormats: [json, plain, w3c, parquet]
│          │ │├CWL
│          │ ││└outputFormats: [plain, json]
│          │ │└FH
│          │ │ └outputFormats: [json, plain, raw]
│          │ ├mandatoryFields:
│          │ │└+ [resource_arn, event_timestamp]
│          │ └optionalFields:
│          │  └+ [level, stream, message, err, error, controller, controllerGroup, controllerKind, reconcileID, worker-count]
│          └[~] logType: AUTO_MODE_LOAD_BALANCING_LOGS
│            ├destinations:
│            │├S3
│            ││└outputFormats: [json, plain, w3c, parquet]
│            │├CWL
│            ││└outputFormats: [plain, json]
│            │└FH
│            │ └outputFormats: [json, plain, raw]
│            ├mandatoryFields:
│            │└+ [resource_arn, event_timestamp]
│            └optionalFields:
│             └+ [level, stream, message, err, error, controller, controllerGroup, controllerKind, reconcileID, worker-count, attempt, delay, totalItems]
├[~] service aws-elasticache
│ └ resources
│    └[~]  resource AWS::ElastiCache::CacheCluster
│       ├      - vendedLogs: [{"permissionsVersion":"V1","logType":"ELASTICACHE_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]}]
│       │      + vendedLogs: [{"permissionsVersion":"V1","logType":"ELASTICACHE_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}]}]
│       └ vendedLogs
│          └[~] logType: ELASTICACHE_LOGS
│            └destinations:
│             ├S3
│             │└outputFormats: [json, plain, w3c, parquet]
│             ├CWL
│             │└outputFormats: [plain, json]
│             └FH
│              └outputFormats: [json, plain, raw]
├[~] service aws-elasticloadbalancingv2
│ └ resources
│    └[~]  resource AWS::ElasticLoadBalancingV2::LoadBalancer
│       ├      - vendedLogs: [{"permissionsVersion":"V2","logType":"NLB_ACCESS_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]}]
│       │      + 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
│          └[~] logType: NLB_ACCESS_LOGS
│            ├destinations:
│            │├S3
│            ││└outputFormats: [json, plain, w3c, parquet]
│            │├CWL
│            ││└outputFormats: [plain, json]
│            │└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]
├[~] service aws-entityresolution
│ └ resources
│    ├[~]  resource AWS::EntityResolution::IdMappingWorkflow
│    │  ├      - vendedLogs: [{"permissionsVersion":"V2","logType":"WORKFLOW_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]}]
│    │  │      + vendedLogs: [{"permissionsVersion":"V2","logType":"WORKFLOW_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}],"optionalFields":["resource_arn","event_type","event_timestamp","job_id","workflow_name","workflow_start_time","workflow_complete_time","data_processing_progression","error_message","match_rule","match_count","total_records_processed","total_records_unprocessed","incremental_records_processed"]}]
│    │  └ vendedLogs
│    │     └[~] logType: WORKFLOW_LOGS
│    │       ├destinations:
│    │       │├S3
│    │       ││└outputFormats: [json, plain, w3c, parquet]
│    │       │├CWL
│    │       ││└outputFormats: [plain, json]
│    │       │└FH
│    │       │ └outputFormats: [json, plain, raw]
│    │       └optionalFields:
│    │        └+ [resource_arn, event_type, event_timestamp, job_id, workflow_name, workflow_start_time, workflow_complete_time, data_processing_progression, error_message, match_rule, match_count, total_records_processed, total_records_unprocessed, incremental_records_processed]
│    └[~]  resource AWS::EntityResolution::MatchingWorkflow
│       ├      - vendedLogs: [{"permissionsVersion":"V2","logType":"WORKFLOW_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]}]
│       │      + vendedLogs: [{"permissionsVersion":"V2","logType":"WORKFLOW_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}],"optionalFields":["resource_arn","event_type","event_timestamp","job_id","workflow_name","workflow_start_time","workflow_complete_time","data_processing_progression","error_message","match_rule","match_count","total_records_processed","total_records_unprocessed","incremental_records_processed"]}]
│       └ vendedLogs
│          └[~] logType: WORKFLOW_LOGS
│            ├destinations:
│            │├S3
│            ││└outputFormats: [json, plain, w3c, parquet]
│            │├CWL
│            ││└outputFormats: [plain, json]
│            │└FH
│            │ └outputFormats: [json, plain, raw]
│            └optionalFields:
│             └+ [resource_arn, event_type, event_timestamp, job_id, workflow_name, workflow_start_time, workflow_complete_time, data_processing_progression, error_message, match_rule, match_count, total_records_processed, total_records_unprocessed, incremental_records_processed]
├[~] service aws-events
│ └ resources
│    └[~]  resource AWS::Events::EventBus
│       ├      - vendedLogs: [{"permissionsVersion":"V2","logType":"ERROR_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]},{"permissionsVersion":"V2","logType":"INFO_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]},{"permissionsVersion":"V2","logType":"TRACE_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]}]
│       │      + vendedLogs: [{"permissionsVersion":"V2","logType":"ERROR_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}],"optionalFields":["resource_arn","message_timestamp_ms","event_bus_name","request_id","event_id","invocation_id","message_type","log_level","details","error"]},{"permissionsVersion":"V2","logType":"INFO_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}],"optionalFields":["resource_arn","message_timestamp_ms","event_bus_name","request_id","event_id","invocation_id","message_type","log_level","details","error"]},{"permissionsVersion":"V2","logType":"TRACE_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}],"optionalFields":["resource_arn","message_timestamp_ms","event_bus_name","request_id","event_id","invocation_id","message_type","log_level","details","error"]}]
│       └ vendedLogs
│          ├[~] logType: ERROR_LOGS
│          │ ├destinations:
│          │ │├S3
│          │ ││└outputFormats: [json, plain, w3c, parquet]
│          │ │├CWL
│          │ ││└outputFormats: [plain, json]
│          │ │└FH
│          │ │ └outputFormats: [json, plain, raw]
│          │ └optionalFields:
│          │  └+ [resource_arn, message_timestamp_ms, event_bus_name, request_id, event_id, invocation_id, message_type, log_level, details, error]
│          ├[~] logType: INFO_LOGS
│          │ ├destinations:
│          │ │├S3
│          │ ││└outputFormats: [json, plain, w3c, parquet]
│          │ │├CWL
│          │ ││└outputFormats: [plain, json]
│          │ │└FH
│          │ │ └outputFormats: [json, plain, raw]
│          │ └optionalFields:
│          │  └+ [resource_arn, message_timestamp_ms, event_bus_name, request_id, event_id, invocation_id, message_type, log_level, details, error]
│          └[~] logType: TRACE_LOGS
│            ├destinations:
│            │├S3
│            ││└outputFormats: [json, plain, w3c, parquet]
│            │├CWL
│            ││└outputFormats: [plain, json]
│            │└FH
│            │ └outputFormats: [json, plain, raw]
│            └optionalFields:
│             └+ [resource_arn, message_timestamp_ms, event_bus_name, request_id, event_id, invocation_id, message_type, log_level, details, error]
├[~] service aws-grafana
│ └ resources
│    └[~]  resource AWS::Grafana::Workspace
│       ├      - vendedLogs: [{"permissionsVersion":"V2","logType":"APPLICATION_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]}]
│       │      + vendedLogs: [{"permissionsVersion":"V2","logType":"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","body","workspace_id","log_type"]}]
│       └ vendedLogs
│          └[~] logType: APPLICATION_LOGS
│            ├destinations:
│            │├S3
│            ││└outputFormats: [json, plain, w3c, parquet]
│            │├CWL
│            ││└outputFormats: [plain, json]
│            │└FH
│            │ └outputFormats: [json, plain, raw]
│            └mandatoryFields:
│             └+ [resource_arn, event_timestamp, body, workspace_id, log_type]
├[~] service aws-iotfleetwise
│ └ resources
│    ├[~]  resource AWS::IoTFleetWise::Campaign
│    │  ├      - vendedLogs: [{"permissionsVersion":"V1","logType":"IOT_FLEETWISE_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]}]
│    │  │      + vendedLogs: [{"permissionsVersion":"V1","logType":"IOT_FLEETWISE_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}]}]
│    │  └ vendedLogs
│    │     └[~] logType: IOT_FLEETWISE_LOGS
│    │       └destinations:
│    │        ├S3
│    │        │└outputFormats: [json, plain, w3c, parquet]
│    │        ├CWL
│    │        │└outputFormats: [plain, json]
│    │        └FH
│    │         └outputFormats: [json, plain, raw]
│    └[~]  resource AWS::IoTFleetWise::Vehicle
│       ├      - vendedLogs: [{"permissionsVersion":"V1","logType":"IOT_FLEETWISE_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]}]
│       │      + vendedLogs: [{"permissionsVersion":"V1","logType":"IOT_FLEETWISE_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}]}]
│       └ vendedLogs
│          └[~] logType: IOT_FLEETWISE_LOGS
│            └destinations:
│             ├S3
│             │└outputFormats: [json, plain, w3c, parquet]
│             ├CWL
│             │└outputFormats: [plain, json]
│             └FH
│              └outputFormats: [json, plain, raw]
├[~] service aws-ivschat
│ └ resources
│    └[~]  resource AWS::IVSChat::Room
│       ├      - vendedLogs: [{"permissionsVersion":"V1","logType":"IVS_CHAT_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]}]
│       │      + vendedLogs: [{"permissionsVersion":"V1","logType":"IVS_CHAT_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}]}]
│       └ vendedLogs
│          └[~] logType: IVS_CHAT_LOGS
│            └destinations:
│             ├S3
│             │└outputFormats: [json, plain, w3c, parquet]
│             ├CWL
│             │└outputFormats: [plain, json]
│             └FH
│              └outputFormats: [json, plain, raw]
├[~] service aws-kafkaconnect
│ └ resources
│    └[~]  resource AWS::KafkaConnect::Connector
│       ├      - vendedLogs: [{"permissionsVersion":"V1","logType":"APPLICATION_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]}]
│       │      + vendedLogs: [{"permissionsVersion":"V1","logType":"APPLICATION_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}]}]
│       └ vendedLogs
│          └[~] logType: APPLICATION_LOGS
│            └destinations:
│             ├S3
│             │└outputFormats: [json, plain, w3c, parquet]
│             ├CWL
│             │└outputFormats: [plain, json]
│             └FH
│              └outputFormats: [json, plain, raw]
├[~] service aws-m2
│ └ resources
│    └[~]  resource AWS::M2::Application
│       ├      - vendedLogs: [{"permissionsVersion":"V1","logType":"CONFIG_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]},{"permissionsVersion":"V1","logType":"BATCH_JOB_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]},{"permissionsVersion":"V1","logType":"CONSOLE_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]},{"permissionsVersion":"V1","logType":"DATASET_IMPORT_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]}]
│       │      + vendedLogs: [{"permissionsVersion":"V1","logType":"CONFIG_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}]},{"permissionsVersion":"V1","logType":"BATCH_JOB_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}]},{"permissionsVersion":"V1","logType":"CONSOLE_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}]},{"permissionsVersion":"V1","logType":"DATASET_IMPORT_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}]}]
│       └ vendedLogs
│          ├[~] logType: CONFIG_LOGS
│          │ └destinations:
│          │  ├S3
│          │  │└outputFormats: [json, plain, w3c, parquet]
│          │  ├CWL
│          │  │└outputFormats: [plain, json]
│          │  └FH
│          │   └outputFormats: [json, plain, raw]
│          ├[~] logType: BATCH_JOB_LOGS
│          │ └destinations:
│          │  ├S3
│          │  │└outputFormats: [json, plain, w3c, parquet]
│          │  ├CWL
│          │  │└outputFormats: [plain, json]
│          │  └FH
│          │   └outputFormats: [json, plain, raw]
│          ├[~] logType: CONSOLE_LOGS
│          │ └destinations:
│          │  ├S3
│          │  │└outputFormats: [json, plain, w3c, parquet]
│          │  ├CWL
│          │  │└outputFormats: [plain, json]
│          │  └FH
│          │   └outputFormats: [json, plain, raw]
│          └[~] logType: DATASET_IMPORT_LOGS
│            └destinations:
│             ├S3
│             │└outputFormats: [json, plain, w3c, parquet]
│             ├CWL
│             │└outputFormats: [plain, json]
│             └FH
│              └outputFormats: [json, plain, raw]
├[~] service aws-mediapackagev2
│ └ resources
│    └[~]  resource AWS::MediaPackageV2::ChannelGroup
│       ├      - vendedLogs: [{"permissionsVersion":"V2","logType":"EGRESS_ACCESS_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]},{"permissionsVersion":"V2","logType":"INGRESS_ACCESS_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]}]
│       │      + vendedLogs: [{"permissionsVersion":"V2","logType":"EGRESS_ACCESS_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}],"optionalFields":["resource_arn","event_timestamp","client_ip","time_to_first_byte","status_code","received_bytes","sent_bytes","method","request_uri_base","request_query_params","protocol","user_agent","domain_name","request_id","account","channel_id","channel_arn","endpoint_id","endpoint_arn","channel_group_id","manifest_name","manifest_type"]},{"permissionsVersion":"V2","logType":"INGRESS_ACCESS_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}],"optionalFields":["resource_arn","event_timestamp","client_ip","time_to_first_byte","status_code","received_bytes","sent_bytes","method","request","protocol","user_agent","domain_name","request_id","account","channel_id","channel_arn","channel_group_id","input_type","input_index"]}]
│       └ vendedLogs
│          ├[~] logType: EGRESS_ACCESS_LOGS
│          │ ├destinations:
│          │ │├S3
│          │ ││└outputFormats: [json, plain, w3c, parquet]
│          │ │├CWL
│          │ ││└outputFormats: [plain, json]
│          │ │└FH
│          │ │ └outputFormats: [json, plain, raw]
│          │ └optionalFields:
│          │  └+ [resource_arn, event_timestamp, client_ip, time_to_first_byte, status_code, received_bytes, sent_bytes, method, request_uri_base, request_query_params, protocol, user_agent, domain_name, request_id, account, channel_id, channel_arn, endpoint_id, endpoint_arn, channel_group_id, manifest_name, manifest_type]
│          └[~] logType: INGRESS_ACCESS_LOGS
│            ├destinations:
│            │├S3
│            ││└outputFormats: [json, plain, w3c, parquet]
│            │├CWL
│            ││└outputFormats: [plain, json]
│            │└FH
│            │ └outputFormats: [json, plain, raw]
│            └optionalFields:
│             └+ [resource_arn, event_timestamp, client_ip, time_to_first_byte, status_code, received_bytes, sent_bytes, method, request, protocol, user_agent, domain_name, request_id, account, channel_id, channel_arn, channel_group_id, input_type, input_index]
├[~] service aws-mediatailor
│ └ resources
│    └[~]  resource AWS::MediaTailor::PlaybackConfiguration
│       ├      - vendedLogs: [{"permissionsVersion":"V2","logType":"AD_DECISION_SERVER_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]},{"permissionsVersion":"V2","logType":"MANIFEST_SERVICE_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]},{"permissionsVersion":"V2","logType":"TRANSCODE_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]}]
│       │      + vendedLogs: [{"permissionsVersion":"V2","logType":"AD_DECISION_SERVER_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}],"mandatoryFields":["eventTimestamp","awsAccountId"],"optionalFields":["originId","customerId","eventType","sessionType","requestId","eventDescription","sessionId","vodVastResponseTimeOffset","adsRequestUrl","adMarkers","segmentationUpid","segmentationTypeId","originalTargetUrl","updatedTargetUrl","rawAdsRequest","rawAdsRequestIndex","rawAdsResponse","rawAdsResponseIndex","avail","vastResponse","vastAd","vodCreativeOffsets","requestHeaders","beaconInfo","adBreakCorrelationId","prefetchScheduleName"]},{"permissionsVersion":"V2","logType":"MANIFEST_SERVICE_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}],"mandatoryFields":["eventTimestamp","awsAccountId","originId"],"optionalFields":["customerId","eventType","sessionType","requestId","eventDescription","sessionId","originRequestUrl","mediaTailorPath","responseBody","requestNextToken","assetPath","originFullUrl","originPrefixUrl","additionalInfo","cause","response","httpCode","errorMessage","adAdsResponse","adAdsRawResponse","adAdsRequest","adNumNewAvails","generatedMediaPlaylist","requestStartTime","requestEndTime","requestStartTimeEpochMillis","requestEndTimeEpochMillis"]},{"permissionsVersion":"V2","logType":"TRANSCODE_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}],"mandatoryFields":["eventTimestamp","awsAccountId","originId"],"optionalFields":["eventType","eventDescription","sessionId","creativeUniqueId","profileName","adUri","transcodeRequestId","cacheStatus"]}]
│       └ vendedLogs
│          ├[~] logType: AD_DECISION_SERVER_LOGS
│          │ ├destinations:
│          │ │├S3
│          │ ││└outputFormats: [json, plain, w3c, parquet]
│          │ │├CWL
│          │ ││└outputFormats: [plain, json]
│          │ │└FH
│          │ │ └outputFormats: [json, plain, raw]
│          │ ├mandatoryFields:
│          │ │└+ [eventTimestamp, awsAccountId]
│          │ └optionalFields:
│          │  └+ [originId, customerId, eventType, sessionType, requestId, eventDescription, sessionId, vodVastResponseTimeOffset, adsRequestUrl, adMarkers, segmentationUpid, segmentationTypeId, originalTargetUrl, updatedTargetUrl, rawAdsRequest, rawAdsRequestIndex, rawAdsResponse, rawAdsResponseIndex, avail, vastResponse, vastAd, vodCreativeOffsets, requestHeaders, beaconInfo, adBreakCorrelationId, prefetchScheduleName]
│          ├[~] logType: MANIFEST_SERVICE_LOGS
│          │ ├destinations:
│          │ │├S3
│          │ ││└outputFormats: [json, plain, w3c, parquet]
│          │ │├CWL
│          │ ││└outputFormats: [plain, json]
│          │ │└FH
│          │ │ └outputFormats: [json, plain, raw]
│          │ ├mandatoryFields:
│          │ │└+ [eventTimestamp, awsAccountId, originId]
│          │ └optionalFields:
│          │  └+ [customerId, eventType, sessionType, requestId, eventDescription, sessionId, originRequestUrl, mediaTailorPath, responseBody, requestNextToken, assetPath, originFullUrl, originPrefixUrl, additionalInfo, cause, response, httpCode, errorMessage, adAdsResponse, adAdsRawResponse, adAdsRequest, adNumNewAvails, generatedMediaPlaylist, requestStartTime, requestEndTime, requestStartTimeEpochMillis, requestEndTimeEpochMillis]
│          └[~] logType: TRANSCODE_LOGS
│            ├destinations:
│            │├S3
│            ││└outputFormats: [json, plain, w3c, parquet]
│            │├CWL
│            ││└outputFormats: [plain, json]
│            │└FH
│            │ └outputFormats: [json, plain, raw]
│            ├mandatoryFields:
│            │└+ [eventTimestamp, awsAccountId, originId]
│            └optionalFields:
│             └+ [eventType, eventDescription, sessionId, creativeUniqueId, profileName, adUri, transcodeRequestId, cacheStatus]
├[~] service aws-msk
│ └ resources
│    └[~]  resource AWS::MSK::Cluster
│       ├      - vendedLogs: [{"permissionsVersion":"V1","logType":"BROKER_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]}]
│       │      + vendedLogs: [{"permissionsVersion":"V1","logType":"BROKER_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}]}]
│       └ vendedLogs
│          └[~] logType: BROKER_LOGS
│            └destinations:
│             ├S3
│             │└outputFormats: [json, plain, w3c, parquet]
│             ├CWL
│             │└outputFormats: [plain, json]
│             └FH
│              └outputFormats: [json, plain, raw]
├[~] service aws-networkfirewall
│ └ resources
│    ├[~]  resource AWS::NetworkFirewall::Firewall
│    │  ├      - vendedLogs: [{"permissionsVersion":"V1","logType":"ALERT_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]},{"permissionsVersion":"V1","logType":"FLOW_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]},{"permissionsVersion":"V1","logType":"TLS_LOGS","destinations":[{"destinationType":"S3"},{"destinationType":"CWL"},{"destinationType":"FH"}]}]
│    │  │      + vendedLogs: [{"permissionsVersion":"V1","logType":"ALERT_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}]},{"permissionsVersion":"V1","logType":"FLOW_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}]},{"permissionsVersion":"V1","logType":"TLS_LOGS","destinations":[{"destinationType":"S3","outputFormats":["json","plain","w3c","parquet"]},{"destinationType":"CWL","outputFormats":["plain","json"]},{"destinationType":"FH","outputFormats":["json","plain","raw"]}]}]
│    │  └ vendedLogs
│    │     ├[~] logType: ALERT_LOGS
│    │     │ └destinations:
│    │     │  ├S3
│    │     │  │└outputFormats: [json, plain, w3c, parquet]
│    │     │  ├CWL
│    │     │  │└outputFormats: [plain, json]
│    │     │  └FH
│    │     │   └outputFormats: [json, plain, raw]
│    │     ├[~] logType: FLOW_LOGS
│    │     │ └destinations:
│    │     │  ├S3
│  

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 Feb 19, 2026
@aws-cdk-automation aws-cdk-automation requested a review from a team February 19, 2026 17:14
@github-actions github-actions Bot added the p2 label Feb 19, 2026
@aws-cdk-automation aws-cdk-automation requested a review from a team February 19, 2026 17:14
@mergify
Copy link
Copy Markdown
Contributor

mergify Bot commented Feb 19, 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 62d40f8 into main Feb 19, 2026
58 of 59 checks passed
@mergify mergify Bot deleted the automation/spec-update branch February 19, 2026 17:45
@mergify
Copy link
Copy Markdown
Contributor

mergify Bot commented Feb 19, 2026

Merge Queue Status

Rule: default-squash


  • Entered queue2026-02-19 17:45 UTC
  • Checks passed · in-place
  • Merged2026-02-19 17:45 UTC · at a6ee22f97c210a4a123da3a16c00ee840dcb1c33

This pull request spent 7 seconds in the queue, with no time running CI.

Required conditions to merge

@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 Feb 19, 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