1. Packages
  2. AWS Native
  3. API Docs
  4. dms
  5. getDataProvider

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

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

aws-native.dms.getDataProvider

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.105.0 published on Thursday, May 2, 2024 by Pulumi

    Resource schema for AWS::DMS::DataProvider

    Using getDataProvider

    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 getDataProvider(args: GetDataProviderArgs, opts?: InvokeOptions): Promise<GetDataProviderResult>
    function getDataProviderOutput(args: GetDataProviderOutputArgs, opts?: InvokeOptions): Output<GetDataProviderResult>
    def get_data_provider(data_provider_arn: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetDataProviderResult
    def get_data_provider_output(data_provider_arn: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetDataProviderResult]
    func LookupDataProvider(ctx *Context, args *LookupDataProviderArgs, opts ...InvokeOption) (*LookupDataProviderResult, error)
    func LookupDataProviderOutput(ctx *Context, args *LookupDataProviderOutputArgs, opts ...InvokeOption) LookupDataProviderResultOutput

    > Note: This function is named LookupDataProvider in the Go SDK.

    public static class GetDataProvider 
    {
        public static Task<GetDataProviderResult> InvokeAsync(GetDataProviderArgs args, InvokeOptions? opts = null)
        public static Output<GetDataProviderResult> Invoke(GetDataProviderInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetDataProviderResult> getDataProvider(GetDataProviderArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:dms:getDataProvider
      arguments:
        # arguments dictionary

    The following arguments are supported:

    DataProviderArn string
    The data provider ARN.
    DataProviderArn string
    The data provider ARN.
    dataProviderArn String
    The data provider ARN.
    dataProviderArn string
    The data provider ARN.
    data_provider_arn str
    The data provider ARN.
    dataProviderArn String
    The data provider ARN.

    getDataProvider Result

    The following output properties are available:

    DataProviderArn string
    The data provider ARN.
    DataProviderCreationTime string
    The data provider creation time.
    DataProviderName string
    The property describes a name to identify the data provider.
    Description string
    The optional description of the data provider.
    Engine Pulumi.AwsNative.Dms.DataProviderEngine
    The property describes a data engine for the data provider.
    Settings Pulumi.AwsNative.Dms.Outputs.SettingsProperties
    The property identifies the exact type of settings for the data provider.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    An array of key-value pairs to apply to this resource.
    DataProviderArn string
    The data provider ARN.
    DataProviderCreationTime string
    The data provider creation time.
    DataProviderName string
    The property describes a name to identify the data provider.
    Description string
    The optional description of the data provider.
    Engine DataProviderEngine
    The property describes a data engine for the data provider.
    Settings SettingsProperties
    The property identifies the exact type of settings for the data provider.
    Tags Tag
    An array of key-value pairs to apply to this resource.
    dataProviderArn String
    The data provider ARN.
    dataProviderCreationTime String
    The data provider creation time.
    dataProviderName String
    The property describes a name to identify the data provider.
    description String
    The optional description of the data provider.
    engine DataProviderEngine
    The property describes a data engine for the data provider.
    settings SettingsProperties
    The property identifies the exact type of settings for the data provider.
    tags List<Tag>
    An array of key-value pairs to apply to this resource.
    dataProviderArn string
    The data provider ARN.
    dataProviderCreationTime string
    The data provider creation time.
    dataProviderName string
    The property describes a name to identify the data provider.
    description string
    The optional description of the data provider.
    engine DataProviderEngine
    The property describes a data engine for the data provider.
    settings SettingsProperties
    The property identifies the exact type of settings for the data provider.
    tags Tag[]
    An array of key-value pairs to apply to this resource.
    data_provider_arn str
    The data provider ARN.
    data_provider_creation_time str
    The data provider creation time.
    data_provider_name str
    The property describes a name to identify the data provider.
    description str
    The optional description of the data provider.
    engine DataProviderEngine
    The property describes a data engine for the data provider.
    settings SettingsProperties
    The property identifies the exact type of settings for the data provider.
    tags Sequence[root_Tag]
    An array of key-value pairs to apply to this resource.
    dataProviderArn String
    The data provider ARN.
    dataProviderCreationTime String
    The data provider creation time.
    dataProviderName String
    The property describes a name to identify the data provider.
    description String
    The optional description of the data provider.
    engine "postgres" | "mysql" | "oracle" | "sqlserver" | "aurora" | "aurora_postgresql"
    The property describes a data engine for the data provider.
    settings Property Map
    The property identifies the exact type of settings for the data provider.
    tags List<Property Map>
    An array of key-value pairs to apply to this resource.

    Supporting Types

    DataProviderDmsSslModeValue

    DataProviderEngine

    SettingsProperties

    microsoftSqlServerSettings Property Map
    MicrosoftSqlServerSettings property identifier.
    mySqlSettings Property Map
    MySqlSettings property identifier.
    oracleSettings Property Map
    OracleSettings property identifier.
    postgreSqlSettings Property Map
    PostgreSqlSettings property identifier.

    SettingsPropertiesMicrosoftSqlServerSettingsProperties

    SettingsPropertiesMySqlSettingsProperties

    SettingsPropertiesOracleSettingsProperties

    SettingsPropertiesPostgreSqlSettingsProperties

    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 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.105.0 published on Thursday, May 2, 2024 by Pulumi