AwsRdsDBSnapshotAttributesResultPropertiesArgs

data class AwsRdsDBSnapshotAttributesResultPropertiesArgs(val dbSnapshotAttributes: Output<List<DBSnapshotAttributeArgs>>? = null, val dbSnapshotIdentifier: Output<String>? = null) : ConvertibleToJava<AwsRdsDBSnapshotAttributesResultPropertiesArgs>

Definition of awsRdsDBSnapshotAttributesResult

Constructors

constructor(dbSnapshotAttributes: Output<List<DBSnapshotAttributeArgs>>? = null, dbSnapshotIdentifier: Output<String>? = null)

Properties

Link copied to clipboard

The list of attributes and values for the manual DB snapshot.

Link copied to clipboard
val dbSnapshotIdentifier: Output<String>? = null

The identifier of the manual DB snapshot that the attributes apply to.

Functions

Link copied to clipboard
open override fun toJava(): AwsRdsDBSnapshotAttributesResultPropertiesArgs