Package ai.tock.shared.security.key
Class AwsSecretKey
-
- All Implemented Interfaces:
-
ai.tock.shared.security.key.NamedSecretKey
public final class AwsSecretKey extends SecretKey implements NamedSecretKey
The AWS Secret Key
-
-
Field Summary
Fields Modifier and Type Field Description private final StringsecretNameprivate final SecretKeyTypetype
-
Constructor Summary
Constructors Constructor Description AwsSecretKey(String secretName)
-
Method Summary
Modifier and Type Method Description StringgetSecretName()-
-
Constructor Detail
-
AwsSecretKey
AwsSecretKey(String secretName)
-
-
Method Detail
-
getSecretName
String getSecretName()
-
-
-
-