Subdomain
@cdk-cosmos/core › Globals › Subdomain
Hierarchy
HostedZone
↳ Subdomain
Implements
- IConstruct
- IConstruct
- IResource
- IHostedZone
Index
Constructors
Properties
Constructors
constructor
+ new Subdomain(scope
: ISolarSystemCore | ISolarSystemExtension, id
: string, props
: SubdomainProps): Subdomain
Overrides void
Defined in packages/@cdk-cosmos/core/src/features/domain-feature/subdomain-feature-stack.ts:54
Parameters:
Name | Type |
---|---|
scope | ISolarSystemCore | ISolarSystemExtension |
id | string |
props | SubdomainProps |
Returns: Subdomain
Properties
Readonly
domain
• domain: Domain
Defined in packages/@cdk-cosmos/core/src/features/domain-feature/subdomain-feature-stack.ts:53
Readonly
export
• export: RemoteZone
Defined in packages/@cdk-cosmos/core/src/features/domain-feature/subdomain-feature-stack.ts:54
Readonly
scope
• scope: ISolarSystemCore | ISolarSystemExtension
Defined in packages/@cdk-cosmos/core/src/features/domain-feature/subdomain-feature-stack.ts:52