Interface GetGatewayResponseCrossAccountGateway.OperationalStatus
-
- Enclosing class:
- GetGatewayResponseCrossAccountGateway
public static interface GetGatewayResponseCrossAccountGateway.OperationalStatus
Gateway operational status. The list of enumerated values for this property may expand in the future. Code and processes using this field must tolerate unexpected values.
-
-
Field Summary
Fields Modifier and Type Field Description static String
AWAITING_COMPLETION_NOTICE
awaiting_completion_notice.static String
AWAITING_LOA
awaiting_loa.static String
COMPLETION_NOTICE_APPROVED
completion_notice_approved.static String
COMPLETION_NOTICE_RECEIVED
completion_notice_received.static String
COMPLETION_NOTICE_REJECTED
completion_notice_rejected.static String
CONFIGURING
configuring.static String
CREATE_PENDING
create_pending.static String
CREATE_REJECTED
create_rejected.static String
DELETE_PENDING
delete_pending.static String
LOA_ACCEPTED
loa_accepted.static String
LOA_CREATED
loa_created.static String
LOA_REJECTED
loa_rejected.static String
PROVISIONED
provisioned.
-
-
-
Field Detail
-
AWAITING_COMPLETION_NOTICE
static final String AWAITING_COMPLETION_NOTICE
awaiting_completion_notice.- See Also:
- Constant Field Values
-
AWAITING_LOA
static final String AWAITING_LOA
awaiting_loa.- See Also:
- Constant Field Values
-
CONFIGURING
static final String CONFIGURING
configuring.- See Also:
- Constant Field Values
-
CREATE_PENDING
static final String CREATE_PENDING
create_pending.- See Also:
- Constant Field Values
-
CREATE_REJECTED
static final String CREATE_REJECTED
create_rejected.- See Also:
- Constant Field Values
-
COMPLETION_NOTICE_APPROVED
static final String COMPLETION_NOTICE_APPROVED
completion_notice_approved.- See Also:
- Constant Field Values
-
COMPLETION_NOTICE_RECEIVED
static final String COMPLETION_NOTICE_RECEIVED
completion_notice_received.- See Also:
- Constant Field Values
-
COMPLETION_NOTICE_REJECTED
static final String COMPLETION_NOTICE_REJECTED
completion_notice_rejected.- See Also:
- Constant Field Values
-
DELETE_PENDING
static final String DELETE_PENDING
delete_pending.- See Also:
- Constant Field Values
-
LOA_ACCEPTED
static final String LOA_ACCEPTED
loa_accepted.- See Also:
- Constant Field Values
-
LOA_CREATED
static final String LOA_CREATED
loa_created.- See Also:
- Constant Field Values
-
LOA_REJECTED
static final String LOA_REJECTED
loa_rejected.- See Also:
- Constant Field Values
-
PROVISIONED
static final String PROVISIONED
provisioned.- See Also:
- Constant Field Values
-
-