@Retention(value=RUNTIME) @Import(value=ContextCredentialsConfigurationRegistrar.class) @Target(value=TYPE) public @interface EnableContextCredentials
Modifier and Type | Optional Element and Description |
---|---|
String |
accessKey
Configures the access key that will be used by the credentials provider.
|
boolean |
instanceProfile
Enables a instance profile specific credentials provider.
|
String |
profileName |
String |
profilePath |
String |
secretKey
Configures the secret key that will be used by the credentials provider.
|
public abstract String accessKey
public abstract String secretKey
public abstract boolean instanceProfile
public abstract String profileName
public abstract String profilePath
Copyright © 2019 Pivotal Software, Inc.. All rights reserved.