Interface CfnPartnerAppPropsMixin.PartnerAppConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPartnerAppPropsMixin.PartnerAppConfigProperty.Jsii$Proxy
- Enclosing class:
CfnPartnerAppPropsMixin
@Stability(Stable)
public static interface CfnPartnerAppPropsMixin.PartnerAppConfigProperty
extends software.amazon.jsii.JsiiSerializable
A collection of configuration settings for the PartnerApp.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.sagemaker.mixins.*;
PartnerAppConfigProperty partnerAppConfigProperty = PartnerAppConfigProperty.builder()
.adminUsers(List.of("adminUsers"))
.arguments(Map.of(
"argumentsKey", "arguments"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPartnerAppPropsMixin.PartnerAppConfigPropertystatic final classAn implementation forCfnPartnerAppPropsMixin.PartnerAppConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAdminUsers
A list of users that will have administrative access to the Partner AI App.- See Also:
-
getArguments
Additional arguments passed to the Partner AI App during initialization or runtime.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- See Also:
-
builder
-