Skip to content

Commit

Permalink
[CNS-8189] neocna/aws: support lambda function, rds db instance and r…
Browse files Browse the repository at this point in the history
…edshift cluster resources (#959)

* neocna/aws: support Lambda function, RDS DB instance and Redshift cluster resources

* run make all
  • Loading branch information
kcarrasco-panw committed Apr 2, 2024
1 parent ba25a69 commit 13c9c6d
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 8 deletions.
15 changes: 12 additions & 3 deletions awsasset.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 12 additions & 3 deletions awsresource.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion doc/documentation.md
Expand Up @@ -9861,7 +9861,7 @@ a resource's Subnet or VPC ID.

##### `kind` [`autogenerated`,`read_only`]

Type: `enum(Pending | Instance | NetworkInterface | VPC | Subnet | NetworkACL | InternetGateway | SecurityGroup | FakeTarget | TargetGroup | LoadBalancerApplication | LoadBalancerNetwork | LoadBalancerGateway | LoadBalancerClassic | ListenerApplication | ListenerNetwork | ListenerGateway | RouteTable | NATGateway | PrefixList | TransitGateway | TransitGatewayAttachment | TransitGatewayRouteTable | VPCPeeringConnection | MachineImage)`
Type: `enum(Pending | Instance | NetworkInterface | VPC | Subnet | NetworkACL | InternetGateway | SecurityGroup | FakeTarget | TargetGroup | LoadBalancerApplication | LoadBalancerNetwork | LoadBalancerGateway | LoadBalancerClassic | ListenerApplication | ListenerNetwork | ListenerGateway | RouteTable | NATGateway | PrefixList | TransitGateway | TransitGatewayAttachment | TransitGatewayRouteTable | VPCPeeringConnection | MachineImage | LambdaFunction | RDSDBInstance | RedshiftCluster)`

The specific kind of the resource.

Expand Down
5 changes: 4 additions & 1 deletion openapi3_autogen/awsasset.json
Expand Up @@ -67,7 +67,10 @@
"TransitGatewayAttachment",
"TransitGatewayRouteTable",
"VPCPeeringConnection",
"MachineImage"
"MachineImage",
"LambdaFunction",
"RDSDBInstance",
"RedshiftCluster"
],
"example": "Instance",
"readOnly": true
Expand Down
3 changes: 3 additions & 0 deletions specs/@awsresourceattrs.abs
Expand Up @@ -79,6 +79,9 @@ attributes:
- TransitGatewayRouteTable
- VPCPeeringConnection
- MachineImage
- LambdaFunction
- RDSDBInstance
- RedshiftCluster
autogenerated: true
default_value: Pending
example_value: Instance
Expand Down

0 comments on commit 13c9c6d

Please sign in to comment.