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

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

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

aws-native.dms.DataProvider

Explore with Pulumi AI

aws-native logo

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

AWS Native v0.112.0 published on Wednesday, Jul 24, 2024 by Pulumi

    Resource schema for AWS::DMS::DataProvider

    Create DataProvider Resource

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

    Constructor syntax

    new DataProvider(name: string, args: DataProviderArgs, opts?: CustomResourceOptions);
    @overload
    def DataProvider(resource_name: str,
                     args: DataProviderArgs,
                     opts: Optional[ResourceOptions] = None)
    
    @overload
    def DataProvider(resource_name: str,
                     opts: Optional[ResourceOptions] = None,
                     engine: Optional[DataProviderEngine] = None,
                     data_provider_identifier: Optional[str] = None,
                     data_provider_name: Optional[str] = None,
                     description: Optional[str] = None,
                     exact_settings: Optional[bool] = None,
                     settings: Optional[SettingsPropertiesArgs] = None,
                     tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewDataProvider(ctx *Context, name string, args DataProviderArgs, opts ...ResourceOption) (*DataProvider, error)
    public DataProvider(string name, DataProviderArgs args, CustomResourceOptions? opts = null)
    public DataProvider(String name, DataProviderArgs args)
    public DataProvider(String name, DataProviderArgs args, CustomResourceOptions options)
    
    type: aws-native:dms:DataProvider
    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 DataProviderArgs
    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 DataProviderArgs
    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 DataProviderArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args DataProviderArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args DataProviderArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    DataProvider 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 DataProvider resource accepts the following input properties:

    Engine Pulumi.AwsNative.Dms.DataProviderEngine
    The property describes a data engine for the data provider.
    DataProviderIdentifier string
    The property describes an identifier for the data provider. It is used for describing/deleting/modifying can be name/arn
    DataProviderName string
    The property describes a name to identify the data provider.
    Description string
    The optional description of the data provider.
    ExactSettings bool
    The property describes the exact settings which can be modified
    Settings Pulumi.AwsNative.Dms.Inputs.SettingsProperties
    The property identifies the exact type of settings for the data provider.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    An array of key-value pairs to apply to this resource.
    Engine DataProviderEngine
    The property describes a data engine for the data provider.
    DataProviderIdentifier string
    The property describes an identifier for the data provider. It is used for describing/deleting/modifying can be name/arn
    DataProviderName string
    The property describes a name to identify the data provider.
    Description string
    The optional description of the data provider.
    ExactSettings bool
    The property describes the exact settings which can be modified
    Settings SettingsPropertiesArgs
    The property identifies the exact type of settings for the data provider.
    Tags TagArgs
    An array of key-value pairs to apply to this resource.
    engine DataProviderEngine
    The property describes a data engine for the data provider.
    dataProviderIdentifier String
    The property describes an identifier for the data provider. It is used for describing/deleting/modifying can be name/arn
    dataProviderName String
    The property describes a name to identify the data provider.
    description String
    The optional description of the data provider.
    exactSettings Boolean
    The property describes the exact settings which can be modified
    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.
    engine DataProviderEngine
    The property describes a data engine for the data provider.
    dataProviderIdentifier string
    The property describes an identifier for the data provider. It is used for describing/deleting/modifying can be name/arn
    dataProviderName string
    The property describes a name to identify the data provider.
    description string
    The optional description of the data provider.
    exactSettings boolean
    The property describes the exact settings which can be modified
    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.
    engine DataProviderEngine
    The property describes a data engine for the data provider.
    data_provider_identifier str
    The property describes an identifier for the data provider. It is used for describing/deleting/modifying can be name/arn
    data_provider_name str
    The property describes a name to identify the data provider.
    description str
    The optional description of the data provider.
    exact_settings bool
    The property describes the exact settings which can be modified
    settings SettingsPropertiesArgs
    The property identifies the exact type of settings for the data provider.
    tags Sequence[TagArgs]
    An array of key-value pairs to apply to this resource.
    engine "postgres" | "mysql" | "oracle" | "sqlserver" | "aurora" | "aurora_postgresql"
    The property describes a data engine for the data provider.
    dataProviderIdentifier String
    The property describes an identifier for the data provider. It is used for describing/deleting/modifying can be name/arn
    dataProviderName String
    The property describes a name to identify the data provider.
    description String
    The optional description of the data provider.
    exactSettings Boolean
    The property describes the exact settings which can be modified
    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.

    Outputs

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

    DataProviderArn string
    The data provider ARN.
    DataProviderCreationTime string
    The data provider creation time.
    Id string
    The provider-assigned unique ID for this managed resource.
    DataProviderArn string
    The data provider ARN.
    DataProviderCreationTime string
    The data provider creation time.
    Id string
    The provider-assigned unique ID for this managed resource.
    dataProviderArn String
    The data provider ARN.
    dataProviderCreationTime String
    The data provider creation time.
    id String
    The provider-assigned unique ID for this managed resource.
    dataProviderArn string
    The data provider ARN.
    dataProviderCreationTime string
    The data provider creation time.
    id string
    The provider-assigned unique ID for this managed resource.
    data_provider_arn str
    The data provider ARN.
    data_provider_creation_time str
    The data provider creation time.
    id str
    The provider-assigned unique ID for this managed resource.
    dataProviderArn String
    The data provider ARN.
    dataProviderCreationTime String
    The data provider creation time.
    id String
    The provider-assigned unique ID for this managed resource.

    Supporting Types

    DataProviderDmsSslModeValue, DataProviderDmsSslModeValueArgs

    None
    none
    Require
    require
    VerifyCa
    verify-ca
    VerifyFull
    verify-full
    DataProviderDmsSslModeValueNone
    none
    DataProviderDmsSslModeValueRequire
    require
    DataProviderDmsSslModeValueVerifyCa
    verify-ca
    DataProviderDmsSslModeValueVerifyFull
    verify-full
    None
    none
    Require
    require
    VerifyCa
    verify-ca
    VerifyFull
    verify-full
    None
    none
    Require
    require
    VerifyCa
    verify-ca
    VerifyFull
    verify-full
    NONE
    none
    REQUIRE
    require
    VERIFY_CA
    verify-ca
    VERIFY_FULL
    verify-full
    "none"
    none
    "require"
    require
    "verify-ca"
    verify-ca
    "verify-full"
    verify-full

    DataProviderEngine, DataProviderEngineArgs

    Postgres
    postgres
    Mysql
    mysql
    Oracle
    oracle
    Sqlserver
    sqlserver
    Aurora
    aurora
    AuroraPostgresql
    aurora_postgresql
    DataProviderEnginePostgres
    postgres
    DataProviderEngineMysql
    mysql
    DataProviderEngineOracle
    oracle
    DataProviderEngineSqlserver
    sqlserver
    DataProviderEngineAurora
    aurora
    DataProviderEngineAuroraPostgresql
    aurora_postgresql
    Postgres
    postgres
    Mysql
    mysql
    Oracle
    oracle
    Sqlserver
    sqlserver
    Aurora
    aurora
    AuroraPostgresql
    aurora_postgresql
    Postgres
    postgres
    Mysql
    mysql
    Oracle
    oracle
    Sqlserver
    sqlserver
    Aurora
    aurora
    AuroraPostgresql
    aurora_postgresql
    POSTGRES
    postgres
    MYSQL
    mysql
    ORACLE
    oracle
    SQLSERVER
    sqlserver
    AURORA
    aurora
    AURORA_POSTGRESQL
    aurora_postgresql
    "postgres"
    postgres
    "mysql"
    mysql
    "oracle"
    oracle
    "sqlserver"
    sqlserver
    "aurora"
    aurora
    "aurora_postgresql"
    aurora_postgresql

    SettingsProperties, SettingsPropertiesArgs

    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, SettingsPropertiesMicrosoftSqlServerSettingsPropertiesArgs

    SettingsPropertiesMySqlSettingsProperties, SettingsPropertiesMySqlSettingsPropertiesArgs

    SettingsPropertiesOracleSettingsProperties, SettingsPropertiesOracleSettingsPropertiesArgs

    SettingsPropertiesPostgreSqlSettingsProperties, SettingsPropertiesPostgreSqlSettingsPropertiesArgs

    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.112.0 published on Wednesday, Jul 24, 2024 by Pulumi