Amplify Toolbox
Preparing search index...
@aws-amplify/plugin-types
BackendSecret
Type Alias BackendSecret
type
BackendSecret
=
{
resolve
:
(
scope
:
Construct
,
backendIdentifier
:
BackendIdentifier
,
)
=>
SecretValue
;
resolvePath
:
(
backendIdentifier
:
BackendIdentifier
)
=>
ResolvePathResult
;
}
Index
Properties
resolve
resolve
Path
Properties
resolve
resolve
:
(
scope
:
Construct
,
backendIdentifier
:
BackendIdentifier
)
=>
SecretValue
Resolves the given secret to a CDK token.
resolve
Path
resolvePath
:
(
backendIdentifier
:
BackendIdentifier
)
=>
ResolvePathResult
Resolves the given secret to its path
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
resolve
resolve
Path
Amplify Toolbox
Loading...
Resolves the given secret to a CDK token.