aapi.integration_factory package

Submodules

aapi.integration_factory.connection_profiles module

class aapi.integration_factory.connection_profiles.ConnectionProfileAirbyte(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, airbyte_base_url: str = None, api_key: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

airbyte_base_url: str
api_key: str
connection_timeout: str
object_name: str
class aapi.integration_factory.connection_profiles.ConnectionProfileAlteryxTrifacta(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, trifacta_url: str = None, username: str = None, password: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

connection_timeout: str
object_name: str
password: str
trifacta_url: str
username: str
class aapi.integration_factory.connection_profiles.ConnectionProfileAnsibleAWX(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, ansible_url: str = None, ansible_token: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

ansible_token: str
ansible_url: str
connection_timeout: str
object_name: str
class aapi.integration_factory.connection_profiles.ConnectionProfileApacheAirflow(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, airflow_url: str = None, username: str = None, password: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

airflow_url: str
connection_timeout: str
object_name: str
password: str
username: str
class aapi.integration_factory.connection_profiles.ConnectionProfileApacheNiFi(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, ni_fi_url: str = None, port: str = None, username: str = None, password: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

connection_timeout: str
ni_fi_url: str
object_name: str
password: str
port: str
username: str
class aapi.integration_factory.connection_profiles.ConnectionProfileAstronomer(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, deployment_url: str = None, bearer_token: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

bearer_token: str
connection_timeout: str
deployment_url: str
object_name: str
class aapi.integration_factory.connection_profiles.ConnectionProfileAutomationAnywhere(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, host: str = None, user_name: str = None, password: str = None)

Bases: ConnectionProfile

host: str
object_name: str
password: str
user_name: str
class aapi.integration_factory.connection_profiles.ConnectionProfileAwsAppFlow(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, aws_appflow_url: str = None, aws_region: str = None, authentication: str = None, aws_access_key_id: str = None, aws_secret: str = None, iam_role: str = None, assume_role_arn: str = None, assume_role_session: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

assume_role_arn: str
assume_role_session: str
authentication: str
aws_access_key_id: str
aws_appflow_url: str
aws_region: str
aws_secret: str
connection_timeout: str
iam_role: str
object_name: str
class aapi.integration_factory.connection_profiles.ConnectionProfileAwsAppRunner(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, aws_app_runner_url: str = None, aws_region: str = None, authentication: str = None, aws_access_key: str = None, aws_secret: str = None, iam_role: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

authentication: str
aws_access_key: str
aws_app_runner_url: str
aws_region: str
aws_secret: str
connection_timeout: str
iam_role: str
object_name: str
class aapi.integration_factory.connection_profiles.ConnectionProfileAwsAthena(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, aws_base_url: str = None, aws_region: str = None, authentication: str = None, aws_access_key: str = None, aws_secret_key: str = None, iam_role: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

authentication: str
aws_access_key: str
aws_base_url: str
aws_region: str
aws_secret_key: str
connection_timeout: str
iam_role: str
object_name: str
class aapi.integration_factory.connection_profiles.ConnectionProfileAwsBackup(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, aws_backup_url: str = None, aws_region: str = None, authentication: str = None, aws_access_key: str = None, aws_secret: str = None, iam_role: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

authentication: str
aws_access_key: str
aws_backup_url: str
aws_region: str
aws_secret: str
connection_timeout: str
iam_role: str
object_name: str
class aapi.integration_factory.connection_profiles.ConnectionProfileAwsBatch(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, batch_url: str = None, aws_region: str = None, authentication: str = None, aws_access_key: str = None, aws_secret: str = None, iam_role: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

authentication: str
aws_access_key: str
aws_region: str
aws_secret: str
batch_url: str
connection_timeout: str
iam_role: str
object_name: str
class aapi.integration_factory.connection_profiles.ConnectionProfileAwsCloudFormation(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, cloud_formation_url: str = None, aws_region: str = None, authentication: str = None, aws_access_key: str = None, aws_secret: str = None, iam_role: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

authentication: str
aws_access_key: str
aws_region: str
aws_secret: str
cloud_formation_url: str
connection_timeout: str
iam_role: str
object_name: str
class aapi.integration_factory.connection_profiles.ConnectionProfileAwsDataPipeline(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, data_pipeline_url: str = None, aws_region: str = None, authentication: str = None, aws_access_key: str = None, aws_secret: str = None, iam_role: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

authentication: str
aws_access_key: str
aws_region: str
aws_secret: str
connection_timeout: str
data_pipeline_url: str
iam_role: str
object_name: str
class aapi.integration_factory.connection_profiles.ConnectionProfileAwsDataSync(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, aws_data_sync_url: str = None, aws_logs_url: str = None, aws_region: str = None, authentication: str = None, aws_access_key: str = None, aws_secret: str = None, iam_role: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

authentication: str
aws_access_key: str
aws_data_sync_url: str
aws_logs_url: str
aws_region: str
aws_secret: str
connection_timeout: str
iam_role: str
object_name: str
class aapi.integration_factory.connection_profiles.ConnectionProfileAwsDynamoDB(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, aws_dynamo_db_url: str = None, aws_region: str = None, authentication: str = None, aws_access_key: str = None, aws_secret: str = None, iam_role: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

authentication: str
aws_access_key: str
aws_dynamo_db_url: str
aws_region: str
aws_secret: str
connection_timeout: str
iam_role: str
object_name: str
class aapi.integration_factory.connection_profiles.ConnectionProfileAwsEC2(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, ec2_region: str = None, authentication: str = None, aws_access_key_id: str = None, aws_secret: str = None, iam_role: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

authentication: str
aws_access_key_id: str
aws_secret: str
connection_timeout: str
ec2_region: str
iam_role: str
object_name: str
class aapi.integration_factory.connection_profiles.ConnectionProfileAwsECS(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, aws_ecs_url: str = None, cloud_watch_url: str = None, aws_region: str = None, authentication_method: str = None, aws_access_key: str = None, aws_secret: str = None, aws_iam_role: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

authentication_method: str
aws_access_key: str
aws_ecs_url: str
aws_iam_role: str
aws_region: str
aws_secret: str
cloud_watch_url: str
connection_timeout: str
object_name: str
class aapi.integration_factory.connection_profiles.ConnectionProfileAwsEMR(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, aws_base_url: str = None, aws_region: str = None, authentication: str = None, aws_access_key_id: str = None, aws_secret_access_key: str = None, iam_role: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

authentication: str
aws_access_key_id: str
aws_base_url: str
aws_region: str
aws_secret_access_key: str
connection_timeout: str
iam_role: str
object_name: str
class aapi.integration_factory.connection_profiles.ConnectionProfileAwsGlue(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, glue_url: str = None, aws_region: str = None, authentication: str = None, aws_access_key_id: str = None, aws_secret: str = None, iam_role: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

authentication: str
aws_access_key_id: str
aws_region: str
aws_secret: str
connection_timeout: str
glue_url: str
iam_role: str
object_name: str
class aapi.integration_factory.connection_profiles.ConnectionProfileAwsGlueDataBrew(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, aws_api_base_url: str = None, aws_logs_url: str = None, aws_region: str = None, authentication: str = None, aws_access_key: str = None, aws_secret: str = None, iam_role: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

authentication: str
aws_access_key: str
aws_api_base_url: str
aws_logs_url: str
aws_region: str
aws_secret: str
connection_timeout: str
iam_role: str
object_name: str
class aapi.integration_factory.connection_profiles.ConnectionProfileAwsLambda(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, lambda_url: str = None, aws_region: str = None, authentication: str = None, aws_access_key_id: str = None, aws_secret: str = None, iam_role: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

authentication: str
aws_access_key_id: str
aws_region: str
aws_secret: str
connection_timeout: str
iam_role: str
lambda_url: str
object_name: str
class aapi.integration_factory.connection_profiles.ConnectionProfileAwsMWAA(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, aws_m_w_a_a_url: str = None, aws_region: str = None, authentication_method: str = None, aws_access_key: str = None, aws_secret: str = None, aws_iam_role: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

authentication_method: str
aws_access_key: str
aws_iam_role: str
aws_m_w_a_a_url: str
aws_region: str
aws_secret: str
connection_timeout: str
object_name: str
class aapi.integration_factory.connection_profiles.ConnectionProfileAwsMainframeModernization(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, mainframe_modernization_url: str = None, aws_logs_url: str = None, aws_region: str = None, authentication: str = None, aws_access_key: str = None, aws_secret: str = None, iam_role: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

authentication: str
aws_access_key: str
aws_logs_url: str
aws_region: str
aws_secret: str
connection_timeout: str
iam_role: str
mainframe_modernization_url: str
object_name: str
class aapi.integration_factory.connection_profiles.ConnectionProfileAwsQuickSight(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, aws_quick_sight_url: str = None, aws_region: str = None, aws_account_id: str = None, authentication_method: str = None, aws_access_key: str = None, aws_secret: str = None, iam_role: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

authentication_method: str
aws_access_key: str
aws_account_id: str
aws_quick_sight_url: str
aws_region: str
aws_secret: str
connection_timeout: str
iam_role: str
object_name: str
class aapi.integration_factory.connection_profiles.ConnectionProfileAwsRedshift(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, aws_base_url: str = None, aws_region: str = None, authentication: str = None, aws_access_key_id: str = None, aws_secret_access_key: str = None, iam_role: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

authentication: str
aws_access_key_id: str
aws_base_url: str
aws_region: str
aws_secret_access_key: str
connection_timeout: str
iam_role: str
object_name: str
class aapi.integration_factory.connection_profiles.ConnectionProfileAwsSNS(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, aws_sns_url: str = None, aws_region: str = None, authentication_method: str = None, aws_access_key: str = None, aws_secret: str = None, aws_iam_role: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

authentication_method: str
aws_access_key: str
aws_iam_role: str
aws_region: str
aws_secret: str
aws_sns_url: str
connection_timeout: str
object_name: str
class aapi.integration_factory.connection_profiles.ConnectionProfileAwsSQS(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, aws_sqs_url: str = None, aws_region: str = None, authentication_method: str = None, aws_access_key: str = None, aws_secret: str = None, aws_iam_role: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

authentication_method: str
aws_access_key: str
aws_iam_role: str
aws_region: str
aws_secret: str
aws_sqs_url: str
connection_timeout: str
object_name: str
class aapi.integration_factory.connection_profiles.ConnectionProfileAwsSageMaker(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, sage_maker_url: str = None, aws_region: str = None, authentication: str = None, aws_access_key: str = None, aws_secret: str = None, iam_role: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

authentication: str
aws_access_key: str
aws_region: str
aws_secret: str
connection_timeout: str
iam_role: str
object_name: str
sage_maker_url: str
class aapi.integration_factory.connection_profiles.ConnectionProfileAwsStepFunctions(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, step_functions_url: str = None, aws_region: str = None, authentication: str = None, aws_access_key: str = None, aws_secret: str = None, iam_role: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

authentication: str
aws_access_key: str
aws_region: str
aws_secret: str
connection_timeout: str
iam_role: str
object_name: str
step_functions_url: str
class aapi.integration_factory.connection_profiles.ConnectionProfileAzureBackup(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, azure_login_url: str = None, azure_management_url: str = None, subscription_id: str = None, authentication_method: str = None, specify_managed_identity_client_id: str = None, managed_identity_client_id: str = None, tenant_id: str = None, application__id: str = None, client_secret: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

application__id: str
authentication_method: str
azure_login_url: str
azure_management_url: str
client_secret: str
connection_timeout: str
managed_identity_client_id: str
object_name: str
specify_managed_identity_client_id: str
subscription_id: str
tenant_id: str
class aapi.integration_factory.connection_profiles.ConnectionProfileAzureBatchAccounts(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, azure_ad_url: str = None, authentication_method: str = None, specify_managed_identity_client_id: str = None, managed_identity_client_id: str = None, tenant_id: str = None, app_id: str = None, client_secret: str = None, batch_resource_url: str = None, batch_account_name: str = None, batch_region_id: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

app_id: str
authentication_method: str
azure_ad_url: str
batch_account_name: str
batch_region_id: str
batch_resource_url: str
client_secret: str
connection_timeout: str
managed_identity_client_id: str
object_name: str
specify_managed_identity_client_id: str
tenant_id: str
class aapi.integration_factory.connection_profiles.ConnectionProfileAzureDataFactory(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, subscription_id: str = None, identity_type: str = None, specify_managed_identity_client_id: str = None, managed_identity_client_id: str = None, tenant_id: str = None, application_id: str = None, client_secret: str = None, rest_login_url: str = None, management_url: str = None, connection_timeout: str = None, http_codes: str = None, rerun_interval: str = None, attempt_reruns: str = None)

Bases: ConnectionProfile

application_id: str
attempt_reruns: str
client_secret: str
connection_timeout: str
http_codes: str
identity_type: str
managed_identity_client_id: str
management_url: str
object_name: str
rerun_interval: str
rest_login_url: str
specify_managed_identity_client_id: str
subscription_id: str
tenant_id: str
class aapi.integration_factory.connection_profiles.ConnectionProfileAzureDatabricks(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, authentication_method: str = None, specify_managed_identity_client_id: str = None, managed_identity_client_id: str = None, tenant_id: str = None, application_id: str = None, client_secret: str = None, azure_login_url: str = None, databricks_url: str = None, databricks_resource: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

application_id: str
authentication_method: str
azure_login_url: str
client_secret: str
connection_timeout: str
databricks_resource: str
databricks_url: str
managed_identity_client_id: str
object_name: str
specify_managed_identity_client_id: str
tenant_id: str
class aapi.integration_factory.connection_profiles.ConnectionProfileAzureDevOps(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, azure_dev_ops_url: str = None, organization_id: str = None, azure_username: str = None, azure_devops_token: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

azure_dev_ops_url: str
azure_devops_token: str
azure_username: str
connection_timeout: str
object_name: str
organization_id: str
class aapi.integration_factory.connection_profiles.ConnectionProfileAzureFunctions(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, subscription_id: str = None, identity_type: str = None, specify_managed_identity_client_id: str = None, managed_identity_client_id: str = None, tenant_id: str = None, resource_group: str = None, application_id: str = None, client_secret: str = None, azure_login_url: str = None, function_app_web_site: str = None, custom_app_key: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

application_id: str
azure_login_url: str
client_secret: str
connection_timeout: str
custom_app_key: str
function_app_web_site: str
identity_type: str
managed_identity_client_id: str
object_name: str
resource_group: str
specify_managed_identity_client_id: str
subscription_id: str
tenant_id: str
class aapi.integration_factory.connection_profiles.ConnectionProfileAzureHDInsight(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, cluster_name: str = None, cluster_username: str = None, cluster_password: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

cluster_name: str
cluster_password: str
cluster_username: str
connection_timeout: str
object_name: str
class aapi.integration_factory.connection_profiles.ConnectionProfileAzureLogicApps(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, subscription_id: str = None, authentication_method: str = None, specify_managed_identity_client_id: str = None, managed_identity_client_id: str = None, resource_group: str = None, tenant_id: str = None, application_id: str = None, client_secret: str = None, azure_login_url: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

application_id: str
authentication_method: str
azure_login_url: str
client_secret: str
connection_timeout: str
managed_identity_client_id: str
object_name: str
resource_group: str
specify_managed_identity_client_id: str
subscription_id: str
tenant_id: str
class aapi.integration_factory.connection_profiles.ConnectionProfileAzureMachineLearning(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, azure_login_url: str = None, azure_management_url: str = None, azure_m_l_url: str = None, location_name: str = None, subscription_id: str = None, authentication_method: str = None, specify_managed_identity_client_id: str = None, managed_identity_client_id: str = None, tenant_id: str = None, application_id: str = None, client_secret: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

application_id: str
authentication_method: str
azure_login_url: str
azure_m_l_url: str
azure_management_url: str
client_secret: str
connection_timeout: str
location_name: str
managed_identity_client_id: str
object_name: str
specify_managed_identity_client_id: str
subscription_id: str
tenant_id: str
class aapi.integration_factory.connection_profiles.ConnectionProfileAzureResourceManager(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, azure_login_url: str = None, azure_base_url: str = None, subscription_id: str = None, authentication_method: str = None, specify_managed_identity_client_id: str = None, managed_identity_client_id: str = None, tenant_id: str = None, app_id: str = None, client_secret: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

app_id: str
authentication_method: str
azure_base_url: str
azure_login_url: str
client_secret: str
connection_timeout: str
managed_identity_client_id: str
object_name: str
specify_managed_identity_client_id: str
subscription_id: str
tenant_id: str
class aapi.integration_factory.connection_profiles.ConnectionProfileAzureServiceBus(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, azure_login_url: str = None, subscription_id: str = None, identity_type: str = None, specify_managed_identity_client_id: str = None, managed_identity_client_id: str = None, tenant_id: str = None, resource_group: str = None, application_id: str = None, client_secret: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

application_id: str
azure_login_url: str
client_secret: str
connection_timeout: str
identity_type: str
managed_identity_client_id: str
object_name: str
resource_group: str
specify_managed_identity_client_id: str
subscription_id: str
tenant_id: str
class aapi.integration_factory.connection_profiles.ConnectionProfileAzureSynapse(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, azure_ad_url: str = None, authentication_method: str = None, specify_managed_identity_client_id: str = None, managed_identity_client_id: str = None, tenant_id: str = None, app_id: str = None, client_secret: str = None, synapse_resource: str = None, synapse_url: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

app_id: str
authentication_method: str
azure_ad_url: str
client_secret: str
connection_timeout: str
managed_identity_client_id: str
object_name: str
specify_managed_identity_client_id: str
synapse_resource: str
synapse_url: str
tenant_id: str
class aapi.integration_factory.connection_profiles.ConnectionProfileAzureVM(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, subscription_id: str = None, authentication_method: str = None, specify_managed_identity_client_id: str = None, managed_identity_client_id: str = None, resource_group: str = None, tenant_id: str = None, application_id: str = None, client_secret: str = None, azure_login_url: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

application_id: str
authentication_method: str
azure_login_url: str
client_secret: str
connection_timeout: str
managed_identity_client_id: str
object_name: str
resource_group: str
specify_managed_identity_client_id: str
subscription_id: str
tenant_id: str
class aapi.integration_factory.connection_profiles.ConnectionProfileBoomiAtomsphere(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, api_username: str = None, api_token: str = None, end_point: str = None, account_id: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

account_id: str
api_token: str
api_username: str
connection_timeout: str
end_point: str
object_name: str
class aapi.integration_factory.connection_profiles.ConnectionProfileCircleCI(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, circle_c_i_url: str = None, api_key: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

api_key: str
circle_c_i_url: str
connection_timeout: str
object_name: str
class aapi.integration_factory.connection_profiles.ConnectionProfileCommunicationSuite(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, microsoft_teams_webhook_url: str = None, slack_webhook_url: str = None, telegram_url: str = None, telegram_bot_token: str = None, telegram_chat_id: str = None, whats_app_url: str = None, whats_app_business_id: str = None, phone_number_id: str = None, recipient_phone_number: str = None, user_access_token: str = None, version: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

connection_timeout: str
microsoft_teams_webhook_url: str
object_name: str
phone_number_id: str
recipient_phone_number: str
slack_webhook_url: str
telegram_bot_token: str
telegram_chat_id: str
telegram_url: str
user_access_token: str
version: str
whats_app_business_id: str
whats_app_url: str
class aapi.integration_factory.connection_profiles.ConnectionProfileDBT(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, dbt_url: str = None, dbt_token: str = None, account_id: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

account_id: str
connection_timeout: str
dbt_token: str
dbt_url: str
object_name: str
class aapi.integration_factory.connection_profiles.ConnectionProfileDatabricks(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, databricks_workspace_url: str = None, databricks_personal_access_token: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

connection_timeout: str
databricks_personal_access_token: str
databricks_workspace_url: str
object_name: str
class aapi.integration_factory.connection_profiles.ConnectionProfileGCPBatch(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, identity_type: str = None, batch_url: str = None, service_account_key: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

batch_url: str
connection_timeout: str
identity_type: str
object_name: str
service_account_key: str
class aapi.integration_factory.connection_profiles.ConnectionProfileGCPBigQuery(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, identity_type: str = None, gcp_big_query_url: str = None, service_account_key: str = None)

Bases: ConnectionProfile

gcp_big_query_url: str
identity_type: str
object_name: str
service_account_key: str
class aapi.integration_factory.connection_profiles.ConnectionProfileGCPCloudRun(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, identity_type: str = None, cloud_run_url: str = None, service_account_key: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

cloud_run_url: str
connection_timeout: str
identity_type: str
object_name: str
service_account_key: str
class aapi.integration_factory.connection_profiles.ConnectionProfileGCPComposer(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, composer_url: str = None, identity_type: str = None, service_account_key: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

composer_url: str
connection_timeout: str
identity_type: str
object_name: str
service_account_key: str
class aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataFusion(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, gcp_data_fusion_url: str = None, identity_type: str = None, service_account_key: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

connection_timeout: str
gcp_data_fusion_url: str
identity_type: str
object_name: str
service_account_key: str
class aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataflow(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, identity_type: str = None, data_flow_url: str = None, service_account_key: str = None)

Bases: ConnectionProfile

data_flow_url: str
identity_type: str
object_name: str
service_account_key: str
class aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataplex(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, identity_type: str = None, gcp_dataplex_url: str = None, service_account_key: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

connection_timeout: str
gcp_dataplex_url: str
identity_type: str
object_name: str
service_account_key: str
class aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataprep(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, gcp_dataprep_url: str = None, user_access_token: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

connection_timeout: str
gcp_dataprep_url: str
object_name: str
user_access_token: str
class aapi.integration_factory.connection_profiles.ConnectionProfileGCPDataproc(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, identity_type: str = None, dataproc_url: str = None, service_account_key__json_format: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

connection_timeout: str
dataproc_url: str
identity_type: str
object_name: str
service_account_key__json_format: str
class aapi.integration_factory.connection_profiles.ConnectionProfileGCPDeploymentManager(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, identity_type: str = None, deployment_manager_url: str = None, service_account_key: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

connection_timeout: str
deployment_manager_url: str
identity_type: str
object_name: str
service_account_key: str
class aapi.integration_factory.connection_profiles.ConnectionProfileGCPFunctions(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, identity_type: str = None, gcp_api_url: str = None, service_account_key: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

connection_timeout: str
gcp_api_url: str
identity_type: str
object_name: str
service_account_key: str
class aapi.integration_factory.connection_profiles.ConnectionProfileGCPVM(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, identity_type: str = None, gcp_api_url: str = None, service_account_key: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

connection_timeout: str
gcp_api_url: str
identity_type: str
object_name: str
service_account_key: str
class aapi.integration_factory.connection_profiles.ConnectionProfileGCPWorkflows(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, identity_type: str = None, gcp_api_url: str = None, service_account_key: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

connection_timeout: str
gcp_api_url: str
identity_type: str
object_name: str
service_account_key: str
class aapi.integration_factory.connection_profiles.ConnectionProfileIBMDataStageLinux(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, authentication_method: str = None, server_name: str = None, domain_name: str = None, user_name: str = None, password: str = None, authentication_file: str = None, empty: str = None, d_s_j_o_b_path: str = None)

Bases: ConnectionProfile

authentication_file: str
authentication_method: str
d_s_j_o_b_path: str
domain_name: str
empty: str
object_name: str
password: str
server_name: str
user_name: str
class aapi.integration_factory.connection_profiles.ConnectionProfileIBMDataStageWindows(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, authentication_method: str = None, server_name: str = None, domain_name: str = None, user_name: str = None, password: str = None, authentication_file: str = None, empty: str = None, d_s_j_o_b_path: str = None)

Bases: ConnectionProfile

authentication_file: str
authentication_method: str
d_s_j_o_b_path: str
domain_name: str
empty: str
object_name: str
password: str
server_name: str
user_name: str
class aapi.integration_factory.connection_profiles.ConnectionProfileInformaticaCS(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, login_url: str = None, base_url: str = None, username: str = None, password: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

base_url: str
connection_timeout: str
login_url: str
object_name: str
password: str
username: str
class aapi.integration_factory.connection_profiles.ConnectionProfileJenkins(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, jenkins_url: str = None, username: str = None, user_api_token: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

connection_timeout: str
jenkins_url: str
object_name: str
user_api_token: str
username: str
class aapi.integration_factory.connection_profiles.ConnectionProfileKubernetes(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, namespace: str = None, connection_timeout: str = None, spec_endpoint_url: str = None, web_service_authentication_basic: WebServiceAuthenticationBasic = None, web_service_authentication_oauth2: WebServiceAuthenticationOauth2 = None, web_service_authentication_aws: WebServiceAuthenticationAws = None, web_service_authentication_google: WebServiceAuthenticationGoogle = None, kubernetes_cluster_url: str = None, service_token_file: str = None)

Bases: ConnectionProfile

class WebServiceAuthenticationAws(*, region: str = None, custom_service_name: str = None, auth_method_access_and_secret_keys: AuthMethodAccessAndSecretKeys = None, auth_method_iam_role: AuthMethodIAMRole = None)

Bases: AAPIObject

class AuthMethodAccessAndSecretKeys(*, access_key: str = None, secret_access_key: str = None)

Bases: AAPIObject

access_key: str
secret_access_key: str
class AuthMethodIAMRole(*, iam_role: str = None)

Bases: AAPIObject

iam_role: str
auth_method_access_and_secret_keys: AuthMethodAccessAndSecretKeys
auth_method_iam_role: AuthMethodIAMRole
custom_service_name: str
region: str
class WebServiceAuthenticationBasic(*, user: str = None, use_preemptive_auth: bool = None, password: str = None)

Bases: AAPIObject

password: str
use_preemptive_auth: bool
user: str
class WebServiceAuthenticationGoogle(*, token_type: TokenType = None, service_account_key: str = None)

Bases: AAPIObject

class TokenType(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: Enum

Access = 'Access'
Identity = 'Identity'
service_account_key: str
token_type: TokenType
class WebServiceAuthenticationOauth2(*, basic_authentication: BasicAuthentication = None, api_url: str = None, grant_type_password: GrantTypePassword = None, client_id: str = None, client_secret: str = None, content_type: str = None, headers: List[str] = None, body: List[str] = None)

Bases: AAPIObject

class BasicAuthentication(*, user: str = None, password: str = None)

Bases: AAPIObject

password: str
user: str
class GrantTypePassword(*, user: str = None, password: str = None)

Bases: AAPIObject

password: str
user: str
api_url: str
basic_authentication: BasicAuthentication
body: List[str]
client_id: str
client_secret: str
content_type: str
grant_type_password: GrantTypePassword
headers: List[str]
connection_timeout: str
kubernetes_cluster_url: str
namespace: str
object_name: str
service_token_file: str
spec_endpoint_url: str
web_service_authentication_aws: WebServiceAuthenticationAws
web_service_authentication_basic: WebServiceAuthenticationBasic
web_service_authentication_google: WebServiceAuthenticationGoogle
web_service_authentication_oauth2: WebServiceAuthenticationOauth2
class aapi.integration_factory.connection_profiles.ConnectionProfileMicroFocusLinux(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, mfbsi_directory_path: str = None, mfbsi_config_path: str = None, runtime_environment: str = None, additional_micro_focus_settings_script: str = None, run_as: str = None, run_as_pass: str = None)

Bases: ConnectionProfile

additional_micro_focus_settings_script: str
mfbsi_config_path: str
mfbsi_directory_path: str
object_name: str
run_as: str
run_as_pass: str
runtime_environment: str
class aapi.integration_factory.connection_profiles.ConnectionProfileMicroFocusWindows(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, mfbsi_directory_path: str = None, mfbsi_config_path: str = None, runtime_environment: str = None, additional_micro_focus_settings_script: str = None, run_as: str = None, run_as_pass: str = None)

Bases: ConnectionProfile

additional_micro_focus_settings_script: str
mfbsi_config_path: str
mfbsi_directory_path: str
object_name: str
run_as: str
run_as_pass: str
runtime_environment: str
class aapi.integration_factory.connection_profiles.ConnectionProfileMicrosoftPowerBI(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, application_id: str = None, client_secret: str = None, user_name: str = None, password: str = None, resource_group: str = None, api_url: str = None)

Bases: ConnectionProfile

api_url: str
application_id: str
client_secret: str
object_name: str
password: str
resource_group: str
user_name: str
class aapi.integration_factory.connection_profiles.ConnectionProfileMicrosoftPowerBISP(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, power_b_i_url: str = None, resource_group: str = None, client_id: str = None, client_secret: str = None, authentication: str = None, user_name: str = None, password: str = None, tenant_id: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

authentication: str
client_id: str
client_secret: str
connection_timeout: str
object_name: str
password: str
power_b_i_url: str
resource_group: str
tenant_id: str
user_name: str
class aapi.integration_factory.connection_profiles.ConnectionProfileNetBackup(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, master_server_name: str = None, endpoint_url: str = None, authentication_type: str = None, domain_type: str = None, domain_name: str = None, username: str = None, password: str = None, api_token: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

api_token: str
authentication_type: str
connection_timeout: str
domain_name: str
domain_type: str
endpoint_url: str
master_server_name: str
object_name: str
password: str
username: str
class aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataFlow(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, oci_data_flow_url: str = None, oci_region: str = None, authentication: str = None, user_ocid: str = None, tenancy_ocid: str = None, fingerprint: str = None, private_key: str = None, config_file_path: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

authentication: str
config_file_path: str
connection_timeout: str
fingerprint: str
object_name: str
oci_data_flow_url: str
oci_region: str
private_key: str
tenancy_ocid: str
user_ocid: str
class aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataIntegration(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, oci_data_integration_url: str = None, oci_region: str = None, authentication: str = None, user_ocid: str = None, tenancy_ocid: str = None, fingerprint: str = None, private_key: str = None, config_file_path: str = None, profile: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

authentication: str
config_file_path: str
connection_timeout: str
fingerprint: str
object_name: str
oci_data_integration_url: str
oci_region: str
private_key: str
profile: str
tenancy_ocid: str
user_ocid: str
class aapi.integration_factory.connection_profiles.ConnectionProfileOCIDataScience(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, oci_instances_url: str = None, oci_region: str = None, authentication: str = None, user_ocid: str = None, tenancy_ocid: str = None, fingerprint: str = None, private_key: str = None, config_file_path: str = None, profile: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

authentication: str
config_file_path: str
connection_timeout: str
fingerprint: str
object_name: str
oci_instances_url: str
oci_region: str
private_key: str
profile: str
tenancy_ocid: str
user_ocid: str
class aapi.integration_factory.connection_profiles.ConnectionProfileOCIVM(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, oci_instances_url: str = None, oci_region: str = None, authentication: str = None, user_ocid: str = None, tenancy_ocid: str = None, fingerprint: str = None, private_key: str = None, config_file_path: str = None, profile: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

authentication: str
config_file_path: str
connection_timeout: str
fingerprint: str
object_name: str
oci_instances_url: str
oci_region: str
private_key: str
profile: str
tenancy_ocid: str
user_ocid: str
class aapi.integration_factory.connection_profiles.ConnectionProfilePagerDuty(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, pager_duty_url: str = None, api_key: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

api_key: str
connection_timeout: str
object_name: str
pager_duty_url: str
class aapi.integration_factory.connection_profiles.ConnectionProfileQlikCloud(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, qlik_api_url: str = None, tenant_id: str = None, region: str = None, api_key: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

api_key: str
connection_timeout: str
object_name: str
qlik_api_url: str
region: str
tenant_id: str
class aapi.integration_factory.connection_profiles.ConnectionProfileRabbitMQ(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, rabbit_m_q_url: str = None, port: str = None, username: str = None, password: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

connection_timeout: str
object_name: str
password: str
port: str
rabbit_m_q_url: str
username: str
class aapi.integration_factory.connection_profiles.ConnectionProfileSnowflake(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, account_identifier: str = None, region: str = None, client_id: str = None, client_secret: str = None, refresh_token: str = None, redirect_url: str = None)

Bases: ConnectionProfile

account_identifier: str
client_id: str
client_secret: str
object_name: str
redirect_url: str
refresh_token: str
region: str
class aapi.integration_factory.connection_profiles.ConnectionProfileSnowflakeIdP(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, endpoint_url: str = None, account_identifier: str = None, region: str = None, client_id: str = None, client_secret: str = None, idp_url: str = None, scope: str = None)

Bases: ConnectionProfile

account_identifier: str
client_id: str
client_secret: str
endpoint_url: str
idp_url: str
object_name: str
region: str
scope: str
class aapi.integration_factory.connection_profiles.ConnectionProfileTableau(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, tableau_url: str = None, token_name: str = None, token_secret: str = None, site_name: str = None, api_version: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

api_version: str
connection_timeout: str
object_name: str
site_name: str
tableau_url: str
token_name: str
token_secret: str
class aapi.integration_factory.connection_profiles.ConnectionProfileTalendDataManagement(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, api_url: str = None, personal_access_token_authorization: str = None, region: str = None)

Bases: ConnectionProfile

api_url: str
object_name: str
personal_access_token_authorization: str
region: str
class aapi.integration_factory.connection_profiles.ConnectionProfileTalendOAuth(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, talend_api_url: str = None, region: str = None, client_id: str = None, client_secret: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

client_id: str
client_secret: str
connection_timeout: str
object_name: str
region: str
talend_api_url: str
class aapi.integration_factory.connection_profiles.ConnectionProfileTerraform(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, terraform_org_name: str = None, token: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

connection_timeout: str
object_name: str
terraform_org_name: str
token: str
class aapi.integration_factory.connection_profiles.ConnectionProfileUIPath(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, tenant_name: str = None, tenant_url: str = None, app_id: str = None, app_secret: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

app_id: str
app_secret: str
connection_timeout: str
object_name: str
tenant_name: str
tenant_url: str
class aapi.integration_factory.connection_profiles.ConnectionProfileVMwareByBroadcom(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, username: str = None, password: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

connection_timeout: str
object_name: str
password: str
username: str
class aapi.integration_factory.connection_profiles.ConnectionProfileVeritasNetBackup(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, master_server_name: str = None, endpoint_url: str = None, authentication_type: str = None, domain_type: str = None, domain_name: str = None, username: str = None, password: str = None, api_token: str = None, connection_timeout: str = None)

Bases: ConnectionProfile

api_token: str
authentication_type: str
connection_timeout: str
domain_name: str
domain_type: str
endpoint_url: str
master_server_name: str
object_name: str
password: str
username: str
class aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesREST(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, web_service_authentication_basic: WebServiceAuthenticationBasic = None, web_service_authentication_oauth2: WebServiceAuthenticationOauth2 = None, web_service_authentication_aws: WebServiceAuthenticationAws = None, web_service_authentication_google: WebServiceAuthenticationGoogle = None)

Bases: ConnectionProfile

class WebServiceAuthenticationAws(*, region: str = None, custom_service_name: str = None, auth_method_access_and_secret_keys: AuthMethodAccessAndSecretKeys = None, auth_method_iam_role: AuthMethodIAMRole = None)

Bases: AAPIObject

class AuthMethodAccessAndSecretKeys(*, access_key: str = None, secret_access_key: str = None)

Bases: AAPIObject

access_key: str
secret_access_key: str
class AuthMethodIAMRole(*, iam_role: str = None)

Bases: AAPIObject

iam_role: str
auth_method_access_and_secret_keys: AuthMethodAccessAndSecretKeys
auth_method_iam_role: AuthMethodIAMRole
custom_service_name: str
region: str
class WebServiceAuthenticationBasic(*, user: str = None, use_preemptive_auth: bool = None, password: str = None)

Bases: AAPIObject

password: str
use_preemptive_auth: bool
user: str
class WebServiceAuthenticationGoogle(*, token_type: TokenType = None, service_account_key: str = None)

Bases: AAPIObject

class TokenType(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)

Bases: Enum

Access = 'Access'
Identity = 'Identity'
service_account_key: str
token_type: TokenType
class WebServiceAuthenticationOauth2(*, basic_authentication: BasicAuthentication = None, api_url: str = None, grant_type_password: GrantTypePassword = None, client_id: str = None, client_secret: str = None, content_type: str = None, headers: List[str] = None, body: List[str] = None)

Bases: AAPIObject

class BasicAuthentication(*, user: str = None, password: str = None)

Bases: AAPIObject

password: str
user: str
class GrantTypePassword(*, user: str = None, password: str = None)

Bases: AAPIObject

password: str
user: str
api_url: str
basic_authentication: BasicAuthentication
body: List[str]
client_id: str
client_secret: str
content_type: str
grant_type_password: GrantTypePassword
headers: List[str]
object_name: str
web_service_authentication_aws: WebServiceAuthenticationAws
web_service_authentication_basic: WebServiceAuthenticationBasic
web_service_authentication_google: WebServiceAuthenticationGoogle
web_service_authentication_oauth2: WebServiceAuthenticationOauth2
class aapi.integration_factory.connection_profiles.ConnectionProfileWebServicesSOAP(object_name: str, *, target_ctm: str = None, target_agent: str = None, test_on_build: bool = None, no_test_on_deploy: bool = None, description: str = None, centralized: bool = None, web_service_authentication_basic: WebServiceAuthenticationBasic = None)

Bases: ConnectionProfile

class WebServiceAuthenticationBasic(*, user: str = None, use_preemptive_auth: bool = None, password: str = None)

Bases: AAPIObject

password: str
use_preemptive_auth: bool
user: str
object_name: str
web_service_authentication_basic: WebServiceAuthenticationBasic

aapi.integration_factory.jobs module

class aapi.integration_factory.jobs.JobAirbyte(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, connection_id: str = None, job_type: str = None, show_results: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)

Bases: Job

connection_id: str
connection_profile: str
failure_tolerance: str
job_type: str
object_name: str
show_results: str
status_polling_frequency: str
class aapi.integration_factory.jobs.JobAlteryxTrifacta(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, flow_name: str = None, rerun_with_new_idempotency_token: str = None, idempotent_token: str = None, retrack_job_status: str = None, run_id: str = None, status_polling_frequency: str = None)

Bases: Job

connection_profile: str
flow_name: str
idempotent_token: str
object_name: str
rerun_with_new_idempotency_token: str
retrack_job_status: str
run_id: str
status_polling_frequency: str
class aapi.integration_factory.jobs.JobAnsibleAWX(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, job_template_name: str = None, job_template_id: str = None, workflow_template_name: str = None, workflow_template_id: str = None, inventory: str = None, inventory_source: str = None, parameters: str = None, project_name: str = None, project_id: str = None, output_logs: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)

Bases: Job

action: str
connection_profile: str
failure_tolerance: str
inventory: str
inventory_source: str
job_template_id: str
job_template_name: str
object_name: str
output_logs: str
parameters: str
project_id: str
project_name: str
status_polling_frequency: str
workflow_template_id: str
workflow_template_name: str
class aapi.integration_factory.jobs.JobApacheAirflow(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, d_a_g_name: str = None, d_a_g_run_id: str = None, parameters: str = None, only_failed_tasks: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)

Bases: Job

action: str
connection_profile: str
d_a_g_name: str
d_a_g_run_id: str
failure_tolerance: str
object_name: str
only_failed_tasks: str
parameters: str
status_polling_frequency: str
class aapi.integration_factory.jobs.JobApacheNiFi(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, processor_group_id: str = None, processor_id: str = None, action: str = None, disconnected_node_ack: str = None, parameters_: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)

Bases: Job

action: str
connection_profile: str
disconnected_node_ack: str
failure_tolerance: str
object_name: str
parameters_: str
processor_group_id: str
processor_id: str
status_polling_frequency: str
class aapi.integration_factory.jobs.JobAstronomer(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, d_a_g_name: str = None, d_a_g_run_id: str = None, parameters: str = None, only_failed_tasks: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)

Bases: Job

action: str
connection_profile: str
d_a_g_name: str
d_a_g_run_id: str
failure_tolerance: str
object_name: str
only_failed_tasks: str
parameters: str
status_polling_frequency: str
class aapi.integration_factory.jobs.JobAutomationAnywhere(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, automation_type: str = None, bot_to_run: str = None, process_uri_path: str = None, process_to_run: str = None, bot_input_parameters: str = None, status_polling_frequency: str = None, connection_timeout: str = None)

Bases: Job

automation_type: str
bot_input_parameters: str
bot_to_run: str
connection_profile: str
connection_timeout: str
object_name: str
process_to_run: str
process_uri_path: str
status_polling_frequency: str
class aapi.integration_factory.jobs.JobAwsAppFlow(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, flow_name: str = None, flow_name__iam: str = None, flow_name__assume_role: str = None, trigger_flow_with_idempotency_token: str = None, client_token: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)

Bases: Job

action: str
client_token: str
connection_profile: str
failure_tolerance: str
flow_name: str
flow_name__assume_role: str
flow_name__iam: str
object_name: str
status_polling_frequency: str
trigger_flow_with_idempotency_token: str
class aapi.integration_factory.jobs.JobAwsAppRunner(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, service_arn: str = None, output_job_logs: str = None, failure_tolerance_: str = None, status_polling_frequency: str = None)

Bases: Job

action: str
connection_profile: str
failure_tolerance_: str
object_name: str
output_job_logs: str
service_arn: str
status_polling_frequency: str
class aapi.integration_factory.jobs.JobAwsAthena(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, athena_client_request_token: str = None, db_catalog_name: str = None, database_name: str = None, action: str = None, query: str = None, table_name: str = None, prepared_query_name: str = None, unload_file_type: str = None, output_location: str = None, workgroup: str = None, add_configurations: str = None, s3_acl_option: str = None, encryption_options: str = None, kms_key: str = None, bucket_owner: str = None, show_json_output: str = None, status_polling_frequency: str = None, tolerance: str = None, no_perm: str = None)

Bases: Job

action: str
add_configurations: str
athena_client_request_token: str
bucket_owner: str
connection_profile: str
database_name: str
db_catalog_name: str
encryption_options: str
kms_key: str
no_perm: str
object_name: str
output_location: str
prepared_query_name: str
query: str
s3_acl_option: str
show_json_output: str
status_polling_frequency: str
table_name: str
tolerance: str
unload_file_type: str
workgroup: str
class aapi.integration_factory.jobs.JobAwsBackup(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, windows_vss: str = None, backup_vault_name: str = None, role_arn: str = None, idempotency_token: str = None, resource_arn: str = None, restore_parameters: str = None, recovery_point_arn: str = None, status_polling_frequency: str = None)

Bases: Job

action: str
backup_vault_name: str
connection_profile: str
idempotency_token: str
object_name: str
recovery_point_arn: str
resource_arn: str
restore_parameters: str
role_arn: str
status_polling_frequency: str
windows_vss: str
class aapi.integration_factory.jobs.JobAwsBatch(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, use_advanced_json_format: str = None, job_name: str = None, job_definition_and_revision: str = None, job_queue: str = None, container_overrides_command: str = None, job_attempts: str = None, execution_timeout: str = None, json_format: str = None, status_polling_frequency: str = None)

Bases: Job

connection_profile: str
container_overrides_command: str
execution_timeout: str
job_attempts: str
job_definition_and_revision: str
job_name: str
job_queue: str
json_format: str
object_name: str
status_polling_frequency: str
use_advanced_json_format: str
class aapi.integration_factory.jobs.JobAwsCloudFormation(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, stack_name: str = None, stack_parameters: str = None, template_body: str = None, template_url: str = None, role_arn: str = None, capabilities_type: str = None, enable_termination_protection: str = None, on_failure: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)

Bases: Job

action: str
capabilities_type: str
connection_profile: str
enable_termination_protection: str
failure_tolerance: str
object_name: str
on_failure: str
role_arn: str
stack_name: str
stack_parameters: str
status_polling_frequency: str
template_body: str
template_url: str
class aapi.integration_factory.jobs.JobAwsDataPipeline(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, pipeline_id: str = None, pipeline_name: str = None, pipeline_unique_id: str = None, parameters: str = None, trigger_created_pipeline: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)

Bases: Job

action: str
connection_profile: str
failure_tolerance: str
object_name: str
parameters: str
pipeline_id: str
pipeline_name: str
pipeline_unique_id: str
status_polling_frequency: str
trigger_created_pipeline: str
class aapi.integration_factory.jobs.JobAwsDataSync(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, task_arn: str = None, output_logs: str = None, parameters: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)

Bases: Job

action: str
connection_profile: str
failure_tolerance: str
object_name: str
output_logs: str
parameters: str
status_polling_frequency: str
task_arn: str
class aapi.integration_factory.jobs.JobAwsDynamoDB(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, statement: str = None, run_statement_with_parameter: str = None, statement_parameters: str = None, transaction_statments: str = None, idempotency_token: str = None, export_format: str = None, s3_bucket_name: str = None, s3_path_prefix: str = None, s3_bucket_owner_id: str = None, table_arn: str = None, import_format: str = None, import_compression_type: str = None, table_creation_parameters: str = None, table_name: str = None, status_polling_frequency: str = None, failure_tolarance_: str = None)

Bases: Job

action: str
connection_profile: str
export_format: str
failure_tolarance_: str
idempotency_token: str
import_compression_type: str
import_format: str
object_name: str
run_statement_with_parameter: str
s3_bucket_name: str
s3_bucket_owner_id: str
s3_path_prefix: str
statement: str
statement_parameters: str
status_polling_frequency: str
table_arn: str
table_creation_parameters: str
table_name: str
transaction_statments: str
class aapi.integration_factory.jobs.JobAwsEC2(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, operations: str = None, instance_id: str = None, placement_availability_zone: str = None, instance_type: str = None, instance_name: str = None, subnet_id: str = None, key_name: str = None, image_id: str = None, number_of_copies: str = None, launch_template_id: str = None, idempotent_token: str = None, tolerance: str = None, verification_poll_interval: str = None, get_instances_logs: str = None)

Bases: Job

connection_profile: str
get_instances_logs: str
idempotent_token: str
image_id: str
instance_id: str
instance_name: str
instance_type: str
key_name: str
launch_template_id: str
number_of_copies: str
object_name: str
operations: str
placement_availability_zone: str
subnet_id: str
tolerance: str
verification_poll_interval: str
class aapi.integration_factory.jobs.JobAwsECS(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, ecs_cluster_name: str = None, ecs_task_definition: str = None, task_arn: str = None, stop_reason: str = None, launch_type: str = None, assign_public_ip: str = None, network_security_groups: str = None, network_subnets: str = None, overrides: str = None, override_container: str = None, override_command: str = None, environment_variables: str = None, parameters: str = None, get_logs: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)

Bases: Job

action: str
assign_public_ip: str
connection_profile: str
ecs_cluster_name: str
ecs_task_definition: str
environment_variables: str
failure_tolerance: str
get_logs: str
launch_type: str
network_security_groups: str
network_subnets: str
object_name: str
override_command: str
override_container: str
overrides: str
parameters: str
status_polling_frequency: str
stop_reason: str
task_arn: str
class aapi.integration_factory.jobs.JobAwsEMR(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, cluster_id: str = None, notebook_id: str = None, relative_path: str = None, notebook_execution_name: str = None, service_role: str = None, use_advanced_json_format: str = None, json_body: str = None, status_polling_frequency: str = None, tolerance: str = None)

Bases: Job

cluster_id: str
connection_profile: str
json_body: str
notebook_execution_name: str
notebook_id: str
object_name: str
relative_path: str
service_role: str
status_polling_frequency: str
tolerance: str
use_advanced_json_format: str
class aapi.integration_factory.jobs.JobAwsGlue(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, glue_job_name: str = None, glue_job_arguments: str = None, arguments: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)

Bases: Job

arguments: str
connection_profile: str
failure_tolerance: str
glue_job_arguments: str
glue_job_name: str
object_name: str
status_polling_frequency: str
class aapi.integration_factory.jobs.JobAwsGlueDataBrew(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, job_name: str = None, output_job_logs: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)

Bases: Job

connection_profile: str
failure_tolerance: str
job_name: str
object_name: str
output_job_logs: str
status_polling_frequency: str
class aapi.integration_factory.jobs.JobAwsLambda(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, function_name: str = None, function_version: str = None, parameters: str = None, append_log_to_output: str = None)

Bases: Job

append_log_to_output: str
connection_profile: str
function_name: str
function_version: str
object_name: str
parameters: str
class aapi.integration_factory.jobs.JobAwsMWAA(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, m_w_a_a_environment_name: str = None, d_a_g_name: str = None, d_a_g_run_id: str = None, parameters: str = None, only_failed: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)

Bases: Job

action: str
connection_profile: str
d_a_g_name: str
d_a_g_run_id: str
failure_tolerance: str
m_w_a_a_environment_name: str
object_name: str
only_failed: str
parameters: str
status_polling_frequency: str
class aapi.integration_factory.jobs.JobAwsMainframeModernization(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, application_name: str = None, action: str = None, jcl_name: str = None, rerun_execution_id: str = None, secret_arn: str = None, from_step: str = None, from_proc_step: str = None, to_step: str = None, to_proc_step: str = None, retrieve_cloud_watch_logs: str = None, delay_logs_retrieval_: str = None, application_action: str = None, client_token: str = None, application_version: str = None, environment_id: str = None, latest_application_version: str = None, definition_s3_location: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)

Bases: Job

action: str
application_action: str
application_name: str
application_version: str
client_token: str
connection_profile: str
definition_s3_location: str
delay_logs_retrieval_: str
environment_id: str
failure_tolerance: str
from_proc_step: str
from_step: str
jcl_name: str
latest_application_version: str
object_name: str
rerun_execution_id: str
retrieve_cloud_watch_logs: str
secret_arn: str
status_polling_frequency: str
to_proc_step: str
to_step: str
class aapi.integration_factory.jobs.JobAwsQuickSight(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, aws_dataset_id: str = None, refresh_type: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)

Bases: Job

aws_dataset_id: str
connection_profile: str
failure_tolerance: str
object_name: str
refresh_type: str
status_polling_frequency: str
class aapi.integration_factory.jobs.JobAwsRedshift(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, actions: str = None, workgroup_name: str = None, secret_manager_arn: str = None, database: str = None, table_name: str = None, load_redshift_sql_statement: str = None, procedure_name: str = None, procedure_arguments: str = None, s3_bucket_uri: str = None, file_format: str = None, use_iam_role_for_s3_access: str = None, iam_role_arn: str = None, show_statement_results: str = None, status_polling_frequency: str = None, tolerance: str = None)

Bases: Job

actions: str
connection_profile: str
database: str
file_format: str
iam_role_arn: str
load_redshift_sql_statement: str
object_name: str
procedure_arguments: str
procedure_name: str
s3_bucket_uri: str
secret_manager_arn: str
show_statement_results: str
status_polling_frequency: str
table_name: str
tolerance: str
use_iam_role_for_s3_access: str
workgroup_name: str
class aapi.integration_factory.jobs.JobAwsSNS(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, message_type: str = None, topic_type: str = None, individual_type: str = None, target_arn: str = None, phone_number: str = None, json_message_structure: str = None, subject: str = None, message: str = None, message_deduplication_id: str = None, message_group_id: str = None, attributes: str = None, attribute1_name: str = None, attribute1_value: str = None, attribute2_name: str = None, attribute2_value: str = None, attribute3_name: str = None, attribute3_value: str = None, sms_attributes: str = None, sender_identifier: str = None, sender_id: str = None, origination_number: str = None, max_price: str = None, sms_type: str = None, push_notifications_attributes: str = None, push_attribute1_name: str = None, push_attribute1_value: str = None, push_attribute2_name: str = None, push_attribute2_value: str = None, push_attribute3_name: str = None, push_attribute3_value: str = None, push_attribute4_name: str = None, push_attribute4_value: str = None, push_attribute5_name: str = None, push_attribute5_value: str = None)

Bases: Job

attribute1_name: str
attribute1_value: str
attribute2_name: str
attribute2_value: str
attribute3_name: str
attribute3_value: str
attributes: str
connection_profile: str
individual_type: str
json_message_structure: str
max_price: str
message: str
message_deduplication_id: str
message_group_id: str
message_type: str
object_name: str
origination_number: str
phone_number: str
push_attribute1_name: str
push_attribute1_value: str
push_attribute2_name: str
push_attribute2_value: str
push_attribute3_name: str
push_attribute3_value: str
push_attribute4_name: str
push_attribute4_value: str
push_attribute5_name: str
push_attribute5_value: str
push_notifications_attributes: str
sender_id: str
sender_identifier: str
sms_attributes: str
sms_type: str
subject: str
target_arn: str
topic_type: str
class aapi.integration_factory.jobs.JobAwsSQS(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action_type: str = None, queue_type: str = None, parameters: str = None, queue_url: str = None, message_body: str = None, delay_seconds: str = None, message_deduplication_id: str = None, message_group_id: str = None, message_attributes: str = None, attribute1_name: str = None, attribute1_data_type: str = None, attribute1_value: str = None, attribute2_name: str = None, attribute2_data_type: str = None, attribute2_value: str = None, attribute3_name: str = None, attribute3_data_type: str = None, attribute3_value: str = None)

Bases: Job

action_type: str
attribute1_data_type: str
attribute1_name: str
attribute1_value: str
attribute2_data_type: str
attribute2_name: str
attribute2_value: str
attribute3_data_type: str
attribute3_name: str
attribute3_value: str
connection_profile: str
delay_seconds: str
message_attributes: str
message_body: str
message_deduplication_id: str
message_group_id: str
object_name: str
parameters: str
queue_type: str
queue_url: str
class aapi.integration_factory.jobs.JobAwsSageMaker(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, pipeline_name: str = None, idempotency_token: str = None, add_parameters: str = None, parameters: str = None, retry_pipeline_execution: str = None, pipeline_execution_arn: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)

Bases: Job

add_parameters: str
connection_profile: str
failure_tolerance: str
idempotency_token: str
object_name: str
parameters: str
pipeline_execution_arn: str
pipeline_name: str
retry_pipeline_execution: str
status_polling_frequency: str
class aapi.integration_factory.jobs.JobAwsStepFunctions(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, execution_name: str = None, state_machine_arn: str = None, parameters: str = None, show_execution_logs: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)

Bases: Job

connection_profile: str
execution_name: str
failure_tolerance: str
object_name: str
parameters: str
show_execution_logs: str
state_machine_arn: str
status_polling_frequency: str
class aapi.integration_factory.jobs.JobAzureBackup(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, vault_resource_group: str = None, vault_name: str = None, vm_resource_group: str = None, vm_name: str = None, policy_name: str = None, include_or_exclude_disks: str = None, disk_list: str = None, restore_to_latest_recovery_point: str = None, recovery_point_name: str = None, storage_account_name: str = None, restore_region: str = None, status_polling_frequency: str = None, failure_tolerance_: str = None)

Bases: Job

action: str
connection_profile: str
disk_list: str
failure_tolerance_: str
include_or_exclude_disks: str
object_name: str
policy_name: str
recovery_point_name: str
restore_region: str
restore_to_latest_recovery_point: str
status_polling_frequency: str
storage_account_name: str
vault_name: str
vault_resource_group: str
vm_name: str
vm_resource_group: str
class aapi.integration_factory.jobs.JobAzureBatchAccounts(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, batch_job_id: str = None, task_id_prefix: str = None, task_command_line: str = None, max_wall_clock_time: str = None, max_wall_time_digits: str = None, max_wall_time_unit: str = None, max_task_retry_count: str = None, retry_number: str = None, retention_time: str = None, retention_time_digits: str = None, retention_time_unit: str = None, append_log_to_output: str = None, status_polling_interval: str = None, task_id_variable: str = None, content_type: str = None)

Bases: Job

append_log_to_output: str
batch_job_id: str
connection_profile: str
content_type: str
max_task_retry_count: str
max_wall_clock_time: str
max_wall_time_digits: str
max_wall_time_unit: str
object_name: str
retention_time: str
retention_time_digits: str
retention_time_unit: str
retry_number: str
status_polling_interval: str
task_command_line: str
task_id_prefix: str
task_id_variable: str
class aapi.integration_factory.jobs.JobAzureDataFactory(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, resource_group_name: str = None, data_factory_name: str = None, pipeline_name: str = None, parameters: str = None, status_polling_frequency: str = None, failure_tolerance: str = None, restart_on_rerun: str = None, reference_pipeline_run_id: str = None)

Bases: Job

connection_profile: str
data_factory_name: str
failure_tolerance: str
object_name: str
parameters: str
pipeline_name: str
reference_pipeline_run_id: str
resource_group_name: str
restart_on_rerun: str
status_polling_frequency: str
class aapi.integration_factory.jobs.JobAzureDatabricks(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, databricks_job_id: str = None, parameters: str = None, idempotency_token: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)

Bases: Job

connection_profile: str
databricks_job_id: str
failure_tolerance: str
idempotency_token: str
object_name: str
parameters: str
status_polling_frequency: str
class aapi.integration_factory.jobs.JobAzureDevOps(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, project_name: str = None, actions: str = None, pipeline_id: str = None, repository_path: str = None, variables: str = None, parameters: str = None, stages_to_skip: str = None, show_build_logs: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)

Bases: Job

actions: str
connection_profile: str
failure_tolerance: str
object_name: str
parameters: str
pipeline_id: str
project_name: str
repository_path: str
show_build_logs: str
stages_to_skip: str
status_polling_frequency: str
variables: str
class aapi.integration_factory.jobs.JobAzureFunctions(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, function_app: str = None, azure_resource: str = None, azure_resource_scope: str = None, function_name: str = None, optional_input_parameters: str = None, function_type: str = None, verification_poll_intervall: str = None, failure_tolerance: str = None, api_v_e_r_s_i_o_n: str = None)

Bases: Job

api_v_e_r_s_i_o_n: str
azure_resource: str
azure_resource_scope: str
connection_profile: str
failure_tolerance: str
function_app: str
function_name: str
function_type: str
object_name: str
optional_input_parameters: str
verification_poll_intervall: str
class aapi.integration_factory.jobs.JobAzureHDInsight(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, parameters: str = None, bring_job_logs_to_output: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)

Bases: Job

bring_job_logs_to_output: str
connection_profile: str
failure_tolerance: str
object_name: str
parameters: str
status_polling_frequency: str
class aapi.integration_factory.jobs.JobAzureLogicApps(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, workflow: str = None, parameters: str = None, get_logs: str = None, failure_tolerance: str = None, status_polling_frequency: str = None)

Bases: Job

connection_profile: str
failure_tolerance: str
get_logs: str
object_name: str
parameters: str
status_polling_frequency: str
workflow: str
class aapi.integration_factory.jobs.JobAzureMachineLearning(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, workspace_name: str = None, resource_group_name: str = None, action: str = None, pipeline_endpoint_id: str = None, parameters: str = None, compute_name: str = None, compute_action: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)

Bases: Job

action: str
compute_action: str
compute_name: str
connection_profile: str
failure_tolerance: str
object_name: str
parameters: str
pipeline_endpoint_id: str
resource_group_name: str
status_polling_frequency: str
workspace_name: str
class aapi.integration_factory.jobs.JobAzureResourceManager(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, resource_group_name: str = None, action: str = None, deployment_name: str = None, deployment_properties: str = None, failure_tolerance: str = None, status_polling_frequency: str = None)

Bases: Job

action: str
connection_profile: str
deployment_name: str
deployment_properties: str
failure_tolerance: str
object_name: str
resource_group_name: str
status_polling_frequency: str
class aapi.integration_factory.jobs.JobAzureServiceBus(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, service_bus_namespace: str = None, queue_topic_name: str = None, message_format: str = None, message_body: str = None)

Bases: Job

connection_profile: str
message_body: str
message_format: str
object_name: str
queue_topic_name: str
service_bus_namespace: str
class aapi.integration_factory.jobs.JobAzureSynapse(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, pipeline_name: str = None, parameters: str = None, status_polling_interval: str = None)

Bases: Job

connection_profile: str
object_name: str
parameters: str
pipeline_name: str
status_polling_interval: str
class aapi.integration_factory.jobs.JobAzureVM(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, vm_name: str = None, operation: str = None, input_parameters: str = None, verification_poll_interval: str = None, delete_vm_os_disk: str = None, tolerance: str = None, get_logs: str = None)

Bases: Job

connection_profile: str
delete_vm_os_disk: str
get_logs: str
input_parameters: str
object_name: str
operation: str
tolerance: str
verification_poll_interval: str
vm_name: str
class aapi.integration_factory.jobs.JobBoomiAtomsphere(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, process_name: str = None, atom_name: str = None, polling_interval_frequency: str = None, tolerance: str = None)

Bases: Job

atom_name: str
connection_profile: str
object_name: str
polling_interval_frequency: str
process_name: str
tolerance: str
class aapi.integration_factory.jobs.JobCircleCI(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, project_slug: str = None, workflow_id: str = None, pipeline_id: str = None, parameters: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)

Bases: Job

action: str
connection_profile: str
failure_tolerance: str
object_name: str
parameters: str
pipeline_id: str
project_slug: str
status_polling_frequency: str
workflow_id: str
class aapi.integration_factory.jobs.JobCommunicationSuite(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, application_name: str = None, slack_parameters: str = None, telegram_parameters: str = None, silent_message: str = None, protect_content: str = None, whats_app_parameters: str = None, teams_parameters: str = None)

Bases: Job

application_name: str
connection_profile: str
object_name: str
protect_content: str
silent_message: str
slack_parameters: str
teams_parameters: str
telegram_parameters: str
whats_app_parameters: str
class aapi.integration_factory.jobs.JobDBT(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, dbt_job_id: str = None, run_comment: str = None, override_job_commands: str = None, define_commands: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)

Bases: Job

connection_profile: str
dbt_job_id: str
define_commands: str
failure_tolerance: str
object_name: str
override_job_commands: str
run_comment: str
status_polling_frequency: str
class aapi.integration_factory.jobs.JobDatabricks(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, databricks_job_id: str = None, parameters: str = None, idempotency_token: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)

Bases: Job

connection_profile: str
databricks_job_id: str
failure_tolerance: str
idempotency_token: str
object_name: str
parameters: str
status_polling_frequency: str
class aapi.integration_factory.jobs.JobGCPBatch(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, service_account__email_format: str = None, project_id: str = None, region: str = None, override_region: str = None, allowed_locations: str = None, job_name: str = None, priority: str = None, runnable_type: str = None, task_script_text: str = None, container_image_uri: str = None, entry_point: str = None, override_commands: str = None, commands: str = None, container_volumes: str = None, cpu: str = None, memory: str = None, maximum_retry_count: str = None, instance_policy: str = None, machine_type: str = None, provisioning_model: str = None, machine_template: str = None, log_policy: str = None, use_advanced_json_format: str = None, json_format: str = None, status_polling_frequency: str = None)

Bases: Job

allowed_locations: str
commands: str
connection_profile: str
container_image_uri: str
container_volumes: str
cpu: str
entry_point: str
instance_policy: str
job_name: str
json_format: str
log_policy: str
machine_template: str
machine_type: str
maximum_retry_count: str
memory: str
object_name: str
override_commands: str
override_region: str
priority: str
project_id: str
provisioning_model: str
region: str
runnable_type: str
service_account__email_format: str
status_polling_frequency: str
task_script_text: str
use_advanced_json_format: str
class aapi.integration_factory.jobs.JobGCPBigQuery(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, project_name: str = None, dataset_name: str = None, action: str = None, run_select_query_and_copy_to_table: str = None, table_name: str = None, sql_statement: str = None, query_parameters: str = None, routine: str = None, extract_as: str = None, copy_operation_type: str = None, source_tables_properties: str = None, destination_source_bucket_uris: str = None, destination_table_properties: str = None, show_load_options: str = None, load_options: str = None, job_timeout: str = None, connection_timeout: str = None, status_polling_frequency: str = None)

Bases: Job

action: str
connection_profile: str
connection_timeout: str
copy_operation_type: str
dataset_name: str
destination_source_bucket_uris: str
destination_table_properties: str
extract_as: str
job_timeout: str
load_options: str
object_name: str
project_name: str
query_parameters: str
routine: str
run_select_query_and_copy_to_table: str
show_load_options: str
source_tables_properties: str
sql_statement: str
status_polling_frequency: str
table_name: str
class aapi.integration_factory.jobs.JobGCPCloudRun(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, project_id: str = None, location: str = None, job_name: str = None, overrides_specification: str = None, status_polling_frequency: str = None)

Bases: Job

connection_profile: str
job_name: str
location: str
object_name: str
overrides_specification: str
project_id: str
status_polling_frequency: str
class aapi.integration_factory.jobs.JobGCPComposer(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, d_a_g_name: str = None, d_a_g_run_id: str = None, parameters: str = None, only_failed_tasks: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)

Bases: Job

action: str
connection_profile: str
d_a_g_name: str
d_a_g_run_id: str
failure_tolerance: str
object_name: str
only_failed_tasks: str
parameters: str
status_polling_frequency: str
class aapi.integration_factory.jobs.JobGCPDataFusion(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, region: str = None, project_name: str = None, instance_name: str = None, name_space_id: str = None, pipeline_name: str = None, runtime_parameters: str = None, get_logs: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)

Bases: Job

connection_profile: str
failure_tolerance: str
get_logs: str
instance_name: str
name_space_id: str
object_name: str
pipeline_name: str
project_name: str
region: str
runtime_parameters: str
status_polling_frequency: str
class aapi.integration_factory.jobs.JobGCPDataflow(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, project_id: str = None, region: str = None, template_type: str = None, template_location_gs_: str = None, parameters__json_format: str = None, verification_poll_interval_in_seconds: str = None, log_level: str = None)

Bases: Job

connection_profile: str
log_level: str
object_name: str
parameters__json_format: str
project_id: str
region: str
template_location_gs_: str
template_type: str
verification_poll_interval_in_seconds: str
class aapi.integration_factory.jobs.JobGCPDataplex(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, project_id: str = None, location: str = None, action: str = None, scan_name: str = None, lake_name: str = None, task_name: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)

Bases: Job

action: str
connection_profile: str
failure_tolerance: str
lake_name: str
location: str
object_name: str
project_id: str
scan_name: str
status_polling_frequency: str
task_name: str
class aapi.integration_factory.jobs.JobGCPDataprep(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, flow_name: str = None, parameters: str = None, execute_job_with_idempotency_token: str = None, idempotency_token: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)

Bases: Job

connection_profile: str
execute_job_with_idempotency_token: str
failure_tolerance: str
flow_name: str
idempotency_token: str
object_name: str
parameters: str
status_polling_frequency: str
class aapi.integration_factory.jobs.JobGCPDataproc(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, project_id: str = None, account_region: str = None, dataproc_task_type: str = None, action: str = None, batch_id: str = None, request_id: str = None, workflow_template: str = None, parameters__json_format: str = None, verification_poll_interval_in_seconds: str = None, tolerance: str = None, interactive_session_id: str = None)

Bases: Job

account_region: str
action: str
batch_id: str
connection_profile: str
dataproc_task_type: str
interactive_session_id: str
object_name: str
parameters__json_format: str
project_id: str
request_id: str
tolerance: str
verification_poll_interval_in_seconds: str
workflow_template: str
class aapi.integration_factory.jobs.JobGCPDeploymentManager(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, project_id: str = None, action: str = None, deployment_name: str = None, yaml_config_content: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)

Bases: Job

action: str
connection_profile: str
deployment_name: str
failure_tolerance: str
object_name: str
project_id: str
status_polling_frequency: str
yaml_config_content: str
class aapi.integration_factory.jobs.JobGCPFunctions(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, project_id: str = None, location: str = None, function_name: str = None, function_parameters: str = None, url_parameters: str = None, body: str = None, status_polling_frequency: str = None, failure_tolerance: str = None, get_logs: str = None)

Bases: Job

body: str
connection_profile: str
failure_tolerance: str
function_name: str
function_parameters: str
get_logs: str
location: str
object_name: str
project_id: str
status_polling_frequency: str
url_parameters: str
class aapi.integration_factory.jobs.JobGCPVM(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, project_id: str = None, zone: str = None, operation: str = None, template_name: str = None, instance_name: str = None, parameters: str = None, verification_poll_interval: str = None, tolerance: str = None, get_logs: str = None)

Bases: Job

connection_profile: str
get_logs: str
instance_name: str
object_name: str
operation: str
parameters: str
project_id: str
template_name: str
tolerance: str
verification_poll_interval: str
zone: str
class aapi.integration_factory.jobs.JobGCPWorkflows(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, project_id: str = None, location: str = None, workflow_name: str = None, parameters_json_input: str = None, execution_label: str = None, show_workflow_results: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)

Bases: Job

connection_profile: str
execution_label: str
failure_tolerance: str
location: str
object_name: str
parameters_json_input: str
project_id: str
show_workflow_results: str
status_polling_frequency: str
workflow_name: str
class aapi.integration_factory.jobs.JobIBMDataStageLinux(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, project: str = None, datastage_job: str = None, job_invocation_id__optional: str = None, parameters_type: str = None, parameters: str = None, parameter_file: str = None, stop_stages_after_number_of_rows: str = None, abort_job_after_number_of_warnings: str = None, append_log_to_output: str = None, run_in_restart_mode: str = None, reset_job_before_run: str = None, empty1: str = None)

Bases: Job

abort_job_after_number_of_warnings: str
append_log_to_output: str
connection_profile: str
datastage_job: str
empty1: str
job_invocation_id__optional: str
object_name: str
parameter_file: str
parameters: str
parameters_type: str
project: str
reset_job_before_run: str
run_in_restart_mode: str
stop_stages_after_number_of_rows: str
class aapi.integration_factory.jobs.JobIBMDataStageWindows(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, project: str = None, datastage_job: str = None, job_invocation_id__optional: str = None, parameters_type: str = None, parameters: str = None, parameter_file: str = None, stop_stages_after_number_of_rows: str = None, abort_job_after_number_of_warnings: str = None, append_log_to_output: str = None, run_in_restart_mode: str = None, reset_job_before_run: str = None, empty1: str = None)

Bases: Job

abort_job_after_number_of_warnings: str
append_log_to_output: str
connection_profile: str
datastage_job: str
empty1: str
job_invocation_id__optional: str
object_name: str
parameter_file: str
parameters: str
parameters_type: str
project: str
reset_job_before_run: str
run_in_restart_mode: str
stop_stages_after_number_of_rows: str
class aapi.integration_factory.jobs.JobInformaticaCS(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, task_type: str = None, use_federation_id: str = None, task_name: str = None, folder_path: str = None, taskflow_job_name: str = None, task_flow_url: str = None, rerun_suspended_taskflow: str = None, rerun_run_id: str = None, input_fields: str = None, call_back_url: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)

Bases: Job

call_back_url: str
connection_profile: str
failure_tolerance: str
folder_path: str
input_fields: str
object_name: str
rerun_run_id: str
rerun_suspended_taskflow: str
status_polling_frequency: str
task_flow_url: str
task_name: str
task_type: str
taskflow_job_name: str
use_federation_id: str
class aapi.integration_factory.jobs.JobJenkins(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, pipeline_name: str = None, add_parameters: str = None, parameters: List[str] = None, add_branch_name: str = None, branch_name: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)

Bases: Job

add_branch_name: str
add_parameters: str
branch_name: str
connection_profile: str
failure_tolerance: str
object_name: str
parameters: List[str]
pipeline_name: str
status_polling_frequency: str
class aapi.integration_factory.jobs.JobKubernetes(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, job_spec_type: str = None, job_spec_yaml: str = None, job_spec_parameters: str = None, spec_request_path: str = None, spec_request_method: str = None, spec_request_parameters: List[str] = None, spec_request_headers: List[str] = None, ws_rest_body: WsRestBody = None, get_pod_logs: str = None, os_exit_code: str = None, job_cleanup: str = None, job_status_polling_interval: str = None)

Bases: Job

class WsRestBody(*, request_definition: str = None, body_request: str = None, file_name: str = None)

Bases: AAPIObject

body_request: str
file_name: str
request_definition: str
connection_profile: str
get_pod_logs: str
job_cleanup: str
job_spec_parameters: str
job_spec_type: str
job_spec_yaml: str
job_status_polling_interval: str
object_name: str
os_exit_code: str
spec_request_headers: List[str]
spec_request_method: str
spec_request_parameters: List[str]
spec_request_path: str
ws_rest_body: WsRestBody
class aapi.integration_factory.jobs.JobMicroFocusLinux(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, jcl_filename: str = None, pds: str = None, enable_jcl_variables: str = None, additional_variables: str = None, restart_on_rerun: str = None, from_step_proc: str = None, to_step_proc: str = None, recapture_abend_codes: str = None, recapture_cond_codes: str = None, auto_adjust_restart: str = None, step_specific_condition_codes: str = None, set_mf_ucc11: str = None, advanced_restart_parameters: str = None, rerun_job_id: str = None, restart_with_modified_jcl: str = None, modified_jcl_path_and_filename: str = None)

Bases: Job

additional_variables: str
advanced_restart_parameters: str
auto_adjust_restart: str
connection_profile: str
enable_jcl_variables: str
from_step_proc: str
jcl_filename: str
modified_jcl_path_and_filename: str
object_name: str
pds: str
recapture_abend_codes: str
recapture_cond_codes: str
rerun_job_id: str
restart_on_rerun: str
restart_with_modified_jcl: str
set_mf_ucc11: str
step_specific_condition_codes: str
to_step_proc: str
class aapi.integration_factory.jobs.JobMicroFocusWindows(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, jcl_filename: str = None, pds: str = None, enable_jcl_variables: str = None, additional_variables: str = None, restart_on_rerun: str = None, from_step_proc: str = None, to_step_proc: str = None, recapture_abend_codes: str = None, recapture_cond_codes: str = None, auto_adjust_restart: str = None, step_specific_condition_codes: str = None, set_mf_ucc11: str = None, advanced_restart_parameters: str = None, rerun_job_id: str = None, restart_with_modified_jcl: str = None, modified_jcl_path_and_filename: str = None)

Bases: Job

additional_variables: str
advanced_restart_parameters: str
auto_adjust_restart: str
connection_profile: str
enable_jcl_variables: str
from_step_proc: str
jcl_filename: str
modified_jcl_path_and_filename: str
object_name: str
pds: str
recapture_abend_codes: str
recapture_cond_codes: str
rerun_job_id: str
restart_on_rerun: str
restart_with_modified_jcl: str
set_mf_ucc11: str
step_specific_condition_codes: str
to_step_proc: str
class aapi.integration_factory.jobs.JobMicrosoftPowerBI(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, dataset_refresh_pipeline_deployment: str = None, workspace_name: str = None, workspace_id: str = None, dataset_id: str = None, parameters: str = None, connection_timeout: str = None, status_polling_frequency: str = None, pipeline_id: str = None)

Bases: Job

connection_profile: str
connection_timeout: str
dataset_id: str
dataset_refresh_pipeline_deployment: str
object_name: str
parameters: str
pipeline_id: str
status_polling_frequency: str
workspace_id: str
workspace_name: str
class aapi.integration_factory.jobs.JobMicrosoftPowerBISP(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, workspace_id: str = None, dataset_id: str = None, dataflow_id: str = None, workspace_id__s_p: str = None, dataset_id__s_p: str = None, dataflow_id__s_p: str = None, parameters: str = None, parameters_enhanced: str = None, pipeline_id: str = None, pipeline_id__s_p: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)

Bases: Job

action: str
connection_profile: str
dataflow_id: str
dataflow_id__s_p: str
dataset_id: str
dataset_id__s_p: str
failure_tolerance: str
object_name: str
parameters: str
parameters_enhanced: str
pipeline_id: str
pipeline_id__s_p: str
status_polling_frequency: str
workspace_id: str
workspace_id__s_p: str
class aapi.integration_factory.jobs.JobNetBackup(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, json_parameters: str = None, policy_name: str = None, schedule_name: str = None, client_name: str = None, keyword: str = None, instance_name: str = None, database_name: str = None, db_unique_name: str = None, db_id: str = None, trial_backup: str = None, output__management: str = None, restart_job_id: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)

Bases: Job

action: str
client_name: str
connection_profile: str
database_name: str
db_id: str
db_unique_name: str
failure_tolerance: str
instance_name: str
json_parameters: str
keyword: str
object_name: str
output__management: str
policy_name: str
restart_job_id: str
schedule_name: str
status_polling_frequency: str
trial_backup: str
class aapi.integration_factory.jobs.JobOCIDataFlow(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, compartment_ocid: str = None, application_ocid: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)

Bases: Job

application_ocid: str
compartment_ocid: str
connection_profile: str
failure_tolerance: str
object_name: str
status_polling_frequency: str
class aapi.integration_factory.jobs.JobOCIDataIntegration(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, actions: str = None, workspace_ocid: str = None, application_key: str = None, task_key: str = None, task_run_name: str = None, task_run_input_parameters: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)

Bases: Job

actions: str
application_key: str
connection_profile: str
failure_tolerance: str
object_name: str
status_polling_frequency: str
task_key: str
task_run_input_parameters: str
task_run_name: str
workspace_ocid: str
class aapi.integration_factory.jobs.JobOCIDataScience(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, parameters: str = None, model_deployment_id: str = None, notebook_session_id: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)

Bases: Job

action: str
connection_profile: str
failure_tolerance: str
model_deployment_id: str
notebook_session_id: str
object_name: str
parameters: str
status_polling_frequency: str
class aapi.integration_factory.jobs.JobOCIVM(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, instance_id: str = None, parameters: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)

Bases: Job

action: str
connection_profile: str
failure_tolerance: str
instance_id: str
object_name: str
parameters: str
status_polling_frequency: str
class aapi.integration_factory.jobs.JobPagerDuty(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, incident_id: str = None, email_address: str = None, parameters: str = None, duration: str = None, title: str = None, service_id: str = None, urgency: str = None, incident_key: str = None, incident_body: str = None)

Bases: Job

action: str
connection_profile: str
duration: str
email_address: str
incident_body: str
incident_id: str
incident_key: str
object_name: str
parameters: str
service_id: str
title: str
urgency: str
class aapi.integration_factory.jobs.JobQlikCloud(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, reload_type: str = None, app_id: str = None, print_log_to_output: str = None, status_polling_frequency: str = None, tolerance: str = None)

Bases: Job

app_id: str
connection_profile: str
object_name: str
print_log_to_output: str
reload_type: str
status_polling_frequency: str
tolerance: str
class aapi.integration_factory.jobs.JobRabbitMQ(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, vhost: str = None, exchange: str = None, routing_key: str = None, message_to_publish: str = None, message_encoding: str = None, properties: str = None, queue: str = None)

Bases: Job

action: str
connection_profile: str
exchange: str
message_encoding: str
message_to_publish: str
object_name: str
properties: str
queue: str
routing_key: str
vhost: str
class aapi.integration_factory.jobs.JobSnowflake(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, database: str = None, schema: str = None, action: str = None, snowflake_sql_statement: str = None, query_to_location: str = None, query_input: str = None, storage_integration: str = None, overwrite: str = None, file_format: str = None, create_table_name: str = None, query: str = None, add_condition: str = None, stored_procedure_name: str = None, procedure_argument: str = None, activity_options: str = None, table_name: str = None, from_location: str = None, stage_name: str = None, from_storage_integration: str = None, stage_url: str = None, copy_destination: str = None, from_table: str = None, snowpipe_name: str = None, start_or_pause_snowpipe: str = None, stage_location: str = None, days_back: str = None, status_file_cloud_location_path: str = None, stoarge_integration_for_location: str = None, load_sql_file: str = None, statement_timeout: str = None, show_more_options: str = None, parameters: str = None, role: str = None, bindings: str = None, warehouse: str = None, show_output: str = None, status_polling_frequency: str = None)

Bases: Job

action: str
activity_options: str
add_condition: str
bindings: str
connection_profile: str
copy_destination: str
create_table_name: str
database: str
days_back: str
file_format: str
from_location: str
from_storage_integration: str
from_table: str
load_sql_file: str
object_name: str
overwrite: str
parameters: str
procedure_argument: str
query: str
query_input: str
query_to_location: str
role: str
schema: str
show_more_options: str
show_output: str
snowflake_sql_statement: str
snowpipe_name: str
stage_location: str
stage_name: str
stage_url: str
start_or_pause_snowpipe: str
statement_timeout: str
status_file_cloud_location_path: str
status_polling_frequency: str
stoarge_integration_for_location: str
storage_integration: str
stored_procedure_name: str
table_name: str
warehouse: str
class aapi.integration_factory.jobs.JobSnowflakeIdP(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, database: str = None, schema: str = None, actions: str = None, snowflake_sql_statement: str = None, query_to_location: str = None, query_input: str = None, storage_integration: str = None, overwrite: str = None, file_format: str = None, create_table_name: str = None, query: str = None, add_condition: str = None, stored_procedure_name: str = None, procedure_argument: str = None, activity_options: str = None, table_name: str = None, from_location: str = None, stage_name: str = None, from_storage_integration: str = None, stage_url: str = None, copy_destination: str = None, from_table: str = None, pipe_name: str = None, start_or_pause_pipe: str = None, stage_location: str = None, snowpipe_name: str = None, days_back: str = None, status_file_cloud_location_path: str = None, stoarge_integration_for_location: str = None, load_sql_file: str = None, statement_timeout__sec: str = None, show_more_options: str = None, parameters: str = None, role: str = None, bindings: str = None, warehouse: str = None, show_output: str = None, polling_interval__sec: str = None, failure_tolerance: str = None)

Bases: Job

actions: str
activity_options: str
add_condition: str
bindings: str
connection_profile: str
copy_destination: str
create_table_name: str
database: str
days_back: str
failure_tolerance: str
file_format: str
from_location: str
from_storage_integration: str
from_table: str
load_sql_file: str
object_name: str
overwrite: str
parameters: str
pipe_name: str
polling_interval__sec: str
procedure_argument: str
query: str
query_input: str
query_to_location: str
role: str
schema: str
show_more_options: str
show_output: str
snowflake_sql_statement: str
snowpipe_name: str
stage_location: str
stage_name: str
stage_url: str
start_or_pause_pipe: str
statement_timeout__sec: str
status_file_cloud_location_path: str
stoarge_integration_for_location: str
storage_integration: str
stored_procedure_name: str
table_name: str
warehouse: str
class aapi.integration_factory.jobs.JobTableau(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, datasource_name: str = None, flow_name: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)

Bases: Job

action: str
connection_profile: str
datasource_name: str
failure_tolerance: str
flow_name: str
object_name: str
status_polling_frequency: str
class aapi.integration_factory.jobs.JobTalendDataManagement(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, task_plan_execution: str = None, task_name: str = None, parameters: str = None, log_level: str = None, bring_logs_to_output: str = None, task_polling_intervals: str = None, plan_name: str = None, plan_polling_intervals: str = None)

Bases: Job

bring_logs_to_output: str
connection_profile: str
log_level: str
object_name: str
parameters: str
plan_name: str
plan_polling_intervals: str
task_name: str
task_plan_execution: str
task_polling_intervals: str
class aapi.integration_factory.jobs.JobTalendOAuth(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, task_executable: str = None, environment_id: str = None, task_name: str = None, parameters: str = None, log_level: str = None, task_timeout: str = None, append_task_logs_to_output: str = None, plan_executable: str = None, append_failed_plan_logs_to_output: str = None, rerun_only_failed_tasks: str = None, execution_plan_id: str = None, step_id: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)

Bases: Job

action: str
append_failed_plan_logs_to_output: str
append_task_logs_to_output: str
connection_profile: str
environment_id: str
execution_plan_id: str
failure_tolerance: str
log_level: str
object_name: str
parameters: str
plan_executable: str
rerun_only_failed_tasks: str
status_polling_frequency: str
step_id: str
task_executable: str
task_name: str
task_timeout: str
class aapi.integration_factory.jobs.JobTerraform(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, workspace_name: str = None, run_name: str = None, parameters: str = None, workspace_params: str = None, variable: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)

Bases: Job

action: str
connection_profile: str
failure_tolerance: str
object_name: str
parameters: str
run_name: str
status_polling_frequency: str
variable: str
workspace_name: str
workspace_params: str
class aapi.integration_factory.jobs.JobUIPath(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, folder_name: str = None, folder_id: str = None, process_name: str = None, robot_name: str = None, robot_id: str = None, optional_input_parameters: str = None, status_polling_frequency: str = None)

Bases: Job

connection_profile: str
folder_id: str
folder_name: str
object_name: str
optional_input_parameters: str
process_name: str
robot_id: str
robot_name: str
status_polling_frequency: str
class aapi.integration_factory.jobs.JobVMwareByBroadcom(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, configuration_options: str = None, power_tasks: str = None, reconfigure_action: str = None, snapshot_operations: str = None, vm_logical_name: str = None, vm_location: str = None, resource_pool: str = None, folder: str = None, e_s_xi_host: str = None, datacenter: str = None, cluster: str = None, parameters: str = None, placement_json: str = None, hot_remove: str = None, hot_add: str = None, cpu_count: str = None, cores_per_socket: str = None, size_in_mi_b: str = None, template_library_item_id: str = None, snapshot_name: str = None, snapshot_description: str = None, memory_dump: str = None, quiesce: str = None, snapshot_id: str = None, release_schema: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)

Bases: Job

action: str
cluster: str
configuration_options: str
connection_profile: str
cores_per_socket: str
cpu_count: str
datacenter: str
e_s_xi_host: str
failure_tolerance: str
folder: str
hot_add: str
hot_remove: str
memory_dump: str
object_name: str
parameters: str
placement_json: str
power_tasks: str
quiesce: str
reconfigure_action: str
release_schema: str
resource_pool: str
size_in_mi_b: str
snapshot_description: str
snapshot_id: str
snapshot_name: str
snapshot_operations: str
status_polling_frequency: str
template_library_item_id: str
vm_location: str
vm_logical_name: str
class aapi.integration_factory.jobs.JobVeritasNetBackup(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, action: str = None, json_parameters: str = None, policy_name: str = None, schedule_name: str = None, client_name: str = None, keyword: str = None, instance_name: str = None, database_name: str = None, db_unique_name: str = None, db_id: str = None, trial_backup: str = None, output__management: str = None, restart_job_id: str = None, status_polling_frequency: str = None, failure_tolerance: str = None)

Bases: Job

action: str
client_name: str
connection_profile: str
database_name: str
db_id: str
db_unique_name: str
failure_tolerance: str
instance_name: str
json_parameters: str
keyword: str
object_name: str
output__management: str
policy_name: str
restart_job_id: str
schedule_name: str
status_polling_frequency: str
trial_backup: str
class aapi.integration_factory.jobs.JobWebServicesREST(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, endpoint_url: str = None, method: str = None, url_request_path: str = None, ws_rest_body: WsRestBody = None, url_parameters: List[str] = None, http_headers: List[str] = None, output_handling: List[str] = None, connection_timeout: str = None, append_request: str = None, append_response: str = None)

Bases: Job

class WsRestBody(*, request_definition: str = None, body_request: str = None, file_name: str = None)

Bases: AAPIObject

body_request: str
file_name: str
request_definition: str
append_request: str
append_response: str
connection_profile: str
connection_timeout: str
endpoint_url: str
http_headers: List[str]
method: str
object_name: str
output_handling: List[str]
url_parameters: List[str]
url_request_path: str
ws_rest_body: WsRestBody
class aapi.integration_factory.jobs.JobWebServicesSOAP(object_name: str, *, path_element: PathElement = None, file_name: str = None, file_path: str = None, host: str = None, application: str = None, priority: Priority = None, critical: bool = None, confirm: bool = None, days_keep_active: DaysKeepActive = None, description: str = None, documentation_file: DocumentationFile = None, documentation_url: DocumentationUrl = None, rerun_limit: RerunLimit = None, rerun: Rerun = None, rerun_intervals: RerunIntervals = None, rerun_specific_times: RerunSpecificTimes = None, post_command: str = None, pre_command: str = None, run_as: str = None, sub_application: str = None, time_zone: str = None, variables: List[Dict[str, str]] = NOTHING, when: When = None, run_on_all_agents_in_group: bool = None, output: Output = None, run_as_dummy: bool = None, retroactive_order: bool = None, end_folder: bool = None, created_by: str = None, if_list: List[IfBase] = NOTHING, event_list: List[Event] = NOTHING, resource_list: List[Resource] = NOTHING, wait_for_events: List[WaitForEvents] = NOTHING, events_to_add: List[AddEvents] = NOTHING, events_to_delete: List[DeleteEvents] = NOTHING, notify_list: List[Notify] = NOTHING, job_tag_list: List[JobTag] = NOTHING, action_capture_output_list: List[ActionCaptureOutput] = NOTHING, wait_for_events_list: List[WaitForEvents] = NOTHING, add_events_list: List[AddEvents] = NOTHING, delete_events_list: List[DeleteEvents] = NOTHING, condition_list: List[Condition] = NOTHING, connection_profile: str = None, endpoint_url: str = None, soap_action: str = None, soap_request: SoapRequest = None, http_headers: List[str] = None, output_handling: List[str] = None, connection_timeout: str = None, append_request: str = None, append_response: str = None)

Bases: Job

class SoapRequest(*, request_definition: str = None, file_name: str = None, soap_request_field: str = None)

Bases: AAPIObject

file_name: str
request_definition: str
soap_request_field: str
append_request: str
append_response: str
connection_profile: str
connection_timeout: str
endpoint_url: str
http_headers: List[str]
object_name: str
output_handling: List[str]
soap_action: str
soap_request: SoapRequest

Module contents