Package com.vidispine.generated
Class NotificationSNSActionType.PropInfo
- java.lang.Object
-
- com.vidispine.generated.NotificationSNSActionType.PropInfo
-
- Enclosing class:
- NotificationSNSActionType
public static class NotificationSNSActionType.PropInfo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACCESS_KEY
static String
CONTENT_TYPE
static String
ENDPOINT
static String
ROLE_ARN
static String
ROLE_EXTERNAL_ID
static String
ROLE_SESSION_NAME
static String
SECRET
static String
TOPIC
-
Constructor Summary
Constructors Constructor Description PropInfo()
-
-
-
Field Detail
-
CONTENT_TYPE
public static final transient String CONTENT_TYPE
- See Also:
- Constant Field Values
-
ENDPOINT
public static final transient String ENDPOINT
- See Also:
- Constant Field Values
-
TOPIC
public static final transient String TOPIC
- See Also:
- Constant Field Values
-
SECRET
public static final transient String SECRET
- See Also:
- Constant Field Values
-
ACCESS_KEY
public static final transient String ACCESS_KEY
- See Also:
- Constant Field Values
-
ROLE_ARN
public static final transient String ROLE_ARN
- See Also:
- Constant Field Values
-
ROLE_EXTERNAL_ID
public static final transient String ROLE_EXTERNAL_ID
- See Also:
- Constant Field Values
-
ROLE_SESSION_NAME
public static final transient String ROLE_SESSION_NAME
- See Also:
- Constant Field Values
-
-