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

.NET
Go
Java
Python
TypeScript