Skip to content

Commit 4657e5a

Browse files
author
Austin Brooks
committed
Add the mfa_serial profile property
1 parent 62012f6 commit 4657e5a

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"category": "AWS SDK for Java v2",
3+
"type": "feature",
4+
"description": "Add mfa_serial to ProfileProperty"
5+
}

core/profiles/src/main/java/software/amazon/awssdk/profiles/ProfileProperty.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,10 @@ public final class ProfileProperty {
6464
*/
6565
public static final String REGION = "region";
6666

67+
/**
68+
* Property name for specifying the identification number of the MFA device
69+
*/
70+
public static final String MFA_SERIAL = "mfa_serial";
71+
6772
private ProfileProperty() {}
6873
}

0 commit comments

Comments
 (0)