Class CfnFlowVersion
Creates a version of the flow that you can deploy.
Implements
Inherited Members
Namespace: Amazon.CDK.AwsBedrock
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnFlowVersion : CfnResource, IInspectable
Syntax (vb)
Public Class CfnFlowVersion
Inherits CfnResource
Implements IInspectable
Remarks
For more information, see Deploy a flow in Amazon Bedrock in the Amazon Bedrock User Guide.
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrock-flowversion.html
CloudformationResource: AWS::Bedrock::FlowVersion
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.Aws_bedrock;
var cfnFlowVersion = new CfnFlowVersion(this, "MyCfnFlowVersion", new CfnFlowVersionProps {
FlowArn = "flowArn",
// the properties below are optional
Description = "description"
});
Synopsis
Constructors
CfnFlowVersion(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
CfnFlowVersion(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
CfnFlowVersion(Construct, String, ICfnFlowVersionProps) |
Properties
AttrCreatedAt | The time at the version was created. |
AttrCustomerEncryptionKeyArn | The Amazon Resource Name (ARN) of the KMS key that the flow version is encrypted with. |
AttrDefinition | Flow definition. |
AttrExecutionRoleArn | The Amazon Resource Name (ARN) of the service role with permissions to create a flow. |
AttrFlowId | The unique identifier of the flow. |
AttrName | The name of the flow. |
AttrStatus | The status of the flow. |
AttrVersion | The version of the flow. |
CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
CfnProperties | |
Description | The description of the flow version. |
FlowArn | The Amazon Resource Name (ARN) of the flow that the version belongs to. |
Methods
Inspect(TreeInspector) | Examines the CloudFormation resource and discloses attributes. |
RenderProperties(IDictionary<String, Object>) |
Constructors
CfnFlowVersion(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected CfnFlowVersion(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
CfnFlowVersion(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected CfnFlowVersion(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
CfnFlowVersion(Construct, String, ICfnFlowVersionProps)
public CfnFlowVersion(Construct scope, string id, ICfnFlowVersionProps props)
Parameters
- scope Constructs.Construct
Scope in which this resource is defined.
- id System.String
Construct identifier for this resource (unique in its scope).
- props ICfnFlowVersionProps
Resource properties.
Properties
AttrCreatedAt
The time at the version was created.
public virtual string AttrCreatedAt { get; }
Property Value
System.String
Remarks
CloudformationAttribute: CreatedAt
AttrCustomerEncryptionKeyArn
The Amazon Resource Name (ARN) of the KMS key that the flow version is encrypted with.
public virtual string AttrCustomerEncryptionKeyArn { get; }
Property Value
System.String
Remarks
CloudformationAttribute: CustomerEncryptionKeyArn
AttrDefinition
Flow definition.
public virtual IResolvable AttrDefinition { get; }
Property Value
Remarks
CloudformationAttribute: Definition
AttrExecutionRoleArn
The Amazon Resource Name (ARN) of the service role with permissions to create a flow.
public virtual string AttrExecutionRoleArn { get; }
Property Value
System.String
Remarks
For more information, see Create a service row for flows in the Amazon Bedrock User Guide.
CloudformationAttribute: ExecutionRoleArn
AttrFlowId
The unique identifier of the flow.
public virtual string AttrFlowId { get; }
Property Value
System.String
Remarks
CloudformationAttribute: FlowId
AttrName
The name of the flow.
public virtual string AttrName { get; }
Property Value
System.String
Remarks
CloudformationAttribute: Name
AttrStatus
The status of the flow.
public virtual string AttrStatus { get; }
Property Value
System.String
Remarks
CloudformationAttribute: Status
AttrVersion
The version of the flow.
public virtual string AttrVersion { get; }
Property Value
System.String
Remarks
CloudformationAttribute: Version
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
System.String
CfnProperties
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
System.Collections.Generic.IDictionary<System.String, System.Object>
Overrides
Description
The description of the flow version.
public virtual string Description { get; set; }
Property Value
System.String
FlowArn
The Amazon Resource Name (ARN) of the flow that the version belongs to.
public virtual string FlowArn { get; set; }
Property Value
System.String
Methods
Inspect(TreeInspector)
Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector TreeInspector
tree inspector to collect and process attributes.
RenderProperties(IDictionary<String, Object>)
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props System.Collections.Generic.IDictionary<System.String, System.Object>
Returns
System.Collections.Generic.IDictionary<System.String, System.Object>