Skip to content

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;

directConnectionOptional

public readonly directConnection: IResolvable | DirectConnectionProperty;

publicConnectionOptional

public readonly publicConnection: IResolvable | PublicConnectionProperty;

vpcPrivateConnectionOptional

public readonly vpcPrivateConnection: IResolvable | VpcPrivateConnectionProperty;