aws-native logo
AWS Native v0.54.0, Mar 21 23

aws-native.appintegrations.getDataIntegration

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:

DataIntegrationArn string

The Amazon Resource Name (ARN) of the data integration.

Description string

The data integration description.

Id string

The unique identifer of the data integration.

Name string

The name of the data integration.

Tags List<Pulumi.AwsNative.AppIntegrations.Outputs.DataIntegrationTag>

The tags (keys and values) associated with the data integration.

DataIntegrationArn string

The Amazon Resource Name (ARN) of the data integration.

Description string

The data integration description.

Id string

The unique identifer of the data integration.

Name string

The name of the data integration.

Tags []DataIntegrationTag

The tags (keys and values) associated with the data integration.

dataIntegrationArn String

The Amazon Resource Name (ARN) of the data integration.

description String

The data integration description.

id String

The unique identifer of the data integration.

name String

The name of the data integration.

tags List<DataIntegrationTag>

The tags (keys and values) associated with the data integration.

dataIntegrationArn string

The Amazon Resource Name (ARN) of the data integration.

description string

The data integration description.

id string

The unique identifer of the data integration.

name string

The name of the data integration.

tags DataIntegrationTag[]

The tags (keys and values) associated with the data integration.

data_integration_arn str

The Amazon Resource Name (ARN) of the data integration.

description str

The data integration description.

id str

The unique identifer of the data integration.

name str

The name of the data integration.

tags Sequence[DataIntegrationTag]

The tags (keys and values) associated with the data integration.

dataIntegrationArn String

The Amazon Resource Name (ARN) of the data integration.

description String

The data integration description.

id String

The unique identifer of the data integration.

name String

The name of the data integration.

tags List<Property Map>

The tags (keys and values) associated with the data integration.

Supporting Types

DataIntegrationTag

Key string

A key to identify the tag.

Value string

Corresponding tag value for the key.

Key string

A key to identify the tag.

Value string

Corresponding tag value for the key.

key String

A key to identify the tag.

value String

Corresponding tag value for the key.

key string

A key to identify the tag.

value string

Corresponding tag value for the key.

key str

A key to identify the tag.

value str

Corresponding tag value for the key.

key String

A key to identify the tag.

value String

Corresponding tag value for the key.

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0