Aws Rds DBSnapshot Attributes Result Properties Args
data class AwsRdsDBSnapshotAttributesResultPropertiesArgs(val dbSnapshotAttributes: Output<List<DBSnapshotAttributeArgs>>? = null, val dbSnapshotIdentifier: Output<String>? = null) : ConvertibleToJava<AwsRdsDBSnapshotAttributesResultPropertiesArgs>
Definition of awsRdsDBSnapshotAttributesResult
Constructors
Link copied to clipboard
constructor(dbSnapshotAttributes: Output<List<DBSnapshotAttributeArgs>>? = null, dbSnapshotIdentifier: Output<String>? = null)