Skip to main content

SourceDatasetResourceReference

Properties

NameTypeDescriptionNotes
IdStringResource identifier.[optional]
NameStringDisplay name of the resource.[optional]
TypeStringResource type from source schema config.[optional]

Examples

  • Prepare the resource
$SourceDatasetResourceReference = Initialize-SourceDatasetResourceReference -Id aws:iam-role `
-Name Role `
-Type std:resource
  • Convert the resource to JSON
$SourceDatasetResourceReference | ConvertTo-JSON

[Back to top]