Class CfnCampaign.DataDestinationConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotfleetwise.CfnCampaign.DataDestinationConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCampaign.DataDestinationConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnCampaign.DataDestinationConfigProperty
@Stability(Stable)
@Internal
public static final class CfnCampaign.DataDestinationConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCampaign.DataDestinationConfigProperty
An implementation for
CfnCampaign.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.services.iotfleetwise.CfnCampaign.DataDestinationConfigProperty
CfnCampaign.DataDestinationConfigProperty.Builder, CfnCampaign.DataDestinationConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCampaign.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 theCfnCampaign.DataDestinationConfigProperty.Builder.
-
-
Method Details
-
getMqttTopicConfig
Description copied from interface:CfnCampaign.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
IResolvableorCfnCampaign.MqttTopicConfigProperty- Specified by:
getMqttTopicConfigin interfaceCfnCampaign.DataDestinationConfigProperty- See Also:
-
getS3Config
Description copied from interface:CfnCampaign.DataDestinationConfigPropertyThe Amazon S3 bucket where the AWS IoT FleetWise campaign sends data.Returns union: either
IResolvableorCfnCampaign.S3ConfigProperty- Specified by:
getS3Configin interfaceCfnCampaign.DataDestinationConfigProperty- See Also:
-
getTimestreamConfig
Description copied from interface:CfnCampaign.DataDestinationConfigPropertyThe Amazon Timestream table where the campaign sends data.Returns union: either
IResolvableorCfnCampaign.TimestreamConfigProperty- Specified by:
getTimestreamConfigin interfaceCfnCampaign.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()
-