@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)",
date="2023-03-22T19:35:39.677Z")
public interface CfnDeviceFleetProps
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.*; CfnDeviceFleetProps cfnDeviceFleetProps = CfnDeviceFleetProps.builder() .deviceFleetName("deviceFleetName") .outputConfig(EdgeOutputConfigProperty.builder() .s3OutputLocation("s3OutputLocation") // the properties below are optional .kmsKeyId("kmsKeyId") .build()) .roleArn("roleArn") // the properties below are optional .description("description") .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDeviceFleetProps.Builder
A builder for
CfnDeviceFleetProps |
static class |
CfnDeviceFleetProps.Jsii$Proxy
An implementation for
CfnDeviceFleetProps |
Modifier and Type | Method and Description |
---|---|
static CfnDeviceFleetProps.Builder |
builder() |
default java.lang.String |
getDescription()
A description of the fleet.
|
java.lang.String |
getDeviceFleetName()
Name of the device fleet.
|
java.lang.Object |
getOutputConfig()
The output configuration for storing sample data collected by the fleet.
|
java.lang.String |
getRoleArn()
The Amazon Resource Name (ARN) that has access to AWS Internet of Things (IoT).
|
default java.util.List<CfnTag> |
getTags()
An array of key-value pairs that contain metadata to help you categorize and organize your device fleets.
|
java.lang.String getDeviceFleetName()
java.lang.Object getOutputConfig()
java.lang.String getRoleArn()
default java.lang.String getDescription()
default java.util.List<CfnTag> getTags()
Each tag consists of a key and a value, both of which you define.
static CfnDeviceFleetProps.Builder builder()
CfnDeviceFleetProps.Builder
of CfnDeviceFleetProps