1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. ec2
  5. SqlHaStandbyDetectedInstance

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.58.0
published on Monday, Mar 23, 2026 by Pulumi
aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.58.0
published on Monday, Mar 23, 2026 by Pulumi

    Resource Type definition for AWS::EC2::SqlHaStandbyDetectedInstance

    Create SqlHaStandbyDetectedInstance Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new SqlHaStandbyDetectedInstance(name: string, args: SqlHaStandbyDetectedInstanceArgs, opts?: CustomResourceOptions);
    @overload
    def SqlHaStandbyDetectedInstance(resource_name: str,
                                     args: SqlHaStandbyDetectedInstanceArgs,
                                     opts: Optional[ResourceOptions] = None)
    
    @overload
    def SqlHaStandbyDetectedInstance(resource_name: str,
                                     opts: Optional[ResourceOptions] = None,
                                     instance_id: Optional[str] = None,
                                     sql_server_credentials: Optional[str] = None)
    func NewSqlHaStandbyDetectedInstance(ctx *Context, name string, args SqlHaStandbyDetectedInstanceArgs, opts ...ResourceOption) (*SqlHaStandbyDetectedInstance, error)
    public SqlHaStandbyDetectedInstance(string name, SqlHaStandbyDetectedInstanceArgs args, CustomResourceOptions? opts = null)
    public SqlHaStandbyDetectedInstance(String name, SqlHaStandbyDetectedInstanceArgs args)
    public SqlHaStandbyDetectedInstance(String name, SqlHaStandbyDetectedInstanceArgs args, CustomResourceOptions options)
    
    type: aws-native:ec2:SqlHaStandbyDetectedInstance
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args SqlHaStandbyDetectedInstanceArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args SqlHaStandbyDetectedInstanceArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args SqlHaStandbyDetectedInstanceArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args SqlHaStandbyDetectedInstanceArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args SqlHaStandbyDetectedInstanceArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    SqlHaStandbyDetectedInstance Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The SqlHaStandbyDetectedInstance resource accepts the following input properties:

    Outputs

    All input properties are implicitly available as output properties. Additionally, the SqlHaStandbyDetectedInstance resource produces the following output properties:

    haStatus "processing" | "active" | "standby" | "invalid"
    id String
    The provider-assigned unique ID for this managed resource.
    lastUpdatedTime String
    sqlServerLicenseUsage "full" | "waived"

    Supporting Types

    SqlHaStandbyDetectedInstanceHaStatus, SqlHaStandbyDetectedInstanceHaStatusArgs

    Processing
    processing
    Active
    active
    Standby
    standby
    Invalid
    invalid
    SqlHaStandbyDetectedInstanceHaStatusProcessing
    processing
    SqlHaStandbyDetectedInstanceHaStatusActive
    active
    SqlHaStandbyDetectedInstanceHaStatusStandby
    standby
    SqlHaStandbyDetectedInstanceHaStatusInvalid
    invalid
    Processing
    processing
    Active
    active
    Standby
    standby
    Invalid
    invalid
    Processing
    processing
    Active
    active
    Standby
    standby
    Invalid
    invalid
    PROCESSING
    processing
    ACTIVE
    active
    STANDBY
    standby
    INVALID
    invalid
    "processing"
    processing
    "active"
    active
    "standby"
    standby
    "invalid"
    invalid

    SqlHaStandbyDetectedInstanceSqlServerLicenseUsage, SqlHaStandbyDetectedInstanceSqlServerLicenseUsageArgs

    Full
    full
    Waived
    waived
    SqlHaStandbyDetectedInstanceSqlServerLicenseUsageFull
    full
    SqlHaStandbyDetectedInstanceSqlServerLicenseUsageWaived
    waived
    Full
    full
    Waived
    waived
    Full
    full
    Waived
    waived
    FULL
    full
    WAIVED
    waived
    "full"
    full
    "waived"
    waived

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.58.0
    published on Monday, Mar 23, 2026 by Pulumi
      Try Pulumi Cloud free. Your team will thank you.