1. Packages
  2. Oracle Cloud Infrastructure
  3. API Docs
  4. oci
  5. getIotDigitalTwinAdapter
Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi

oci.oci.getIotDigitalTwinAdapter

Get Started
oci logo
Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi

    This data source provides details about a specific Digital Twin Adapter resource in Oracle Cloud Infrastructure Iot service.

    Retrieves the digital twin adapter identified by the specified OCID.

    Example Usage

    import * as pulumi from "@pulumi/pulumi";
    import * as oci from "@pulumi/oci";
    
    const testDigitalTwinAdapter = oci.oci.getIotDigitalTwinAdapter({
        digitalTwinAdapterId: testDigitalTwinAdapterOciIotDigitalTwinAdapter.id,
    });
    
    import pulumi
    import pulumi_oci as oci
    
    test_digital_twin_adapter = oci.oci.get_iot_digital_twin_adapter(digital_twin_adapter_id=test_digital_twin_adapter_oci_iot_digital_twin_adapter["id"])
    
    package main
    
    import (
    	"github.com/pulumi/pulumi-oci/sdk/v3/go/oci/oci"
    	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
    )
    
    func main() {
    	pulumi.Run(func(ctx *pulumi.Context) error {
    		_, err := oci.LookupIotDigitalTwinAdapter(ctx, &oci.LookupIotDigitalTwinAdapterArgs{
    			DigitalTwinAdapterId: testDigitalTwinAdapterOciIotDigitalTwinAdapter.Id,
    		}, nil)
    		if err != nil {
    			return err
    		}
    		return nil
    	})
    }
    
    using System.Collections.Generic;
    using System.Linq;
    using Pulumi;
    using Oci = Pulumi.Oci;
    
    return await Deployment.RunAsync(() => 
    {
        var testDigitalTwinAdapter = Oci.Oci.GetIotDigitalTwinAdapter.Invoke(new()
        {
            DigitalTwinAdapterId = testDigitalTwinAdapterOciIotDigitalTwinAdapter.Id,
        });
    
    });
    
    package generated_program;
    
    import com.pulumi.Context;
    import com.pulumi.Pulumi;
    import com.pulumi.core.Output;
    import com.pulumi.oci.oci.OciFunctions;
    import com.pulumi.oci.oci.inputs.GetIotDigitalTwinAdapterArgs;
    import java.util.List;
    import java.util.ArrayList;
    import java.util.Map;
    import java.io.File;
    import java.nio.file.Files;
    import java.nio.file.Paths;
    
    public class App {
        public static void main(String[] args) {
            Pulumi.run(App::stack);
        }
    
        public static void stack(Context ctx) {
            final var testDigitalTwinAdapter = OciFunctions.getIotDigitalTwinAdapter(GetIotDigitalTwinAdapterArgs.builder()
                .digitalTwinAdapterId(testDigitalTwinAdapterOciIotDigitalTwinAdapter.id())
                .build());
    
        }
    }
    
    variables:
      testDigitalTwinAdapter:
        fn::invoke:
          function: oci:oci:getIotDigitalTwinAdapter
          arguments:
            digitalTwinAdapterId: ${testDigitalTwinAdapterOciIotDigitalTwinAdapter.id}
    

    Using getIotDigitalTwinAdapter

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getIotDigitalTwinAdapter(args: GetIotDigitalTwinAdapterArgs, opts?: InvokeOptions): Promise<GetIotDigitalTwinAdapterResult>
    function getIotDigitalTwinAdapterOutput(args: GetIotDigitalTwinAdapterOutputArgs, opts?: InvokeOptions): Output<GetIotDigitalTwinAdapterResult>
    def get_iot_digital_twin_adapter(digital_twin_adapter_id: Optional[str] = None,
                                     opts: Optional[InvokeOptions] = None) -> GetIotDigitalTwinAdapterResult
    def get_iot_digital_twin_adapter_output(digital_twin_adapter_id: Optional[pulumi.Input[str]] = None,
                                     opts: Optional[InvokeOptions] = None) -> Output[GetIotDigitalTwinAdapterResult]
    func LookupIotDigitalTwinAdapter(ctx *Context, args *LookupIotDigitalTwinAdapterArgs, opts ...InvokeOption) (*LookupIotDigitalTwinAdapterResult, error)
    func LookupIotDigitalTwinAdapterOutput(ctx *Context, args *LookupIotDigitalTwinAdapterOutputArgs, opts ...InvokeOption) LookupIotDigitalTwinAdapterResultOutput

    > Note: This function is named LookupIotDigitalTwinAdapter in the Go SDK.

    public static class GetIotDigitalTwinAdapter 
    {
        public static Task<GetIotDigitalTwinAdapterResult> InvokeAsync(GetIotDigitalTwinAdapterArgs args, InvokeOptions? opts = null)
        public static Output<GetIotDigitalTwinAdapterResult> Invoke(GetIotDigitalTwinAdapterInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIotDigitalTwinAdapterResult> getIotDigitalTwinAdapter(GetIotDigitalTwinAdapterArgs args, InvokeOptions options)
    public static Output<GetIotDigitalTwinAdapterResult> getIotDigitalTwinAdapter(GetIotDigitalTwinAdapterArgs args, InvokeOptions options)
    
    fn::invoke:
      function: oci:oci/getIotDigitalTwinAdapter:getIotDigitalTwinAdapter
      arguments:
        # arguments dictionary

    The following arguments are supported:

    DigitalTwinAdapterId string
    The OCID of the digital twin adapter.
    DigitalTwinAdapterId string
    The OCID of the digital twin adapter.
    digitalTwinAdapterId String
    The OCID of the digital twin adapter.
    digitalTwinAdapterId string
    The OCID of the digital twin adapter.
    digital_twin_adapter_id str
    The OCID of the digital twin adapter.
    digitalTwinAdapterId String
    The OCID of the digital twin adapter.

    getIotDigitalTwinAdapter Result

    The following output properties are available:

    DefinedTags Dictionary<string, string>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    Description string
    Meaningful write up about the inbound route.
    DigitalTwinAdapterId string
    DigitalTwinModelId string
    The OCID of the digital twin model.
    DigitalTwinModelSpecUri string
    The URI of the digital twin model specification.
    DisplayName string
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    FreeformTags Dictionary<string, string>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    Id string
    The OCID of the resource.
    InboundEnvelopes List<GetIotDigitalTwinAdapterInboundEnvelope>
    Payload containing device-specific metadata and optional value mappings used to interpret or transform that metadata. This structure includes the device endpoint, the actual payload, and an optional envelope mapping that applies JQ expressions to extract or reshape the data as needed.
    InboundRoutes List<GetIotDigitalTwinAdapterInboundRoute>
    list of routes
    IotDomainId string
    The OCID of the IoT domain.
    State string
    The current state of the digital twin adapter.
    SystemTags Dictionary<string, string>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The date and time when the resource was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    TimeUpdated string
    The date and time when the resource was last updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    DefinedTags map[string]string
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    Description string
    Meaningful write up about the inbound route.
    DigitalTwinAdapterId string
    DigitalTwinModelId string
    The OCID of the digital twin model.
    DigitalTwinModelSpecUri string
    The URI of the digital twin model specification.
    DisplayName string
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    FreeformTags map[string]string
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    Id string
    The OCID of the resource.
    InboundEnvelopes []GetIotDigitalTwinAdapterInboundEnvelope
    Payload containing device-specific metadata and optional value mappings used to interpret or transform that metadata. This structure includes the device endpoint, the actual payload, and an optional envelope mapping that applies JQ expressions to extract or reshape the data as needed.
    InboundRoutes []GetIotDigitalTwinAdapterInboundRoute
    list of routes
    IotDomainId string
    The OCID of the IoT domain.
    State string
    The current state of the digital twin adapter.
    SystemTags map[string]string
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    TimeCreated string
    The date and time when the resource was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    TimeUpdated string
    The date and time when the resource was last updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    definedTags Map<String,String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    description String
    Meaningful write up about the inbound route.
    digitalTwinAdapterId String
    digitalTwinModelId String
    The OCID of the digital twin model.
    digitalTwinModelSpecUri String
    The URI of the digital twin model specification.
    displayName String
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    freeformTags Map<String,String>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id String
    The OCID of the resource.
    inboundEnvelopes List<GetIotDigitalTwinAdapterInboundEnvelope>
    Payload containing device-specific metadata and optional value mappings used to interpret or transform that metadata. This structure includes the device endpoint, the actual payload, and an optional envelope mapping that applies JQ expressions to extract or reshape the data as needed.
    inboundRoutes List<GetIotDigitalTwinAdapterInboundRoute>
    list of routes
    iotDomainId String
    The OCID of the IoT domain.
    state String
    The current state of the digital twin adapter.
    systemTags Map<String,String>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The date and time when the resource was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeUpdated String
    The date and time when the resource was last updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    definedTags {[key: string]: string}
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    description string
    Meaningful write up about the inbound route.
    digitalTwinAdapterId string
    digitalTwinModelId string
    The OCID of the digital twin model.
    digitalTwinModelSpecUri string
    The URI of the digital twin model specification.
    displayName string
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    freeformTags {[key: string]: string}
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id string
    The OCID of the resource.
    inboundEnvelopes GetIotDigitalTwinAdapterInboundEnvelope[]
    Payload containing device-specific metadata and optional value mappings used to interpret or transform that metadata. This structure includes the device endpoint, the actual payload, and an optional envelope mapping that applies JQ expressions to extract or reshape the data as needed.
    inboundRoutes GetIotDigitalTwinAdapterInboundRoute[]
    list of routes
    iotDomainId string
    The OCID of the IoT domain.
    state string
    The current state of the digital twin adapter.
    systemTags {[key: string]: string}
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated string
    The date and time when the resource was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeUpdated string
    The date and time when the resource was last updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    defined_tags Mapping[str, str]
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    description str
    Meaningful write up about the inbound route.
    digital_twin_adapter_id str
    digital_twin_model_id str
    The OCID of the digital twin model.
    digital_twin_model_spec_uri str
    The URI of the digital twin model specification.
    display_name str
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    freeform_tags Mapping[str, str]
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id str
    The OCID of the resource.
    inbound_envelopes Sequence[GetIotDigitalTwinAdapterInboundEnvelope]
    Payload containing device-specific metadata and optional value mappings used to interpret or transform that metadata. This structure includes the device endpoint, the actual payload, and an optional envelope mapping that applies JQ expressions to extract or reshape the data as needed.
    inbound_routes Sequence[GetIotDigitalTwinAdapterInboundRoute]
    list of routes
    iot_domain_id str
    The OCID of the IoT domain.
    state str
    The current state of the digital twin adapter.
    system_tags Mapping[str, str]
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    time_created str
    The date and time when the resource was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    time_updated str
    The date and time when the resource was last updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    definedTags Map<String>
    Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. Example: {"Operations.CostCenter": "42"}
    description String
    Meaningful write up about the inbound route.
    digitalTwinAdapterId String
    digitalTwinModelId String
    The OCID of the digital twin model.
    digitalTwinModelSpecUri String
    The URI of the digital twin model specification.
    displayName String
    A user-friendly name. Does not have to be unique, and it's changeable. Avoid entering confidential information.
    freeformTags Map<String>
    Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags. Example: {"Department": "Finance"}
    id String
    The OCID of the resource.
    inboundEnvelopes List<Property Map>
    Payload containing device-specific metadata and optional value mappings used to interpret or transform that metadata. This structure includes the device endpoint, the actual payload, and an optional envelope mapping that applies JQ expressions to extract or reshape the data as needed.
    inboundRoutes List<Property Map>
    list of routes
    iotDomainId String
    The OCID of the IoT domain.
    state String
    The current state of the digital twin adapter.
    systemTags Map<String>
    System tags for this resource. Each key is predefined and scoped to a namespace. Example: {"orcl-cloud.free-tier-retained": "true"}
    timeCreated String
    The date and time when the resource was created, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z
    timeUpdated String
    The date and time when the resource was last updated, in the format defined by RFC 3339. Example: 2016-08-25T21:10:29.600Z

    Supporting Types

    GetIotDigitalTwinAdapterInboundEnvelope

    EnvelopeMappings List<GetIotDigitalTwinAdapterInboundEnvelopeEnvelopeMapping>
    Maps the metadata fields from the inbound payload using JQ. These mappings allow you to extract specific metadata such as timestamps using JQ expressions.
    ReferenceEndpoint string
    The device endpoint.
    ReferencePayloads List<GetIotDigitalTwinAdapterInboundEnvelopeReferencePayload>
    Reference payload structure template received from IoT device. This payload must specify its content type using the dataFormat property.
    EnvelopeMappings []GetIotDigitalTwinAdapterInboundEnvelopeEnvelopeMapping
    Maps the metadata fields from the inbound payload using JQ. These mappings allow you to extract specific metadata such as timestamps using JQ expressions.
    ReferenceEndpoint string
    The device endpoint.
    ReferencePayloads []GetIotDigitalTwinAdapterInboundEnvelopeReferencePayload
    Reference payload structure template received from IoT device. This payload must specify its content type using the dataFormat property.
    envelopeMappings List<GetIotDigitalTwinAdapterInboundEnvelopeEnvelopeMapping>
    Maps the metadata fields from the inbound payload using JQ. These mappings allow you to extract specific metadata such as timestamps using JQ expressions.
    referenceEndpoint String
    The device endpoint.
    referencePayloads List<GetIotDigitalTwinAdapterInboundEnvelopeReferencePayload>
    Reference payload structure template received from IoT device. This payload must specify its content type using the dataFormat property.
    envelopeMappings GetIotDigitalTwinAdapterInboundEnvelopeEnvelopeMapping[]
    Maps the metadata fields from the inbound payload using JQ. These mappings allow you to extract specific metadata such as timestamps using JQ expressions.
    referenceEndpoint string
    The device endpoint.
    referencePayloads GetIotDigitalTwinAdapterInboundEnvelopeReferencePayload[]
    Reference payload structure template received from IoT device. This payload must specify its content type using the dataFormat property.
    envelope_mappings Sequence[GetIotDigitalTwinAdapterInboundEnvelopeEnvelopeMapping]
    Maps the metadata fields from the inbound payload using JQ. These mappings allow you to extract specific metadata such as timestamps using JQ expressions.
    reference_endpoint str
    The device endpoint.
    reference_payloads Sequence[GetIotDigitalTwinAdapterInboundEnvelopeReferencePayload]
    Reference payload structure template received from IoT device. This payload must specify its content type using the dataFormat property.
    envelopeMappings List<Property Map>
    Maps the metadata fields from the inbound payload using JQ. These mappings allow you to extract specific metadata such as timestamps using JQ expressions.
    referenceEndpoint String
    The device endpoint.
    referencePayloads List<Property Map>
    Reference payload structure template received from IoT device. This payload must specify its content type using the dataFormat property.

    GetIotDigitalTwinAdapterInboundEnvelopeEnvelopeMapping

    TimeObserved string
    JQ expression to extract the observation timestamp from the payload. If not specified, the system will default to using timeReceived as the timestamp. Example: For payload {"time": "<timestamp>","temp": 65,"hum": 55} 'timeObserved' can be mapped as JQ Expression $.time.
    TimeObserved string
    JQ expression to extract the observation timestamp from the payload. If not specified, the system will default to using timeReceived as the timestamp. Example: For payload {"time": "<timestamp>","temp": 65,"hum": 55} 'timeObserved' can be mapped as JQ Expression $.time.
    timeObserved String
    JQ expression to extract the observation timestamp from the payload. If not specified, the system will default to using timeReceived as the timestamp. Example: For payload {"time": "<timestamp>","temp": 65,"hum": 55} 'timeObserved' can be mapped as JQ Expression $.time.
    timeObserved string
    JQ expression to extract the observation timestamp from the payload. If not specified, the system will default to using timeReceived as the timestamp. Example: For payload {"time": "<timestamp>","temp": 65,"hum": 55} 'timeObserved' can be mapped as JQ Expression $.time.
    time_observed str
    JQ expression to extract the observation timestamp from the payload. If not specified, the system will default to using timeReceived as the timestamp. Example: For payload {"time": "<timestamp>","temp": 65,"hum": 55} 'timeObserved' can be mapped as JQ Expression $.time.
    timeObserved String
    JQ expression to extract the observation timestamp from the payload. If not specified, the system will default to using timeReceived as the timestamp. Example: For payload {"time": "<timestamp>","temp": 65,"hum": 55} 'timeObserved' can be mapped as JQ Expression $.time.

    GetIotDigitalTwinAdapterInboundEnvelopeReferencePayload

    Data Dictionary<string, string>
    JSON raw data.
    DataFormat string
    Data format of the payload.
    Data map[string]string
    JSON raw data.
    DataFormat string
    Data format of the payload.
    data Map<String,String>
    JSON raw data.
    dataFormat String
    Data format of the payload.
    data {[key: string]: string}
    JSON raw data.
    dataFormat string
    Data format of the payload.
    data Mapping[str, str]
    JSON raw data.
    data_format str
    Data format of the payload.
    data Map<String>
    JSON raw data.
    dataFormat String
    Data format of the payload.

    GetIotDigitalTwinAdapterInboundRoute

    Condition string
    A boolean expression used to determine whether the following transformation should be processed for the incoming payload. This expression is typically based on fields defined at the inbound Envelope and is evaluated before applying the payloadMapping.
    Description string
    Meaningful write up about the inbound route.
    PayloadMapping Dictionary<string, string>
    A set of key-value JQ expressions used to transform the incoming payload into a shape compatible with the digital twin model's context or schema.
    ReferencePayloads List<GetIotDigitalTwinAdapterInboundRouteReferencePayload>
    Reference payload structure template received from IoT device. This payload must specify its content type using the dataFormat property.
    Condition string
    A boolean expression used to determine whether the following transformation should be processed for the incoming payload. This expression is typically based on fields defined at the inbound Envelope and is evaluated before applying the payloadMapping.
    Description string
    Meaningful write up about the inbound route.
    PayloadMapping map[string]string
    A set of key-value JQ expressions used to transform the incoming payload into a shape compatible with the digital twin model's context or schema.
    ReferencePayloads []GetIotDigitalTwinAdapterInboundRouteReferencePayload
    Reference payload structure template received from IoT device. This payload must specify its content type using the dataFormat property.
    condition String
    A boolean expression used to determine whether the following transformation should be processed for the incoming payload. This expression is typically based on fields defined at the inbound Envelope and is evaluated before applying the payloadMapping.
    description String
    Meaningful write up about the inbound route.
    payloadMapping Map<String,String>
    A set of key-value JQ expressions used to transform the incoming payload into a shape compatible with the digital twin model's context or schema.
    referencePayloads List<GetIotDigitalTwinAdapterInboundRouteReferencePayload>
    Reference payload structure template received from IoT device. This payload must specify its content type using the dataFormat property.
    condition string
    A boolean expression used to determine whether the following transformation should be processed for the incoming payload. This expression is typically based on fields defined at the inbound Envelope and is evaluated before applying the payloadMapping.
    description string
    Meaningful write up about the inbound route.
    payloadMapping {[key: string]: string}
    A set of key-value JQ expressions used to transform the incoming payload into a shape compatible with the digital twin model's context or schema.
    referencePayloads GetIotDigitalTwinAdapterInboundRouteReferencePayload[]
    Reference payload structure template received from IoT device. This payload must specify its content type using the dataFormat property.
    condition str
    A boolean expression used to determine whether the following transformation should be processed for the incoming payload. This expression is typically based on fields defined at the inbound Envelope and is evaluated before applying the payloadMapping.
    description str
    Meaningful write up about the inbound route.
    payload_mapping Mapping[str, str]
    A set of key-value JQ expressions used to transform the incoming payload into a shape compatible with the digital twin model's context or schema.
    reference_payloads Sequence[GetIotDigitalTwinAdapterInboundRouteReferencePayload]
    Reference payload structure template received from IoT device. This payload must specify its content type using the dataFormat property.
    condition String
    A boolean expression used to determine whether the following transformation should be processed for the incoming payload. This expression is typically based on fields defined at the inbound Envelope and is evaluated before applying the payloadMapping.
    description String
    Meaningful write up about the inbound route.
    payloadMapping Map<String>
    A set of key-value JQ expressions used to transform the incoming payload into a shape compatible with the digital twin model's context or schema.
    referencePayloads List<Property Map>
    Reference payload structure template received from IoT device. This payload must specify its content type using the dataFormat property.

    GetIotDigitalTwinAdapterInboundRouteReferencePayload

    Data Dictionary<string, string>
    JSON raw data.
    DataFormat string
    Data format of the payload.
    Data map[string]string
    JSON raw data.
    DataFormat string
    Data format of the payload.
    data Map<String,String>
    JSON raw data.
    dataFormat String
    Data format of the payload.
    data {[key: string]: string}
    JSON raw data.
    dataFormat string
    Data format of the payload.
    data Mapping[str, str]
    JSON raw data.
    data_format str
    Data format of the payload.
    data Map<String>
    JSON raw data.
    dataFormat String
    Data format of the payload.

    Package Details

    Repository
    oci pulumi/pulumi-oci
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the oci Terraform Provider.
    oci logo
    Oracle Cloud Infrastructure v3.10.0 published on Wednesday, Nov 5, 2025 by Pulumi
      Meet Neo: Your AI Platform Teammate