1. Packages
  2. Google Cloud Native
  3. API Docs
  4. storage
  5. storage/v1
  6. getManagedFolder

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.storage/v1.getManagedFolder

Explore with Pulumi AI

google-native logo

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

    Returns metadata of the specified managed folder.

    Using getManagedFolder

    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 getManagedFolder(args: GetManagedFolderArgs, opts?: InvokeOptions): Promise<GetManagedFolderResult>
    function getManagedFolderOutput(args: GetManagedFolderOutputArgs, opts?: InvokeOptions): Output<GetManagedFolderResult>
    def get_managed_folder(bucket: Optional[str] = None,
                           if_metageneration_match: Optional[str] = None,
                           if_metageneration_not_match: Optional[str] = None,
                           managed_folder: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetManagedFolderResult
    def get_managed_folder_output(bucket: Optional[pulumi.Input[str]] = None,
                           if_metageneration_match: Optional[pulumi.Input[str]] = None,
                           if_metageneration_not_match: Optional[pulumi.Input[str]] = None,
                           managed_folder: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetManagedFolderResult]
    func LookupManagedFolder(ctx *Context, args *LookupManagedFolderArgs, opts ...InvokeOption) (*LookupManagedFolderResult, error)
    func LookupManagedFolderOutput(ctx *Context, args *LookupManagedFolderOutputArgs, opts ...InvokeOption) LookupManagedFolderResultOutput

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

    public static class GetManagedFolder 
    {
        public static Task<GetManagedFolderResult> InvokeAsync(GetManagedFolderArgs args, InvokeOptions? opts = null)
        public static Output<GetManagedFolderResult> Invoke(GetManagedFolderInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetManagedFolderResult> getManagedFolder(GetManagedFolderArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: google-native:storage/v1:getManagedFolder
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getManagedFolder Result

    The following output properties are available:

    Bucket string
    The name of the bucket containing this managed folder.
    CreateTime string
    The creation time of the managed folder in RFC 3339 format.
    Kind string
    The kind of item this is. For managed folders, this is always storage#managedFolder.
    Metageneration string
    The version of the metadata for this managed folder. Used for preconditions and for detecting changes in metadata.
    Name string
    The name of the managed folder. Required if not specified by URL parameter.
    SelfLink string
    The link to this managed folder.
    UpdateTime string
    The last update time of the managed folder metadata in RFC 3339 format.
    Bucket string
    The name of the bucket containing this managed folder.
    CreateTime string
    The creation time of the managed folder in RFC 3339 format.
    Kind string
    The kind of item this is. For managed folders, this is always storage#managedFolder.
    Metageneration string
    The version of the metadata for this managed folder. Used for preconditions and for detecting changes in metadata.
    Name string
    The name of the managed folder. Required if not specified by URL parameter.
    SelfLink string
    The link to this managed folder.
    UpdateTime string
    The last update time of the managed folder metadata in RFC 3339 format.
    bucket String
    The name of the bucket containing this managed folder.
    createTime String
    The creation time of the managed folder in RFC 3339 format.
    kind String
    The kind of item this is. For managed folders, this is always storage#managedFolder.
    metageneration String
    The version of the metadata for this managed folder. Used for preconditions and for detecting changes in metadata.
    name String
    The name of the managed folder. Required if not specified by URL parameter.
    selfLink String
    The link to this managed folder.
    updateTime String
    The last update time of the managed folder metadata in RFC 3339 format.
    bucket string
    The name of the bucket containing this managed folder.
    createTime string
    The creation time of the managed folder in RFC 3339 format.
    kind string
    The kind of item this is. For managed folders, this is always storage#managedFolder.
    metageneration string
    The version of the metadata for this managed folder. Used for preconditions and for detecting changes in metadata.
    name string
    The name of the managed folder. Required if not specified by URL parameter.
    selfLink string
    The link to this managed folder.
    updateTime string
    The last update time of the managed folder metadata in RFC 3339 format.
    bucket str
    The name of the bucket containing this managed folder.
    create_time str
    The creation time of the managed folder in RFC 3339 format.
    kind str
    The kind of item this is. For managed folders, this is always storage#managedFolder.
    metageneration str
    The version of the metadata for this managed folder. Used for preconditions and for detecting changes in metadata.
    name str
    The name of the managed folder. Required if not specified by URL parameter.
    self_link str
    The link to this managed folder.
    update_time str
    The last update time of the managed folder metadata in RFC 3339 format.
    bucket String
    The name of the bucket containing this managed folder.
    createTime String
    The creation time of the managed folder in RFC 3339 format.
    kind String
    The kind of item this is. For managed folders, this is always storage#managedFolder.
    metageneration String
    The version of the metadata for this managed folder. Used for preconditions and for detecting changes in metadata.
    name String
    The name of the managed folder. Required if not specified by URL parameter.
    selfLink String
    The link to this managed folder.
    updateTime String
    The last update time of the managed folder metadata in RFC 3339 format.

    Package Details

    Repository
    Google Cloud Native pulumi/pulumi-google-native
    License
    Apache-2.0
    google-native logo

    Google Cloud Native is in preview. Google Cloud Classic is fully supported.

    Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi