Tls constructor

Tls({
  1. List<String>? certificateAuthorityArnList,
})

Implementation

Tls({
  this.certificateAuthorityArnList,
});