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/12345332031

------

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

Signed-off-by: github-actions <[email protected]>
@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 1500
git switch -c fix-pr-1500 && git push -u origin HEAD
gh pr create -t "fix: PR #1500" --body "Fixes https://github.com/cdklabs/awscdk-service-spec/pull/1500"

@github-actions
Copy link
Contributor

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

├[~] service aws-appconfig
│ └ resources
│    ├[~] resource AWS::AppConfig::ConfigurationProfile
│    │ └ properties
│    │    └[+] DeletionProtectionCheck: string
│    └[~] resource AWS::AppConfig::Environment
│      └ properties
│         └[+] DeletionProtectionCheck: string
├[~] service aws-batch
│ └ resources
│    └[~] resource AWS::Batch::JobDefinition
│      └ types
│         ├[~] type EcsTaskProperties
│         │ └ properties
│         │    └ Volumes: - Array<Volume> ⇐ Array<Volumes>
│         │               + Array<Volumes> ⇐ Array<Volume>
│         ├[~] type NodeRangeProperty
│         │ └ properties
│         │    └ EcsProperties: - MultiNodeEcsProperties ⇐ EcsProperties
│         │                     + EcsProperties ⇐ MultiNodeEcsProperties
│         └[~] type TaskContainerProperties
│           └ properties
│              └ MountPoints: - Array<MountPoint> ⇐ Array<MountPoints>
│                             + Array<MountPoints> ⇐ Array<MountPoint>
├[~] service aws-cassandra
│ └ resources
│    ├[~] resource AWS::Cassandra::Keyspace
│    │ └ properties
│    │    └[+] ClientSideTimestampsEnabled: boolean
│    └[+] resource AWS::Cassandra::Type
│      ├  name: Type
│      │  cloudFormationType: AWS::Cassandra::Type
│      │  documentation: Resource schema for AWS::Cassandra::Type
│      ├ properties
│      │  ├KeyspaceName: string (required, immutable)
│      │  ├TypeName: string (required, immutable)
│      │  └Fields: Array<Field> (required, immutable)
│      ├ attributes
│      │  ├DirectReferringTables: Array<string>
│      │  ├DirectParentTypes: Array<string>
│      │  ├MaxNestingDepth: integer
│      │  ├LastModifiedTimestamp: number
│      │  └KeyspaceArn: string
│      └ types
│         └type Field
│          ├  name: Field
│          └ properties
│             ├FieldName: string (required)
│             └FieldType: string (required)
├[~] service aws-ec2
│ └ resources
│    └[~] resource AWS::EC2::VPCEndpoint
│      ├ properties
│      │  ├[+] DnsOptions: DnsOptionsSpecification
│      │  ├[+] IpAddressType: string
│      │  ├[+] ResourceConfigurationArn: string (immutable)
│      │  ├ ServiceName: - string (required, immutable)
│      │  │              + string (immutable)
│      │  └[+] ServiceNetworkArn: string (immutable)
│      └ types
│         └[+] type DnsOptionsSpecification
│           ├  name: DnsOptionsSpecification
│           └ properties
│              ├PrivateDnsOnlyForInboundResolverEndpoint: string
│              └DnsRecordIpType: string
├[~] service aws-fis
│ └ resources
│    └[~] resource AWS::FIS::ExperimentTemplate
│      └ types
│         └[~] type ExperimentTemplateExperimentReportConfiguration
│           └ properties
│              └ DataSources: - DataSources (required)
│                             + DataSources
├[~] service aws-quicksight
│ └ resources
│    └[~] resource AWS::QuickSight::DataSet
│      ├ properties
│      │  └[+] PerformanceConfiguration: PerformanceConfiguration
│      └ types
│         ├[+] type PerformanceConfiguration
│         │ ├  name: PerformanceConfiguration
│         │ └ properties
│         │    └UniqueKeys: Array<UniqueKey>
│         └[+] type UniqueKey
│           ├  name: UniqueKey
│           └ properties
│              └ColumnNames: Array<string> (required)
├[~] service aws-rds
│ └ resources
│    └[~] resource AWS::RDS::DBInstance
│      └ properties
│         └[+] DBSystemId: string (immutable)
└[~] service aws-transfer
  └ resources
     └[~] resource AWS::Transfer::Server
       └ attributes
          └[+] State: string

@aws-cdk-automation aws-cdk-automation added this pull request to the merge queue Dec 16, 2024
Merged via the queue into main with commit bb1b881 Dec 16, 2024
11 checks passed
@aws-cdk-automation aws-cdk-automation deleted the update-source/cfn-schema branch December 16, 2024 03:50
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