EventTypeLabelArgs

data class EventTypeLabelArgs(val arn: Output<String>? = null, val createdTime: Output<String>? = null, val description: Output<String>? = null, val inline: Output<Boolean>? = null, val lastUpdatedTime: Output<String>? = null, val name: Output<String>? = null, val tags: Output<List<EventTypeTagArgs>>? = null) : ConvertibleToJava<EventTypeLabelArgs>

Constructors

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

Properties

Link copied to clipboard
val arn: Output<String>? = null

The label ARN.

Link copied to clipboard
val createdTime: Output<String>? = null

The time when the event type was created.

Link copied to clipboard
val description: Output<String>? = null

The description.

Link copied to clipboard
val inline: Output<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: Output<String>? = null

The time when the event type was last updated.

Link copied to clipboard
val name: Output<String>? = null

The label name.

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

Tags associated with this event type.

Functions

Link copied to clipboard
open override fun toJava(): EventTypeLabelArgs