Show / Hide Table of Contents

Interface IDataAutomationProjectReference

A reference to a DataAutomationProject resource.

Namespace: Amazon.CDK.Interfaces.Bedrock
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDataAutomationProjectReference
Syntax (vb)
Public Interface 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

Properties

ProjectArn

The ProjectArn of the DataAutomationProject resource.

Properties

ProjectArn

The ProjectArn of the DataAutomationProject resource.

string ProjectArn { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX