Class DataAutomationProjectReference
A reference to a DataAutomationProject resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.Bedrock
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class DataAutomationProjectReference : IDataAutomationProjectReference
Syntax (vb)
Public Class DataAutomationProjectReference Implements IDataAutomationProjectReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.Bedrock;
var dataAutomationProjectReference = new DataAutomationProjectReference {
ProjectArn = "projectArn"
};
Synopsis
Constructors
| DataAutomationProjectReference() | A reference to a DataAutomationProject resource. |
Properties
| ProjectArn | The ProjectArn of the DataAutomationProject resource. |
Constructors
DataAutomationProjectReference()
A reference to a DataAutomationProject resource.
public DataAutomationProjectReference()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.Bedrock;
var dataAutomationProjectReference = new DataAutomationProjectReference {
ProjectArn = "projectArn"
};
Properties
ProjectArn
The ProjectArn of the DataAutomationProject resource.
public string ProjectArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated