@Stability(value=Stable)
public static interface CfnDataset.IotEventsDestinationConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.iotanalytics.*;
IotEventsDestinationConfigurationProperty iotEventsDestinationConfigurationProperty = IotEventsDestinationConfigurationProperty.builder()
.inputName("inputName")
.roleArn("roleArn")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataset.IotEventsDestinationConfigurationProperty.Builder
A builder for
CfnDataset.IotEventsDestinationConfigurationProperty |
static class |
CfnDataset.IotEventsDestinationConfigurationProperty.Jsii$Proxy
An implementation for
CfnDataset.IotEventsDestinationConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataset.IotEventsDestinationConfigurationProperty.Builder |
builder() |
String |
getInputName()
`CfnDataset.IotEventsDestinationConfigurationProperty.InputName`.
|
String |
getRoleArn()
`CfnDataset.IotEventsDestinationConfigurationProperty.RoleArn`.
|
@Stability(value=Stable) @NotNull String getInputName()
@Stability(value=Stable) @NotNull String getRoleArn()
@Stability(value=Stable) static CfnDataset.IotEventsDestinationConfigurationProperty.Builder builder()
Copyright © 2021. All rights reserved.