RemoteZone

@cdk-cosmos/coreGlobalsRemoteZone

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:

NameTypeDefault
zoneIHostedZone & Construct-
exportNamestring-
scopeConstructzone

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:

NameType
scopeConstruct
idstring
exportNamestring

Returns: IHostedZone