AwsApiGatewayStageDetails constructor

AwsApiGatewayStageDetails({
  1. AwsApiGatewayAccessLogSettings? accessLogSettings,
  2. bool? cacheClusterEnabled,
  3. String? cacheClusterSize,
  4. String? cacheClusterStatus,
  5. AwsApiGatewayCanarySettings? canarySettings,
  6. String? clientCertificateId,
  7. String? createdDate,
  8. String? deploymentId,
  9. String? description,
  10. String? documentationVersion,
  11. String? lastUpdatedDate,
  12. List<AwsApiGatewayMethodSettings>? methodSettings,
  13. String? stageName,
  14. bool? tracingEnabled,
  15. Map<String, String>? variables,
  16. String? webAclArn,
})

Implementation

AwsApiGatewayStageDetails({
  this.accessLogSettings,
  this.cacheClusterEnabled,
  this.cacheClusterSize,
  this.cacheClusterStatus,
  this.canarySettings,
  this.clientCertificateId,
  this.createdDate,
  this.deploymentId,
  this.description,
  this.documentationVersion,
  this.lastUpdatedDate,
  this.methodSettings,
  this.stageName,
  this.tracingEnabled,
  this.variables,
  this.webAclArn,
});