
io.envoyproxy.envoy.extensions.common.aws.v3.InlineCredentialProviderOrBuilder Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: envoy/extensions/common/aws/v3/credential_provider.proto
// Protobuf Java Version: 3.25.1
package io.envoyproxy.envoy.extensions.common.aws.v3;
public interface InlineCredentialProviderOrBuilder extends
// @@protoc_insertion_point(interface_extends:envoy.extensions.common.aws.v3.InlineCredentialProvider)
com.google.protobuf.MessageOrBuilder {
/**
*
* The AWS access key ID.
*
*
* string access_key_id = 1 [(.validate.rules) = { ... }
* @return The accessKeyId.
*/
java.lang.String getAccessKeyId();
/**
*
* The AWS access key ID.
*
*
* string access_key_id = 1 [(.validate.rules) = { ... }
* @return The bytes for accessKeyId.
*/
com.google.protobuf.ByteString
getAccessKeyIdBytes();
/**
*
* The AWS secret access key.
*
*
* string secret_access_key = 2 [(.validate.rules) = { ... }
* @return The secretAccessKey.
*/
java.lang.String getSecretAccessKey();
/**
*
* The AWS secret access key.
*
*
* string secret_access_key = 2 [(.validate.rules) = { ... }
* @return The bytes for secretAccessKey.
*/
com.google.protobuf.ByteString
getSecretAccessKeyBytes();
/**
*
* The AWS session token. This is optional.
*
*
* string session_token = 3 [(.udpa.annotations.sensitive) = true];
* @return The sessionToken.
*/
java.lang.String getSessionToken();
/**
*
* The AWS session token. This is optional.
*
*
* string session_token = 3 [(.udpa.annotations.sensitive) = true];
* @return The bytes for sessionToken.
*/
com.google.protobuf.ByteString
getSessionTokenBytes();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy