0.100.9 • Published 6 months ago

@awboost/cfntypes v0.100.9

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

@awboost/cfntypes

Typescript types for AWS CloudFormation types.

Resource Types

The resource types are all defined individually as interfaces with predictable names, and also as properties of the ResourceTypes interface keyed by the CloudFormation resource type.

import { ResourceTypes, ResourceType } from "@cfnboost/cfntypes";

type ApiGatewayProps = ResourceTypes[ResourceType.ApiGatewayRestApi];
// also exported as ApiGatewayRestApi

Attribute Types

The attribute types are all defined individually as interfaces with predictable names, and also as properties of the AttributeTypes interface keyed by the CloudFormation resource type. Note that not all resource types have attributes.

import { AttributeTypes, AttributeTypeFor } from "@cfnboost/cfntypes";

type ApiGatewayRestApiAttribs = AttributeTypes["AWS::ApiGateway::RestApi"];
// also exported as ApiGatewayRestApiAttributes

// the AttributeTypeFor helper returns `never` for resources
// with no attributes defined
type NeverAttribs = AttributeTypeFor<"AWS::ApiGateway::Account">;
0.100.7

6 months ago

0.100.8

6 months ago

0.100.9

6 months ago

1.0.0-beta.68

6 months ago

0.100.4

6 months ago

0.100.5

6 months ago

0.100.6

6 months ago

1.0.0-beta.66

7 months ago

1.0.0-beta.67

6 months ago

1.0.0-beta.64

7 months ago

1.0.0-beta.65

7 months ago

1.0.0-beta.62

7 months ago

1.0.0-beta.63

7 months ago

1.0.0-beta.60

7 months ago

1.0.0-beta.61

7 months ago

1.0.0-beta.55

8 months ago

1.0.0-beta.56

8 months ago

1.0.0-beta.53

8 months ago

1.0.0-beta.54

8 months ago

1.0.0-beta.51

8 months ago

1.0.0-beta.52

8 months ago

0.69.0

8 months ago

1.0.0-beta.50

8 months ago

1.0.0-beta.59

7 months ago

1.0.0-beta.57

8 months ago

1.0.0-beta.58

7 months ago

1.0.0-beta.40

8 months ago

1.0.0-beta.41

8 months ago

1.0.0-beta.48

8 months ago

1.0.0-beta.49

8 months ago

1.0.0-beta.47

8 months ago

1.0.0-beta.33

10 months ago

1.0.0-beta.34

10 months ago

1.0.0-beta.31

10 months ago

1.0.0-beta.32

10 months ago

1.0.0-beta.30

11 months ago

1.0.0-beta.39

9 months ago

1.0.0-beta.37

9 months ago

1.0.0-beta.38

9 months ago

1.0.0-beta.35

9 months ago

1.0.0-beta.36

9 months ago

1.0.0-beta.28

11 months ago

1.0.0-beta.29

11 months ago

1.0.0-beta.26

12 months ago

1.0.0-beta.27

11 months ago

1.0.0-beta.22

1 year ago

1.0.0-beta.23

1 year ago

1.0.0-beta.20

1 year ago

1.0.0-beta.21

1 year ago

1.0.0-beta.24

12 months ago

1.0.0-beta.25

12 months ago

1.0.0-beta.19

1 year ago

1.0.0-beta.18

1 year ago

1.0.0-beta.2

1 year ago

1.0.0-beta.3

1 year ago

1.0.0-beta.4

1 year ago

1.0.0-beta.5

1 year ago

1.0.0-beta.12

1 year ago

1.0.0-beta.17

1 year ago

1.0.0-beta.15

1 year ago

1.0.0-beta.16

1 year ago

1.0.0-beta.13

1 year ago

1.0.0-beta.14

1 year ago

0.53.0

2 years ago

0.54.0

1 year ago

0.51.0

2 years ago

0.52.0

2 years ago

0.50.0

2 years ago

0.49.0

2 years ago

0.48.0

2 years ago

0.46.0

2 years ago

0.47.0

2 years ago

0.45.0

2 years ago

0.44.1

2 years ago