UpdateIntegrationResult constructor

UpdateIntegrationResult({
  1. bool? apiGatewayManaged,
  2. String? connectionId,
  3. ConnectionType? connectionType,
  4. ContentHandlingStrategy? contentHandlingStrategy,
  5. String? credentialsArn,
  6. String? description,
  7. String? integrationId,
  8. String? integrationMethod,
  9. String? integrationResponseSelectionExpression,
  10. String? integrationSubtype,
  11. IntegrationType? integrationType,
  12. String? integrationUri,
  13. PassthroughBehavior? passthroughBehavior,
  14. String? payloadFormatVersion,
  15. Map<String, String>? requestParameters,
  16. Map<String, String>? requestTemplates,
  17. Map<String, Map<String, String>>? responseParameters,
  18. String? templateSelectionExpression,
  19. int? timeoutInMillis,
  20. TlsConfig? tlsConfig,
})

Implementation

UpdateIntegrationResult({
  this.apiGatewayManaged,
  this.connectionId,
  this.connectionType,
  this.contentHandlingStrategy,
  this.credentialsArn,
  this.description,
  this.integrationId,
  this.integrationMethod,
  this.integrationResponseSelectionExpression,
  this.integrationSubtype,
  this.integrationType,
  this.integrationUri,
  this.passthroughBehavior,
  this.payloadFormatVersion,
  this.requestParameters,
  this.requestTemplates,
  this.responseParameters,
  this.templateSelectionExpression,
  this.timeoutInMillis,
  this.tlsConfig,
});