ConnectionsProperty
Initializer
import { ConnectionsProperty } from '@alicloud/ros-cdk-redis'
const connectionsProperty: ConnectionsProperty = { ... }
Properties
| Name | Type | Description |
|---|---|---|
classicInnerConnection |
@alicloud/ros-cdk-core.IResolvable | ClassicInnerConnectionProperty |
No description. |
directConnection |
@alicloud/ros-cdk-core.IResolvable | DirectConnectionProperty |
No description. |
publicConnection |
@alicloud/ros-cdk-core.IResolvable | PublicConnectionProperty |
No description. |
vpcPrivateConnection |
@alicloud/ros-cdk-core.IResolvable | VpcPrivateConnectionProperty |
No description. |
classicInnerConnectionOptional
public readonly classicInnerConnection: IResolvable | ClassicInnerConnectionProperty;
- Type: @alicloud/ros-cdk-core.IResolvable | ClassicInnerConnectionProperty
directConnectionOptional
public readonly directConnection: IResolvable | DirectConnectionProperty;
- Type: @alicloud/ros-cdk-core.IResolvable | DirectConnectionProperty
publicConnectionOptional
public readonly publicConnection: IResolvable | PublicConnectionProperty;
- Type: @alicloud/ros-cdk-core.IResolvable | PublicConnectionProperty
vpcPrivateConnectionOptional
public readonly vpcPrivateConnection: IResolvable | VpcPrivateConnectionProperty;
- Type: @alicloud/ros-cdk-core.IResolvable | VpcPrivateConnectionProperty