Class CfnPartnerAppMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnPartnerAppMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPartnerAppMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPartnerAppMixinProps
@Stability(Stable)
@Internal
public static final class CfnPartnerAppMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPartnerAppMixinProps
An implementation for
CfnPartnerAppMixinProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnPartnerAppMixinProps
CfnPartnerAppMixinProps.Builder, CfnPartnerAppMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPartnerAppMixinProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectConfiguration settings for the Partner AI App.final StringThe version of the PartnerApp.final StringDefines the authentication type used for the Partner AI App.final String(deprecated) The client token for the PartnerApp.final ObjectEnables automatic minor version upgrades for the PartnerApp.final ObjectEnables IAM Session based Identity for PartnerApp.final StringThe Amazon Resource Name (ARN) of the IAM role of the user.final StringThe AWS KMS customer managed key used to encrypt the data associated with the PartnerApp.final ObjectA collection of settings that specify the maintenance schedule for the PartnerApp.final StringgetName()The name of the Partner AI App.getTags()A list of tags to apply to the PartnerApp.final StringgetTier()Specifies the tier or level of the Partner AI App.final StringgetType()Specifies the type of Partner AI App being created.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnPartnerAppMixinProps.Builder.
-
-
Method Details
-
getApplicationConfig
Description copied from interface:CfnPartnerAppMixinPropsConfiguration settings for the Partner AI App.Returns union: either
IResolvableorCfnPartnerAppPropsMixin.PartnerAppConfigProperty- Specified by:
getApplicationConfigin interfaceCfnPartnerAppMixinProps- See Also:
-
getAppVersion
Description copied from interface:CfnPartnerAppMixinPropsThe version of the PartnerApp.- Specified by:
getAppVersionin interfaceCfnPartnerAppMixinProps- See Also:
-
getAuthType
Description copied from interface:CfnPartnerAppMixinPropsDefines the authentication type used for the Partner AI App.- Specified by:
getAuthTypein interfaceCfnPartnerAppMixinProps- See Also:
-
getClientToken
Description copied from interface:CfnPartnerAppMixinProps(deprecated) The client token for the PartnerApp.- Specified by:
getClientTokenin interfaceCfnPartnerAppMixinProps- See Also:
-
getEnableAutoMinorVersionUpgrade
Description copied from interface:CfnPartnerAppMixinPropsEnables automatic minor version upgrades for the PartnerApp.Returns union: either
BooleanorIResolvable- Specified by:
getEnableAutoMinorVersionUpgradein interfaceCfnPartnerAppMixinProps- See Also:
-
getEnableIamSessionBasedIdentity
Description copied from interface:CfnPartnerAppMixinPropsEnables IAM Session based Identity for PartnerApp.Returns union: either
BooleanorIResolvable- Specified by:
getEnableIamSessionBasedIdentityin interfaceCfnPartnerAppMixinProps- See Also:
-
getExecutionRoleArn
Description copied from interface:CfnPartnerAppMixinPropsThe Amazon Resource Name (ARN) of the IAM role of the user.- Specified by:
getExecutionRoleArnin interfaceCfnPartnerAppMixinProps- See Also:
-
getKmsKeyId
Description copied from interface:CfnPartnerAppMixinPropsThe AWS KMS customer managed key used to encrypt the data associated with the PartnerApp.- Specified by:
getKmsKeyIdin interfaceCfnPartnerAppMixinProps- See Also:
-
getMaintenanceConfig
Description copied from interface:CfnPartnerAppMixinPropsA collection of settings that specify the maintenance schedule for the PartnerApp.Returns union: either
IResolvableorCfnPartnerAppPropsMixin.PartnerAppMaintenanceConfigProperty- Specified by:
getMaintenanceConfigin interfaceCfnPartnerAppMixinProps- See Also:
-
getName
Description copied from interface:CfnPartnerAppMixinPropsThe name of the Partner AI App.This name must be unique within your account and region.
- Specified by:
getNamein interfaceCfnPartnerAppMixinProps- See Also:
-
getTags
Description copied from interface:CfnPartnerAppMixinPropsA list of tags to apply to the PartnerApp.- Specified by:
getTagsin interfaceCfnPartnerAppMixinProps- See Also:
-
getTier
Description copied from interface:CfnPartnerAppMixinPropsSpecifies the tier or level of the Partner AI App.The tier size impacts the speed and capabilities of the application. For more information, see Set up Partner AI Apps .
- Specified by:
getTierin interfaceCfnPartnerAppMixinProps- See Also:
-
getType
Description copied from interface:CfnPartnerAppMixinPropsSpecifies the type of Partner AI App being created.- Specified by:
getTypein interfaceCfnPartnerAppMixinProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-