AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
aws-native.entityresolution.getSchemaMapping
Explore with Pulumi AI
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi
SchemaMapping defined in AWS Entity Resolution service
Using getSchemaMapping
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 getSchemaMapping(args: GetSchemaMappingArgs, opts?: InvokeOptions): Promise<GetSchemaMappingResult>
function getSchemaMappingOutput(args: GetSchemaMappingOutputArgs, opts?: InvokeOptions): Output<GetSchemaMappingResult>
def get_schema_mapping(schema_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSchemaMappingResult
def get_schema_mapping_output(schema_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSchemaMappingResult]
func LookupSchemaMapping(ctx *Context, args *LookupSchemaMappingArgs, opts ...InvokeOption) (*LookupSchemaMappingResult, error)
func LookupSchemaMappingOutput(ctx *Context, args *LookupSchemaMappingOutputArgs, opts ...InvokeOption) LookupSchemaMappingResultOutput
> Note: This function is named LookupSchemaMapping
in the Go SDK.
public static class GetSchemaMapping
{
public static Task<GetSchemaMappingResult> InvokeAsync(GetSchemaMappingArgs args, InvokeOptions? opts = null)
public static Output<GetSchemaMappingResult> Invoke(GetSchemaMappingInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSchemaMappingResult> getSchemaMapping(GetSchemaMappingArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:entityresolution:getSchemaMapping
arguments:
# arguments dictionary
The following arguments are supported:
- Schema
Name string - The name of the SchemaMapping
- Schema
Name string - The name of the SchemaMapping
- schema
Name String - The name of the SchemaMapping
- schema
Name string - The name of the SchemaMapping
- schema_
name str - The name of the SchemaMapping
- schema
Name String - The name of the SchemaMapping
getSchemaMapping Result
The following output properties are available:
- Created
At string - Description string
- The description of the SchemaMapping
- Has
Workflows bool - Mapped
Input List<Pulumi.Fields Aws Native. Entity Resolution. Outputs. Schema Mapping Schema Input Attribute> - The SchemaMapping attributes input
- Schema
Arn string - List<Pulumi.
Aws Native. Outputs. Tag> - The tags used to organize, track, or control access for this resource.
- Updated
At string
- Created
At string - Description string
- The description of the SchemaMapping
- Has
Workflows bool - Mapped
Input []SchemaFields Mapping Schema Input Attribute - The SchemaMapping attributes input
- Schema
Arn string - Tag
- The tags used to organize, track, or control access for this resource.
- Updated
At string
- created
At String - description String
- The description of the SchemaMapping
- has
Workflows Boolean - mapped
Input List<SchemaFields Mapping Schema Input Attribute> - The SchemaMapping attributes input
- schema
Arn String - List<Tag>
- The tags used to organize, track, or control access for this resource.
- updated
At String
- created
At string - description string
- The description of the SchemaMapping
- has
Workflows boolean - mapped
Input SchemaFields Mapping Schema Input Attribute[] - The SchemaMapping attributes input
- schema
Arn string - Tag[]
- The tags used to organize, track, or control access for this resource.
- updated
At string
- created_
at str - description str
- The description of the SchemaMapping
- has_
workflows bool - mapped_
input_ Sequence[Schemafields Mapping Schema Input Attribute] - The SchemaMapping attributes input
- schema_
arn str - Sequence[root_Tag]
- The tags used to organize, track, or control access for this resource.
- updated_
at str
- created
At String - description String
- The description of the SchemaMapping
- has
Workflows Boolean - mapped
Input List<Property Map>Fields - The SchemaMapping attributes input
- schema
Arn String - List<Property Map>
- The tags used to organize, track, or control access for this resource.
- updated
At String
Supporting Types
SchemaMappingSchemaAttributeType
SchemaMappingSchemaInputAttribute
- field_
name str - type
Schema
Mapping Schema Attribute Type - group_
name str - match_
key str - sub_
type str - The subtype of the Attribute. Would be required only when type is PROVIDER_ID
- field
Name String - type "NAME" | "NAME_FIRST" | "NAME_MIDDLE" | "NAME_LAST" | "ADDRESS" | "ADDRESS_STREET1" | "ADDRESS_STREET2" | "ADDRESS_STREET3" | "ADDRESS_CITY" | "ADDRESS_STATE" | "ADDRESS_COUNTRY" | "ADDRESS_POSTALCODE" | "PHONE" | "PHONE_NUMBER" | "PHONE_COUNTRYCODE" | "EMAIL_ADDRESS" | "UNIQUE_ID" | "DATE" | "STRING" | "PROVIDER_ID"
- group
Name String - match
Key String - sub
Type String - The subtype of the Attribute. Would be required only when type is PROVIDER_ID
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
AWS Native is in preview. AWS Classic is fully supported.
AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi