@Target(value={TYPE,METHOD}) @Retention(value=RUNTIME) @Documented @Conditional(value=OnAwsCloudEnvironmentCondition.class) public @interface ConditionalOnAwsCloudEnvironment
@Conditional
annotation that returns true if the current JVM is
started inside an AWS cloud environment. Useful for beans that should only be created
if the application context is bootstrapped inside the AWS environment.
Note: if application does not run in AWS environment, evaluating this condition can
take several seconds.Copyright © 2021 Pivotal Software, Inc.. All rights reserved.