Documentation - v0.0.0
Preparing search index...
@crisiscleanup/stacks.api
IDelegator
Interface IDelegator
Behavior for a stack that delegates a subdomain to another account.
interface
IDelegator
{
delegate
(
scope
:
Construct
,
id
:
string
,
options
:
DelegatorProps
,
)
:
IPublicHostedZone
;
}
Implemented by
DelegatorZoneStack
Index
Methods
delegate
Methods
delegate
delegate
(
scope
:
Construct
,
id
:
string
,
options
:
DelegatorProps
,
)
:
IPublicHostedZone
Parameters
scope
:
Construct
id
:
string
options
:
DelegatorProps
Returns
IPublicHostedZone
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
delegate
Documentation - v0.0.0
Loading...
Behavior for a stack that delegates a subdomain to another account.