Class CfnBrowserProfile

java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.bedrockagentcore.CfnBrowserProfile
All Implemented Interfaces:
IInspectable, IBrowserProfileRef, IEnvironmentAware, ITaggableV2, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)", date="2026-03-19T12:54:59.959Z") @Stability(Stable) public class CfnBrowserProfile extends CfnResource implements IInspectable, IBrowserProfileRef, ITaggableV2
Resource definition for AWS::BedrockAgentCore::BrowserProfile.

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.*;
 CfnBrowserProfile cfnBrowserProfile = CfnBrowserProfile.Builder.create(this, "MyCfnBrowserProfile")
         .name("name")
         // the properties below are optional
         .description("description")
         .tags(Map.of(
                 "tagsKey", "tags"))
         .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

    • CfnBrowserProfile

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

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

      @Stability(Stable) public CfnBrowserProfile(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnBrowserProfileProps props)
      Create a new AWS::BedrockAgentCore::BrowserProfile.

      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. This parameter is required.
  • Method Details

    • arnForBrowserProfile

      @Stability(Stable) @NotNull public static String arnForBrowserProfile(@NotNull IBrowserProfileRef resource)
      Parameters:
      resource - This parameter is required.
    • isCfnBrowserProfile

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

      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.
    • getAttrCreatedAt

      @Stability(Stable) @NotNull public String getAttrCreatedAt()
      Timestamp when the browser profile was created.
    • getAttrLastSavedAt

      @Stability(Stable) @NotNull public String getAttrLastSavedAt()
      Timestamp when the browser profile was last saved.
    • getAttrLastSavedBrowserId

      @Stability(Stable) @NotNull public String getAttrLastSavedBrowserId()
      ID of the last saved browser.
    • getAttrLastSavedBrowserSessionId

      @Stability(Stable) @NotNull public String getAttrLastSavedBrowserSessionId()
      ID of the last saved browser session.
    • getAttrLastUpdatedAt

      @Stability(Stable) @NotNull public String getAttrLastUpdatedAt()
      Timestamp when the browser profile was last updated.
    • getAttrProfileArn

      @Stability(Stable) @NotNull public String getAttrProfileArn()
      The ARN of a BrowserProfile resource.
    • getAttrProfileId

      @Stability(Stable) @NotNull public String getAttrProfileId()
      The id of the browser profile.
    • getAttrStatus

      @Stability(Stable) @NotNull public String getAttrStatus()
      Status of browser profile.
    • getBrowserProfileRef

      @Stability(Stable) @NotNull public BrowserProfileReference getBrowserProfileRef()
      A reference to a BrowserProfile resource.
      Specified by:
      getBrowserProfileRef in interface IBrowserProfileRef
    • getCdkTagManager

      @Stability(Stable) @NotNull public TagManager getCdkTagManager()
      Tag Manager which manages the tags for this resource.
      Specified by:
      getCdkTagManager in interface ITaggableV2
    • getCfnProperties

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

      @Stability(Stable) @NotNull public String getName()
      The name of the browser profile.
    • setName

      @Stability(Stable) public void setName(@NotNull String value)
      The name of the browser profile.
    • getDescription

      @Stability(Stable) @Nullable public String getDescription()
      The description of the browser profile.
    • setDescription

      @Stability(Stable) public void setDescription(@Nullable String value)
      The description of the browser profile.
    • getTags

      @Stability(Stable) @Nullable public Map<String,String> getTags()
      A map of tag keys and values.
    • setTags

      @Stability(Stable) public void setTags(@Nullable Map<String,String> value)
      A map of tag keys and values.