public static interface CfnDataset.DatasetContentDeliveryRuleDestinationProperty
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.iotanalytics.*; DatasetContentDeliveryRuleDestinationProperty datasetContentDeliveryRuleDestinationProperty = DatasetContentDeliveryRuleDestinationProperty.builder() .iotEventsDestinationConfiguration(IotEventsDestinationConfigurationProperty.builder() .inputName("inputName") .roleArn("roleArn") .build()) .s3DestinationConfiguration(S3DestinationConfigurationProperty.builder() .bucket("bucket") .key("key") .roleArn("roleArn") // the properties below are optional .glueConfiguration(GlueConfigurationProperty.builder() .databaseName("databaseName") .tableName("tableName") .build()) .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnDataset.DatasetContentDeliveryRuleDestinationProperty.Builder
A builder for
CfnDataset.DatasetContentDeliveryRuleDestinationProperty |
static class |
CfnDataset.DatasetContentDeliveryRuleDestinationProperty.Jsii$Proxy
An implementation for
CfnDataset.DatasetContentDeliveryRuleDestinationProperty |
Modifier and Type | Method and Description |
---|---|
static CfnDataset.DatasetContentDeliveryRuleDestinationProperty.Builder |
builder() |
default java.lang.Object |
getIotEventsDestinationConfiguration()
Configuration information for delivery of dataset contents to AWS IoT Events .
|
default java.lang.Object |
getS3DestinationConfiguration()
Configuration information for delivery of dataset contents to Amazon S3.
|
default java.lang.Object getIotEventsDestinationConfiguration()
default java.lang.Object getS3DestinationConfiguration()