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:
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.bedrockagentcore.IBrowserProfileRef
IBrowserProfileRef.Jsii$Default, IBrowserProfileRef.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnBrowserProfile(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnBrowserProfile(software.amazon.jsii.JsiiObjectRef objRef) CfnBrowserProfile(software.constructs.Construct scope, String id, CfnBrowserProfileProps props) Create a newAWS::BedrockAgentCore::BrowserProfile. -
Method Summary
Modifier and TypeMethodDescriptionstatic StringarnForBrowserProfile(IBrowserProfileRef resource) Timestamp when the browser profile was created.Timestamp when the browser profile was last saved.ID of the last saved browser.ID of the last saved browser session.Timestamp when the browser profile was last updated.The ARN of a BrowserProfile resource.The id of the browser profile.Status of browser profile.A reference to a BrowserProfile resource.Tag Manager which manages the tags for this resource.The description of the browser profile.getName()The name of the browser profile.getTags()A map of tag keys and values.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.static BooleanChecks whether the given object is a CfnBrowserProfile.renderProperties(Map<String, Object> props) voidsetDescription(String value) The description of the browser profile.voidThe name of the browser profile.voidA map of tag keys and values.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getEnv, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId, withMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNode, withMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
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 newAWS::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
Checks whether the given object is a CfnBrowserProfile.- Parameters:
x- This parameter is required.
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- 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:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrCreatedAt
Timestamp when the browser profile was created. -
getAttrLastSavedAt
Timestamp when the browser profile was last saved. -
getAttrLastSavedBrowserId
ID of the last saved browser. -
getAttrLastSavedBrowserSessionId
ID of the last saved browser session. -
getAttrLastUpdatedAt
Timestamp when the browser profile was last updated. -
getAttrProfileArn
The ARN of a BrowserProfile resource. -
getAttrProfileId
The id of the browser profile. -
getAttrStatus
Status of browser profile. -
getBrowserProfileRef
A reference to a BrowserProfile resource.- Specified by:
getBrowserProfileRefin interfaceIBrowserProfileRef
-
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManagerin interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getName
The name of the browser profile. -
setName
The name of the browser profile. -
getDescription
The description of the browser profile. -
setDescription
The description of the browser profile. -
getTags
A map of tag keys and values. -
setTags
A map of tag keys and values.
-