CustomRoutingAccelerator constructor

CustomRoutingAccelerator({
  1. String? acceleratorArn,
  2. DateTime? createdTime,
  3. String? dnsName,
  4. bool? enabled,
  5. IpAddressType? ipAddressType,
  6. List<IpSet>? ipSets,
  7. DateTime? lastModifiedTime,
  8. String? name,
  9. CustomRoutingAcceleratorStatus? status,
})

Implementation

CustomRoutingAccelerator({
  this.acceleratorArn,
  this.createdTime,
  this.dnsName,
  this.enabled,
  this.ipAddressType,
  this.ipSets,
  this.lastModifiedTime,
  this.name,
  this.status,
});