MDAA TS Docs
Preparing search index...
@aws-mdaa/config
MdaaConfigParamRefValueTransformerProps
Interface MdaaConfigParamRefValueTransformerProps
interface
MdaaConfigParamRefValueTransformerProps
{
awsEnvironment
?:
AwsEnvironment
;
context
?:
ConfigurationElement
;
domain
:
string
;
env
:
string
;
module_name
:
string
;
naming
?:
IMdaaResourceNaming
;
org
:
string
;
paramProps
:
{
[
name
:
string
]:
CfnParameterProps
}
;
scope
?:
Construct
;
}
Hierarchy (
View Summary
)
MdaaConfigRefValueTransformerProps
MdaaConfigParamRefValueTransformerProps
Index
Properties
aws
Environment?
context?
domain
env
module_
name
naming?
org
param
Props
scope?
Properties
Optional
Readonly
aws
Environment
awsEnvironment
?:
AwsEnvironment
Optional
Readonly
context
context
?:
ConfigurationElement
Readonly
domain
domain
:
string
Readonly
env
env
:
string
Readonly
module_
name
module_name
:
string
Optional
Readonly
naming
naming
?:
IMdaaResourceNaming
Readonly
org
org
:
string
Readonly
param
Props
paramProps
:
{
[
name
:
string
]:
CfnParameterProps
}
Optional
Readonly
scope
scope
?:
Construct
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
aws
Environment
context
domain
env
module_
name
naming
org
param
Props
scope
MDAA TS Docs
Loading...