Host
${this.service.host}
Port
${this.service.port}
${this.service.credentials?.username ? html`
Username
${this.service.credentials.username}
Password
••••••••
` : ''}
${this.service.credentials?.accessKey ? html`
Access Key
${this.service.credentials.accessKey}
Secret Key
••••••••
` : ''}