CustomRoutingAccelerator constructor
CustomRoutingAccelerator({
- String? acceleratorArn,
- DateTime? createdTime,
- String? dnsName,
- bool? enabled,
- IpAddressType? ipAddressType,
- List<
IpSet> ? ipSets, - DateTime? lastModifiedTime,
- String? name,
- CustomRoutingAcceleratorStatus? status,
Implementation
CustomRoutingAccelerator({
this.acceleratorArn,
this.createdTime,
this.dnsName,
this.enabled,
this.ipAddressType,
this.ipSets,
this.lastModifiedTime,
this.name,
this.status,
});