scaleway.account.getProject
Explore with Pulumi AI
The scaleway.account.Project
data source is used to retrieve information about a Scaleway project.
Refer to the Organizations and Projects documentation and API documentation for more information.
Using getProject
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 getProject(args: GetProjectArgs, opts?: InvokeOptions): Promise<GetProjectResult>
function getProjectOutput(args: GetProjectOutputArgs, opts?: InvokeOptions): Output<GetProjectResult>
def get_project(name: Optional[str] = None,
organization_id: Optional[str] = None,
project_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetProjectResult
def get_project_output(name: Optional[pulumi.Input[str]] = None,
organization_id: Optional[pulumi.Input[str]] = None,
project_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetProjectResult]
func LookupProject(ctx *Context, args *LookupProjectArgs, opts ...InvokeOption) (*LookupProjectResult, error)
func LookupProjectOutput(ctx *Context, args *LookupProjectOutputArgs, opts ...InvokeOption) LookupProjectResultOutput
> Note: This function is named LookupProject
in the Go SDK.
public static class GetProject
{
public static Task<GetProjectResult> InvokeAsync(GetProjectArgs args, InvokeOptions? opts = null)
public static Output<GetProjectResult> Invoke(GetProjectInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetProjectResult> getProject(GetProjectArgs args, InvokeOptions options)
public static Output<GetProjectResult> getProject(GetProjectArgs args, InvokeOptions options)
fn::invoke:
function: scaleway:account/getProject:getProject
arguments:
# arguments dictionary
The following arguments are supported:
- Name string
- The name of the Project.
Only one of the
name
andproject_id
should be specified. - Organization
Id string The unique identifier of the Organization with which the Project is associated.
If no default
organization_id
is set, one must be set explicitly in this datasource- Project
Id string - The unique identifier of the Project.
Only one of the
name
andproject_id
should be specified.
- Name string
- The name of the Project.
Only one of the
name
andproject_id
should be specified. - Organization
Id string The unique identifier of the Organization with which the Project is associated.
If no default
organization_id
is set, one must be set explicitly in this datasource- Project
Id string - The unique identifier of the Project.
Only one of the
name
andproject_id
should be specified.
- name String
- The name of the Project.
Only one of the
name
andproject_id
should be specified. - organization
Id String The unique identifier of the Organization with which the Project is associated.
If no default
organization_id
is set, one must be set explicitly in this datasource- project
Id String - The unique identifier of the Project.
Only one of the
name
andproject_id
should be specified.
- name string
- The name of the Project.
Only one of the
name
andproject_id
should be specified. - organization
Id string The unique identifier of the Organization with which the Project is associated.
If no default
organization_id
is set, one must be set explicitly in this datasource- project
Id string - The unique identifier of the Project.
Only one of the
name
andproject_id
should be specified.
- name str
- The name of the Project.
Only one of the
name
andproject_id
should be specified. - organization_
id str The unique identifier of the Organization with which the Project is associated.
If no default
organization_id
is set, one must be set explicitly in this datasource- project_
id str - The unique identifier of the Project.
Only one of the
name
andproject_id
should be specified.
- name String
- The name of the Project.
Only one of the
name
andproject_id
should be specified. - organization
Id String The unique identifier of the Organization with which the Project is associated.
If no default
organization_id
is set, one must be set explicitly in this datasource- project
Id String - The unique identifier of the Project.
Only one of the
name
andproject_id
should be specified.
getProject Result
The following output properties are available:
- Created
At string - Description string
- Id string
- The provider-assigned unique ID for this managed resource.
- Project
Id string - Updated
At string - Name string
- Organization
Id string
- Created
At string - Description string
- Id string
- The provider-assigned unique ID for this managed resource.
- Project
Id string - Updated
At string - Name string
- Organization
Id string
- created
At String - description String
- id String
- The provider-assigned unique ID for this managed resource.
- project
Id String - updated
At String - name String
- organization
Id String
- created
At string - description string
- id string
- The provider-assigned unique ID for this managed resource.
- project
Id string - updated
At string - name string
- organization
Id string
- created_
at str - description str
- id str
- The provider-assigned unique ID for this managed resource.
- project_
id str - updated_
at str - name str
- organization_
id str
- created
At String - description String
- id String
- The provider-assigned unique ID for this managed resource.
- project
Id String - updated
At String - name String
- organization
Id String
Package Details
- Repository
- scaleway pulumiverse/pulumi-scaleway
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
scaleway
Terraform Provider.