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 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:
- Bucket string
- Managed
Folder string - If
Metageneration stringMatch - If
Metageneration stringNot Match
- Bucket string
- Managed
Folder string - If
Metageneration stringMatch - If
Metageneration stringNot Match
- bucket String
- managed
Folder String - if
Metageneration StringMatch - if
Metageneration StringNot Match
- bucket string
- managed
Folder string - if
Metageneration stringMatch - if
Metageneration stringNot Match
- bucket String
- managed
Folder String - if
Metageneration StringMatch - if
Metageneration StringNot Match
getManagedFolder Result
The following output properties are available:
- Bucket string
- The name of the bucket containing this managed folder.
- Create
Time 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.
- Self
Link string - The link to this managed folder.
- Update
Time 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.
- Create
Time 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.
- Self
Link string - The link to this managed folder.
- Update
Time 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.
- create
Time 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.
- self
Link String - The link to this managed folder.
- update
Time 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.
- create
Time 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.
- self
Link string - The link to this managed folder.
- update
Time 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.
- create
Time 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.
- self
Link String - The link to this managed folder.
- update
Time 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 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