This class contains constants used to configure AWS Services in Amazon Kinesis Connectors. The user should use System properties to set their proper configuration. An instance of KinesisConnectorConfiguration is created with System properties and an AWSCredentialsProvider. For example:
Properties prop = new Properties(); prop.put(KinesisConnectorConfiguration.PROP_APP_NAME, "MyKinesisConnector"); KinesisConnectorConfiguration config = new KinesisConnectorConfiguration(prop, new DefaultAWSCredentialsProviderChain());
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.