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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnRuntimePropsMixin.HostingEnvironmentPropertystatic final classAn implementation forCfnRuntimePropsMixin.HostingEnvironmentProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getArn
The ARN of the bedrock-agentcore hosting environment.- See Also:
-
builder
-