interface SelfManagedLatticeResourceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.BedrockAgentCore.CfnRuntimePropsMixin.SelfManagedLatticeResourceProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrockagentcore#CfnRuntimePropsMixin_SelfManagedLatticeResourceProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnRuntimePropsMixin.SelfManagedLatticeResourceProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrockagentcore.CfnRuntimePropsMixin.SelfManagedLatticeResourceProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrockagentcore » CfnRuntimePropsMixin » SelfManagedLatticeResourceProperty |
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/cfn-property-mixins';
const selfManagedLatticeResourceProperty: bedrockagentcore.CfnRuntimePropsMixin.SelfManagedLatticeResourceProperty = {
resourceConfigurationIdentifier: 'resourceConfigurationIdentifier',
};
Properties
| Name | Type | Description |
|---|---|---|
| resource | string | The identifier of the VPC Lattice resource configuration. |
resourceConfigurationIdentifier?
Type:
string
(optional)
The identifier of the VPC Lattice resource configuration.

.NET
Go
Java
Python
TypeScript