Interface CfnDatasetPropsMixin.IotEventsDestinationConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDatasetPropsMixin.IotEventsDestinationConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDatasetPropsMixin
@Stability(Stable)
public static interface CfnDatasetPropsMixin.IotEventsDestinationConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Configuration information for delivery of dataset contents to AWS IoT Events .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.iotanalytics.*;
IotEventsDestinationConfigurationProperty iotEventsDestinationConfigurationProperty = IotEventsDestinationConfigurationProperty.builder()
.inputName("inputName")
.roleArn("roleArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnDatasetPropsMixin.IotEventsDestinationConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getInputName
The name of the AWS IoT Events input to which dataset contents are delivered.- See Also:
-
getRoleArn
The ARN of the role that grants ITA permission to deliver dataset contents to an AWS IoT Events input.- See Also:
-
builder
@Stability(Stable) static CfnDatasetPropsMixin.IotEventsDestinationConfigurationProperty.Builder builder()
-