CreateSecret

@JsonSerializable
data class CreateSecret : SecretsManagerAction<CreatedSecret> (source)

Constructors

Link copied to clipboard
constructor(Name: String, ClientRequestToken: UUID, SecretString: String, Description: String? = null, KmsKeyId: KMSKeyId? = null, Tags: List<Tag>? = null)
constructor(Name: String, ClientRequestToken: UUID, SecretBinary: Base64Blob, Description: String? = null, KmsKeyId: KMSKeyId? = null, Tags: List<Tag>? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val Tags: List<Tag>?

Functions

Link copied to clipboard
open override fun toRequest(): Request
Link copied to clipboard
open override fun toResult(response: Response): Result<CreatedSecret, RemoteFailure>
Link copied to clipboard
open fun uri(): Uri