Show / Hide Table of Contents

Class GetServerResult

Inheritance
System.Object
GetServerResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Transfer
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetServerResult

Fields

View Source

Arn

Amazon Resource Name (ARN) of Transfer Server

Declaration
public readonly string Arn
Field Value
Type Description
System.String
View Source

Endpoint

The endpoint of the Transfer Server (e.g. s-12345678.server.transfer.REGION.amazonaws.com)

Declaration
public readonly string Endpoint
Field Value
Type Description
System.String
View Source

Id

The provider-assigned unique ID for this managed resource.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

IdentityProviderType

The mode of authentication enabled for this service. The default value is SERVICE_MANAGED, which allows you to store and access SFTP user credentials within the service. API_GATEWAY indicates that user authentication requires a call to an API Gateway endpoint URL provided by you to integrate an identity provider of your choice.

Declaration
public readonly string IdentityProviderType
Field Value
Type Description
System.String
View Source

InvocationRole

Amazon Resource Name (ARN) of the IAM role used to authenticate the user account with an identity_provider_type of API_GATEWAY.

Declaration
public readonly string InvocationRole
Field Value
Type Description
System.String
View Source

LoggingRole

Amazon Resource Name (ARN) of an IAM role that allows the service to write your SFTP users’ activity to your Amazon CloudWatch logs for monitoring and auditing purposes.

Declaration
public readonly string LoggingRole
Field Value
Type Description
System.String
View Source

ServerId

Declaration
public readonly string ServerId
Field Value
Type Description
System.String
View Source

Url

URL of the service endpoint used to authenticate users with an identity_provider_type of API_GATEWAY.

Declaration
public readonly string Url
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.