interface SelfManagedLatticeResourceProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BedrockAgentCore.CfnOAuth2CredentialProvider.SelfManagedLatticeResourceProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrockagentcore#CfnOAuth2CredentialProvider_SelfManagedLatticeResourceProperty |
Java | software.amazon.awscdk.services.bedrockagentcore.CfnOAuth2CredentialProvider.SelfManagedLatticeResourceProperty |
Python | aws_cdk.aws_bedrockagentcore.CfnOAuth2CredentialProvider.SelfManagedLatticeResourceProperty |
TypeScript | aws-cdk-lib » aws_bedrockagentcore » CfnOAuth2CredentialProvider » SelfManagedLatticeResourceProperty |
Configuration for a self-managed VPC Lattice resource.
You create and manage the VPC Lattice resource gateway and resource configuration, then provide the resource configuration identifier.
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.CfnOAuth2CredentialProvider.SelfManagedLatticeResourceProperty = {
resourceConfigurationIdentifier: 'resourceConfigurationIdentifier',
};
Properties
| Name | Type | Description |
|---|---|---|
| resource | string | The ARN or ID of the VPC Lattice resource configuration. |
resourceConfigurationIdentifier
Type:
string
The ARN or ID of the VPC Lattice resource configuration.

.NET
Go
Java
Python
TypeScript