interface CertificateLocationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BedrockAgentCore.CfnBrowserCustom.CertificateLocationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnBrowserCustom_CertificateLocationProperty |
Java | software.amazon.awscdk.services.bedrockagentcore.CfnBrowserCustom.CertificateLocationProperty |
Python | aws_cdk.aws_bedrockagentcore.CfnBrowserCustom.CertificateLocationProperty |
TypeScript | aws-cdk-lib » aws_bedrockagentcore » CfnBrowserCustom » CertificateLocationProperty |
Certificate location in Secrets Manager.
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 certificateLocationProperty: bedrockagentcore.CfnBrowserCustom.CertificateLocationProperty = {
secretArn: 'secretArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| secret | string | Secrets Manager secret ARN. |
secretArn
Type:
string
Secrets Manager secret ARN.

.NET
Go
Java
Python
TypeScript