Class CfnModel.RepositoryAuthConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnModel.RepositoryAuthConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnModel.RepositoryAuthConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnModel.RepositoryAuthConfigProperty
@Stability(Stable)
@Internal
public static final class CfnModel.RepositoryAuthConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnModel.RepositoryAuthConfigProperty
An implementation for
CfnModel.RepositoryAuthConfigProperty
-
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.CfnModel.RepositoryAuthConfigProperty
CfnModel.RepositoryAuthConfigProperty.Builder, CfnModel.RepositoryAuthConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnModel.RepositoryAuthConfigProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnModel.RepositoryAuthConfigProperty.Builder
.
-
-
Method Details
-
getRepositoryCredentialsProviderArn
Description copied from interface:CfnModel.RepositoryAuthConfigProperty
The Amazon Resource Name (ARN) of an AWS Lambda function that provides credentials to authenticate to the private Docker registry where your model image is hosted.For information about how to create an AWS Lambda function, see Create a Lambda function with the console in the AWS Lambda Developer Guide .
- Specified by:
getRepositoryCredentialsProviderArn
in interfaceCfnModel.RepositoryAuthConfigProperty
- 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()
-