EventTypeLabel

data class EventTypeLabel(val arn: String? = null, val createdTime: String? = null, val description: String? = null, val inline: Boolean? = null, val lastUpdatedTime: String? = null, val name: String? = null, val tags: List<EventTypeTag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, createdTime: String? = null, description: String? = null, inline: Boolean? = null, lastUpdatedTime: String? = null, name: String? = null, tags: List<EventTypeTag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The label ARN.

Link copied to clipboard
val createdTime: String? = null

The time when the event type was created.

Link copied to clipboard
val description: String? = null

The description.

Link copied to clipboard
val inline: Boolean? = null

Indicates whether the resource is defined within this CloudFormation template and impacts the create, update, and delete behavior of the stack. If the value is true , CloudFormation will create/update/delete the resource when creating/updating/deleting the stack. If the value is false , CloudFormation will validate that the object exists and then use it within the resource without making changes to the object. For example, when creating AWS::FraudDetector::EventType you must define at least two variables. You can set Inline=true for these variables and CloudFormation will create/update/delete the variables as part of stack operations. However, if you set Inline=false , CloudFormation will associate the variables to your EventType but not execute any changes to the variables.

Link copied to clipboard
val lastUpdatedTime: String? = null

The time when the event type was last updated.

Link copied to clipboard
val name: String? = null

The label name.

Link copied to clipboard
val tags: List<EventTypeTag>? = null

Tags associated with this event type.