All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.aliyun.datahub.client.model.SinkConfig Maven / Gradle / Ivy

The newest version!
package com.aliyun.datahub.client.model;

public abstract class SinkConfig extends ConnectorConfig {
    public enum AuthMode {
        /**
         * AK mode: you should input accessId and accessKey
         */
        AK,

        /**
         * Service will get a temporary key to visit other services.
         */
        STS
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy