Class PropertiesAI

java.lang.Object
overit.geocallapp.utilities.config.Properties
overit.geocallapp.wfm.ai.config.PropertiesAI

public class PropertiesAI extends Properties
Class containing configurations related to AI module. The values can be set in main properties file (default: wfm.properties)
  • Field Details

    • AI_S3_DATA_ROOT

      @Deprecated(since="15.0", forRemoval=true) public static final overit.geocall.config.Property<String> AI_S3_DATA_ROOT
      Deprecated, for removal: This API element is subject to removal in a future version.
    • AI_ENVIRONMENT

      @Deprecated(since="15.0", forRemoval=true) public static final overit.geocall.config.Property<String> AI_ENVIRONMENT
      Deprecated, for removal: This API element is subject to removal in a future version.
    • AI_EXP_TIME_IN_MINUTES

      @Deprecated(since="15.0", forRemoval=true) public static final overit.geocall.config.Property<String> AI_EXP_TIME_IN_MINUTES
      Deprecated, for removal: This API element is subject to removal in a future version.
    • API_ROLE_ARN

      @Deprecated(since="15.0", forRemoval=true) public static final overit.geocall.config.Property<String> API_ROLE_ARN
      Deprecated, for removal: This API element is subject to removal in a future version.
    • API_ROLE_ARN_VA

      @Deprecated(since="15.0", forRemoval=true) public static final overit.geocall.config.Property<String> API_ROLE_ARN_VA
      Deprecated, for removal: This API element is subject to removal in a future version.
    • API_URL

      @Deprecated(since="15.0", forRemoval=true) public static final overit.geocall.config.Property<String> API_URL
      Deprecated, for removal: This API element is subject to removal in a future version.
    • TAGS_APPNAME

      @Deprecated(since="15.0", forRemoval=true) public static final overit.geocall.config.Property<String> TAGS_APPNAME
      Deprecated, for removal: This API element is subject to removal in a future version.
    • TAGS_APPVERSIONNAME

      @Deprecated(since="15.0", forRemoval=true) public static final overit.geocall.config.Property<String> TAGS_APPVERSIONNAME
      Deprecated, for removal: This API element is subject to removal in a future version.
    • TAGS_ENVIRONMENT

      @Deprecated(since="15.0", forRemoval=true) public static final overit.geocall.config.Property<String> TAGS_ENVIRONMENT
      Deprecated, for removal: This API element is subject to removal in a future version.
    • ASSUME_ROLE

      @Deprecated(since="15.0", forRemoval=true) public static final overit.geocall.config.Property<Boolean> ASSUME_ROLE
      Deprecated, for removal: This API element is subject to removal in a future version.
    • AI_SERVICE_REGION

      @Deprecated(since="15.0", forRemoval=true) public static final overit.geocall.config.Property<String> AI_SERVICE_REGION
      Deprecated, for removal: This API element is subject to removal in a future version.
    • AI_COMMUNITY_HOST

      @Deprecated(since="15.0", forRemoval=true) public static final overit.geocall.config.Property<String> AI_COMMUNITY_HOST
      Deprecated, for removal: This API element is subject to removal in a future version.
    • AI_CONFLUENCE_SPACE_ID

      @Deprecated(since="15.0", forRemoval=true) public static final overit.geocall.config.Property<String> AI_CONFLUENCE_SPACE_ID
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Constructor Details

    • PropertiesAI

      protected PropertiesAI()
  • Method Details

    • getEnvironment

      public static String getEnvironment()
    • getS3DataRoot

      public static String getS3DataRoot()
    • getAPIRoleARN

      public static String getAPIRoleARN()
    • getAPIRoleARNVa

      @Deprecated(since="21.0", forRemoval=true) public static String getAPIRoleARNVa()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getAPIUrl

      public static String getAPIUrl()
    • getTagsVersionName

      public static String getTagsVersionName()
    • getTagsAppVersionName

      public static String getTagsAppVersionName()
    • getTagsEnvironment

      public static String getTagsEnvironment()
    • getRoleAssumed

      public static Boolean getRoleAssumed()
    • getRegionAIService

      public static String getRegionAIService()
    • getAICommunityHost

      @Deprecated(since="21.0", forRemoval=true) public static String getAICommunityHost()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getAIConfluenceSpaceId

      @Deprecated(since="21.0", forRemoval=true) public static String getAIConfluenceSpaceId()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getExpTime

      public static int getExpTime()
    • getAwsAccessKeyId

      public static String getAwsAccessKeyId()
    • getAwsSecretAccessKey

      public static String getAwsSecretAccessKey()
    • getAwsSessionToken

      public static String getAwsSessionToken()