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.migrationcenter/v1.getReportConfig
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
Gets details of a single ReportConfig.
Using getReportConfig
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 getReportConfig(args: GetReportConfigArgs, opts?: InvokeOptions): Promise<GetReportConfigResult>
function getReportConfigOutput(args: GetReportConfigOutputArgs, opts?: InvokeOptions): Output<GetReportConfigResult>
def get_report_config(location: Optional[str] = None,
project: Optional[str] = None,
report_config_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetReportConfigResult
def get_report_config_output(location: Optional[pulumi.Input[str]] = None,
project: Optional[pulumi.Input[str]] = None,
report_config_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetReportConfigResult]
func LookupReportConfig(ctx *Context, args *LookupReportConfigArgs, opts ...InvokeOption) (*LookupReportConfigResult, error)
func LookupReportConfigOutput(ctx *Context, args *LookupReportConfigOutputArgs, opts ...InvokeOption) LookupReportConfigResultOutput
> Note: This function is named LookupReportConfig
in the Go SDK.
public static class GetReportConfig
{
public static Task<GetReportConfigResult> InvokeAsync(GetReportConfigArgs args, InvokeOptions? opts = null)
public static Output<GetReportConfigResult> Invoke(GetReportConfigInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetReportConfigResult> getReportConfig(GetReportConfigArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: google-native:migrationcenter/v1:getReportConfig
arguments:
# arguments dictionary
The following arguments are supported:
- Location string
- Report
Config stringId - Project string
- Location string
- Report
Config stringId - Project string
- location String
- report
Config StringId - project String
- location string
- report
Config stringId - project string
- location str
- report_
config_ strid - project str
- location String
- report
Config StringId - project String
getReportConfig Result
The following output properties are available:
- Create
Time string - The timestamp when the resource was created.
- Description string
- Free-text description.
- Display
Name string - User-friendly display name. Maximum length is 63 characters.
- Group
Preferenceset List<Pulumi.Assignments Google Native. Migration Center. V1. Outputs. Report Config Group Preference Set Assignment Response> - Collection of combinations of groups and preference sets.
- Name string
- Name of resource.
- Update
Time string - The timestamp when the resource was last updated.
- Create
Time string - The timestamp when the resource was created.
- Description string
- Free-text description.
- Display
Name string - User-friendly display name. Maximum length is 63 characters.
- Group
Preferenceset []ReportAssignments Config Group Preference Set Assignment Response - Collection of combinations of groups and preference sets.
- Name string
- Name of resource.
- Update
Time string - The timestamp when the resource was last updated.
- create
Time String - The timestamp when the resource was created.
- description String
- Free-text description.
- display
Name String - User-friendly display name. Maximum length is 63 characters.
- group
Preferenceset List<ReportAssignments Config Group Preference Set Assignment Response> - Collection of combinations of groups and preference sets.
- name String
- Name of resource.
- update
Time String - The timestamp when the resource was last updated.
- create
Time string - The timestamp when the resource was created.
- description string
- Free-text description.
- display
Name string - User-friendly display name. Maximum length is 63 characters.
- group
Preferenceset ReportAssignments Config Group Preference Set Assignment Response[] - Collection of combinations of groups and preference sets.
- name string
- Name of resource.
- update
Time string - The timestamp when the resource was last updated.
- create_
time str - The timestamp when the resource was created.
- description str
- Free-text description.
- display_
name str - User-friendly display name. Maximum length is 63 characters.
- group_
preferenceset_ Sequence[Reportassignments Config Group Preference Set Assignment Response] - Collection of combinations of groups and preference sets.
- name str
- Name of resource.
- update_
time str - The timestamp when the resource was last updated.
- create
Time String - The timestamp when the resource was created.
- description String
- Free-text description.
- display
Name String - User-friendly display name. Maximum length is 63 characters.
- group
Preferenceset List<Property Map>Assignments - Collection of combinations of groups and preference sets.
- name String
- Name of resource.
- update
Time String - The timestamp when the resource was last updated.
Supporting Types
ReportConfigGroupPreferenceSetAssignmentResponse
- Group string
- Name of the group.
- Preference
Set string - Name of the Preference Set.
- Group string
- Name of the group.
- Preference
Set string - Name of the Preference Set.
- group String
- Name of the group.
- preference
Set String - Name of the Preference Set.
- group string
- Name of the group.
- preference
Set string - Name of the Preference Set.
- group str
- Name of the group.
- preference_
set str - Name of the Preference Set.
- group String
- Name of the group.
- preference
Set String - Name of the Preference Set.
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