ActionTypeProperty
Represents information about each property specified in the action configuration, such as the description and key name that display for the customer using the action type.
Contents
- key
-
Whether the configuration property is a key.
Type: Boolean
Required: Yes
- name
-
The property name that is displayed to users.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 50.
Required: Yes
- noEcho
-
Whether to omit the field value entered by the customer in the log. If
true
, the value is not saved in CloudTrail logs for the action execution.Type: Boolean
Required: Yes
- optional
-
Whether the configuration property is an optional value.
Type: Boolean
Required: Yes
- description
-
The description of the property that is displayed to users.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 250.
Required: No
- queryable
-
Indicates that the property is used with polling. An action type can have up to one queryable property. If it has one, that property must be both required and not secret.
Type: Boolean
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: