@Configuration
@ConditionalOnProperty(prefix="cloud.aws",
name="stack.auto",
havingValue="true",
matchIfMissing=true)
@ConditionalOnAwsCloudEnvironment
@ConditionalOnMissingBean(value=org.springframework.cloud.aws.core.env.stack.config.StackResourceRegistryFactoryBean.class)
public static class ContextStackAutoConfiguration.StackAutoDetectConfiguration
extends ContextStackConfiguration
| Constructor and Description |
|---|
StackAutoDetectConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.cloud.aws.core.env.stack.config.StackResourceRegistryFactoryBean |
stackResourceRegistryFactoryBean(com.amazonaws.services.cloudformation.AmazonCloudFormation amazonCloudFormation) |
amazonCloudFormation, setImportMetadata@Bean public org.springframework.cloud.aws.core.env.stack.config.StackResourceRegistryFactoryBean stackResourceRegistryFactoryBean(com.amazonaws.services.cloudformation.AmazonCloudFormation amazonCloudFormation)
stackResourceRegistryFactoryBean in class ContextStackConfigurationCopyright © 2018 Pivotal Software, Inc.. All rights reserved.