package
0.0.0-20241212110604-a8ae7ffb4527
Repository: https://github.com/ibrt/golang-cloudformation.git
Documentation: pkg.go.dev

# Functions

NewSchemaFromBuffer parses and validates a CloudFormation JSON schema from the given buffer (i.e.

# Structs

Property describes a property of either a top-level resource or structured type.
Schema describes the CloudFormation JSON schema.
Type describes either a top-level resource type or a structured type.
UnprocessedDefinition describes part of the CloudFormation JSON schema.
UnprocessedEnum describes part of the CloudFormation JSON schema for a resource.
UnprocessedHandlers describes part of the CloudFormation JSON schema for a resource.
UnprocessedHandlersOperation describes part of the CloudFormation JSON schema for a resource.
UnprocessedRelationshipRef describes part of the CloudFormation JSON schema.
UnprocessedResourceLink describes part of the CloudFormation JSON schema.
UnprocessedTagging describes part of the CloudFormation JSON schema for a resource.
UnprocessedTopLevelResource describes part of the CloudFormation JSON schema.
Validation describes a value.
ValidationArray describes an array.
ValidationNumber describes a number value.
ValidationSingle describes a single value.
ValidationString describes a string value.
ValidationStructuredType describe a structured type value.