public class AWSConfigConstants extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AWSConfigConstants.CredentialProviderType |
| Modifier and Type | Field and Description |
|---|---|
static String |
AWS_ACCESS_KEY_ID
The AWS access key for provider type basic
|
static String |
AWS_KINESIS_FIREHOSE_ENDPOINT
The Kinesis Firehose endpoint
|
static String |
AWS_KINESIS_FIREHOSE_ENDPOINT_SIGNING_REGION |
static String |
AWS_PROFILE_NAME
Optional configuration in case the provider is AwsProfileCredentialProvider
|
static String |
AWS_PROFILE_PATH
Optional configuration in case the provider is AwsProfileCredentialProvider
|
static String |
AWS_REGION
The AWS Kinesis Firehose region, if not specified defaults to us-east-1
|
static String |
AWS_SECRET_ACCESS_KEY
The AWS secret key for provider type basic
|
| Constructor and Description |
|---|
AWSConfigConstants() |
public static final String AWS_ACCESS_KEY_ID
public static final String AWS_SECRET_ACCESS_KEY
public static final String AWS_REGION
public static final String AWS_KINESIS_FIREHOSE_ENDPOINT
public static final String AWS_KINESIS_FIREHOSE_ENDPOINT_SIGNING_REGION
public static final String AWS_PROFILE_NAME
public static final String AWS_PROFILE_PATH
Copyright © 2019. All rights reserved.