@Stability(value=Stable)
public static interface CfnDeviceFleet.EdgeOutputConfigProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.sagemaker.*;
EdgeOutputConfigProperty edgeOutputConfigProperty = EdgeOutputConfigProperty.builder()
.s3OutputLocation("s3OutputLocation")
// the properties below are optional
.kmsKeyId("kmsKeyId")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeviceFleet.EdgeOutputConfigProperty.Builder
A builder for
CfnDeviceFleet.EdgeOutputConfigProperty |
static class |
CfnDeviceFleet.EdgeOutputConfigProperty.Jsii$Proxy
An implementation for
CfnDeviceFleet.EdgeOutputConfigProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDeviceFleet.EdgeOutputConfigProperty.Builder |
builder() |
default String |
getKmsKeyId()
The AWS Key Management Service ( AWS KMS) key that Amazon SageMaker uses to encrypt data on the storage volume after compilation job.
|
String |
getS3OutputLocation()
The Amazon Simple Storage (S3) bucket URI.
|
@Stability(value=Stable) @NotNull String getS3OutputLocation()
@Stability(value=Stable) @Nullable default String getKmsKeyId()
If you don't provide a KMS key ID, Amazon SageMaker uses the default KMS key for Amazon S3 for your role's account.
@Stability(value=Stable) static CfnDeviceFleet.EdgeOutputConfigProperty.Builder builder()
Copyright © 2022. All rights reserved.