interface SelfManagedLatticeResourceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BedrockAgentCore.CfnHarness.SelfManagedLatticeResourceProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnHarness_SelfManagedLatticeResourceProperty |
Java | software.amazon.awscdk.services.bedrockagentcore.CfnHarness.SelfManagedLatticeResourceProperty |
Python | aws_cdk.aws_bedrockagentcore.CfnHarness.SelfManagedLatticeResourceProperty |
TypeScript | aws-cdk-lib » aws_bedrockagentcore » CfnHarness » SelfManagedLatticeResourceProperty |
Configuration for connecting to a private resource using a self-managed VPC Lattice resource 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 selfManagedLatticeResourceProperty: bedrockagentcore.CfnHarness.SelfManagedLatticeResourceProperty = {
resourceConfigurationIdentifier: 'resourceConfigurationIdentifier',
};
Properties
| Name | Type | Description |
|---|---|---|
| resource | string |
resourceConfigurationIdentifier
Type:
string

.NET
Go
Java
Python
TypeScript