Instance
This class encapsulates and extends the ROS resource type DATASOURCE::REDIS::Instance
.
Initializers
from ros_cdk_redis import datasource
datasource.Instance(
scope: Construct,
id: str,
db_instance_id: typing.Union[str, IResolvable],
refresh_options: typing.Union[str, IResolvable] = None,
enable_resource_property_constraint: bool = None
)
Name | Type | Description |
---|---|---|
scope |
ros_cdk_core.Construct |
No description. |
id |
str |
No description. |
db_instance_id |
typing.Union[str, ros_cdk_core.IResolvable] |
Property dbInstanceId: Database instance id. |
refresh_options |
typing.Union[str, ros_cdk_core.IResolvable] |
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
enable_resource_property_constraint |
bool |
No description. |
scope
Required
- Type: ros_cdk_core.Construct
id
Required
- Type: str
db_instance_id
Required
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property dbInstanceId: Database instance id.
refresh_options
Optional
- Type: typing.Union[str, ros_cdk_core.IResolvable]
Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.
Valid values:
- Never: Never refresh the datasource resource when the stack is updated.
- Always: Always refresh the datasource resource when the stack is updated. Default is Never.
enable_resource_property_constraint
Optional
- Type: bool
Methods
Name | Description |
---|---|
to_string |
Returns a string representation of this construct. |
synthesize |
Allows this construct to emit artifacts into the cloud assembly during synthesis. |
add_condition |
No description. |
add_count |
No description. |
add_dependency |
No description. |
add_resource_desc |
No description. |
apply_removal_policy |
No description. |
get_att |
No description. |
set_metadata |
No description. |
to_string
def to_string() -> str
Returns a string representation of this construct.
synthesize
def synthesize(
session: ISynthesisSession
) -> None
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: ros_cdk_core.ISynthesisSession
The synthesis session.
add_condition
def add_condition(
condition: RosCondition
) -> None
- Type: ros_cdk_core.RosCondition
add_count
def add_count(
count: typing.Union[typing.Union[int, float], IResolvable]
) -> None
- Type: typing.Union[typing.Union[int, float], ros_cdk_core.IResolvable]
add_dependency
def add_dependency(
resource: Resource
) -> None
- Type: ros_cdk_core.Resource
add_resource_desc
def add_resource_desc(
desc: str
) -> None
- Type: str
apply_removal_policy
def apply_removal_policy(
policy: RemovalPolicy
) -> None
- Type: ros_cdk_core.RemovalPolicy
get_att
def get_att(
name: str
) -> IResolvable
- Type: str
set_metadata
def set_metadata(
key: str,
value: typing.Any
) -> None
- Type: str
- Type: typing.Any
Static Functions
Name | Description |
---|---|
is_construct |
Return whether the given object is a Construct. |
is_construct
from ros_cdk_redis import datasource
datasource.Instance.is_construct(
x: typing.Any
)
Return whether the given object is a Construct.
- Type: typing.Any
Properties
Name | Type | Description |
---|---|---|
node |
ros_cdk_core.ConstructNode |
The construct tree node associated with this construct. |
ref |
str |
No description. |
stack |
ros_cdk_core.Stack |
The stack in which this resource is defined. |
resource |
ros_cdk_core.RosResource |
No description. |
attr_architecture_type |
ros_cdk_core.IResolvable |
Attribute ArchitectureType: Architecture type. |
attr_bandwidth |
ros_cdk_core.IResolvable |
Attribute Bandwidth: Bandwidth. |
attr_capacity |
ros_cdk_core.IResolvable |
Attribute Capacity: Capacity. |
attr_cloud_type |
ros_cdk_core.IResolvable |
Attribute CloudType: Cloud category. |
attr_config |
ros_cdk_core.IResolvable |
Attribute Config: Config. |
attr_connection_domain |
ros_cdk_core.IResolvable |
Attribute ConnectionDomain: Connection domain. |
attr_create_time |
ros_cdk_core.IResolvable |
Attribute CreateTime: Create time. |
attr_db_instance_id |
ros_cdk_core.IResolvable |
Attribute DBInstanceId: Database instance id. |
attr_db_instance_name |
ros_cdk_core.IResolvable |
Attribute DBInstanceName: Instance name. |
attr_end_time |
ros_cdk_core.IResolvable |
Attribute EndTime: End time. |
attr_engine_version |
ros_cdk_core.IResolvable |
Attribute EngineVersion: Engine version. |
attr_has_renew_change_order |
ros_cdk_core.IResolvable |
Attribute HasRenewChangeOrder: Has renew change order. |
attr_instance_class |
ros_cdk_core.IResolvable |
Attribute InstanceClass: Instance class. |
attr_instance_release_protection |
ros_cdk_core.IResolvable |
Attribute InstanceReleaseProtection: Instance release protection. |
attr_instance_type |
ros_cdk_core.IResolvable |
Attribute InstanceType: Instance type. |
attr_is_rds |
ros_cdk_core.IResolvable |
Attribute IsRds: is RDS. |
attr_maintain_end_time |
ros_cdk_core.IResolvable |
Attribute MaintainEndTime: Maintain end time. |
attr_maintain_start_time |
ros_cdk_core.IResolvable |
Attribute MaintainStartTime: Maintain start time. |
attr_network_type |
ros_cdk_core.IResolvable |
Attribute NetworkType: Network type. |
attr_package_type |
ros_cdk_core.IResolvable |
Attribute PackageType: Package type. |
attr_payment_type |
ros_cdk_core.IResolvable |
Attribute PaymentType: Payment type. |
attr_port |
ros_cdk_core.IResolvable |
Attribute Port: Port. |
attr_private_ip |
ros_cdk_core.IResolvable |
Attribute PrivateIp: Private IP. |
attr_qps |
ros_cdk_core.IResolvable |
Attribute Qps: QPS. |
attr_read_only_count |
ros_cdk_core.IResolvable |
Attribute ReadOnlyCount: The number of read-only nodes. |
attr_replacate_id |
ros_cdk_core.IResolvable |
Attribute ReplacateId: Replacate id. |
attr_resource_group_id |
ros_cdk_core.IResolvable |
Attribute ResourceGroupId: Resource group id. |
attr_secondary_zone_id |
ros_cdk_core.IResolvable |
Attribute SecondaryZoneId: The ID of the standby zone. |
attr_security_group_id |
ros_cdk_core.IResolvable |
Attribute SecurityGroupId: Security group id. |
attr_security_ip_group_attribute |
ros_cdk_core.IResolvable |
Attribute SecurityIpGroupAttribute: Security IP group attribute. |
attr_security_ip_group_name |
ros_cdk_core.IResolvable |
Attribute SecurityIpGroupName: Security IP group name. |
attr_security_ips |
ros_cdk_core.IResolvable |
Attribute SecurityIps: Security IPs. |
attr_shard_count |
ros_cdk_core.IResolvable |
Attribute ShardCount: The number of slices. |
attr_tags |
ros_cdk_core.IResolvable |
Attribute Tags: Tags. |
attr_vpc_auth_mode |
ros_cdk_core.IResolvable |
Attribute VpcAuthMode: Vpc auth mode. |
attr_vpc_cloud_instance_id |
ros_cdk_core.IResolvable |
Attribute VpcCloudInstanceId: Vpc cloud instance id. |
attr_vpc_id |
ros_cdk_core.IResolvable |
Attribute VpcId: Vpc id. |
attr_v_switch_id |
ros_cdk_core.IResolvable |
Attribute VSwitchId: Vswitch id. |
attr_zone_id |
ros_cdk_core.IResolvable |
Attribute ZoneId: Zone id. |
node
Required
node: ConstructNode
- Type: ros_cdk_core.ConstructNode
The construct tree node associated with this construct.
ref
Required
ref: str
- Type: str
stack
Required
stack: Stack
- Type: ros_cdk_core.Stack
The stack in which this resource is defined.
resource
Optional
resource: RosResource
- Type: ros_cdk_core.RosResource
attr_architecture_type
Required
attr_architecture_type: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute ArchitectureType: Architecture type.
attr_bandwidth
Required
attr_bandwidth: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute Bandwidth: Bandwidth.
attr_capacity
Required
attr_capacity: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute Capacity: Capacity.
attr_cloud_type
Required
attr_cloud_type: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute CloudType: Cloud category.
attr_config
Required
attr_config: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute Config: Config.
attr_connection_domain
Required
attr_connection_domain: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute ConnectionDomain: Connection domain.
attr_create_time
Required
attr_create_time: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute CreateTime: Create time.
attr_db_instance_id
Required
attr_db_instance_id: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute DBInstanceId: Database instance id.
attr_db_instance_name
Required
attr_db_instance_name: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute DBInstanceName: Instance name.
attr_end_time
Required
attr_end_time: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute EndTime: End time.
attr_engine_version
Required
attr_engine_version: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute EngineVersion: Engine version.
attr_has_renew_change_order
Required
attr_has_renew_change_order: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute HasRenewChangeOrder: Has renew change order.
attr_instance_class
Required
attr_instance_class: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute InstanceClass: Instance class.
attr_instance_release_protection
Required
attr_instance_release_protection: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute InstanceReleaseProtection: Instance release protection.
attr_instance_type
Required
attr_instance_type: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute InstanceType: Instance type.
attr_is_rds
Required
attr_is_rds: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute IsRds: is RDS.
attr_maintain_end_time
Required
attr_maintain_end_time: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute MaintainEndTime: Maintain end time.
attr_maintain_start_time
Required
attr_maintain_start_time: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute MaintainStartTime: Maintain start time.
attr_network_type
Required
attr_network_type: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute NetworkType: Network type.
attr_package_type
Required
attr_package_type: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute PackageType: Package type.
attr_payment_type
Required
attr_payment_type: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute PaymentType: Payment type.
attr_port
Required
attr_port: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute Port: Port.
attr_private_ip
Required
attr_private_ip: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute PrivateIp: Private IP.
attr_qps
Required
attr_qps: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute Qps: QPS.
attr_read_only_count
Required
attr_read_only_count: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute ReadOnlyCount: The number of read-only nodes.
This parameter is only applicable to the creation of read-write splitting instances in the cloud disk version. You can use this parameter to customize the number of read-only nodes. Valid values: 1 to 5.
attr_replacate_id
Required
attr_replacate_id: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute ReplacateId: Replacate id.
attr_resource_group_id
Required
attr_resource_group_id: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute ResourceGroupId: Resource group id.
attr_secondary_zone_id
Required
attr_secondary_zone_id: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute SecondaryZoneId: The ID of the standby zone.
You can call the DescribeZones operation.
attr_security_group_id
Required
attr_security_group_id: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute SecurityGroupId: Security group id.
attr_security_ip_group_attribute
Required
attr_security_ip_group_attribute: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute SecurityIpGroupAttribute: Security IP group attribute.
attr_security_ip_group_name
Required
attr_security_ip_group_name: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute SecurityIpGroupName: Security IP group name.
attr_security_ips
Required
attr_security_ips: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute SecurityIps: Security IPs.
attr_shard_count
Required
attr_shard_count: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute ShardCount: The number of slices.
This parameter is only applicable to creating a cloud disk cluster architecture instance. You can use this parameter to customize the number of slices.
attr_tags
Required
attr_tags: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute Tags: Tags.
attr_vpc_auth_mode
Required
attr_vpc_auth_mode: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute VpcAuthMode: Vpc auth mode.
attr_vpc_cloud_instance_id
Required
attr_vpc_cloud_instance_id: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute VpcCloudInstanceId: Vpc cloud instance id.
attr_vpc_id
Required
attr_vpc_id: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute VpcId: Vpc id.
attr_v_switch_id
Required
attr_v_switch_id: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute VSwitchId: Vswitch id.
attr_zone_id
Required
attr_zone_id: IResolvable
- Type: ros_cdk_core.IResolvable
Attribute ZoneId: Zone id.