Show / Hide Table of Contents

Class TokenVaultReference

A reference to a TokenVault resource.

Inheritance
object
TokenVaultReference
Implements
ITokenVaultReference
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.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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

ITokenVaultReference
Back to top Generated by DocFX