Interface CfnOAuth2CredentialProviderPropsMixin.SelfManagedLatticeResourceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnOAuth2CredentialProviderPropsMixin.SelfManagedLatticeResourceProperty.Jsii$Proxy
- Enclosing class:
CfnOAuth2CredentialProviderPropsMixin
@Stability(Stable)
public static interface CfnOAuth2CredentialProviderPropsMixin.SelfManagedLatticeResourceProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.*;
SelfManagedLatticeResourceProperty selfManagedLatticeResourceProperty = SelfManagedLatticeResourceProperty.builder()
.resourceConfigurationIdentifier("resourceConfigurationIdentifier")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnOAuth2CredentialProviderPropsMixin.SelfManagedLatticeResourceProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getResourceConfigurationIdentifier
The ARN or ID of the VPC Lattice resource configuration.- See Also:
-
builder
@Stability(Stable) static CfnOAuth2CredentialProviderPropsMixin.SelfManagedLatticeResourceProperty.Builder builder()
-