interface CertificateProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BedrockAgentCore.CfnBrowserCustom.CertificateProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnBrowserCustom_CertificateProperty |
Java | software.amazon.awscdk.services.bedrockagentcore.CfnBrowserCustom.CertificateProperty |
Python | aws_cdk.aws_bedrockagentcore.CfnBrowserCustom.CertificateProperty |
TypeScript | aws-cdk-lib » aws_bedrockagentcore » CfnBrowserCustom » CertificateProperty |
A root CA certificate configuration.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrockagentcore as bedrockagentcore } from 'aws-cdk-lib';
const certificateProperty: bedrockagentcore.CfnBrowserCustom.CertificateProperty = {
certificateLocation: {
secretArn: 'secretArn',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| certificate | IResolvable | Certificate | Certificate location in Secrets Manager. |
certificateLocation
Type:
IResolvable | Certificate
Certificate location in Secrets Manager.

.NET
Go
Java
Python
TypeScript