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 ObjectA collection of configuration settings for the PartnerApp.final StringThe Auth type of PartnerApp.final String(deprecated) The client token for the PartnerApp.final ObjectEnables IAM Session based Identity for PartnerApp.final StringThe execution role for 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 SageMaker Partner AI App.getTags()A list of tags to apply to the PartnerApp.final StringgetTier()The tier of the PartnerApp.final StringgetType()The type of SageMaker Partner AI App to create.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:CfnPartnerAppPropsThe Auth type of PartnerApp.- Specified by:
getAuthTypein interfaceCfnPartnerAppProps- See Also:
-
getExecutionRoleArn
Description copied from interface:CfnPartnerAppPropsThe execution role for the user.- Specified by:
getExecutionRoleArnin interfaceCfnPartnerAppProps- See Also:
-
getName
Description copied from interface:CfnPartnerAppPropsThe name of the SageMaker Partner AI App.- Specified by:
getNamein interfaceCfnPartnerAppProps- See Also:
-
getTier
Description copied from interface:CfnPartnerAppPropsThe tier of the PartnerApp.- Specified by:
getTierin interfaceCfnPartnerAppProps- See Also:
-
getType
Description copied from interface:CfnPartnerAppPropsThe type of SageMaker Partner AI App to create.Must be one of the following:
lakera-guard,comet,deepchecks-llm-evaluation, orfiddler.- Specified by:
getTypein interfaceCfnPartnerAppProps- See Also:
-
getApplicationConfig
Description copied from interface:CfnPartnerAppPropsA collection of configuration settings for the PartnerApp.- 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.- 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.- 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()
-