Get Db Instance Result
data class GetDbInstanceResult(val allocatedStorage: String? = null, val associatedRoles: List<DbInstanceDbInstanceRole>? = null, val autoMinorVersionUpgrade: Boolean? = null, val automaticBackupReplicationRegion: String? = null, val availabilityZone: String? = null, val backupRetentionPeriod: Int? = null, val caCertificateIdentifier: String? = null, val certificateDetails: DbInstanceCertificateDetails? = null, val copyTagsToSnapshot: Boolean? = null, val dbClusterSnapshotIdentifier: String? = null, val dbInstanceArn: String? = null, val dbInstanceClass: String? = null, val dbParameterGroupName: String? = null, val dbSecurityGroups: List<String>? = null, val dbSystemId: String? = null, val dbiResourceId: String? = null, val deletionProtection: Boolean? = null, val domain: String? = null, val domainAuthSecretArn: String? = null, val domainDnsIps: List<String>? = null, val domainFqdn: String? = null, val domainIamRoleName: String? = null, val domainOu: String? = null, val enableCloudwatchLogsExports: List<String>? = null, val enableIamDatabaseAuthentication: Boolean? = null, val enablePerformanceInsights: Boolean? = null, val endpoint: DbInstanceEndpoint? = null, val engine: String? = null, val engineVersion: String? = null, val iops: Int? = null, val licenseModel: String? = null, val manageMasterUserPassword: Boolean? = null, val masterUserSecret: DbInstanceMasterUserSecret? = null, val maxAllocatedStorage: Int? = null, val monitoringInterval: Int? = null, val monitoringRoleArn: String? = null, val multiAz: Boolean? = null, val networkType: String? = null, val optionGroupName: String? = null, val performanceInsightsKmsKeyId: String? = null, val performanceInsightsRetentionPeriod: Int? = null, val preferredBackupWindow: String? = null, val preferredMaintenanceWindow: String? = null, val processorFeatures: List<DbInstanceProcessorFeature>? = null, val promotionTier: Int? = null, val publiclyAccessible: Boolean? = null, val replicaMode: String? = null, val sourceDbClusterIdentifier: String? = null, val storageThroughput: Int? = null, val storageType: String? = null, val tags: List<DbInstanceTag>? = null, val tdeCredentialArn: String? = null, val vpcSecurityGroups: List<String>? = null)
Constructors
Link copied to clipboard
fun GetDbInstanceResult(allocatedStorage: String? = null, associatedRoles: List<DbInstanceDbInstanceRole>? = null, autoMinorVersionUpgrade: Boolean? = null, automaticBackupReplicationRegion: String? = null, availabilityZone: String? = null, backupRetentionPeriod: Int? = null, caCertificateIdentifier: String? = null, certificateDetails: DbInstanceCertificateDetails? = null, copyTagsToSnapshot: Boolean? = null, dbClusterSnapshotIdentifier: String? = null, dbInstanceArn: String? = null, dbInstanceClass: String? = null, dbParameterGroupName: String? = null, dbSecurityGroups: List<String>? = null, dbSystemId: String? = null, dbiResourceId: String? = null, deletionProtection: Boolean? = null, domain: String? = null, domainAuthSecretArn: String? = null, domainDnsIps: List<String>? = null, domainFqdn: String? = null, domainIamRoleName: String? = null, domainOu: String? = null, enableCloudwatchLogsExports: List<String>? = null, enableIamDatabaseAuthentication: Boolean? = null, enablePerformanceInsights: Boolean? = null, endpoint: DbInstanceEndpoint? = null, engine: String? = null, engineVersion: String? = null, iops: Int? = null, licenseModel: String? = null, manageMasterUserPassword: Boolean? = null, masterUserSecret: DbInstanceMasterUserSecret? = null, maxAllocatedStorage: Int? = null, monitoringInterval: Int? = null, monitoringRoleArn: String? = null, multiAz: Boolean? = null, networkType: String? = null, optionGroupName: String? = null, performanceInsightsKmsKeyId: String? = null, performanceInsightsRetentionPeriod: Int? = null, preferredBackupWindow: String? = null, preferredMaintenanceWindow: String? = null, processorFeatures: List<DbInstanceProcessorFeature>? = null, promotionTier: Int? = null, publiclyAccessible: Boolean? = null, replicaMode: String? = null, sourceDbClusterIdentifier: String? = null, storageThroughput: Int? = null, storageType: String? = null, tags: List<DbInstanceTag>? = null, tdeCredentialArn: String? = null, vpcSecurityGroups: List<String>? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Indicates whether the DB instance is an internet-facing instance. If you specify true, AWS CloudFormation creates an instance with a publicly resolvable DNS name, which resolves to a public IP address. If you specify false, AWS CloudFormation creates an internal instance with a DNS name that resolves to a private IP address.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard