Class NfsFileShareState
Inherited Members
Namespace: Pulumi.Aws.StorageGateway
Assembly: Pulumi.Aws.dll
Syntax
public sealed class NfsFileShareState : ResourceArgs
Constructors
View SourceNfsFileShareState()
Declaration
public NfsFileShareState()
Properties
View SourceArn
Amazon Resource Name (ARN) of the NFS File Share.
Declaration
public Input<string> Arn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ClientLists
The list of clients that are allowed to access the file gateway. The list must contain either valid IP addresses or valid CIDR blocks. Set to ["0.0.0.0/0"] to not limit access. Minimum 1 item. Maximum 100 items.
Declaration
public InputList<string> ClientLists { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
DefaultStorageClass
The default storage class for objects put into an Amazon S3 bucket by the file gateway. Defaults to S3_STANDARD. Valid values: S3_STANDARD, S3_STANDARD_IA, S3_ONEZONE_IA.
Declaration
public Input<string> DefaultStorageClass { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
FileshareId
ID of the NFS File Share.
Declaration
public Input<string> FileshareId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
GatewayArn
Amazon Resource Name (ARN) of the file gateway.
Declaration
public Input<string> GatewayArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
GuessMimeTypeEnabled
Boolean value that enables guessing of the MIME type for uploaded objects based on file extensions. Defaults to true.
Declaration
public Input<bool> GuessMimeTypeEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
KmsEncrypted
Boolean value if true to use Amazon S3 server side encryption with your own AWS KMS key, or false to use a key managed by Amazon S3. Defaults to false.
Declaration
public Input<bool> KmsEncrypted { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
KmsKeyArn
Amazon Resource Name (ARN) for KMS key used for Amazon S3 server side encryption. This value can only be set when kms_encrypted is true.
Declaration
public Input<string> KmsKeyArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
LocationArn
The ARN of the backed storage used for storing file data.
Declaration
public Input<string> LocationArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NfsFileShareDefaults
Nested argument with file share default values. More information below.
Declaration
public Input<NfsFileShareNfsFileShareDefaultsGetArgs> NfsFileShareDefaults { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<NfsFileShareNfsFileShareDefaultsGetArgs> |
ObjectAcl
Access Control List permission for S3 bucket objects. Defaults to private.
Declaration
public Input<string> ObjectAcl { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Path
File share path used by the NFS client to identify the mount point.
Declaration
public Input<string> Path { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ReadOnly
Boolean to indicate write status of file share. File share does not accept writes if true. Defaults to false.
Declaration
public Input<bool> ReadOnly { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
RequesterPays
Boolean who pays the cost of the request and the data download from the Amazon S3 bucket. Set this value to true if you want the requester to pay instead of the bucket owner. Defaults to false.
Declaration
public Input<bool> RequesterPays { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
RoleArn
The ARN of the AWS Identity and Access Management (IAM) role that a file gateway assumes when it accesses the underlying storage.
Declaration
public Input<string> RoleArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Squash
Maps a user to anonymous user. Defaults to RootSquash. Valid values: RootSquash (only root is mapped to anonymous user), NoSquash (no one is mapped to anonymous user), AllSquash (everyone is mapped to anonymous user)
Declaration
public Input<string> Squash { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
Key-value map of resource tags
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |