public static final class CfnDeviceFleet.EdgeOutputConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnDeviceFleet.EdgeOutputConfigProperty
CfnDeviceFleet.EdgeOutputConfigProperty
CfnDeviceFleet.EdgeOutputConfigProperty.Builder, CfnDeviceFleet.EdgeOutputConfigProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getKmsKeyId()
The AWS Key Management Service ( AWS KMS) key that Amazon SageMaker uses to encrypt data on the storage volume after compilation job.
|
java.lang.String |
getS3OutputLocation()
The Amazon Simple Storage (S3) bucket URI.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getS3OutputLocation()
CfnDeviceFleet.EdgeOutputConfigProperty
getS3OutputLocation
in interface CfnDeviceFleet.EdgeOutputConfigProperty
public final java.lang.String getKmsKeyId()
CfnDeviceFleet.EdgeOutputConfigProperty
If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role's account.
getKmsKeyId
in interface CfnDeviceFleet.EdgeOutputConfigProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()