AWS SDK for Kotlin
Toggle table of contents
1.5.1
common
Platform filter
common
Switch theme
Skip to content
AWS SDK for Kotlin
codepipeline
/
aws.sdk.kotlin.services.codepipeline.model
/
TriggerType
Trigger
Type
sealed
class
TriggerType
Inheritors
AutomatedRollback
CloudWatchEvent
CreatePipeline
ManualRollback
PollForSourceChanges
PutActionRevision
StartPipelineExecution
Webhook
WebhookV2
SdkUnknown
Members
Types
Automated
Rollback
Link copied to clipboard
object
AutomatedRollback
:
TriggerType
Cloud
Watch
Event
Link copied to clipboard
object
CloudWatchEvent
:
TriggerType
Companion
Link copied to clipboard
object
Companion
Create
Pipeline
Link copied to clipboard
object
CreatePipeline
:
TriggerType
Manual
Rollback
Link copied to clipboard
object
ManualRollback
:
TriggerType
Poll
For
Source
Changes
Link copied to clipboard
object
PollForSourceChanges
:
TriggerType
Put
Action
Revision
Link copied to clipboard
object
PutActionRevision
:
TriggerType
Sdk
Unknown
Link copied to clipboard
data
class
SdkUnknown
(
val
value
:
String
)
:
TriggerType
Start
Pipeline
Execution
Link copied to clipboard
object
StartPipelineExecution
:
TriggerType
Webhook
Link copied to clipboard
object
Webhook
:
TriggerType
Webhook
V2
Link copied to clipboard
object
WebhookV2
:
TriggerType
Properties
value
Link copied to clipboard
abstract
val
value
:
String