Inheritance
System.Object
GatewayState
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()
Assembly: Pulumi.Aws.dll
public sealed class GatewayState : ResourceArgs
Constructors
View Source
Declaration
Properties
View Source
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
Amazon Resource Name (ARN) of the gateway.
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
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
Identifier of the gateway.
Declaration
public Input<string> GatewayId { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
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
Declaration
public Input<string> GatewayName { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
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
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
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
Declaration
public Input<string> MediumChangerType { get; set; }
Property Value
| Type |
Description |
| Input<System.String> |
|
View Source
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
View Source
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
Key-value mapping of resource tags
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type |
Description |
| InputMap<System.Object> |
|
View Source
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> |
|