aws-native logo
AWS Native v0.54.0, Mar 21 23

aws-native.efs.getFileSystem

Resource Type definition for AWS::EFS::FileSystem

Using getFileSystem

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getFileSystem(args: GetFileSystemArgs, opts?: InvokeOptions): Promise<GetFileSystemResult>
function getFileSystemOutput(args: GetFileSystemOutputArgs, opts?: InvokeOptions): Output<GetFileSystemResult>
def get_file_system(file_system_id: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetFileSystemResult
def get_file_system_output(file_system_id: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetFileSystemResult]
func LookupFileSystem(ctx *Context, args *LookupFileSystemArgs, opts ...InvokeOption) (*LookupFileSystemResult, error)
func LookupFileSystemOutput(ctx *Context, args *LookupFileSystemOutputArgs, opts ...InvokeOption) LookupFileSystemResultOutput

> Note: This function is named LookupFileSystem in the Go SDK.

public static class GetFileSystem 
{
    public static Task<GetFileSystemResult> InvokeAsync(GetFileSystemArgs args, InvokeOptions? opts = null)
    public static Output<GetFileSystemResult> Invoke(GetFileSystemInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetFileSystemResult> getFileSystem(GetFileSystemArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: aws-native:efs:getFileSystem
  arguments:
    # arguments dictionary

The following arguments are supported:

getFileSystem Result

The following output properties are available:

Supporting Types

FileSystemBackupPolicy

Status string
Status string
status String
status string
status str
status String

FileSystemElasticFileSystemTag

Key string
Value string
Key string
Value string
key String
value String
key string
value string
key str
value str
key String
value String

FileSystemLifecyclePolicy

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0