SqlHaStandbyDetectedInstanceReference
- class aws_cdk.interfaces.aws_ec2.SqlHaStandbyDetectedInstanceReference(*, instance_id)
Bases:
objectA reference to a SqlHaStandbyDetectedInstance resource.
- Parameters:
instance_id (
str) – The InstanceId of the SqlHaStandbyDetectedInstance resource.- ExampleMetadata:
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. from aws_cdk.interfaces import aws_ec2 as interfaces_ec2 sql_ha_standby_detected_instance_reference = interfaces_ec2.SqlHaStandbyDetectedInstanceReference( instance_id="instanceId" )
Attributes
- instance_id
The InstanceId of the SqlHaStandbyDetectedInstance resource.