Skip to content

Commit 0d2c010

Browse files
committed
add new resource OptionGroup
1 parent d9fef91 commit 0d2c010

38 files changed

+3419
-77
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
ack_generate_info:
2-
build_date: "2025-11-29T03:44:25Z"
3-
build_hash: 23c7074fa310ad1ccb38946775397c203b49f024
4-
go_version: go1.25.4
5-
version: v0.56.0
6-
api_directory_checksum: 90b0d1adcc91f4a1b1f1b436e3ac0c30d9271678
2+
build_date: "2025-12-12T20:58:11Z"
3+
build_hash: 5c8b9050006ef6c7d3a97c279e7b1bc163f20a0a
4+
go_version: go1.24.2
5+
version: v0.56.0-3-g5c8b905
6+
api_directory_checksum: 7a1921a5655bc146b350911169d5a0a1bc3299c7
77
api_version: v1alpha1
88
aws_sdk_go_version: v1.32.6
99
generator_config_info:
10-
file_checksum: 23c3c400e5913ebaa0047af70fda453b065ce321
10+
file_checksum: 7e15405979825405b45c038fbb0e8344d47d0a80
1111
original_file_name: generator.yaml
1212
last_modification:
1313
reason: API generation

apis/v1alpha1/generator.yaml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ ignore:
1717
#- DBSubnetGroup
1818
- EventSubscription
1919
#- GlobalCluster
20-
- OptionGroup
20+
#- OptionGroup
2121
- Integration
2222
- DBShardGroup
2323
- TenantDatabase
@@ -616,3 +616,17 @@ resources:
616616
template_path: hooks/db_cluster_endpoint/sdk_update_pre_build_request.go.tpl
617617
delta_pre_compare:
618618
template_path: hooks/db_cluster_endpoint/delta_pre_compare.go.tpl
619+
OptionGroup:
620+
fields:
621+
OptionGroupName:
622+
is_primary_key: true
623+
Tags:
624+
compare:
625+
is_ignored: true
626+
hooks:
627+
sdk_read_many_post_set_output:
628+
template_path: hooks/option_group/sdk_read_many_post_set_output.go.tpl
629+
sdk_update_pre_build_request:
630+
template_path: hooks/option_group/sdk_update_pre_build_request.go.tpl
631+
delta_pre_compare:
632+
template_path: hooks/option_group/delta_pre_compare.go.tpl

apis/v1alpha1/option_group.go

Lines changed: 144 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apis/v1alpha1/types.go

Lines changed: 22 additions & 18 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)