Skip to content

Conversation

@aws-cdk-automation
Copy link
Contributor

⚠️ This Pull Request updates daily and will overwrite all manual changes pushed to the branch

Updates the cfn-schema source from upstream. See details in workflow run.


Automatically created by projen via the "update-source-cfn-schema" workflow

> ⚠️ This Pull Request updates daily and will overwrite **all** manual changes pushed to the branch

Updates the cfn-schema source from upstream. See details in [workflow run].

[Workflow Run]: https://github.com/cdklabs/awscdk-service-spec/actions/runs/20290771478

------

*Automatically created by projen via the "update-source-cfn-schema" workflow*

Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@github-actions
Copy link
Contributor

To work on this Pull Request, please create a new branch and PR. This prevents your work from being deleted by the automation.

Run the following commands inside the repo:

gh co 2309
git switch -c fix-pr-2309 && git push -u origin HEAD
gh pr create -t "fix: PR #2309" --body "Fixes https://github.com/cdklabs/awscdk-service-spec/pull/2309"

@github-actions
Copy link
Contributor

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

├[~] service aws-devicefarm
│ └ resources
│    └[~]  resource AWS::DeviceFarm::Project
│       ├ properties
│       │  ├[+] EnvironmentVariables: Array<EnvironmentVariable>
│       │  └[+] ExecutionRoleArn: string
│       └ types
│          └[+]  type EnvironmentVariable
│             ├      name: EnvironmentVariable
│             └ properties
│                ├ Name: string (required)
│                └ Value: string (required)
├[~] service aws-ec2
│ └ resources
│    └[~]  resource AWS::EC2::CapacityReservation
│       └      - tagInformation: {"tagPropertyName":"TagSpecifications","variant":"standard"}
│              + tagInformation: undefined
├[~] service aws-gameliftstreams
│ └ resources
│    └[~]  resource AWS::GameLiftStreams::StreamGroup
│       └ types
│          └[~] type LocationConfiguration
│            └ properties
│               ├[+] MaximumCapacity: integer
│               └[+] TargetIdleCapacity: integer
├[~] service aws-groundstation
│ └ resources
│    └[+]  resource AWS::GroundStation::DataflowEndpointGroupV2
│       ├      name: DataflowEndpointGroupV2
│       │      cloudFormationType: AWS::GroundStation::DataflowEndpointGroupV2
│       │      documentation: Resource Type definition for AWS Ground Station DataflowEndpointGroupV2
│       │      tagInformation: {"tagPropertyName":"Tags","variant":"standard"}
│       ├ properties
│       │  ├ Endpoints: Array<CreateEndpointDetails> (immutable)
│       │  ├ ContactPrePassDurationSeconds: integer (immutable)
│       │  ├ ContactPostPassDurationSeconds: integer (immutable)
│       │  └ Tags: Array<tag>
│       ├ attributes
│       │  ├ EndpointDetails: Array<EndpointDetails>
│       │  ├ Id: string
│       │  └ Arn: string
│       └ types
│          ├ type ConnectionDetails
│          │ ├      documentation: Socket address of an uplink or downlink agent endpoint with an optional mtu.
│          │ │      name: ConnectionDetails
│          │ └ properties
│          │    ├ SocketAddress: SocketAddress (required)
│          │    └ Mtu: integer
│          ├ type CreateEndpointDetails
│          │ ├      name: CreateEndpointDetails
│          │ └ properties
│          │    ├ UplinkAwsGroundStationAgentEndpoint: UplinkAwsGroundStationAgentEndpoint
│          │    └ DownlinkAwsGroundStationAgentEndpoint: DownlinkAwsGroundStationAgentEndpoint
│          ├ type DownlinkAwsGroundStationAgentEndpoint
│          │ ├      documentation: Information about DownlinkAwsGroundStationAgentEndpoint used for create
│          │ │      name: DownlinkAwsGroundStationAgentEndpoint
│          │ └ properties
│          │    ├ Name: string (required)
│          │    └ DataflowDetails: DownlinkDataflowDetails (required)
│          ├ type DownlinkAwsGroundStationAgentEndpointDetails
│          │ ├      documentation: Information about DownlinkAwsGroundStationAgentEndpoint
│          │ │      name: DownlinkAwsGroundStationAgentEndpointDetails
│          │ └ properties
│          │    ├ Name: string (required)
│          │    ├ DataflowDetails: DownlinkDataflowDetails (required)
│          │    ├ AgentStatus: string
│          │    └ AuditResults: string
│          ├ type DownlinkConnectionDetails
│          │ ├      documentation: Connection details for downlink, from ground station to agent, and customer to agent
│          │ │      name: DownlinkConnectionDetails
│          │ └ properties
│          │    ├ EgressAddressAndPort: ConnectionDetails (required)
│          │    └ AgentIpAndPortAddress: RangedConnectionDetails (required)
│          ├ type DownlinkDataflowDetails
│          │ ├      documentation: Dataflow details for downlink
│          │ │      name: DownlinkDataflowDetails
│          │ └ properties
│          │    └ AgentConnectionDetails: DownlinkConnectionDetails (required)
│          ├ type EndpointDetails
│          │ ├      name: EndpointDetails
│          │ └ properties
│          │    ├ UplinkAwsGroundStationAgentEndpoint: UplinkAwsGroundStationAgentEndpointDetails
│          │    └ DownlinkAwsGroundStationAgentEndpoint: DownlinkAwsGroundStationAgentEndpointDetails
│          ├ type IntegerRange
│          │ ├      documentation: An integer range that has a minimum and maximum value.
│          │ │      name: IntegerRange
│          │ └ properties
│          │    ├ Minimum: integer (required)
│          │    └ Maximum: integer (required)
│          ├ type RangedConnectionDetails
│          │ ├      documentation: Socket address of an uplink or downlink agent endpoint with a port range and an optional mtu.
│          │ │      name: RangedConnectionDetails
│          │ └ properties
│          │    ├ SocketAddress: RangedSocketAddress (required)
│          │    └ Mtu: integer
│          ├ type RangedSocketAddress
│          │ ├      documentation: A socket address with a port range.
│          │ │      name: RangedSocketAddress
│          │ └ properties
│          │    ├ Name: string (required)
│          │    └ PortRange: IntegerRange (required)
│          ├ type SocketAddress
│          │ ├      name: SocketAddress
│          │ └ properties
│          │    ├ Name: string (required)
│          │    └ Port: integer (required)
│          ├ type UplinkAwsGroundStationAgentEndpoint
│          │ ├      documentation: Information about UplinkAwsGroundStationAgentEndpoint used for create
│          │ │      name: UplinkAwsGroundStationAgentEndpoint
│          │ └ properties
│          │    ├ Name: string (required)
│          │    └ DataflowDetails: UplinkDataflowDetails (required)
│          ├ type UplinkAwsGroundStationAgentEndpointDetails
│          │ ├      documentation: Information about UplinkAwsGroundStationAgentEndpoint
│          │ │      name: UplinkAwsGroundStationAgentEndpointDetails
│          │ └ properties
│          │    ├ Name: string (required)
│          │    ├ DataflowDetails: UplinkDataflowDetails (required)
│          │    ├ AgentStatus: string
│          │    └ AuditResults: string
│          ├ type UplinkConnectionDetails
│          │ ├      documentation: Connection details for uplink, from ground station to agent, and customer to agent
│          │ │      name: UplinkConnectionDetails
│          │ └ properties
│          │    ├ IngressAddressAndPort: ConnectionDetails (required)
│          │    └ AgentIpAndPortAddress: RangedConnectionDetails (required)
│          └ type UplinkDataflowDetails
│            ├      documentation: Dataflow details for uplink
│            │      name: UplinkDataflowDetails
│            └ properties
│               └ AgentConnectionDetails: UplinkConnectionDetails (required)
├[~] service aws-kafkaconnect
│ └ resources
│    └[~]  resource AWS::KafkaConnect::Connector
│       └ properties
│          └[+] NetworkType: string (immutable)
├[~] service aws-opensearchserverless
│ └ resources
│    └[~]  resource AWS::OpenSearchServerless::Collection
│       ├ properties
│       │  ├[+] CollectionGroupName: string (immutable)
│       │  └[+] EncryptionConfig: EncryptionConfig (immutable)
│       └ types
│          └[+]  type EncryptionConfig
│             ├      documentation: The configuration to encrypt the collection
│             │      name: EncryptionConfig
│             └ properties
│                ├ AWSOwnedKey: boolean
│                └ KmsKeyArn: string
└[~] service aws-ssm
  └ resources
     └[~]  resource AWS::SSM::MaintenanceWindowTask

@aws-cdk-automation aws-cdk-automation added this pull request to the merge queue Dec 17, 2025
Merged via the queue into main with commit d541bee Dec 17, 2025
13 checks passed
@aws-cdk-automation aws-cdk-automation deleted the update-source/cfn-schema branch December 17, 2025 04:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant