Alibaba Cloud v3.62.1 published on Monday, Sep 16, 2024 by Pulumi
alicloud.cms.getNamespaces
Explore with Pulumi AI
This data source provides the Cms Namespaces of the current Alibaba Cloud user.
NOTE: Available in v1.171.0+.
Example Usage
Basic Usage
import * as pulumi from "@pulumi/pulumi";
import * as alicloud from "@pulumi/alicloud";
const ids = alicloud.cms.getNamespaces({
ids: ["example_id"],
});
export const cmsNamespaceId1 = ids.then(ids => ids.namespaces?.[0]?.id);
import pulumi
import pulumi_alicloud as alicloud
ids = alicloud.cms.get_namespaces(ids=["example_id"])
pulumi.export("cmsNamespaceId1", ids.namespaces[0].id)
package main
import (
"github.com/pulumi/pulumi-alicloud/sdk/v3/go/alicloud/cms"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
ids, err := cms.GetNamespaces(ctx, &cms.GetNamespacesArgs{
Ids: []string{
"example_id",
},
}, nil)
if err != nil {
return err
}
ctx.Export("cmsNamespaceId1", ids.Namespaces[0].Id)
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using AliCloud = Pulumi.AliCloud;
return await Deployment.RunAsync(() =>
{
var ids = AliCloud.Cms.GetNamespaces.Invoke(new()
{
Ids = new[]
{
"example_id",
},
});
return new Dictionary<string, object?>
{
["cmsNamespaceId1"] = ids.Apply(getNamespacesResult => getNamespacesResult.Namespaces[0]?.Id),
};
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.alicloud.cms.CmsFunctions;
import com.pulumi.alicloud.cms.inputs.GetNamespacesArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
final var ids = CmsFunctions.getNamespaces(GetNamespacesArgs.builder()
.ids("example_id")
.build());
ctx.export("cmsNamespaceId1", ids.applyValue(getNamespacesResult -> getNamespacesResult.namespaces()[0].id()));
}
}
variables:
ids:
fn::invoke:
Function: alicloud:cms:getNamespaces
Arguments:
ids:
- example_id
outputs:
cmsNamespaceId1: ${ids.namespaces[0].id}
Using getNamespaces
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 getNamespaces(args: GetNamespacesArgs, opts?: InvokeOptions): Promise<GetNamespacesResult>
function getNamespacesOutput(args: GetNamespacesOutputArgs, opts?: InvokeOptions): Output<GetNamespacesResult>
def get_namespaces(ids: Optional[Sequence[str]] = None,
keyword: Optional[str] = None,
output_file: Optional[str] = None,
page_number: Optional[int] = None,
page_size: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetNamespacesResult
def get_namespaces_output(ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
keyword: Optional[pulumi.Input[str]] = None,
output_file: Optional[pulumi.Input[str]] = None,
page_number: Optional[pulumi.Input[int]] = None,
page_size: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetNamespacesResult]
func GetNamespaces(ctx *Context, args *GetNamespacesArgs, opts ...InvokeOption) (*GetNamespacesResult, error)
func GetNamespacesOutput(ctx *Context, args *GetNamespacesOutputArgs, opts ...InvokeOption) GetNamespacesResultOutput
> Note: This function is named GetNamespaces
in the Go SDK.
public static class GetNamespaces
{
public static Task<GetNamespacesResult> InvokeAsync(GetNamespacesArgs args, InvokeOptions? opts = null)
public static Output<GetNamespacesResult> Invoke(GetNamespacesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetNamespacesResult> getNamespaces(GetNamespacesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: alicloud:cms/getNamespaces:getNamespaces
arguments:
# arguments dictionary
The following arguments are supported:
- Ids List<string>
- A list of Namespace IDs.
- Keyword string
- The keywords of the
namespace
ordescription
of the namespace. - Output
File string - File name where to save data source results (after running
pulumi preview
). - Page
Number int - Page
Size int
- Ids []string
- A list of Namespace IDs.
- Keyword string
- The keywords of the
namespace
ordescription
of the namespace. - Output
File string - File name where to save data source results (after running
pulumi preview
). - Page
Number int - Page
Size int
- ids List<String>
- A list of Namespace IDs.
- keyword String
- The keywords of the
namespace
ordescription
of the namespace. - output
File String - File name where to save data source results (after running
pulumi preview
). - page
Number Integer - page
Size Integer
- ids string[]
- A list of Namespace IDs.
- keyword string
- The keywords of the
namespace
ordescription
of the namespace. - output
File string - File name where to save data source results (after running
pulumi preview
). - page
Number number - page
Size number
- ids Sequence[str]
- A list of Namespace IDs.
- keyword str
- The keywords of the
namespace
ordescription
of the namespace. - output_
file str - File name where to save data source results (after running
pulumi preview
). - page_
number int - page_
size int
- ids List<String>
- A list of Namespace IDs.
- keyword String
- The keywords of the
namespace
ordescription
of the namespace. - output
File String - File name where to save data source results (after running
pulumi preview
). - page
Number Number - page
Size Number
getNamespaces Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Ids List<string>
- Namespaces
List<Pulumi.
Ali Cloud. Cms. Outputs. Get Namespaces Namespace> - Keyword string
- Output
File string - Page
Number int - Page
Size int
- Id string
- The provider-assigned unique ID for this managed resource.
- Ids []string
- Namespaces
[]Get
Namespaces Namespace - Keyword string
- Output
File string - Page
Number int - Page
Size int
- id String
- The provider-assigned unique ID for this managed resource.
- ids List<String>
- namespaces
List<Get
Namespaces Namespace> - keyword String
- output
File String - page
Number Integer - page
Size Integer
- id string
- The provider-assigned unique ID for this managed resource.
- ids string[]
- namespaces
Get
Namespaces Namespace[] - keyword string
- output
File string - page
Number number - page
Size number
- id str
- The provider-assigned unique ID for this managed resource.
- ids Sequence[str]
- namespaces
Sequence[Get
Namespaces Namespace] - keyword str
- output_
file str - page_
number int - page_
size int
- id String
- The provider-assigned unique ID for this managed resource.
- ids List<String>
- namespaces List<Property Map>
- keyword String
- output
File String - page
Number Number - page
Size Number
Supporting Types
GetNamespacesNamespace
- Create
Time string - Create the timestamp of the indicator warehouse.
- Description string
- Description of indicator warehouse.
- Id string
- The ID of the Namespace.
- Modify
Time string - The timestamp of the last modification indicator warehouse.
- Namespace string
- Indicator warehouse name.
- Namespace
Id string - The ID of the Namespace.
- Specification string
- Data storage duration.
- Create
Time string - Create the timestamp of the indicator warehouse.
- Description string
- Description of indicator warehouse.
- Id string
- The ID of the Namespace.
- Modify
Time string - The timestamp of the last modification indicator warehouse.
- Namespace string
- Indicator warehouse name.
- Namespace
Id string - The ID of the Namespace.
- Specification string
- Data storage duration.
- create
Time String - Create the timestamp of the indicator warehouse.
- description String
- Description of indicator warehouse.
- id String
- The ID of the Namespace.
- modify
Time String - The timestamp of the last modification indicator warehouse.
- namespace String
- Indicator warehouse name.
- namespace
Id String - The ID of the Namespace.
- specification String
- Data storage duration.
- create
Time string - Create the timestamp of the indicator warehouse.
- description string
- Description of indicator warehouse.
- id string
- The ID of the Namespace.
- modify
Time string - The timestamp of the last modification indicator warehouse.
- namespace string
- Indicator warehouse name.
- namespace
Id string - The ID of the Namespace.
- specification string
- Data storage duration.
- create_
time str - Create the timestamp of the indicator warehouse.
- description str
- Description of indicator warehouse.
- id str
- The ID of the Namespace.
- modify_
time str - The timestamp of the last modification indicator warehouse.
- namespace str
- Indicator warehouse name.
- namespace_
id str - The ID of the Namespace.
- specification str
- Data storage duration.
- create
Time String - Create the timestamp of the indicator warehouse.
- description String
- Description of indicator warehouse.
- id String
- The ID of the Namespace.
- modify
Time String - The timestamp of the last modification indicator warehouse.
- namespace String
- Indicator warehouse name.
- namespace
Id String - The ID of the Namespace.
- specification String
- Data storage duration.
Package Details
- Repository
- Alibaba Cloud pulumi/pulumi-alicloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
alicloud
Terraform Provider.