We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.76.0
published on Monday, Aug 24, 2026 by Pulumi
published on Monday, Aug 24, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.76.0
published on Monday, Aug 24, 2026 by Pulumi
published on Monday, Aug 24, 2026 by Pulumi
Resource type definition for AWS::Transfer::HostKey
Using getHostKey
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 getHostKey(args: GetHostKeyArgs, opts?: InvokeOptions): Promise<GetHostKeyResult>
function getHostKeyOutput(args: GetHostKeyOutputArgs, opts?: InvokeOutputOptions): Output<GetHostKeyResult>def get_host_key(arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetHostKeyResult
def get_host_key_output(arn: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetHostKeyResult]func LookupHostKey(ctx *Context, args *LookupHostKeyArgs, opts ...InvokeOption) (*LookupHostKeyResult, error)
func LookupHostKeyOutput(ctx *Context, args *LookupHostKeyOutputArgs, opts ...InvokeOption) LookupHostKeyResultOutput> Note: This function is named LookupHostKey in the Go SDK.
public static class GetHostKey
{
public static Task<GetHostKeyResult> InvokeAsync(GetHostKeyArgs args, InvokeOptions? opts = null)
public static Output<GetHostKeyResult> Invoke(GetHostKeyInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetHostKeyResult> Invoke(GetHostKeyInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetHostKeyResult> getHostKey(GetHostKeyArgs args, InvokeOptions options)
public static Output<GetHostKeyResult> getHostKey(GetHostKeyArgs args, InvokeOptions options)
public static Output<GetHostKeyResult> getHostKey(GetHostKeyArgs args, InvokeOutputOptions options)
fn::invoke:
function: aws-native:transfer:getHostKey
arguments:
# arguments dictionarydata "aws-native_transfer_get_host_key" "name" {
# arguments
}The following arguments are supported:
- Arn string
- The unique Amazon Resource Name (ARN) for the host key.
- Arn string
- The unique Amazon Resource Name (ARN) for the host key.
- arn string
- The unique Amazon Resource Name (ARN) for the host key.
- arn String
- The unique Amazon Resource Name (ARN) for the host key.
- arn string
- The unique Amazon Resource Name (ARN) for the host key.
- arn str
- The unique Amazon Resource Name (ARN) for the host key.
- arn String
- The unique Amazon Resource Name (ARN) for the host key.
getHostKey Result
The following output properties are available:
- Arn string
- The unique Amazon Resource Name (ARN) for the host key.
- Date
Imported string - The date on which the host key was added to the server.
- Description string
- The text description for this host key.
- Host
Key stringFingerprint - The public key fingerprint, which is a short sequence of bytes used to identify the longer public key.
- Host
Key stringId - A unique identifier for the host key.
-
List<Pulumi.
Aws Native. Outputs. Tag> - Key-value pairs that can be used to group and search for host keys.
- Type string
- The encryption algorithm that is used for the host key.
- Arn string
- The unique Amazon Resource Name (ARN) for the host key.
- Date
Imported string - The date on which the host key was added to the server.
- Description string
- The text description for this host key.
- Host
Key stringFingerprint - The public key fingerprint, which is a short sequence of bytes used to identify the longer public key.
- Host
Key stringId - A unique identifier for the host key.
- Tag
- Key-value pairs that can be used to group and search for host keys.
- Type string
- The encryption algorithm that is used for the host key.
- arn string
- The unique Amazon Resource Name (ARN) for the host key.
- date_
imported string - The date on which the host key was added to the server.
- description string
- The text description for this host key.
- host_
key_ stringfingerprint - The public key fingerprint, which is a short sequence of bytes used to identify the longer public key.
- host_
key_ stringid - A unique identifier for the host key.
- list(object)
- Key-value pairs that can be used to group and search for host keys.
- type string
- The encryption algorithm that is used for the host key.
- arn String
- The unique Amazon Resource Name (ARN) for the host key.
- date
Imported String - The date on which the host key was added to the server.
- description String
- The text description for this host key.
- host
Key StringFingerprint - The public key fingerprint, which is a short sequence of bytes used to identify the longer public key.
- host
Key StringId - A unique identifier for the host key.
- List<Tag>
- Key-value pairs that can be used to group and search for host keys.
- type String
- The encryption algorithm that is used for the host key.
- arn string
- The unique Amazon Resource Name (ARN) for the host key.
- date
Imported string - The date on which the host key was added to the server.
- description string
- The text description for this host key.
- host
Key stringFingerprint - The public key fingerprint, which is a short sequence of bytes used to identify the longer public key.
- host
Key stringId - A unique identifier for the host key.
- Tag[]
- Key-value pairs that can be used to group and search for host keys.
- type string
- The encryption algorithm that is used for the host key.
- arn str
- The unique Amazon Resource Name (ARN) for the host key.
- date_
imported str - The date on which the host key was added to the server.
- description str
- The text description for this host key.
- host_
key_ strfingerprint - The public key fingerprint, which is a short sequence of bytes used to identify the longer public key.
- host_
key_ strid - A unique identifier for the host key.
- Sequence[root_Tag]
- Key-value pairs that can be used to group and search for host keys.
- type str
- The encryption algorithm that is used for the host key.
- arn String
- The unique Amazon Resource Name (ARN) for the host key.
- date
Imported String - The date on which the host key was added to the server.
- description String
- The text description for this host key.
- host
Key StringFingerprint - The public key fingerprint, which is a short sequence of bytes used to identify the longer public key.
- host
Key StringId - A unique identifier for the host key.
- List<Property Map>
- Key-value pairs that can be used to group and search for host keys.
- type String
- The encryption algorithm that is used for the host key.
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
Viewing docs for AWS Cloud Control v1.76.0
published on Monday, Aug 24, 2026 by Pulumi
published on Monday, Aug 24, 2026 by Pulumi