AWS Native is in preview. AWS Classic is fully supported.
aws-native.appintegrations.getDataIntegration
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:appintegrations:getDataIntegration
arguments:
# arguments dictionary
The 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:
- Data
Integration stringArn The Amazon Resource Name (ARN) of the data integration.
- Description string
The data integration description.
- File
Configuration 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.
- Object
Configuration Pulumi.Aws Native. App Integrations. Outputs. Data Integration Object Configuration The configuration for what data should be pulled from the source.
- List<Pulumi.
Aws Native. App Integrations. Outputs. Data Integration Tag> The tags (keys and values) associated with the data integration.
- Data
Integration stringArn The Amazon Resource Name (ARN) of the data integration.
- Description string
The data integration description.
- File
Configuration 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.
- Object
Configuration DataIntegration Object Configuration The configuration for what data should be pulled from the source.
- []Data
Integration Tag The tags (keys and values) associated with the data integration.
- data
Integration StringArn The Amazon Resource Name (ARN) of the data integration.
- description String
The data integration description.
- file
Configuration 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.
- object
Configuration DataIntegration Object Configuration The configuration for what data should be pulled from the source.
- List<Data
Integration Tag> The tags (keys and values) associated with the data integration.
- data
Integration stringArn The Amazon Resource Name (ARN) of the data integration.
- description string
The data integration description.
- file
Configuration 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.
- object
Configuration DataIntegration Object Configuration The configuration for what data should be pulled from the source.
- Data
Integration 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 DataIntegration Object Configuration The configuration for what data should be pulled from the source.
- Sequence[Data
Integration Tag] The tags (keys and values) associated with the data integration.
- data
Integration StringArn The Amazon Resource Name (ARN) of the data integration.
- description String
The data integration description.
- file
Configuration 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.
- object
Configuration Property Map 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
DataIntegrationTag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.