RosDbInstance
This class is a base encapsulation around the ROS resource type ALIYUN::GraphDatabase::DbInstance, which is used to create a Graph Database (GDB) instance.
Initializers
import { RosDbInstance } from '@alicloud/ros-cdk-graphdatabase'
new RosDbInstance(scope: Construct, id: string, props: RosDbInstanceProps, enableResourcePropertyConstraint: boolean)
| Name | Type | Description |
|---|---|---|
scope |
@alicloud/ros-cdk-core.Construct |
- scope in which this resource is defined. |
id |
string |
- scoped id of the resource. |
props |
RosDbInstanceProps |
- resource properties. |
enableResourcePropertyConstraint |
boolean |
No description. |
scopeRequired
- Type: @alicloud/ros-cdk-core.Construct
scope in which this resource is defined.
idRequired
- Type: string
scoped id of the resource.
propsRequired
- Type: RosDbInstanceProps
resource properties.
enableResourcePropertyConstraintRequired
- Type: boolean
Methods
| Name | Description |
|---|---|
toString |
Returns a string representation of this construct. |
synthesize |
Allows this construct to emit artifacts into the cloud assembly during synthesis. |
overrideLogicalId |
Overrides the auto-generated logical ID with a specific ID. |
addCondition |
No description. |
addCount |
No description. |
addDeletionOverride |
Syntactic sugar for addOverride(path, undefined). |
addDependsOn |
Indicates that this resource depends on another resource and cannot be provisioned unless the other resource has been successfully provisioned. |
addDesc |
No description. |
addMetaData |
No description. |
addOverride |
Adds an override to the synthesized ROS resource. |
addPropertyDeletionOverride |
Adds an override that deletes the value of a property from the resource definition. |
addPropertyOverride |
Adds an override to a resource property. |
addRosDependency |
No description. |
applyRemovalPolicy |
Sets the deletion policy of the resource based on the removal policy specified. |
getAtt |
Returns a token for an runtime attribute of this resource. |
toString
public toString(): string
Returns a string representation of this construct.
synthesize
public synthesize(session: ISynthesisSession): void
Allows this construct to emit artifacts into the cloud assembly during synthesis.
This method is usually implemented by framework-level constructs such as Stack and Asset
as they participate in synthesizing the cloud assembly.
- Type: @alicloud/ros-cdk-core.ISynthesisSession
The synthesis session.
overrideLogicalId
public overrideLogicalId(newLogicalId: string): void
Overrides the auto-generated logical ID with a specific ID.
- Type: string
The new logical ID to use for this stack element.
addCondition
public addCondition(con: RosCondition): void
- Type: @alicloud/ros-cdk-core.RosCondition
addCount
public addCount(count: number | IResolvable): void
- Type: number | @alicloud/ros-cdk-core.IResolvable
addDeletionOverride
public addDeletionOverride(path: string): void
Syntactic sugar for addOverride(path, undefined).
- Type: string
The path of the value to delete.
addDependsOn
public addDependsOn(target: RosResource): void
Indicates that this resource depends on another resource and cannot be provisioned unless the other resource has been successfully provisioned.
This can be used for resources across stacks (or nested stack) boundaries and the dependency will automatically be transferred to the relevant scope.
- Type: @alicloud/ros-cdk-core.RosResource
addDesc
public addDesc(desc: string): void
- Type: string
addMetaData
public addMetaData(key: string, value: any): void
- Type: string
- Type: any
addOverride
public addOverride(path: string, value: any): void
Adds an override to the synthesized ROS resource.
To add a
property override, either use addPropertyOverride or prefix path with
"Properties." (i.e. Properties.TopicName).
If the override is nested, separate each nested level using a dot (.) in the path parameter. If there is an array as part of the nesting, specify the index in the path.
For example,
addOverride('Properties.GlobalSecondaryIndexes.0.Projection.NonKeyAttributes', ['myattribute'])
addOverride('Properties.GlobalSecondaryIndexes.1.ProjectionType', 'INCLUDE')
would add the overrides
"Properties": {
"GlobalSecondaryIndexes": [
{
"Projection": {
"NonKeyAttributes": [ "myattribute" ]
...
}
...
},
{
"ProjectionType": "INCLUDE"
...
},
]
...
}
- Type: string
The path of the property, you can use dot notation to override values in complex types.
Any intermdediate keys will be created as needed.
- Type: any
The value.
Could be primitive or complex.
addPropertyDeletionOverride
public addPropertyDeletionOverride(propertyPath: string): void
Adds an override that deletes the value of a property from the resource definition.
- Type: string
The path to the property.
addPropertyOverride
public addPropertyOverride(propertyPath: string, value: any): void
Adds an override to a resource property.
Syntactic sugar for addOverride("Properties.<...>", value).
- Type: string
The path of the property.
- Type: any
The value.
addRosDependency
public addRosDependency(target: string): void
- Type: string
applyRemovalPolicy
public applyRemovalPolicy(policy?: RemovalPolicy, options?: RemovalPolicyOptions): void
Sets the deletion policy of the resource based on the removal policy specified.
- Type: @alicloud/ros-cdk-core.RemovalPolicy
- Type: @alicloud/ros-cdk-core.RemovalPolicyOptions
getAtt
public getAtt(attributeName: string): Reference
Returns a token for an runtime attribute of this resource.
Ideally, use generated attribute accessors (e.g. resource.arn), but this can be used for future compatibility
in case there is no generated attribute.
- Type: string
The name of the attribute.
Static Functions
| Name | Description |
|---|---|
isConstruct |
Return whether the given object is a Construct. |
isRosElement |
Returns true if a construct is a stack element (i.e. part of the synthesized template). |
isRosResource |
Check whether the given construct is a RosResource. |
isConstruct
import { RosDbInstance } from '@alicloud/ros-cdk-graphdatabase'
RosDbInstance.isConstruct(x: any)
Return whether the given object is a Construct.
- Type: any
isRosElement
import { RosDbInstance } from '@alicloud/ros-cdk-graphdatabase'
RosDbInstance.isRosElement(x: any)
Returns true if a construct is a stack element (i.e. part of the synthesized template).
Uses duck-typing instead of instanceof to allow stack elements from different
versions of this library to be included in the same stack.
- Type: any
isRosResource
import { RosDbInstance } from '@alicloud/ros-cdk-graphdatabase'
RosDbInstance.isRosResource(construct: IConstruct)
Check whether the given construct is a RosResource.
- Type: @alicloud/ros-cdk-core.IConstruct
Properties
| Name | Type | Description |
|---|---|---|
node |
@alicloud/ros-cdk-core.ConstructNode |
The construct tree node associated with this construct. |
creationStack |
string[] |
No description. |
logicalId |
string |
The logical ID for this stack element. |
stack |
@alicloud/ros-cdk-core.Stack |
The stack in which this element is defined. |
ref |
string |
Return a string that will be resolved to a RosTemplate { Ref } for this element. |
rosOptions |
@alicloud/ros-cdk-core.IRosResourceOptions |
Options for this resource, such as condition, update policy etc. |
rosResourceType |
string |
ROS resource type. |
attrConnectionString |
@alicloud/ros-cdk-core.IResolvable |
No description. |
attrCreateTime |
@alicloud/ros-cdk-core.IResolvable |
No description. |
attrCurrentMinorVersion |
@alicloud/ros-cdk-core.IResolvable |
No description. |
attrDbInstanceCategory |
@alicloud/ros-cdk-core.IResolvable |
No description. |
attrDbInstanceCpu |
@alicloud/ros-cdk-core.IResolvable |
No description. |
attrDbInstanceDescription |
@alicloud/ros-cdk-core.IResolvable |
No description. |
attrDbInstanceId |
@alicloud/ros-cdk-core.IResolvable |
No description. |
attrDbInstanceIpArray |
@alicloud/ros-cdk-core.IResolvable |
No description. |
attrDbInstanceMemory |
@alicloud/ros-cdk-core.IResolvable |
No description. |
attrDbInstanceNetworkType |
@alicloud/ros-cdk-core.IResolvable |
No description. |
attrDbInstanceStorageType |
@alicloud/ros-cdk-core.IResolvable |
No description. |
attrDbInstanceType |
@alicloud/ros-cdk-core.IResolvable |
No description. |
attrDbNodeClass |
@alicloud/ros-cdk-core.IResolvable |
No description. |
attrDbNodeCount |
@alicloud/ros-cdk-core.IResolvable |
No description. |
attrDbNodeStorage |
@alicloud/ros-cdk-core.IResolvable |
No description. |
attrDbVersion |
@alicloud/ros-cdk-core.IResolvable |
No description. |
attrEcsSecurityGroupRelations |
@alicloud/ros-cdk-core.IResolvable |
No description. |
attrExpired |
@alicloud/ros-cdk-core.IResolvable |
No description. |
attrExpireTime |
@alicloud/ros-cdk-core.IResolvable |
No description. |
attrLatestMinorVersion |
@alicloud/ros-cdk-core.IResolvable |
No description. |
attrLockMode |
@alicloud/ros-cdk-core.IResolvable |
No description. |
attrLockReason |
@alicloud/ros-cdk-core.IResolvable |
No description. |
attrMaintainTime |
@alicloud/ros-cdk-core.IResolvable |
No description. |
attrPaymentType |
@alicloud/ros-cdk-core.IResolvable |
No description. |
attrPort |
@alicloud/ros-cdk-core.IResolvable |
No description. |
attrPublicConnectionString |
@alicloud/ros-cdk-core.IResolvable |
No description. |
attrPublicPort |
@alicloud/ros-cdk-core.IResolvable |
No description. |
attrReadOnlyDbInstanceIds |
@alicloud/ros-cdk-core.IResolvable |
No description. |
attrResourceGroupId |
@alicloud/ros-cdk-core.IResolvable |
No description. |
attrTags |
@alicloud/ros-cdk-core.IResolvable |
No description. |
attrVpcId |
@alicloud/ros-cdk-core.IResolvable |
No description. |
attrVSwitchId |
@alicloud/ros-cdk-core.IResolvable |
No description. |
attrZoneId |
@alicloud/ros-cdk-core.IResolvable |
No description. |
dbInstanceCategory |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
dbInstanceNetworkType |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
dbInstanceStorageType |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
dbNodeClass |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
dbNodeStorage |
number | @alicloud/ros-cdk-core.IResolvable |
No description. |
dbVersion |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
enableResourcePropertyConstraint |
boolean |
No description. |
backupSetId |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
createType |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
dbInstanceDescription |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
dbInstanceIpArray |
@alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | DBInstanceIPArrayProperty[] |
No description. |
ecsSecurityGroupRelations |
@alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | EcsSecurityGroupRelationsProperty[] |
No description. |
maintainTime |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
paymentType |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
resourceGroupId |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
restoreType |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
sourceDbInstanceId |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
tags |
TagsProperty[] |
No description. |
vpcId |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
vSwitchId |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
zoneId |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
nodeRequired
public readonly node: ConstructNode;
- Type: @alicloud/ros-cdk-core.ConstructNode
The construct tree node associated with this construct.
creationStackRequired
public readonly creationStack: string[];
- Type: string[]
logicalIdRequired
public readonly logicalId: string;
- Type: string
The logical ID for this stack element.
The logical ID of the element is calculated from the path of the resource node in the construct tree.
To override this value, use overrideLogicalId(newLogicalId).
stackRequired
public readonly stack: Stack;
- Type: @alicloud/ros-cdk-core.Stack
The stack in which this element is defined.
RosElements must be defined within a stack scope (directly or indirectly).
refRequired
public readonly ref: string;
- Type: string
Return a string that will be resolved to a RosTemplate { Ref } for this element.
If, by any chance, the intrinsic reference of a resource is not a string, you could
coerce it to an IResolvable through Lazy.any({ produce: resource.ref }).
rosOptionsRequired
public readonly rosOptions: IRosResourceOptions;
- Type: @alicloud/ros-cdk-core.IRosResourceOptions
Options for this resource, such as condition, update policy etc.
rosResourceTypeRequired
public readonly rosResourceType: string;
- Type: string
ROS resource type.
attrConnectionStringRequired
public readonly attrConnectionString: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
attrCreateTimeRequired
public readonly attrCreateTime: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
attrCurrentMinorVersionRequired
public readonly attrCurrentMinorVersion: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
attrDbInstanceCategoryRequired
public readonly attrDbInstanceCategory: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
attrDbInstanceCpuRequired
public readonly attrDbInstanceCpu: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
attrDbInstanceDescriptionRequired
public readonly attrDbInstanceDescription: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
attrDbInstanceIdRequired
public readonly attrDbInstanceId: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
attrDbInstanceIpArrayRequired
public readonly attrDbInstanceIpArray: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
attrDbInstanceMemoryRequired
public readonly attrDbInstanceMemory: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
attrDbInstanceNetworkTypeRequired
public readonly attrDbInstanceNetworkType: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
attrDbInstanceStorageTypeRequired
public readonly attrDbInstanceStorageType: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
attrDbInstanceTypeRequired
public readonly attrDbInstanceType: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
attrDbNodeClassRequired
public readonly attrDbNodeClass: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
attrDbNodeCountRequired
public readonly attrDbNodeCount: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
attrDbNodeStorageRequired
public readonly attrDbNodeStorage: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
attrDbVersionRequired
public readonly attrDbVersion: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
attrEcsSecurityGroupRelationsRequired
public readonly attrEcsSecurityGroupRelations: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
attrExpiredRequired
public readonly attrExpired: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
attrExpireTimeRequired
public readonly attrExpireTime: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
attrLatestMinorVersionRequired
public readonly attrLatestMinorVersion: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
attrLockModeRequired
public readonly attrLockMode: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
attrLockReasonRequired
public readonly attrLockReason: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
attrMaintainTimeRequired
public readonly attrMaintainTime: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
attrPaymentTypeRequired
public readonly attrPaymentType: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
attrPortRequired
public readonly attrPort: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
attrPublicConnectionStringRequired
public readonly attrPublicConnectionString: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
attrPublicPortRequired
public readonly attrPublicPort: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
attrReadOnlyDbInstanceIdsRequired
public readonly attrReadOnlyDbInstanceIds: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
attrResourceGroupIdRequired
public readonly attrResourceGroupId: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
attrTagsRequired
public readonly attrTags: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
attrVpcIdRequired
public readonly attrVpcId: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
attrVSwitchIdRequired
public readonly attrVSwitchId: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
attrZoneIdRequired
public readonly attrZoneId: IResolvable;
- Type: @alicloud/ros-cdk-core.IResolvable
dbInstanceCategoryRequired
public readonly dbInstanceCategory: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
dbInstanceNetworkTypeRequired
public readonly dbInstanceNetworkType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
dbInstanceStorageTypeRequired
public readonly dbInstanceStorageType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
dbNodeClassRequired
public readonly dbNodeClass: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
dbNodeStorageRequired
public readonly dbNodeStorage: number | IResolvable;
- Type: number | @alicloud/ros-cdk-core.IResolvable
dbVersionRequired
public readonly dbVersion: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
enableResourcePropertyConstraintRequired
public readonly enableResourcePropertyConstraint: boolean;
- Type: boolean
backupSetIdOptional
public readonly backupSetId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
createTypeOptional
public readonly createType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
dbInstanceDescriptionOptional
public readonly dbInstanceDescription: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
dbInstanceIpArrayOptional
public readonly dbInstanceIpArray: IResolvable | IResolvable | DBInstanceIPArrayProperty[];
- Type: @alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | DBInstanceIPArrayProperty[]
ecsSecurityGroupRelationsOptional
public readonly ecsSecurityGroupRelations: IResolvable | IResolvable | EcsSecurityGroupRelationsProperty[];
- Type: @alicloud/ros-cdk-core.IResolvable | @alicloud/ros-cdk-core.IResolvable | EcsSecurityGroupRelationsProperty[]
maintainTimeOptional
public readonly maintainTime: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
paymentTypeOptional
public readonly paymentType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
resourceGroupIdOptional
public readonly resourceGroupId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
restoreTypeOptional
public readonly restoreType: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
sourceDbInstanceIdOptional
public readonly sourceDbInstanceId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
tagsOptional
public readonly tags: TagsProperty[];
- Type: TagsProperty[]
vpcIdOptional
public readonly vpcId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
vSwitchIdOptional
public readonly vSwitchId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
zoneIdOptional
public readonly zoneId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
Constants
| Name | Type | Description |
|---|---|---|
ROS_RESOURCE_TYPE_NAME |
string |
The resource type name for this resource class. |
ROS_RESOURCE_TYPE_NAMERequired
public readonly ROS_RESOURCE_TYPE_NAME: string;
- Type: string
The resource type name for this resource class.