Show / Hide Table of Contents

Class GetInstanceResult

Inheritance
System.Object
GetInstanceResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Rds
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetInstanceResult

Fields

View Source

Address

The hostname of the RDS instance. See also endpoint and port.

Declaration
public readonly string Address
Field Value
Type Description
System.String
View Source

AllocatedStorage

Specifies the allocated storage size specified in gigabytes.

Declaration
public readonly int AllocatedStorage
Field Value
Type Description
System.Int32
View Source

AutoMinorVersionUpgrade

Indicates that minor version patches are applied automatically.

Declaration
public readonly bool AutoMinorVersionUpgrade
Field Value
Type Description
System.Boolean
View Source

AvailabilityZone

Specifies the name of the Availability Zone the DB instance is located in.

Declaration
public readonly string AvailabilityZone
Field Value
Type Description
System.String
View Source

BackupRetentionPeriod

Specifies the number of days for which automatic DB snapshots are retained.

Declaration
public readonly int BackupRetentionPeriod
Field Value
Type Description
System.Int32
View Source

CaCertIdentifier

Specifies the identifier of the CA certificate for the DB instance.

Declaration
public readonly string CaCertIdentifier
Field Value
Type Description
System.String
View Source

DbClusterIdentifier

If the DB instance is a member of a DB cluster, contains the name of the DB cluster that the DB instance is a member of.

Declaration
public readonly string DbClusterIdentifier
Field Value
Type Description
System.String
View Source

DbInstanceArn

The Amazon Resource Name (ARN) for the DB instance.

Declaration
public readonly string DbInstanceArn
Field Value
Type Description
System.String
View Source

DbInstanceClass

Contains the name of the compute and memory capacity class of the DB instance.

Declaration
public readonly string DbInstanceClass
Field Value
Type Description
System.String
View Source

DbInstanceIdentifier

Declaration
public readonly string DbInstanceIdentifier
Field Value
Type Description
System.String
View Source

DbInstancePort

Specifies the port that the DB instance listens on.

Declaration
public readonly int DbInstancePort
Field Value
Type Description
System.Int32
View Source

DbName

Contains the name of the initial database of this instance that was provided at create time, if one was specified when the DB instance was created. This same name is returned for the life of the DB instance.

Declaration
public readonly string DbName
Field Value
Type Description
System.String
View Source

DbParameterGroups

Provides the list of DB parameter groups applied to this DB instance.

Declaration
public readonly ImmutableArray<string> DbParameterGroups
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

DbSecurityGroups

Provides List of DB security groups associated to this DB instance.

Declaration
public readonly ImmutableArray<string> DbSecurityGroups
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

DbSubnetGroup

Specifies the name of the subnet group associated with the DB instance.

Declaration
public readonly string DbSubnetGroup
Field Value
Type Description
System.String
View Source

EnabledCloudwatchLogsExports

List of log types to export to cloudwatch.

Declaration
public readonly ImmutableArray<string> EnabledCloudwatchLogsExports
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Endpoint

The connection endpoint in address:port format.

Declaration
public readonly string Endpoint
Field Value
Type Description
System.String
View Source

Engine

Provides the name of the database engine to be used for this DB instance.

Declaration
public readonly string Engine
Field Value
Type Description
System.String
View Source

EngineVersion

Indicates the database engine version.

Declaration
public readonly string EngineVersion
Field Value
Type Description
System.String
View Source

HostedZoneId

The canonical hosted zone ID of the DB instance (to be used in a Route 53 Alias record).

Declaration
public readonly string HostedZoneId
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

Iops

Specifies the Provisioned IOPS (I/O operations per second) value.

Declaration
public readonly int Iops
Field Value
Type Description
System.Int32
View Source

KmsKeyId

If StorageEncrypted is true, the KMS key identifier for the encrypted DB instance.

Declaration
public readonly string KmsKeyId
Field Value
Type Description
System.String
View Source

LicenseModel

License model information for this DB instance.

Declaration
public readonly string LicenseModel
Field Value
Type Description
System.String
View Source

MasterUsername

Contains the master username for the DB instance.

Declaration
public readonly string MasterUsername
Field Value
Type Description
System.String
View Source

MonitoringInterval

The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance.

Declaration
public readonly int MonitoringInterval
Field Value
Type Description
System.Int32
View Source

MonitoringRoleArn

The ARN for the IAM role that permits RDS to send Enhanced Monitoring metrics to CloudWatch Logs.

Declaration
public readonly string MonitoringRoleArn
Field Value
Type Description
System.String
View Source

MultiAz

Specifies if the DB instance is a Multi-AZ deployment.

Declaration
public readonly bool MultiAz
Field Value
Type Description
System.Boolean
View Source

OptionGroupMemberships

Provides the list of option group memberships for this DB instance.

Declaration
public readonly ImmutableArray<string> OptionGroupMemberships
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
View Source

Port

The database port.

Declaration
public readonly int Port
Field Value
Type Description
System.Int32
View Source

PreferredBackupWindow

Specifies the daily time range during which automated backups are created.

Declaration
public readonly string PreferredBackupWindow
Field Value
Type Description
System.String
View Source

PreferredMaintenanceWindow

Specifies the weekly time range during which system maintenance can occur in UTC.

Declaration
public readonly string PreferredMaintenanceWindow
Field Value
Type Description
System.String
View Source

PubliclyAccessible

Specifies the accessibility options for the DB instance.

Declaration
public readonly bool PubliclyAccessible
Field Value
Type Description
System.Boolean
View Source

ReplicateSourceDb

The identifier of the source DB that this is a replica of.

Declaration
public readonly string ReplicateSourceDb
Field Value
Type Description
System.String
View Source

ResourceId

The RDS Resource ID of this instance.

Declaration
public readonly string ResourceId
Field Value
Type Description
System.String
View Source

StorageEncrypted

Specifies whether the DB instance is encrypted.

Declaration
public readonly bool StorageEncrypted
Field Value
Type Description
System.Boolean
View Source

StorageType

Specifies the storage type associated with DB instance.

Declaration
public readonly string StorageType
Field Value
Type Description
System.String
View Source

Tags

Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

Timezone

The time zone of the DB instance.

Declaration
public readonly string Timezone
Field Value
Type Description
System.String
View Source

VpcSecurityGroups

Provides a list of VPC security group elements that the DB instance belongs to.

Declaration
public readonly ImmutableArray<string> VpcSecurityGroups
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.