pub struct TargetCreateAws {Show 14 fields
pub access_key: String,
pub access_key_id: String,
pub description: Option<String>,
pub generate_external_id: Option<bool>,
pub json: Option<bool>,
pub key: Option<String>,
pub max_versions: Option<String>,
pub name: String,
pub region: Option<String>,
pub role_arn: Option<String>,
pub session_token: Option<String>,
pub token: Option<String>,
pub uid_token: Option<String>,
pub use_gw_cloud_identity: Option<bool>,
}Fields§
§access_key: StringAWS secret access key
access_key_id: StringAWS access key ID
description: Option<String>Description of the object
generate_external_id: Option<bool>A unique auto-generated value used in your AWS account when configuring your AWS IAM role to securely delegate access to Akeyless. Relevant only when using GW cloud ID
json: Option<bool>Set output format to JSON
key: Option<String>The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
max_versions: Option<String>Set the maximum number of versions, limited by the account settings defaults.
name: StringTarget name
region: Option<String>AWS region
role_arn: Option<String>AWS IAM role identifier that Gateway will assume in your AWS account, relevant only when using external ID
session_token: Option<String>Required only for temporary security credentials retrieved using STS
token: Option<String>Authentication token (see /auth and /configure)
uid_token: Option<String>The universal identity token, Required only for universal_identity authentication
use_gw_cloud_identity: Option<bool>Use the GW’s Cloud IAM
Implementations§
Trait Implementations§
Source§impl Clone for TargetCreateAws
impl Clone for TargetCreateAws
Source§fn clone(&self) -> TargetCreateAws
fn clone(&self) -> TargetCreateAws
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moreSource§impl Debug for TargetCreateAws
impl Debug for TargetCreateAws
Source§impl Default for TargetCreateAws
impl Default for TargetCreateAws
Source§fn default() -> TargetCreateAws
fn default() -> TargetCreateAws
Source§impl<'de> Deserialize<'de> for TargetCreateAws
impl<'de> Deserialize<'de> for TargetCreateAws
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Source§impl PartialEq for TargetCreateAws
impl PartialEq for TargetCreateAws
Source§fn eq(&self, other: &TargetCreateAws) -> bool
fn eq(&self, other: &TargetCreateAws) -> bool
self and other values to be equal, and is used by ==.