Class BrowserCustomAttributes.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrockagentcore.BrowserCustomAttributes.Jsii$Proxy
- All Implemented Interfaces:
BrowserCustomAttributes,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
BrowserCustomAttributes
@Stability(Stable)
@Internal
public static final class BrowserCustomAttributes.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements BrowserCustomAttributes
An implementation for
BrowserCustomAttributes-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.bedrockagentcore.BrowserCustomAttributes
BrowserCustomAttributes.Builder, BrowserCustomAttributes.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theBrowserCustomAttributes.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe ARN of the agent.final StringThe created timestamp of the browser.final StringWhen this browser was last updated.final StringThe ARN of the IAM role associated to the browser.final List<ISecurityGroup> The security groups for this browser, if in a VPC.final StringThe status of the browser.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theBrowserCustomAttributes.Builder.
-
-
Method Details
-
getBrowserArn
Description copied from interface:BrowserCustomAttributesThe ARN of the agent.- Specified by:
getBrowserArnin interfaceBrowserCustomAttributes
-
getRoleArn
Description copied from interface:BrowserCustomAttributesThe ARN of the IAM role associated to the browser.- Specified by:
getRoleArnin interfaceBrowserCustomAttributes
-
getCreatedAt
Description copied from interface:BrowserCustomAttributesThe created timestamp of the browser.Default: undefined - No created timestamp is provided
- Specified by:
getCreatedAtin interfaceBrowserCustomAttributes
-
getLastUpdatedAt
Description copied from interface:BrowserCustomAttributesWhen this browser was last updated.Default: undefined - No last updated timestamp is provided
- Specified by:
getLastUpdatedAtin interfaceBrowserCustomAttributes
-
getSecurityGroups
Description copied from interface:BrowserCustomAttributesThe security groups for this browser, if in a VPC.Default: - By default, the browser is not in a VPC.
- Specified by:
getSecurityGroupsin interfaceBrowserCustomAttributes
-
getStatus
Description copied from interface:BrowserCustomAttributesThe status of the browser.Default: undefined - No status is provided
- Specified by:
getStatusin interfaceBrowserCustomAttributes
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-