interface CertificateLocationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BedrockAgentCore.CfnCodeInterpreterCustom.CertificateLocationProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnCodeInterpreterCustom_CertificateLocationProperty |
Java | software.amazon.awscdk.services.bedrockagentcore.CfnCodeInterpreterCustom.CertificateLocationProperty |
Python | aws_cdk.aws_bedrockagentcore.CfnCodeInterpreterCustom.CertificateLocationProperty |
TypeScript | aws-cdk-lib » aws_bedrockagentcore » CfnCodeInterpreterCustom » 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.CfnCodeInterpreterCustom.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