We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
aws-native.appintegrations.getDataIntegration
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
Resource Type definition for AWS::AppIntegrations::DataIntegration
Using getDataIntegration
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 getDataIntegration(args: GetDataIntegrationArgs, opts?: InvokeOptions): Promise<GetDataIntegrationResult>
function getDataIntegrationOutput(args: GetDataIntegrationOutputArgs, opts?: InvokeOptions): Output<GetDataIntegrationResult>def get_data_integration(id: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetDataIntegrationResult
def get_data_integration_output(id: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetDataIntegrationResult]func LookupDataIntegration(ctx *Context, args *LookupDataIntegrationArgs, opts ...InvokeOption) (*LookupDataIntegrationResult, error)
func LookupDataIntegrationOutput(ctx *Context, args *LookupDataIntegrationOutputArgs, opts ...InvokeOption) LookupDataIntegrationResultOutput> Note: This function is named LookupDataIntegration in the Go SDK.
public static class GetDataIntegration 
{
    public static Task<GetDataIntegrationResult> InvokeAsync(GetDataIntegrationArgs args, InvokeOptions? opts = null)
    public static Output<GetDataIntegrationResult> Invoke(GetDataIntegrationInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetDataIntegrationResult> getDataIntegration(GetDataIntegrationArgs args, InvokeOptions options)
public static Output<GetDataIntegrationResult> getDataIntegration(GetDataIntegrationArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:appintegrations:getDataIntegration
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Id string
- The unique identifer of the data integration.
- Id string
- The unique identifer of the data integration.
- id String
- The unique identifer of the data integration.
- id string
- The unique identifer of the data integration.
- id str
- The unique identifer of the data integration.
- id String
- The unique identifer of the data integration.
getDataIntegration Result
The following output properties are available:
- DataIntegration stringArn 
- The Amazon Resource Name (ARN) of the data integration.
- Description string
- The data integration description.
- FileConfiguration Pulumi.Aws Native. App Integrations. Outputs. Data Integration File Configuration 
- The configuration for what files should be pulled from the source.
- Id string
- The unique identifer of the data integration.
- Name string
- The name of the data integration.
- ObjectConfiguration Dictionary<string, object>
- The configuration for what data should be pulled from the source.
- 
List<Pulumi.Aws Native. Outputs. Tag> 
- The tags (keys and values) associated with the data integration.
- DataIntegration stringArn 
- The Amazon Resource Name (ARN) of the data integration.
- Description string
- The data integration description.
- FileConfiguration DataIntegration File Configuration 
- The configuration for what files should be pulled from the source.
- Id string
- The unique identifer of the data integration.
- Name string
- The name of the data integration.
- ObjectConfiguration map[string]interface{}
- The configuration for what data should be pulled from the source.
- Tag
- The tags (keys and values) associated with the data integration.
- dataIntegration StringArn 
- The Amazon Resource Name (ARN) of the data integration.
- description String
- The data integration description.
- fileConfiguration DataIntegration File Configuration 
- The configuration for what files should be pulled from the source.
- id String
- The unique identifer of the data integration.
- name String
- The name of the data integration.
- objectConfiguration Map<String,Object>
- The configuration for what data should be pulled from the source.
- List<Tag>
- The tags (keys and values) associated with the data integration.
- dataIntegration stringArn 
- The Amazon Resource Name (ARN) of the data integration.
- description string
- The data integration description.
- fileConfiguration DataIntegration File Configuration 
- The configuration for what files should be pulled from the source.
- id string
- The unique identifer of the data integration.
- name string
- The name of the data integration.
- objectConfiguration {[key: string]: any}
- The configuration for what data should be pulled from the source.
- Tag[]
- The tags (keys and values) associated with the data integration.
- data_integration_ strarn 
- The Amazon Resource Name (ARN) of the data integration.
- description str
- The data integration description.
- file_configuration DataIntegration File Configuration 
- The configuration for what files should be pulled from the source.
- id str
- The unique identifer of the data integration.
- name str
- The name of the data integration.
- object_configuration Mapping[str, Any]
- The configuration for what data should be pulled from the source.
- Sequence[root_Tag]
- The tags (keys and values) associated with the data integration.
- dataIntegration StringArn 
- The Amazon Resource Name (ARN) of the data integration.
- description String
- The data integration description.
- fileConfiguration Property Map
- The configuration for what files should be pulled from the source.
- id String
- The unique identifer of the data integration.
- name String
- The name of the data integration.
- objectConfiguration Map<Any>
- The configuration for what data should be pulled from the source.
- List<Property Map>
- The tags (keys and values) associated with the data integration.
Supporting Types
DataIntegrationFileConfiguration   
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi