Class AwsEc2AuthenticationOptions

java.lang.Object
org.springframework.vault.authentication.AwsEc2AuthenticationOptions

public class AwsEc2AuthenticationOptions extends Object
Authentication options for AwsEc2Authentication.

Authentication options provide the path, the Identity Document URI and an optional role. AwsEc2AuthenticationOptions can be constructed using builder(). Instances of this class are immutable once constructed.

Author:
Mark Paluch
See Also: