pulumi-aws-kotlin
6.33.1.0
pulumi-aws-kotlin
/
com.pulumi.aws.transfer.kotlin.outputs
/
ConnectorSftpConfig
Connector
Sftp
Config
data
class
ConnectorSftpConfig
(
val
trustedHostKeys
:
List
<
String
>
?
=
null
,
val
userSecretId
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
Connector
Sftp
Config
Link copied to clipboard
fun
ConnectorSftpConfig
(
trustedHostKeys
:
List
<
String
>
?
=
null
,
userSecretId
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
trusted
Host
Keys
Link copied to clipboard
val
trustedHostKeys
:
List
<
String
>
?
=
null
user
Secret
Id
Link copied to clipboard
val
userSecretId
:
String
?
=
null