Skip to content

Commit 48808f5

Browse files
AWSL-Applin
authored andcommitted
AWS Config Update: Updated ResourceType enum with new resource types onboarded by AWS Config in May 2023.
1 parent bbcd079 commit 48808f5

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Config",
4+
"contributor": "",
5+
"description": "Updated ResourceType enum with new resource types onboarded by AWS Config in May 2023."
6+
}

services/config/src/main/resources/codegen-resources/service-2.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7456,7 +7456,28 @@
74567456
"AWS::Redshift::ScheduledAction",
74577457
"AWS::Route53Resolver::FirewallRuleGroupAssociation",
74587458
"AWS::SageMaker::AppImageConfig",
7459-
"AWS::SageMaker::Image"
7459+
"AWS::SageMaker::Image",
7460+
"AWS::ECS::TaskSet",
7461+
"AWS::Cassandra::Keyspace",
7462+
"AWS::Signer::SigningProfile",
7463+
"AWS::Amplify::App",
7464+
"AWS::AppMesh::VirtualNode",
7465+
"AWS::AppMesh::VirtualService",
7466+
"AWS::AppRunner::VpcConnector",
7467+
"AWS::AppStream::Application",
7468+
"AWS::CodeArtifact::Repository",
7469+
"AWS::EC2::PrefixList",
7470+
"AWS::EC2::SpotFleet",
7471+
"AWS::Evidently::Project",
7472+
"AWS::Forecast::Dataset",
7473+
"AWS::IAM::SAMLProvider",
7474+
"AWS::IAM::ServerCertificate",
7475+
"AWS::Pinpoint::Campaign",
7476+
"AWS::Pinpoint::InAppTemplate",
7477+
"AWS::SageMaker::Domain",
7478+
"AWS::Transfer::Agreement",
7479+
"AWS::Transfer::Connector",
7480+
"AWS::KinesisFirehose::DeliveryStream"
74607481
]
74617482
},
74627483
"ResourceTypeList":{

0 commit comments

Comments
 (0)