package efs

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. efs
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type AwsAccountId = String
  2. trait CreateFileSystemRequest extends Object
    Annotations
    @RawJSType() @native()
  3. trait CreateMountTargetRequest extends Object

    Annotations
    @RawJSType() @native()
  4. trait CreateTagsRequest extends Object

    Annotations
    @RawJSType() @native()
  5. type CreationToken = String
  6. trait DeleteFileSystemRequest extends Object

    Annotations
    @RawJSType() @native()
  7. trait DeleteMountTargetRequest extends Object

    Annotations
    @RawJSType() @native()
  8. trait DeleteTagsRequest extends Object

    Annotations
    @RawJSType() @native()
  9. trait DescribeFileSystemsRequest extends Object

    Annotations
    @RawJSType() @native()
  10. trait DescribeFileSystemsResponse extends Object
    Annotations
    @RawJSType() @native()
  11. trait DescribeLifecycleConfigurationRequest extends Object
    Annotations
    @RawJSType() @native()
  12. trait DescribeMountTargetSecurityGroupsRequest extends Object

    Annotations
    @RawJSType() @native()
  13. trait DescribeMountTargetSecurityGroupsResponse extends Object
    Annotations
    @RawJSType() @native()
  14. trait DescribeMountTargetsRequest extends Object

    Annotations
    @RawJSType() @native()
  15. trait DescribeMountTargetsResponse extends Object

    Annotations
    @RawJSType() @native()
  16. trait DescribeTagsRequest extends Object

    Annotations
    @RawJSType() @native()
  17. trait DescribeTagsResponse extends Object

    Annotations
    @RawJSType() @native()
  18. class EFS extends Object
    Annotations
    @RawJSType() @native() @JSImport( "aws-sdk" , "EFS" )
  19. implicit final class EFSOps extends AnyVal
  20. type Encrypted = Boolean
  21. trait FileSystemDescription extends Object

    A description of the file system.

    A description of the file system.

    Annotations
    @RawJSType() @native()
  22. type FileSystemDescriptions = Array[FileSystemDescription]
  23. type FileSystemId = String
  24. type FileSystemNullableSizeValue = Double
  25. trait FileSystemSize extends Object

    The latest known metered size (in bytes) of data stored in the file system, in its Value field, and the time at which that size was determined in its Timestamp field.

    The latest known metered size (in bytes) of data stored in the file system, in its Value field, and the time at which that size was determined in its Timestamp field. The value doesn't represent the size of a consistent snapshot of the file system, but it is eventually consistent when there are no writes to the file system. That is, the value represents the actual size only if the file system is not modified for a period longer than a couple of hours. Otherwise, the value is not necessarily the exact size the file system was at any instant in time.

    Annotations
    @RawJSType() @native()
  26. type FileSystemSizeValue = Double
  27. type IpAddress = String
  28. type KmsKeyId = String
  29. type LifeCycleState = String
  30. trait LifecycleConfigurationDescription extends Object
    Annotations
    @RawJSType() @native()
  31. type LifecyclePolicies = Array[LifecyclePolicy]
  32. trait LifecyclePolicy extends Object

    Describes a policy used by EFS lifecycle management to transition files to the Infrequent Access (IA) storage class.

    Describes a policy used by EFS lifecycle management to transition files to the Infrequent Access (IA) storage class.

    Annotations
    @RawJSType() @native()
  33. type Marker = String
  34. type MaxItems = Int
  35. trait ModifyMountTargetSecurityGroupsRequest extends Object

    Annotations
    @RawJSType() @native()
  36. type MountTargetCount = Int
  37. trait MountTargetDescription extends Object

    Provides a description of a mount target.

    Provides a description of a mount target.

    Annotations
    @RawJSType() @native()
  38. type MountTargetDescriptions = Array[MountTargetDescription]
  39. type MountTargetId = String
  40. type NetworkInterfaceId = String
  41. type PerformanceMode = String
  42. type ProvisionedThroughputInMibps = Double
  43. trait PutLifecycleConfigurationRequest extends Object
    Annotations
    @RawJSType() @native()
  44. type SecurityGroup = String
  45. type SecurityGroups = Array[SecurityGroup]
  46. type SubnetId = String
  47. trait Tag extends Object

    A tag is a key-value pair.

    A tag is a key-value pair. Allowed characters are letters, white space, and numbers that can be represented in UTF-8, and the following characters: + - = . _ : /

    Annotations
    @RawJSType() @native()
  48. type TagKey = String
  49. type TagKeys = Array[TagKey]
  50. type TagValue = String
  51. type Tags = Array[Tag]
  52. type ThroughputMode = String
  53. type Timestamp = Date
  54. type TransitionToIARules = String
  55. trait UpdateFileSystemRequest extends Object
    Annotations
    @RawJSType() @native()

Inherited from AnyRef

Inherited from Any

Ungrouped