Class CfnBrowserCustom
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.CfnBrowserCustom
- All Implemented Interfaces:
IInspectable
,ITaggableV2
,IBrowserCustomRef
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)",
date="2025-09-25T11:29:02.619Z")
@Stability(Stable)
public class CfnBrowserCustom
extends CfnResource
implements IInspectable, IBrowserCustomRef, ITaggableV2
Resource definition for AWS::BedrockAgentCore::BrowserCustom.
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.*; CfnBrowserCustom cfnBrowserCustom = CfnBrowserCustom.Builder.create(this, "MyCfnBrowserCustom") .name("name") .networkConfiguration(BrowserNetworkConfigurationProperty.builder() .networkMode("networkMode") .build()) // the properties below are optional .description("description") .executionRoleArn("executionRoleArn") .recordingConfig(RecordingConfigProperty.builder() .enabled(false) .s3Location(S3LocationProperty.builder() .bucket("bucket") .prefix("prefix") .build()) .build()) .tags(Map.of( "tagsKey", "tags")) .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
Network configuration for browser.static final class
A fluent builder forCfnBrowserCustom
.static interface
Recording configuration for browser.static interface
S3 Location Configuration.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrockagentcore.IBrowserCustomRef
IBrowserCustomRef.Jsii$Default, IBrowserCustomRef.Jsii$Proxy
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
CfnBrowserCustom
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnBrowserCustom
(software.amazon.jsii.JsiiObjectRef objRef) CfnBrowserCustom
(software.constructs.Construct scope, String id, CfnBrowserCustomProps props) -
Method Summary
Modifier and TypeMethodDescriptionThe ARN of a Browser resource.The id of the browser.Timestamp when the browser was created.Timestamp when the browser was last updated.Status of browser.A reference to a BrowserCustom resource.Tag Manager which manages the tags for this resource.The description of the browser.The Amazon Resource Name (ARN) of the IAM role.getName()
The name of the browser.Network configuration for browser.Recording configuration for browser.getTags()
A map of tag keys and values.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
setDescription
(String value) The description of the browser.void
setExecutionRoleArn
(String value) The Amazon Resource Name (ARN) of the IAM role.void
The name of the browser.void
Network configuration for browser.void
Network configuration for browser.void
setRecordingConfig
(IResolvable value) Recording configuration for browser.void
Recording configuration for browser.void
A 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, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validateProperties
Methods inherited from class software.amazon.awscdk.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.constructs.Construct
getNode, isConstruct
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.constructs.IConstruct
getNode
Methods 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
-
CfnBrowserCustom
protected CfnBrowserCustom(software.amazon.jsii.JsiiObjectRef objRef) -
CfnBrowserCustom
protected CfnBrowserCustom(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnBrowserCustom
@Stability(Stable) public CfnBrowserCustom(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnBrowserCustomProps props) - 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
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspect
in 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:
renderProperties
in classCfnResource
- Parameters:
props
- This parameter is required.
-
getAttrBrowserArn
The ARN of a Browser resource. -
getAttrBrowserId
The id of the browser. -
getAttrCreatedAt
Timestamp when the browser was created. -
getAttrLastUpdatedAt
Timestamp when the browser was last updated. -
getAttrStatus
Status of browser. -
getBrowserCustomRef
A reference to a BrowserCustom resource.- Specified by:
getBrowserCustomRef
in interfaceIBrowserCustomRef
-
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManager
in interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnProperties
in classCfnResource
-
getName
The name of the browser. -
setName
The name of the browser. -
getNetworkConfiguration
Network configuration for browser. -
setNetworkConfiguration
Network configuration for browser. -
setNetworkConfiguration
@Stability(Stable) public void setNetworkConfiguration(@NotNull CfnBrowserCustom.BrowserNetworkConfigurationProperty value) Network configuration for browser. -
getDescription
The description of the browser. -
setDescription
The description of the browser. -
getExecutionRoleArn
The Amazon Resource Name (ARN) of the IAM role. -
setExecutionRoleArn
The Amazon Resource Name (ARN) of the IAM role. -
getRecordingConfig
Recording configuration for browser. -
setRecordingConfig
Recording configuration for browser. -
setRecordingConfig
@Stability(Stable) public void setRecordingConfig(@Nullable CfnBrowserCustom.RecordingConfigProperty value) Recording configuration for browser. -
getTags
A map of tag keys and values. -
setTags
A map of tag keys and values.
-