We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.customerprofiles.getIntegration
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
The resource schema for creating an Amazon Connect Customer Profiles Integration.
Using getIntegration
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 getIntegration(args: GetIntegrationArgs, opts?: InvokeOptions): Promise<GetIntegrationResult>
function getIntegrationOutput(args: GetIntegrationOutputArgs, opts?: InvokeOptions): Output<GetIntegrationResult>
def get_integration(domain_name: Optional[str] = None,
uri: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIntegrationResult
def get_integration_output(domain_name: Optional[pulumi.Input[str]] = None,
uri: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIntegrationResult]
func LookupIntegration(ctx *Context, args *LookupIntegrationArgs, opts ...InvokeOption) (*LookupIntegrationResult, error)
func LookupIntegrationOutput(ctx *Context, args *LookupIntegrationOutputArgs, opts ...InvokeOption) LookupIntegrationResultOutput
> Note: This function is named LookupIntegration
in the Go SDK.
public static class GetIntegration
{
public static Task<GetIntegrationResult> InvokeAsync(GetIntegrationArgs args, InvokeOptions? opts = null)
public static Output<GetIntegrationResult> Invoke(GetIntegrationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetIntegrationResult> getIntegration(GetIntegrationArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:customerprofiles:getIntegration
arguments:
# arguments dictionary
The following arguments are supported:
- Domain
Name string - The unique name of the domain.
- Uri string
- The URI of the S3 bucket or any other type of data source.
- Domain
Name string - The unique name of the domain.
- Uri string
- The URI of the S3 bucket or any other type of data source.
- domain
Name String - The unique name of the domain.
- uri String
- The URI of the S3 bucket or any other type of data source.
- domain
Name string - The unique name of the domain.
- uri string
- The URI of the S3 bucket or any other type of data source.
- domain_
name str - The unique name of the domain.
- uri str
- The URI of the S3 bucket or any other type of data source.
- domain
Name String - The unique name of the domain.
- uri String
- The URI of the S3 bucket or any other type of data source.
getIntegration Result
The following output properties are available:
- Created
At string - The time of this integration got created
- Last
Updated stringAt - The time of this integration got last updated at
- Object
Type stringName - The name of the ObjectType defined for the 3rd party data in Profile Service
- Object
Type List<Pulumi.Names Aws Native. Customer Profiles. Outputs. Integration Object Type Mapping> - The mapping between 3rd party event types and ObjectType names
- List<Pulumi.
Aws Native. Outputs. Tag> - The tags (keys and values) associated with the integration
- Created
At string - The time of this integration got created
- Last
Updated stringAt - The time of this integration got last updated at
- Object
Type stringName - The name of the ObjectType defined for the 3rd party data in Profile Service
- Object
Type []IntegrationNames Object Type Mapping - The mapping between 3rd party event types and ObjectType names
- Tag
- The tags (keys and values) associated with the integration
- created
At String - The time of this integration got created
- last
Updated StringAt - The time of this integration got last updated at
- object
Type StringName - The name of the ObjectType defined for the 3rd party data in Profile Service
- object
Type List<IntegrationNames Object Type Mapping> - The mapping between 3rd party event types and ObjectType names
- List<Tag>
- The tags (keys and values) associated with the integration
- created
At string - The time of this integration got created
- last
Updated stringAt - The time of this integration got last updated at
- object
Type stringName - The name of the ObjectType defined for the 3rd party data in Profile Service
- object
Type IntegrationNames Object Type Mapping[] - The mapping between 3rd party event types and ObjectType names
- Tag[]
- The tags (keys and values) associated with the integration
- created_
at str - The time of this integration got created
- last_
updated_ strat - The time of this integration got last updated at
- object_
type_ strname - The name of the ObjectType defined for the 3rd party data in Profile Service
- object_
type_ Sequence[Integrationnames Object Type Mapping] - The mapping between 3rd party event types and ObjectType names
- Sequence[root_Tag]
- The tags (keys and values) associated with the integration
- created
At String - The time of this integration got created
- last
Updated StringAt - The time of this integration got last updated at
- object
Type StringName - The name of the ObjectType defined for the 3rd party data in Profile Service
- object
Type List<Property Map>Names - The mapping between 3rd party event types and ObjectType names
- List<Property Map>
- The tags (keys and values) associated with the integration
Supporting Types
IntegrationObjectTypeMapping
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 Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi