Interface CfnHarness.SelfManagedLatticeResourceProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnHarness.SelfManagedLatticeResourceProperty.Jsii$Proxy
Enclosing class:
CfnHarness

@Stability(Stable) public static interface CfnHarness.SelfManagedLatticeResourceProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.bedrockagentcore.*;
 SelfManagedLatticeResourceProperty selfManagedLatticeResourceProperty = SelfManagedLatticeResourceProperty.builder()
         .resourceConfigurationIdentifier("resourceConfigurationIdentifier")
         .build();
 

See Also: