Class CfnCampaignPropsMixin.DataDestinationConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.iotfleetwise.CfnCampaignPropsMixin.DataDestinationConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCampaignPropsMixin.DataDestinationConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCampaignPropsMixin.DataDestinationConfigProperty
@Stability(Stable)
@Internal
public static final class CfnCampaignPropsMixin.DataDestinationConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCampaignPropsMixin.DataDestinationConfigProperty
An implementation for
CfnCampaignPropsMixin.DataDestinationConfigProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.iotfleetwise.CfnCampaignPropsMixin.DataDestinationConfigProperty
CfnCampaignPropsMixin.DataDestinationConfigProperty.Builder, CfnCampaignPropsMixin.DataDestinationConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCampaignPropsMixin.DataDestinationConfigProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectThe MQTT topic to which the AWS IoT FleetWise campaign routes data.final ObjectThe Amazon S3 bucket where the AWS IoT FleetWise campaign sends data.final ObjectThe Amazon Timestream table where the campaign sends data.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnCampaignPropsMixin.DataDestinationConfigProperty.Builder.
-
-
Method Details
-
getMqttTopicConfig
Description copied from interface:CfnCampaignPropsMixin.DataDestinationConfigPropertyThe MQTT topic to which the AWS IoT FleetWise campaign routes data.Access to certain AWS IoT FleetWise features is currently gated. For more information, see AWS Region and feature availability in the AWS IoT FleetWise Developer Guide .
Returns union: either
IResolvableorCfnCampaignPropsMixin.MqttTopicConfigProperty- Specified by:
getMqttTopicConfigin interfaceCfnCampaignPropsMixin.DataDestinationConfigProperty- See Also:
-
getS3Config
Description copied from interface:CfnCampaignPropsMixin.DataDestinationConfigPropertyThe Amazon S3 bucket where the AWS IoT FleetWise campaign sends data.Returns union: either
IResolvableorCfnCampaignPropsMixin.S3ConfigProperty- Specified by:
getS3Configin interfaceCfnCampaignPropsMixin.DataDestinationConfigProperty- See Also:
-
getTimestreamConfig
Description copied from interface:CfnCampaignPropsMixin.DataDestinationConfigPropertyThe Amazon Timestream table where the campaign sends data.Returns union: either
IResolvableorCfnCampaignPropsMixin.TimestreamConfigProperty- Specified by:
getTimestreamConfigin interfaceCfnCampaignPropsMixin.DataDestinationConfigProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-