Class AutomatedReasoningPolicyVersionReference
A reference to a AutomatedReasoningPolicyVersion resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.Bedrock
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class AutomatedReasoningPolicyVersionReference : IAutomatedReasoningPolicyVersionReference
Syntax (vb)
Public Class AutomatedReasoningPolicyVersionReference Implements IAutomatedReasoningPolicyVersionReference
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 automatedReasoningPolicyVersionReference = new AutomatedReasoningPolicyVersionReference {
PolicyArn = "policyArn",
Version = "version"
};
Synopsis
Constructors
| AutomatedReasoningPolicyVersionReference() | A reference to a AutomatedReasoningPolicyVersion resource. |
Properties
| PolicyArn | The PolicyArn of the AutomatedReasoningPolicyVersion resource. |
| Version | The Version of the AutomatedReasoningPolicyVersion resource. |
Constructors
AutomatedReasoningPolicyVersionReference()
A reference to a AutomatedReasoningPolicyVersion resource.
public AutomatedReasoningPolicyVersionReference()
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 automatedReasoningPolicyVersionReference = new AutomatedReasoningPolicyVersionReference {
PolicyArn = "policyArn",
Version = "version"
};
Properties
PolicyArn
The PolicyArn of the AutomatedReasoningPolicyVersion resource.
public string PolicyArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
Version
The Version of the AutomatedReasoningPolicyVersion resource.
public string Version { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated