java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
All Implemented Interfaces:
IInspectable, ITokenVaultRef, IEnvironmentAware, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)", date="2026-08-10T14:50:58.397Z") @Stability(Stable) public class CfnTokenVault extends CfnResource implements IInspectable, ITokenVaultRef
Resource Type definition for AWS::BedrockAgentCore::TokenVault.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.bedrockagentcore.*;
 CfnTokenVault cfnTokenVault = CfnTokenVault.Builder.create(this, "MyCfnTokenVault").build();
 

See Also:
  • Field Details

    • CFN_RESOURCE_TYPE_NAME

      @Stability(Stable) public static final String CFN_RESOURCE_TYPE_NAME
      The CloudFormation resource type name for this resource class.
  • Constructor Details

    • CfnTokenVault

      protected CfnTokenVault(software.amazon.jsii.JsiiObjectRef objRef)
    • CfnTokenVault

      protected CfnTokenVault(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • CfnTokenVault

      @Stability(Stable) public CfnTokenVault(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable CfnTokenVaultProps props)
      Create a new AWS::BedrockAgentCore::TokenVault.

      Parameters:
      scope - Scope in which this resource is defined. This parameter is required.
      id - Construct identifier for this resource (unique in its scope). This parameter is required.
      props - Resource properties.
    • CfnTokenVault

      @Stability(Stable) public CfnTokenVault(@NotNull software.constructs.Construct scope, @NotNull String id)
      Create a new AWS::BedrockAgentCore::TokenVault.

      Parameters:
      scope - Scope in which this resource is defined. This parameter is required.
      id - Construct identifier for this resource (unique in its scope). This parameter is required.
  • Method Details

    • arnForTokenVault

      @Stability(Stable) @NotNull public static String arnForTokenVault(@NotNull ITokenVaultRef resource)
      Parameters:
      resource - This parameter is required.
    • isCfnTokenVault

      @Stability(Stable) @NotNull public static Boolean isCfnTokenVault(@NotNull Object x)
      Checks whether the given object is a CfnTokenVault.

      Parameters:
      x - This parameter is required.
    • inspect

      @Stability(Stable) public void inspect(@NotNull TreeInspector inspector)
      Examines the CloudFormation resource and discloses attributes.

      Specified by:
      inspect in interface IInspectable
      Parameters:
      inspector - tree inspector to collect and process attributes. This parameter is required.
    • renderProperties

      @Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
      Overrides:
      renderProperties in class CfnResource
      Parameters:
      props - This parameter is required.
    • getAttrArn

      @Stability(Stable) @NotNull public String getAttrArn()
      The ARN of the token vault.
    • getAttrKmsConfiguration

      @Stability(Stable) @NotNull public IResolvable getAttrKmsConfiguration()
      Contains the KMS configuration for a resource.
    • getAttrLastModifiedDate

      @Stability(Stable) @NotNull public String getAttrLastModifiedDate()
      The timestamp when the token vault was last modified.
    • getAttrTokenVaultId

      @Stability(Stable) @NotNull public String getAttrTokenVaultId()
      The unique identifier of the token vault.
    • getCfnProperties

      @Stability(Stable) @NotNull protected Map<String,Object> getCfnProperties()
      Overrides:
      getCfnProperties in class CfnResource
    • getCfnPropertyNames

      @Stability(Stable) @NotNull protected Map<String,String> getCfnPropertyNames()
      Overrides:
      getCfnPropertyNames in class CfnResource
    • getTokenVaultRef

      @Stability(Stable) @NotNull public TokenVaultReference getTokenVaultRef()
      A reference to a TokenVault resource.
      Specified by:
      getTokenVaultRef in interface ITokenVaultRef