(ctx *pulumi.Context, resourceName string, host pulumi.StringInput, username, privateKey pulumi.StringPtrInput, port pulumi.Float64PtrInput, localPath, remotePath string)
| 11 | ) |
| 12 | |
| 13 | func CopyFile(ctx *pulumi.Context, resourceName string, |
| 14 | host pulumi.StringInput, username, privateKey pulumi.StringPtrInput, port pulumi.Float64PtrInput, |
| 15 | localPath, remotePath string) (*remote.CopyFile, error) { |
| 16 | return CopyFileWithDependencies(ctx, resourceName, |
| 17 | host, username, privateKey, port, |
| 18 | localPath, remotePath, []pulumi.Resource{}) |
| 19 | } |
| 20 | |
| 21 | func CopyFileWithDependencies(ctx *pulumi.Context, resourceName string, |
| 22 | host pulumi.StringInput, username, privateKey pulumi.StringPtrInput, port pulumi.Float64PtrInput, |
nothing calls this directly
no test coverage detected