RemoteZone
@cdk-cosmos/core › Globals › RemoteZone
Hierarchy
- RemoteZone
Index
Constructors
Properties
Methods
Constructors
constructor
+ new RemoteZone(zone
: IHostedZone & Construct, exportName
: string, scope
: Construct): RemoteZone
Defined in packages/@cdk-cosmos/core/src/components/remote.ts:41
Parameters:
Name | Type | Default |
---|---|---|
zone | IHostedZone & Construct | - |
exportName | string | - |
scope | Construct | zone |
Returns: RemoteZone
Properties
Readonly
hostedZoneId
• hostedZoneId: string
Defined in packages/@cdk-cosmos/core/src/components/remote.ts:39
Optional
Readonly
hostedZoneNameServers
• hostedZoneNameServers? : undefined | string
Defined in packages/@cdk-cosmos/core/src/components/remote.ts:41
Readonly
zoneName
• zoneName: string
Defined in packages/@cdk-cosmos/core/src/components/remote.ts:40
Methods
Static
import
▸ import(scope
: Construct, id
: string, exportName
: string): IHostedZone
Defined in packages/@cdk-cosmos/core/src/components/remote.ts:63
Parameters:
Name | Type |
---|---|
scope | Construct |
id | string |
exportName | string |
Returns: IHostedZone