RemoteCluster
@cdk-cosmos/core › Globals › RemoteCluster
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:
Name | Type | Default |
---|---|---|
cluster | ICluster & Construct | - |
exportName | string | - |
scope | Construct | cluster |
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:
Name | Type |
---|---|
scope | Construct |
id | string |
exportName | string |
vpc | IVpc |
Returns: ICluster