RemoteCluster

@cdk-cosmos/coreGlobalsRemoteCluster

Hierarchy

  • RemoteCluster

Index

Constructors

Properties

Methods

Constructors

constructor

+ new RemoteCluster(cluster: ICluster & Construct, exportName: string, scope: Construct): RemoteCluster

Defined in packages/@cdk-cosmos/core/src/components/remote.ts:205

Parameters:

NameTypeDefault
clusterICluster & Construct-
exportNamestring-
scopeConstructcluster

Returns: RemoteCluster

Properties

Readonly clusterName

clusterName: string

Defined in packages/@cdk-cosmos/core/src/components/remote.ts:204


Readonly securityGroupId

securityGroupId: string

Defined in packages/@cdk-cosmos/core/src/components/remote.ts:205

Methods

Static import

import(scope: Construct, id: string, exportName: string, vpc: IVpc): ICluster

Defined in packages/@cdk-cosmos/core/src/components/remote.ts:218

Parameters:

NameType
scopeConstruct
idstring
exportNamestring
vpcIVpc

Returns: ICluster