Properties
Private
Readonly
template
template: Template
Methods
findResourceByLogicalId
- findResourceByLogicalId(type, logicalId): undefined | Record<string, Resource>
-
Parameters
-
type: string
-
logicalId: string | RegExp
Returns undefined | Record<string, Resource>
hasGuTaggedResource
- hasGuTaggedResource(type, props?): void
-
Parameters
-
type: string
-
Optional
props: GuTagMatcherProps
Returns void
hasResourceWithLogicalId
- hasResourceWithLogicalId(type, logicalId): void
-
Parameters
-
type: string
-
logicalId: string | RegExp
Returns void