1. Packages
  2. AWS Native
  3. API Docs
  4. entityresolution
  5. IdNamespace

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.IdNamespace

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi

    IdNamespace defined in AWS Entity Resolution service

    Create IdNamespace Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new IdNamespace(name: string, args: IdNamespaceArgs, opts?: CustomResourceOptions);
    @overload
    def IdNamespace(resource_name: str,
                    args: IdNamespaceArgs,
                    opts: Optional[ResourceOptions] = None)
    
    @overload
    def IdNamespace(resource_name: str,
                    opts: Optional[ResourceOptions] = None,
                    type: Optional[IdNamespaceType] = None,
                    description: Optional[str] = None,
                    id_mapping_workflow_properties: Optional[Sequence[IdNamespaceIdMappingWorkflowPropertiesArgs]] = None,
                    id_namespace_name: Optional[str] = None,
                    input_source_config: Optional[Sequence[IdNamespaceInputSourceArgs]] = None,
                    role_arn: Optional[str] = None,
                    tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewIdNamespace(ctx *Context, name string, args IdNamespaceArgs, opts ...ResourceOption) (*IdNamespace, error)
    public IdNamespace(string name, IdNamespaceArgs args, CustomResourceOptions? opts = null)
    public IdNamespace(String name, IdNamespaceArgs args)
    public IdNamespace(String name, IdNamespaceArgs args, CustomResourceOptions options)
    
    type: aws-native:entityresolution:IdNamespace
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args IdNamespaceArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args IdNamespaceArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args IdNamespaceArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args IdNamespaceArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args IdNamespaceArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    IdNamespace Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The IdNamespace resource accepts the following input properties:

    Type Pulumi.AwsNative.EntityResolution.IdNamespaceType

    The type of ID namespace. There are two types: SOURCE and TARGET .

    The SOURCE contains configurations for sourceId data that will be processed in an ID mapping workflow.

    The TARGET contains a configuration of targetId to which all sourceIds will resolve to.

    Description string
    The description of the ID namespace.
    IdMappingWorkflowProperties List<Pulumi.AwsNative.EntityResolution.Inputs.IdNamespaceIdMappingWorkflowProperties>
    Determines the properties of IdMappingWorflow where this IdNamespace can be used as a Source or a Target .
    IdNamespaceName string
    The name of the ID namespace.
    InputSourceConfig List<Pulumi.AwsNative.EntityResolution.Inputs.IdNamespaceInputSource>
    A list of InputSource objects, which have the fields InputSourceARN and SchemaName .
    RoleArn string
    The Amazon Resource Name (ARN) of the IAM role. AWS Entity Resolution assumes this role to access the resources defined in this IdNamespace on your behalf as part of the workflow run.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    The tags used to organize, track, or control access for this resource.
    Type IdNamespaceType

    The type of ID namespace. There are two types: SOURCE and TARGET .

    The SOURCE contains configurations for sourceId data that will be processed in an ID mapping workflow.

    The TARGET contains a configuration of targetId to which all sourceIds will resolve to.

    Description string
    The description of the ID namespace.
    IdMappingWorkflowProperties []IdNamespaceIdMappingWorkflowPropertiesArgs
    Determines the properties of IdMappingWorflow where this IdNamespace can be used as a Source or a Target .
    IdNamespaceName string
    The name of the ID namespace.
    InputSourceConfig []IdNamespaceInputSourceArgs
    A list of InputSource objects, which have the fields InputSourceARN and SchemaName .
    RoleArn string
    The Amazon Resource Name (ARN) of the IAM role. AWS Entity Resolution assumes this role to access the resources defined in this IdNamespace on your behalf as part of the workflow run.
    Tags TagArgs
    The tags used to organize, track, or control access for this resource.
    type IdNamespaceType

    The type of ID namespace. There are two types: SOURCE and TARGET .

    The SOURCE contains configurations for sourceId data that will be processed in an ID mapping workflow.

    The TARGET contains a configuration of targetId to which all sourceIds will resolve to.

    description String
    The description of the ID namespace.
    idMappingWorkflowProperties List<IdNamespaceIdMappingWorkflowProperties>
    Determines the properties of IdMappingWorflow where this IdNamespace can be used as a Source or a Target .
    idNamespaceName String
    The name of the ID namespace.
    inputSourceConfig List<IdNamespaceInputSource>
    A list of InputSource objects, which have the fields InputSourceARN and SchemaName .
    roleArn String
    The Amazon Resource Name (ARN) of the IAM role. AWS Entity Resolution assumes this role to access the resources defined in this IdNamespace on your behalf as part of the workflow run.
    tags List<Tag>
    The tags used to organize, track, or control access for this resource.
    type IdNamespaceType

    The type of ID namespace. There are two types: SOURCE and TARGET .

    The SOURCE contains configurations for sourceId data that will be processed in an ID mapping workflow.

    The TARGET contains a configuration of targetId to which all sourceIds will resolve to.

    description string
    The description of the ID namespace.
    idMappingWorkflowProperties IdNamespaceIdMappingWorkflowProperties[]
    Determines the properties of IdMappingWorflow where this IdNamespace can be used as a Source or a Target .
    idNamespaceName string
    The name of the ID namespace.
    inputSourceConfig IdNamespaceInputSource[]
    A list of InputSource objects, which have the fields InputSourceARN and SchemaName .
    roleArn string
    The Amazon Resource Name (ARN) of the IAM role. AWS Entity Resolution assumes this role to access the resources defined in this IdNamespace on your behalf as part of the workflow run.
    tags Tag[]
    The tags used to organize, track, or control access for this resource.
    type IdNamespaceType

    The type of ID namespace. There are two types: SOURCE and TARGET .

    The SOURCE contains configurations for sourceId data that will be processed in an ID mapping workflow.

    The TARGET contains a configuration of targetId to which all sourceIds will resolve to.

    description str
    The description of the ID namespace.
    id_mapping_workflow_properties Sequence[IdNamespaceIdMappingWorkflowPropertiesArgs]
    Determines the properties of IdMappingWorflow where this IdNamespace can be used as a Source or a Target .
    id_namespace_name str
    The name of the ID namespace.
    input_source_config Sequence[IdNamespaceInputSourceArgs]
    A list of InputSource objects, which have the fields InputSourceARN and SchemaName .
    role_arn str
    The Amazon Resource Name (ARN) of the IAM role. AWS Entity Resolution assumes this role to access the resources defined in this IdNamespace on your behalf as part of the workflow run.
    tags Sequence[TagArgs]
    The tags used to organize, track, or control access for this resource.
    type "SOURCE" | "TARGET"

    The type of ID namespace. There are two types: SOURCE and TARGET .

    The SOURCE contains configurations for sourceId data that will be processed in an ID mapping workflow.

    The TARGET contains a configuration of targetId to which all sourceIds will resolve to.

    description String
    The description of the ID namespace.
    idMappingWorkflowProperties List<Property Map>
    Determines the properties of IdMappingWorflow where this IdNamespace can be used as a Source or a Target .
    idNamespaceName String
    The name of the ID namespace.
    inputSourceConfig List<Property Map>
    A list of InputSource objects, which have the fields InputSourceARN and SchemaName .
    roleArn String
    The Amazon Resource Name (ARN) of the IAM role. AWS Entity Resolution assumes this role to access the resources defined in this IdNamespace on your behalf as part of the workflow run.
    tags List<Property Map>
    The tags used to organize, track, or control access for this resource.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the IdNamespace resource produces the following output properties:

    CreatedAt string
    The date and time when the IdNamespace was created
    Id string
    The provider-assigned unique ID for this managed resource.
    IdNamespaceArn string
    The arn associated with the IdNamespace
    UpdatedAt string
    The date and time when the IdNamespace was updated
    CreatedAt string
    The date and time when the IdNamespace was created
    Id string
    The provider-assigned unique ID for this managed resource.
    IdNamespaceArn string
    The arn associated with the IdNamespace
    UpdatedAt string
    The date and time when the IdNamespace was updated
    createdAt String
    The date and time when the IdNamespace was created
    id String
    The provider-assigned unique ID for this managed resource.
    idNamespaceArn String
    The arn associated with the IdNamespace
    updatedAt String
    The date and time when the IdNamespace was updated
    createdAt string
    The date and time when the IdNamespace was created
    id string
    The provider-assigned unique ID for this managed resource.
    idNamespaceArn string
    The arn associated with the IdNamespace
    updatedAt string
    The date and time when the IdNamespace was updated
    created_at str
    The date and time when the IdNamespace was created
    id str
    The provider-assigned unique ID for this managed resource.
    id_namespace_arn str
    The arn associated with the IdNamespace
    updated_at str
    The date and time when the IdNamespace was updated
    createdAt String
    The date and time when the IdNamespace was created
    id String
    The provider-assigned unique ID for this managed resource.
    idNamespaceArn String
    The arn associated with the IdNamespace
    updatedAt String
    The date and time when the IdNamespace was updated

    Supporting Types

    IdNamespaceIdMappingWorkflowProperties, IdNamespaceIdMappingWorkflowPropertiesArgs

    IdMappingType IdNamespaceIdMappingWorkflowPropertiesIdMappingType
    The type of ID mapping.
    ProviderProperties IdNamespaceNamespaceProviderProperties
    An object which defines any additional configurations required by the provider service.
    idMappingType IdNamespaceIdMappingWorkflowPropertiesIdMappingType
    The type of ID mapping.
    providerProperties IdNamespaceNamespaceProviderProperties
    An object which defines any additional configurations required by the provider service.
    idMappingType IdNamespaceIdMappingWorkflowPropertiesIdMappingType
    The type of ID mapping.
    providerProperties IdNamespaceNamespaceProviderProperties
    An object which defines any additional configurations required by the provider service.
    id_mapping_type IdNamespaceIdMappingWorkflowPropertiesIdMappingType
    The type of ID mapping.
    provider_properties IdNamespaceNamespaceProviderProperties
    An object which defines any additional configurations required by the provider service.
    idMappingType "PROVIDER"
    The type of ID mapping.
    providerProperties Property Map
    An object which defines any additional configurations required by the provider service.

    IdNamespaceIdMappingWorkflowPropertiesIdMappingType, IdNamespaceIdMappingWorkflowPropertiesIdMappingTypeArgs

    Provider
    PROVIDER
    IdNamespaceIdMappingWorkflowPropertiesIdMappingTypeProvider
    PROVIDER
    Provider
    PROVIDER
    Provider
    PROVIDER
    PROVIDER
    PROVIDER
    "PROVIDER"
    PROVIDER

    IdNamespaceInputSource, IdNamespaceInputSourceArgs

    InputSourceArn string
    An AWS Glue table ARN for the input source table.
    SchemaName string
    The name of the schema.
    InputSourceArn string
    An AWS Glue table ARN for the input source table.
    SchemaName string
    The name of the schema.
    inputSourceArn String
    An AWS Glue table ARN for the input source table.
    schemaName String
    The name of the schema.
    inputSourceArn string
    An AWS Glue table ARN for the input source table.
    schemaName string
    The name of the schema.
    input_source_arn str
    An AWS Glue table ARN for the input source table.
    schema_name str
    The name of the schema.
    inputSourceArn String
    An AWS Glue table ARN for the input source table.
    schemaName String
    The name of the schema.

    IdNamespaceNamespaceProviderProperties, IdNamespaceNamespaceProviderPropertiesArgs

    ProviderServiceArn string
    The Amazon Resource Name (ARN) of the provider service.
    ProviderConfiguration Dictionary<string, string>
    Additional Provider configuration that would be required for the provider service. The Configuration must be in JSON string format.
    ProviderServiceArn string
    The Amazon Resource Name (ARN) of the provider service.
    ProviderConfiguration map[string]string
    Additional Provider configuration that would be required for the provider service. The Configuration must be in JSON string format.
    providerServiceArn String
    The Amazon Resource Name (ARN) of the provider service.
    providerConfiguration Map<String,String>
    Additional Provider configuration that would be required for the provider service. The Configuration must be in JSON string format.
    providerServiceArn string
    The Amazon Resource Name (ARN) of the provider service.
    providerConfiguration {[key: string]: string}
    Additional Provider configuration that would be required for the provider service. The Configuration must be in JSON string format.
    provider_service_arn str
    The Amazon Resource Name (ARN) of the provider service.
    provider_configuration Mapping[str, str]
    Additional Provider configuration that would be required for the provider service. The Configuration must be in JSON string format.
    providerServiceArn String
    The Amazon Resource Name (ARN) of the provider service.
    providerConfiguration Map<String>
    Additional Provider configuration that would be required for the provider service. The Configuration must be in JSON string format.

    IdNamespaceType, IdNamespaceTypeArgs

    Source
    SOURCE
    Target
    TARGET
    IdNamespaceTypeSource
    SOURCE
    IdNamespaceTypeTarget
    TARGET
    Source
    SOURCE
    Target
    TARGET
    Source
    SOURCE
    Target
    TARGET
    SOURCE
    SOURCE
    TARGET
    TARGET
    "SOURCE"
    SOURCE
    "TARGET"
    TARGET

    Tag, TagArgs

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

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

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi