Interface ICfnSqlHaStandbyDetectedInstanceMixinProps
Properties for CfnSqlHaStandbyDetectedInstancePropsMixin.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.EC2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface ICfnSqlHaStandbyDetectedInstanceMixinProps
Syntax (vb)
Public Interface ICfnSqlHaStandbyDetectedInstanceMixinProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.EC2;
var cfnSqlHaStandbyDetectedInstanceMixinProps = new CfnSqlHaStandbyDetectedInstanceMixinProps {
InstanceId = "instanceId",
SqlServerCredentials = "sqlServerCredentials"
};
Synopsis
Properties
| InstanceId | The ID of the EC2 instance to enable for SQL Server high availability standby detection. |
| SqlServerCredentials | The ARN of the AWS Secrets Manager secret containing SQL Server access credentials to the EC2 instance. |
Properties
InstanceId
The ID of the EC2 instance to enable for SQL Server high availability standby detection.
string? InstanceId { get; }
Property Value
Remarks
SqlServerCredentials
The ARN of the AWS Secrets Manager secret containing SQL Server access credentials to the EC2 instance.
string? SqlServerCredentials { get; }
Property Value
Remarks
If not specified, AWS Systems Manager agent will use default local user credentials.