Data source for pgEdge SSH keys.
Using getSSHKeys
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getSSHKeys(opts?: InvokeOptions): Promise<GetSSHKeysResult>
function getSSHKeysOutput(opts?: InvokeOptions): Output<GetSSHKeysResult>def get_ssh_keys(opts: Optional[InvokeOptions] = None) -> GetSSHKeysResult
def get_ssh_keys_output(opts: Optional[InvokeOptions] = None) -> Output[GetSSHKeysResult]func GetSSHKeys(ctx *Context, opts ...InvokeOption) (*GetSSHKeysResult, error)
func GetSSHKeysOutput(ctx *Context, opts ...InvokeOption) GetSSHKeysResultOutput> Note: This function is named GetSSHKeys in the Go SDK.
public static class GetSSHKeys
{
public static Task<GetSSHKeysResult> InvokeAsync(InvokeOptions? opts = null)
public static Output<GetSSHKeysResult> Invoke(InvokeOptions? opts = null)
}public static CompletableFuture<GetSSHKeysResult> getSSHKeys(InvokeOptions options)
public static Output<GetSSHKeysResult> getSSHKeys(InvokeOptions options)
fn::invoke:
function: pgedge:index/getSSHKeys:getSSHKeys
arguments:
# arguments dictionarygetSSHKeys Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Ssh
Keys List<Pgedge.Pgedge. Outputs. Get SSHKeys Ssh Key>
- Id string
- The provider-assigned unique ID for this managed resource.
- Ssh
Keys []GetSSHKeys Ssh Key
- id String
- The provider-assigned unique ID for this managed resource.
- ssh
Keys List<GetSSHKeys Ssh Key>
- id string
- The provider-assigned unique ID for this managed resource.
- ssh
Keys GetSSHKeys Ssh Key[]
- id str
- The provider-assigned unique ID for this managed resource.
- ssh_
keys Sequence[GetSSHKeys Ssh Key]
- id String
- The provider-assigned unique ID for this managed resource.
- ssh
Keys List<Property Map>
Supporting Types
GetSSHKeysSshKey
- created_
at str - Creation time of the SSH key
- id str
- ID of the SSH key
- name str
- Name of the SSH key
- public_
key str - Public key
Package Details
- Repository
- pgedge pgEdge/pulumi-pgedge
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
pgedgeTerraform Provider.
