Migrationhub Config

This page documents function available when using the Migrationhub_Config module, created with @service Migrationhub_Config.

Index

Documentation

Main.Migrationhub_Config.create_home_region_controlMethod
create_home_region_control(home_region, target)
create_home_region_control(home_region, target, params::Dict{String,<:Any})

This API sets up the home region for the calling account only.

Arguments

  • home_region: The name of the home region of the calling account.
  • target: The account for which this command sets up a home region control. The Target is always of type ACCOUNT.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "DryRun": Optional Boolean flag to indicate whether any effect should take place. It tests whether the caller has permission to make the call.
source
Main.Migrationhub_Config.describe_home_region_controlsMethod
describe_home_region_controls()
describe_home_region_controls(params::Dict{String,<:Any})

This API permits filtering on the ControlId and HomeRegion fields.

Optional Parameters

Optional parameters can be passed as a params::Dict{String,<:Any}. Valid keys are:

  • "ControlId": The ControlID is a unique identifier string of your HomeRegionControl object.
  • "HomeRegion": The name of the home region you'd like to view.
  • "MaxResults": The maximum number of filtering results to display per page.
  • "NextToken": If a NextToken was returned by a previous call, more results are available. To retrieve the next page of results, make the call again using the returned token in NextToken.
  • "Target": The target parameter specifies the identifier to which the home region is applied, which is always of type ACCOUNT. It applies the home region to the current ACCOUNT.
source
Main.Migrationhub_Config.get_home_regionMethod
get_home_region()
get_home_region(params::Dict{String,<:Any})

Returns the calling account’s home region, if configured. This API is used by other AWS services to determine the regional endpoint for calling AWS Application Discovery Service and Migration Hub. You must call GetHomeRegion at least once before you call any other AWS Application Discovery Service and AWS Migration Hub APIs, to obtain the account's Migration Hub home region.

source