Class VaultProperties.AwsEc2Properties

java.lang.Object
org.springframework.cloud.vault.config.VaultProperties.AwsEc2Properties
Enclosing class:
VaultProperties

public static class VaultProperties.AwsEc2Properties extends Object
AWS-EC2 properties.
  • Constructor Details

    • AwsEc2Properties

      public AwsEc2Properties()
  • Method Details

    • getIdentityDocument

      public URI getIdentityDocument()
    • setIdentityDocument

      public void setIdentityDocument(URI identityDocument)
    • getAwsEc2Path

      public String getAwsEc2Path()
    • setAwsEc2Path

      public void setAwsEc2Path(String awsEc2Path)
    • getRole

      public String getRole()
    • setRole

      public void setRole(String role)
    • getNonce

      @Nullable public String getNonce()
    • setNonce

      public void setNonce(@Nullable String nonce)