Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-sqlhastandbydetectedinstance.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-sqlhastandbydetectedinstance.html#cfn-ec2-sqlhastandbydetectedinstance-instanceid

SqlServerCredentials

The ARN of the AWS Secrets Manager secret containing SQL Server access credentials to the EC2 instance.

string? SqlServerCredentials { get; }
Property Value

string

Remarks

If not specified, AWS Systems Manager agent will use default local user credentials.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ec2-sqlhastandbydetectedinstance.html#cfn-ec2-sqlhastandbydetectedinstance-sqlservercredentials

Back to top Generated by DocFX