Show / Hide Table of Contents

Class DataAutomationProjectReference

A reference to a DataAutomationProject resource.

Inheritance
object
DataAutomationProjectReference
Implements
IDataAutomationProjectReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IDataAutomationProjectReference
Back to top Generated by DocFX