@Generated(value="jsii-pacmak/1.85.0 (build 08ee592)", date="2023-12-26T06:30:14.284Z") public class RosDBClusters extends com.aliyun.ros.cdk.core.RosResource
DATASOURCE::ClickHouse::DBClusters, which is used to query the information about ApsaraDB for ClickHouse clusters.| Modifier and Type | Class and Description |
|---|---|
static class |
RosDBClusters.Builder
A fluent builder for
RosDBClusters. |
| Modifier and Type | Field and Description |
|---|---|
static String |
ROS_RESOURCE_TYPE_NAME
The resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
RosDBClusters(com.aliyun.ros.cdk.core.Construct scope,
String id,
RosDBClustersProps props,
Boolean enableResourcePropertyConstraint) |
protected |
RosDBClusters(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
RosDBClusters(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
com.aliyun.ros.cdk.core.IResolvable |
getAttrDbClusterIds() |
com.aliyun.ros.cdk.core.IResolvable |
getAttrDbClusters() |
Object |
getDbClusterId() |
Object |
getDbClusterName() |
Boolean |
getEnableResourcePropertyConstraint() |
protected Map<String,Object> |
getRosProperties() |
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setDbClusterId(com.aliyun.ros.cdk.core.IResolvable value) |
void |
setDbClusterId(String value) |
void |
setDbClusterName(com.aliyun.ros.cdk.core.IResolvable value) |
void |
setDbClusterName(String value) |
void |
setEnableResourcePropertyConstraint(Boolean value) |
addCondition, addCount, addDeletionOverride, addDependsOn, addDesc, addMetaData, addOverride, addPropertyDeletionOverride, addPropertyOverride, addRosDependency, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getRosOptions, getRosResourceType, getUpdatedProperites, isRosResource, toString, validatePropertiesgetCreationStack, getLogicalId, getStack, isRosElement, overrideLogicalIdgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetpublic static final String ROS_RESOURCE_TYPE_NAME
protected RosDBClusters(software.amazon.jsii.JsiiObjectRef objRef)
protected RosDBClusters(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
public RosDBClusters(@NotNull
com.aliyun.ros.cdk.core.Construct scope,
@NotNull
String id,
@NotNull
RosDBClustersProps props,
@NotNull
Boolean enableResourcePropertyConstraint)
scope - id - props - enableResourcePropertyConstraint - This parameter is required.@NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class com.aliyun.ros.cdk.core.RosResource@NotNull public com.aliyun.ros.cdk.core.IResolvable getAttrDbClusterIds()
@NotNull public com.aliyun.ros.cdk.core.IResolvable getAttrDbClusters()
@NotNull protected Map<String,Object> getRosProperties()
getRosProperties in class com.aliyun.ros.cdk.core.RosResource@NotNull public Boolean getEnableResourcePropertyConstraint()
public void setEnableResourcePropertyConstraint(@NotNull
Boolean value)
@Nullable public Object getDbClusterId()
public void setDbClusterId(@Nullable
String value)
public void setDbClusterId(@Nullable
com.aliyun.ros.cdk.core.IResolvable value)
@Nullable public Object getDbClusterName()
public void setDbClusterName(@Nullable
String value)
public void setDbClusterName(@Nullable
com.aliyun.ros.cdk.core.IResolvable value)
Copyright © 2023. All rights reserved.