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

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

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::MigrationProject

    Create MigrationProject Resource

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

    Constructor syntax

    new MigrationProject(name: string, args?: MigrationProjectArgs, opts?: CustomResourceOptions);
    @overload
    def MigrationProject(resource_name: str,
                         args: Optional[MigrationProjectArgs] = None,
                         opts: Optional[ResourceOptions] = None)
    
    @overload
    def MigrationProject(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         description: Optional[str] = None,
                         instance_profile_arn: Optional[str] = None,
                         instance_profile_identifier: Optional[str] = None,
                         instance_profile_name: Optional[str] = None,
                         migration_project_creation_time: Optional[str] = None,
                         migration_project_identifier: Optional[str] = None,
                         migration_project_name: Optional[str] = None,
                         schema_conversion_application_attributes: Optional[SchemaConversionApplicationAttributesPropertiesArgs] = None,
                         source_data_provider_descriptors: Optional[Sequence[MigrationProjectDataProviderDescriptorArgs]] = None,
                         tags: Optional[Sequence[_root_inputs.TagArgs]] = None,
                         target_data_provider_descriptors: Optional[Sequence[MigrationProjectDataProviderDescriptorArgs]] = None,
                         transformation_rules: Optional[str] = None)
    func NewMigrationProject(ctx *Context, name string, args *MigrationProjectArgs, opts ...ResourceOption) (*MigrationProject, error)
    public MigrationProject(string name, MigrationProjectArgs? args = null, CustomResourceOptions? opts = null)
    public MigrationProject(String name, MigrationProjectArgs args)
    public MigrationProject(String name, MigrationProjectArgs args, CustomResourceOptions options)
    
    type: aws-native:dms:MigrationProject
    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 MigrationProjectArgs
    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 MigrationProjectArgs
    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 MigrationProjectArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args MigrationProjectArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args MigrationProjectArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Example

    The following reference example uses placeholder values for all input properties.

    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    Coming soon!
    
    const migrationProjectResource = new aws_native.dms.MigrationProject("migrationProjectResource", {
        description: "string",
        instanceProfileArn: "string",
        instanceProfileIdentifier: "string",
        instanceProfileName: "string",
        migrationProjectCreationTime: "string",
        migrationProjectIdentifier: "string",
        migrationProjectName: "string",
        schemaConversionApplicationAttributes: {
            s3BucketPath: "string",
            s3BucketRoleArn: "string",
        },
        sourceDataProviderDescriptors: [{
            dataProviderArn: "string",
            dataProviderIdentifier: "string",
            dataProviderName: "string",
            secretsManagerAccessRoleArn: "string",
            secretsManagerSecretId: "string",
        }],
        tags: [{
            key: "string",
            value: "string",
        }],
        targetDataProviderDescriptors: [{
            dataProviderArn: "string",
            dataProviderIdentifier: "string",
            dataProviderName: "string",
            secretsManagerAccessRoleArn: "string",
            secretsManagerSecretId: "string",
        }],
        transformationRules: "string",
    });
    
    Coming soon!
    

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

    Description string
    The optional description of the migration project.
    InstanceProfileArn string
    The property describes an instance profile arn for the migration project. For read
    InstanceProfileIdentifier string
    The property describes an instance profile identifier for the migration project. For create
    InstanceProfileName string
    The property describes an instance profile name for the migration project. For read
    MigrationProjectCreationTime string
    The property describes a creating time of the migration project.
    MigrationProjectIdentifier string
    The property describes an identifier for the migration project. It is used for describing/deleting/modifying can be name/arn
    MigrationProjectName string
    The property describes a name to identify the migration project.
    SchemaConversionApplicationAttributes Pulumi.AwsNative.Dms.Inputs.SchemaConversionApplicationAttributesProperties
    The property describes schema conversion application attributes for the migration project.
    SourceDataProviderDescriptors List<Pulumi.AwsNative.Dms.Inputs.MigrationProjectDataProviderDescriptor>
    The property describes source data provider descriptors for the migration project.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    An array of key-value pairs to apply to this resource.
    TargetDataProviderDescriptors List<Pulumi.AwsNative.Dms.Inputs.MigrationProjectDataProviderDescriptor>
    The property describes target data provider descriptors for the migration project.
    TransformationRules string
    The property describes transformation rules for the migration project.
    Description string
    The optional description of the migration project.
    InstanceProfileArn string
    The property describes an instance profile arn for the migration project. For read
    InstanceProfileIdentifier string
    The property describes an instance profile identifier for the migration project. For create
    InstanceProfileName string
    The property describes an instance profile name for the migration project. For read
    MigrationProjectCreationTime string
    The property describes a creating time of the migration project.
    MigrationProjectIdentifier string
    The property describes an identifier for the migration project. It is used for describing/deleting/modifying can be name/arn
    MigrationProjectName string
    The property describes a name to identify the migration project.
    SchemaConversionApplicationAttributes SchemaConversionApplicationAttributesPropertiesArgs
    The property describes schema conversion application attributes for the migration project.
    SourceDataProviderDescriptors []MigrationProjectDataProviderDescriptorArgs
    The property describes source data provider descriptors for the migration project.
    Tags TagArgs
    An array of key-value pairs to apply to this resource.
    TargetDataProviderDescriptors []MigrationProjectDataProviderDescriptorArgs
    The property describes target data provider descriptors for the migration project.
    TransformationRules string
    The property describes transformation rules for the migration project.
    description String
    The optional description of the migration project.
    instanceProfileArn String
    The property describes an instance profile arn for the migration project. For read
    instanceProfileIdentifier String
    The property describes an instance profile identifier for the migration project. For create
    instanceProfileName String
    The property describes an instance profile name for the migration project. For read
    migrationProjectCreationTime String
    The property describes a creating time of the migration project.
    migrationProjectIdentifier String
    The property describes an identifier for the migration project. It is used for describing/deleting/modifying can be name/arn
    migrationProjectName String
    The property describes a name to identify the migration project.
    schemaConversionApplicationAttributes SchemaConversionApplicationAttributesProperties
    The property describes schema conversion application attributes for the migration project.
    sourceDataProviderDescriptors List<MigrationProjectDataProviderDescriptor>
    The property describes source data provider descriptors for the migration project.
    tags List<Tag>
    An array of key-value pairs to apply to this resource.
    targetDataProviderDescriptors List<MigrationProjectDataProviderDescriptor>
    The property describes target data provider descriptors for the migration project.
    transformationRules String
    The property describes transformation rules for the migration project.
    description string
    The optional description of the migration project.
    instanceProfileArn string
    The property describes an instance profile arn for the migration project. For read
    instanceProfileIdentifier string
    The property describes an instance profile identifier for the migration project. For create
    instanceProfileName string
    The property describes an instance profile name for the migration project. For read
    migrationProjectCreationTime string
    The property describes a creating time of the migration project.
    migrationProjectIdentifier string
    The property describes an identifier for the migration project. It is used for describing/deleting/modifying can be name/arn
    migrationProjectName string
    The property describes a name to identify the migration project.
    schemaConversionApplicationAttributes SchemaConversionApplicationAttributesProperties
    The property describes schema conversion application attributes for the migration project.
    sourceDataProviderDescriptors MigrationProjectDataProviderDescriptor[]
    The property describes source data provider descriptors for the migration project.
    tags Tag[]
    An array of key-value pairs to apply to this resource.
    targetDataProviderDescriptors MigrationProjectDataProviderDescriptor[]
    The property describes target data provider descriptors for the migration project.
    transformationRules string
    The property describes transformation rules for the migration project.
    description str
    The optional description of the migration project.
    instance_profile_arn str
    The property describes an instance profile arn for the migration project. For read
    instance_profile_identifier str
    The property describes an instance profile identifier for the migration project. For create
    instance_profile_name str
    The property describes an instance profile name for the migration project. For read
    migration_project_creation_time str
    The property describes a creating time of the migration project.
    migration_project_identifier str
    The property describes an identifier for the migration project. It is used for describing/deleting/modifying can be name/arn
    migration_project_name str
    The property describes a name to identify the migration project.
    schema_conversion_application_attributes SchemaConversionApplicationAttributesPropertiesArgs
    The property describes schema conversion application attributes for the migration project.
    source_data_provider_descriptors Sequence[MigrationProjectDataProviderDescriptorArgs]
    The property describes source data provider descriptors for the migration project.
    tags Sequence[TagArgs]
    An array of key-value pairs to apply to this resource.
    target_data_provider_descriptors Sequence[MigrationProjectDataProviderDescriptorArgs]
    The property describes target data provider descriptors for the migration project.
    transformation_rules str
    The property describes transformation rules for the migration project.
    description String
    The optional description of the migration project.
    instanceProfileArn String
    The property describes an instance profile arn for the migration project. For read
    instanceProfileIdentifier String
    The property describes an instance profile identifier for the migration project. For create
    instanceProfileName String
    The property describes an instance profile name for the migration project. For read
    migrationProjectCreationTime String
    The property describes a creating time of the migration project.
    migrationProjectIdentifier String
    The property describes an identifier for the migration project. It is used for describing/deleting/modifying can be name/arn
    migrationProjectName String
    The property describes a name to identify the migration project.
    schemaConversionApplicationAttributes Property Map
    The property describes schema conversion application attributes for the migration project.
    sourceDataProviderDescriptors List<Property Map>
    The property describes source data provider descriptors for the migration project.
    tags List<Property Map>
    An array of key-value pairs to apply to this resource.
    targetDataProviderDescriptors List<Property Map>
    The property describes target data provider descriptors for the migration project.
    transformationRules String
    The property describes transformation rules for the migration project.

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    MigrationProjectArn string
    The property describes an ARN of the migration project.
    Id string
    The provider-assigned unique ID for this managed resource.
    MigrationProjectArn string
    The property describes an ARN of the migration project.
    id String
    The provider-assigned unique ID for this managed resource.
    migrationProjectArn String
    The property describes an ARN of the migration project.
    id string
    The provider-assigned unique ID for this managed resource.
    migrationProjectArn string
    The property describes an ARN of the migration project.
    id str
    The provider-assigned unique ID for this managed resource.
    migration_project_arn str
    The property describes an ARN of the migration project.
    id String
    The provider-assigned unique ID for this managed resource.
    migrationProjectArn String
    The property describes an ARN of the migration project.

    Supporting Types

    MigrationProjectDataProviderDescriptor, MigrationProjectDataProviderDescriptorArgs

    SchemaConversionApplicationAttributesProperties, SchemaConversionApplicationAttributesPropertiesArgs

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