VpcEncryptionControlTimeouts constructor

const VpcEncryptionControlTimeouts({
  1. Input<String?>? create,
  2. Input<String?>? delete,
  3. Input<String?>? update,
})

Creates a new VpcEncryptionControlTimeouts. create A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). delete A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs. update A string that can be parsed as a duration consisting of numbers and unit suffixes, such as "30s" or "2h45m". Valid time units are "s" (seconds), "m" (minutes), "h" (hours).

Implementation

const VpcEncryptionControlTimeouts({
  this.create,
  this.delete,
  this.update,
});