Show / Hide Table of Contents

Class GatewayState

Inheritance
System.Object
InputArgs
ResourceArgs
GatewayState
Inherited Members
ResourceArgs.Empty
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.StorageGateway
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GatewayState : ResourceArgs

Constructors

View Source

GatewayState()

Declaration
public GatewayState()

Properties

View Source

ActivationKey

Gateway activation key during resource creation. Conflicts with gateway_ip_address. Additional information is available in the Storage Gateway User Guide.

Declaration
public Input<string> ActivationKey { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Arn

Amazon Resource Name (ARN) of the gateway.

Declaration
public Input<string> Arn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

CloudwatchLogGroupArn

The Amazon Resource Name (ARN) of the Amazon CloudWatch log group to use to monitor and log events in the gateway.

Declaration
public Input<string> CloudwatchLogGroupArn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

GatewayId

Identifier of the gateway.

Declaration
public Input<string> GatewayId { get; set; }
Property Value
Type Description
Input<System.String>
View Source

GatewayIpAddress

Gateway IP address to retrieve activation key during resource creation. Conflicts with activation_key. Gateway must be accessible on port 80 from where this provider is running. Additional information is available in the Storage Gateway User Guide.

Declaration
public Input<string> GatewayIpAddress { get; set; }
Property Value
Type Description
Input<System.String>
View Source

GatewayName

Name of the gateway.

Declaration
public Input<string> GatewayName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

GatewayTimezone

Time zone for the gateway. The time zone is of the format "GMT", "GMT-hr:mm", or "GMT+hr:mm". For example, GMT-4:00 indicates the time is 4 hours behind GMT. The time zone is used, for example, for scheduling snapshots and your gateway's maintenance schedule.

Declaration
public Input<string> GatewayTimezone { get; set; }
Property Value
Type Description
Input<System.String>
View Source

GatewayType

Type of the gateway. The default value is STORED. Valid values: CACHED, FILE_S3, STORED, VTL.

Declaration
public Input<string> GatewayType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

GatewayVpcEndpoint

VPC endpoint address to be used when activating your gateway. This should be used when your instance is in a private subnet. Requires HTTP access from client computer running Pulumi. More info on what ports are required by your VPC Endpoint Security group in Activating a Gateway in a Virtual Private Cloud.

Declaration
public Input<string> GatewayVpcEndpoint { get; set; }
Property Value
Type Description
Input<System.String>
View Source

MediumChangerType

Declaration
public Input<string> MediumChangerType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

SmbActiveDirectorySettings

Nested argument with Active Directory domain join information for Server Message Block (SMB) file shares. Only valid for FILE_S3 gateway type. Must be set before creating ActiveDirectory authentication SMB file shares. More details below.

Declaration
public Input<GatewaySmbActiveDirectorySettingsGetArgs> SmbActiveDirectorySettings { get; set; }
Property Value
Type Description
Input<GatewaySmbActiveDirectorySettingsGetArgs>
View Source

SmbGuestPassword

Guest password for Server Message Block (SMB) file shares. Only valid for FILE_S3 gateway type. Must be set before creating GuestAccess authentication SMB file shares. This provider can only detect drift of the existence of a guest password, not its actual value from the gateway. This provider can however update the password with changing the argument.

Declaration
public Input<string> SmbGuestPassword { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Tags

Key-value mapping of resource tags

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

TapeDriveType

Type of tape drive to use for tape gateway. This provider cannot detect drift of this argument. Valid values: IBM-ULT3580-TD5.

Declaration
public Input<string> TapeDriveType { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.