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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.CfnPartnerAppProps
CfnPartnerAppProps.Builder, CfnPartnerAppProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnPartnerAppProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnPartnerAppProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
A collection of configuration settings for the PartnerApp.final String
The Auth type of PartnerApp.final String
The client token for the PartnerApp.final Object
Enables IAM Session based Identity for PartnerApp.final String
The execution role for the user.final Object
A collection of settings that specify the maintenance schedule for the PartnerApp.final String
getName()
A name for the PartnerApp.getTags()
A list of tags to apply to the PartnerApp.final String
getTier()
The tier of the PartnerApp.final String
getType()
The type of PartnerApp.final int
hashCode()
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:CfnPartnerAppProps
The Auth type of PartnerApp.- Specified by:
getAuthType
in interfaceCfnPartnerAppProps
- See Also:
-
getExecutionRoleArn
Description copied from interface:CfnPartnerAppProps
The execution role for the user.- Specified by:
getExecutionRoleArn
in interfaceCfnPartnerAppProps
- See Also:
-
getName
Description copied from interface:CfnPartnerAppProps
A name for the PartnerApp.- Specified by:
getName
in interfaceCfnPartnerAppProps
- See Also:
-
getTier
Description copied from interface:CfnPartnerAppProps
The tier of the PartnerApp.- Specified by:
getTier
in interfaceCfnPartnerAppProps
- See Also:
-
getType
Description copied from interface:CfnPartnerAppProps
The type of PartnerApp.- Specified by:
getType
in interfaceCfnPartnerAppProps
- See Also:
-
getApplicationConfig
Description copied from interface:CfnPartnerAppProps
A collection of configuration settings for the PartnerApp.- Specified by:
getApplicationConfig
in interfaceCfnPartnerAppProps
- See Also:
-
getClientToken
Description copied from interface:CfnPartnerAppProps
The client token for the PartnerApp.- Specified by:
getClientToken
in interfaceCfnPartnerAppProps
- See Also:
-
getEnableIamSessionBasedIdentity
Description copied from interface:CfnPartnerAppProps
Enables IAM Session based Identity for PartnerApp.- Specified by:
getEnableIamSessionBasedIdentity
in interfaceCfnPartnerAppProps
- See Also:
-
getMaintenanceConfig
Description copied from interface:CfnPartnerAppProps
A collection of settings that specify the maintenance schedule for the PartnerApp.- Specified by:
getMaintenanceConfig
in interfaceCfnPartnerAppProps
- See Also:
-
getTags
Description copied from interface:CfnPartnerAppProps
A list of tags to apply to the PartnerApp.- Specified by:
getTags
in interfaceCfnPartnerAppProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-