Interface CfnRuntimePropsMixin.HostingEnvironmentProperty

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

@Stability(Stable) public static interface CfnRuntimePropsMixin.HostingEnvironmentProperty extends software.amazon.jsii.JsiiSerializable
An upstream workload identified by the ARN of its hosting environment (for example a Gateway or Runtime ARN).

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.*;
 HostingEnvironmentProperty hostingEnvironmentProperty = HostingEnvironmentProperty.builder()
         .arn("arn")
         .build();
 

See Also: