Class TokenVaultReference
A reference to a TokenVault resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.BedrockAgentCore
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class TokenVaultReference : ITokenVaultReference
Syntax (vb)
Public Class TokenVaultReference Implements ITokenVaultReference
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.BedrockAgentCore;
var tokenVaultReference = new TokenVaultReference {
TokenVaultArn = "tokenVaultArn"
};
Synopsis
Constructors
| TokenVaultReference() | A reference to a TokenVault resource. |
Properties
| TokenVaultArn | The Arn of the TokenVault resource. |
Constructors
TokenVaultReference()
A reference to a TokenVault resource.
public TokenVaultReference()
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.BedrockAgentCore;
var tokenVaultReference = new TokenVaultReference {
TokenVaultArn = "tokenVaultArn"
};
Properties
TokenVaultArn
The Arn of the TokenVault resource.
public string TokenVaultArn { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated