Show / Hide Table of Contents

Class CfnBrowserProps

Properties for defining a CfnBrowser.

Inheritance
object
CfnBrowserProps
Implements
ICfnBrowserProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.BedrockAgentCore
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnBrowserProps : ICfnBrowserProps
Syntax (vb)
Public Class CfnBrowserProps Implements ICfnBrowserProps
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-browser.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.BedrockAgentCore;

             var cfnBrowserProps = new CfnBrowserProps { };

Synopsis

Constructors

CfnBrowserProps()

Properties for defining a CfnBrowser.

Constructors

CfnBrowserProps()

Properties for defining a CfnBrowser.

public CfnBrowserProps()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-bedrockagentcore-browser.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.BedrockAgentCore;

             var cfnBrowserProps = new CfnBrowserProps { };

Implements

ICfnBrowserProps
Back to top Generated by DocFX