@guardian/cdk
Preparing search index...
utils/test
GuTemplate
Class GuTemplate
Index
Methods
find
Resource
By
Logical
Id
has
Gu
Tagged
Resource
has
Resource
With
Logical
Id
has
Resource
With
Tag
from
Stack
Methods
find
Resource
By
Logical
Id
findResourceByLogicalId
(
type
:
string
,
logicalId
:
string
|
RegExp
,
)
:
undefined
|
Record
<
string
,
Resource
>
Parameters
type
:
string
logicalId
:
string
|
RegExp
Returns
undefined
|
Record
<
string
,
Resource
>
has
Gu
Tagged
Resource
hasGuTaggedResource
(
type
:
string
,
props
?:
GuTagMatcherProps
)
:
void
Parameters
type
:
string
Optional
props
:
GuTagMatcherProps
Returns
void
has
Resource
With
Logical
Id
hasResourceWithLogicalId
(
type
:
string
,
logicalId
:
string
|
RegExp
)
:
void
Parameters
type
:
string
logicalId
:
string
|
RegExp
Returns
void
has
Resource
With
Tag
hasResourceWithTag
(
type
:
string
,
tag
:
Tag
)
:
void
Parameters
type
:
string
tag
:
Tag
Returns
void
Static
from
Stack
fromStack
(
stack
:
GuStack
)
:
GuTemplate
Parameters
stack
:
GuStack
Returns
GuTemplate
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
find
Resource
By
Logical
Id
has
Gu
Tagged
Resource
has
Resource
With
Logical
Id
has
Resource
With
Tag
from
Stack
@guardian/cdk
Loading...