Show / Hide Table of Contents

Class CfnDataAutomationProjectPropsMixin.BlueprintItemProperty

An abbreviated summary of a blueprint.

Inheritance
object
CfnDataAutomationProjectPropsMixin.BlueprintItemProperty
Implements
CfnDataAutomationProjectPropsMixin.IBlueprintItemProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.Bedrock
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDataAutomationProjectPropsMixin.BlueprintItemProperty : CfnDataAutomationProjectPropsMixin.IBlueprintItemProperty
Syntax (vb)
Public Class CfnDataAutomationProjectPropsMixin.BlueprintItemProperty Implements CfnDataAutomationProjectPropsMixin.IBlueprintItemProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-blueprintitem.html

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.CfnPropertyMixins.AWS.Bedrock;

             var blueprintItemProperty = new BlueprintItemProperty {
                 BlueprintArn = "blueprintArn",
                 BlueprintStage = "blueprintStage",
                 BlueprintVersion = "blueprintVersion"
             };

Synopsis

Constructors

BlueprintItemProperty()

An abbreviated summary of a blueprint.

Properties

BlueprintArn

The blueprint's ARN.

BlueprintStage

The blueprint's stage.

BlueprintVersion

The blueprint's version.

Constructors

BlueprintItemProperty()

An abbreviated summary of a blueprint.

public BlueprintItemProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-blueprintitem.html

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.CfnPropertyMixins.AWS.Bedrock;

             var blueprintItemProperty = new BlueprintItemProperty {
                 BlueprintArn = "blueprintArn",
                 BlueprintStage = "blueprintStage",
                 BlueprintVersion = "blueprintVersion"
             };

Properties

BlueprintArn

The blueprint's ARN.

public string? BlueprintArn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-blueprintitem.html#cfn-bedrock-dataautomationproject-blueprintitem-blueprintarn

BlueprintStage

The blueprint's stage.

public string? BlueprintStage { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-blueprintitem.html#cfn-bedrock-dataautomationproject-blueprintitem-blueprintstage

BlueprintVersion

The blueprint's version.

public string? BlueprintVersion { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-bedrock-dataautomationproject-blueprintitem.html#cfn-bedrock-dataautomationproject-blueprintitem-blueprintversion

Implements

CfnDataAutomationProjectPropsMixin.IBlueprintItemProperty
Back to top Generated by DocFX