Close
    logoCloudomation Docs

    Connection

    class resources.connection.Connection

    Base class: Resource

    Connection information for a system which can be accessed for automation by Cloudomation.

    :py:obj:flow_api.connection.Connection

    PropertyDescriptionType
    idUUID()
    connection_typeThe type of the connection / the type of the remote system.Enum('AWS', 'GIT', 'GOOGLE', 'IMAP', 'K8S', 'LDAP', 'PS', 'REDIS', 'REST', 'SCP', 'SMB', 'SMTP', 'SOAP', 'SQLMSSQL', 'SQLORACLE', 'SQLPG', 'SSH', 'VAULT', 'XMLRPC', name='connectiontype')
    valueThe connection information.JSONB(astext_type=Text())
    analysis_dataJSONB(astext_type=Text())
    last_analysis_atDateTime(timezone=True)
    vault_secretsString(length=10240)
    size_bytesBigInteger()
    Previous
    Resource
    Next
    File