We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 30, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 30, 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:
- Instance
Id string - Sql
Server stringCredentials
- Instance
Id string - Sql
Server stringCredentials
- instance
Id String - sql
Server StringCredentials
- instance
Id string - sql
Server stringCredentials
- instance
Id String - sql
Server StringCredentials
Outputs
All input properties are implicitly available as output properties. Additionally, the SqlHaStandbyDetectedInstance resource produces the following output properties:
- Ha
Status Pulumi.Aws Native. Ec2. Sql Ha Standby Detected Instance Ha Status - Id string
- The provider-assigned unique ID for this managed resource.
- Last
Updated stringTime - Sql
Server Pulumi.License Usage Aws Native. Ec2. Sql Ha Standby Detected Instance Sql Server License Usage
- Ha
Status SqlHa Standby Detected Instance Ha Status - Id string
- The provider-assigned unique ID for this managed resource.
- Last
Updated stringTime - Sql
Server SqlLicense Usage Ha Standby Detected Instance Sql Server License Usage
- ha
Status SqlHa Standby Detected Instance Ha Status - id String
- The provider-assigned unique ID for this managed resource.
- last
Updated StringTime - sql
Server SqlLicense Usage Ha Standby Detected Instance Sql Server License Usage
- ha
Status SqlHa Standby Detected Instance Ha Status - id string
- The provider-assigned unique ID for this managed resource.
- last
Updated stringTime - sql
Server SqlLicense Usage Ha Standby Detected Instance Sql Server License Usage
- ha_
status SqlHa Standby Detected Instance Ha Status - id str
- The provider-assigned unique ID for this managed resource.
- last_
updated_ strtime - sql_
server_ Sqllicense_ usage Ha Standby Detected Instance Sql Server License Usage
- ha
Status "processing" | "active" | "standby" | "invalid" - id String
- The provider-assigned unique ID for this managed resource.
- last
Updated StringTime - sql
Server "full" | "waived"License Usage
Supporting Types
SqlHaStandbyDetectedInstanceHaStatus, SqlHaStandbyDetectedInstanceHaStatusArgs
- Processing
processing- Active
active- Standby
standby- Invalid
invalid
- Sql
Ha Standby Detected Instance Ha Status Processing processing- Sql
Ha Standby Detected Instance Ha Status Active active- Sql
Ha Standby Detected Instance Ha Status Standby standby- Sql
Ha Standby Detected Instance Ha Status 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
- "processing"
processing- "active"
active- "standby"
standby- "invalid"
invalid
SqlHaStandbyDetectedInstanceSqlServerLicenseUsage, SqlHaStandbyDetectedInstanceSqlServerLicenseUsageArgs
- Full
full- Waived
waived
- Sql
Ha Standby Detected Instance Sql Server License Usage Full full- Sql
Ha Standby Detected Instance Sql Server License Usage Waived 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
We recommend new projects start with resources from the AWS provider.
published on Monday, Mar 30, 2026 by Pulumi
