SolarSystemExtensionStack
@cdk-cosmos/core › Globals › SolarSystemExtensionStack
Hierarchy
↳ SolarSystemExtensionStack
Implements
- IConstruct
- IConstruct
- ITaggable
- ISolarSystemExtension
Index
Constructors
Properties
Methods
Constructors
constructor
+ new SolarSystemExtensionStack(galaxy
: IGalaxyExtension, id
: string, props?
: SolarSystemExtensionStackProps): SolarSystemExtensionStack
Overrides BaseStack.constructor
Defined in packages/@cdk-cosmos/core/src/solar-system/solar-system-extension-stack.ts:21
Parameters:
Name | Type |
---|---|
galaxy | IGalaxyExtension |
id | string |
props? | SolarSystemExtensionStackProps |
Returns: SolarSystemExtensionStack
Properties
Readonly
galaxy
• galaxy: IGalaxyExtension
Implementation of ISolarSystemExtension.galaxy
Defined in packages/@cdk-cosmos/core/src/solar-system/solar-system-extension-stack.ts:20
Readonly
portal
• portal: SolarSystemCoreImport
Implementation of ISolarSystemExtension.portal
Defined in packages/@cdk-cosmos/core/src/solar-system/solar-system-extension-stack.ts:21
Methods
Static
isSolarSystemExtension
▸ isSolarSystemExtension(x
: any): x is SolarSystemExtensionStack
Defined in packages/@cdk-cosmos/core/src/solar-system/solar-system-extension-stack.ts:47
Parameters:
Name | Type |
---|---|
x | any |
Returns: x is SolarSystemExtensionStack
Static
of
▸ of(construct
: IConstruct): SolarSystemExtensionStack
Overrides void
Defined in packages/@cdk-cosmos/core/src/solar-system/solar-system-extension-stack.ts:51
Parameters:
Name | Type |
---|---|
construct | IConstruct |
Returns: SolarSystemExtensionStack