Class CfnPartnerAppProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnPartnerAppProps.Jsii$Proxy
- All Implemented Interfaces:
CfnPartnerAppProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPartnerAppProps
@Stability(Stable)
@Internal
public static final class CfnPartnerAppProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPartnerAppProps
An implementation for
CfnPartnerAppProps-
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.services.sagemaker.CfnPartnerAppProps
CfnPartnerAppProps.Builder, CfnPartnerAppProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnPartnerAppProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPartnerAppProps.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 StringDefines the authentication type used for the Partner AI App.final String(deprecated) The client token 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 theCfnPartnerAppProps.Builder.
-
-
Method Details
-
getAuthType
Description copied from interface:CfnPartnerAppPropsDefines the authentication type used for the Partner AI App.- Specified by:
getAuthTypein interfaceCfnPartnerAppProps- See Also:
-
getExecutionRoleArn
Description copied from interface:CfnPartnerAppPropsThe Amazon Resource Name (ARN) of the IAM role of the user.- Specified by:
getExecutionRoleArnin interfaceCfnPartnerAppProps- See Also:
-
getName
Description copied from interface:CfnPartnerAppPropsThe name of the Partner AI App.This name must be unique within your account and region.
- Specified by:
getNamein interfaceCfnPartnerAppProps- See Also:
-
getTier
Description copied from interface:CfnPartnerAppPropsSpecifies 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 interfaceCfnPartnerAppProps- See Also:
-
getType
Description copied from interface:CfnPartnerAppPropsSpecifies the type of Partner AI App being created.- Specified by:
getTypein interfaceCfnPartnerAppProps- See Also:
-
getApplicationConfig
Description copied from interface:CfnPartnerAppPropsConfiguration settings for the Partner AI App.Returns union: either
IResolvableorCfnPartnerApp.PartnerAppConfigProperty- Specified by:
getApplicationConfigin interfaceCfnPartnerAppProps- See Also:
-
getClientToken
Description copied from interface:CfnPartnerAppProps(deprecated) The client token for the PartnerApp.- Specified by:
getClientTokenin interfaceCfnPartnerAppProps- See Also:
-
getEnableIamSessionBasedIdentity
Description copied from interface:CfnPartnerAppPropsEnables IAM Session based Identity for PartnerApp.Returns union: either
BooleanorIResolvable- Specified by:
getEnableIamSessionBasedIdentityin interfaceCfnPartnerAppProps- See Also:
-
getKmsKeyId
Description copied from interface:CfnPartnerAppPropsThe AWS KMS customer managed key used to encrypt the data associated with the PartnerApp.- Specified by:
getKmsKeyIdin interfaceCfnPartnerAppProps- See Also:
-
getMaintenanceConfig
Description copied from interface:CfnPartnerAppPropsA collection of settings that specify the maintenance schedule for the PartnerApp.Returns union: either
IResolvableorCfnPartnerApp.PartnerAppMaintenanceConfigProperty- Specified by:
getMaintenanceConfigin interfaceCfnPartnerAppProps- See Also:
-
getTags
Description copied from interface:CfnPartnerAppPropsA list of tags to apply to the PartnerApp.- Specified by:
getTagsin interfaceCfnPartnerAppProps- 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()
-