aws-cloudformation / cloudformation-cli-go-plugin

The CloudFormation Provider Development Toolkit Go Plugin allows you to autogenerate Go code based on an input schema.
52 stars 31 forks source link

Type configuation #208

Closed brianterry closed 1 year ago

brianterry commented 2 years ago

Issue #, if available:

200

Description of changes: This PR adds type configuration.

Access the resource's configuration with the Configuration function.

c, err := Configuration(req)

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.