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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The description of the property that is displayed to users.

Link copied to clipboard

Whether the configuration property is a key.

Link copied to clipboard

The property name that is displayed to users.

Link copied to clipboard

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.

Link copied to clipboard

Whether the configuration property is an optional value.

Link copied to clipboard

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.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String