ibm 1.78.0 published on Wednesday, Apr 30, 2025 by ibm-cloud
ibm.getSccAccountNotificationSettings
Explore with Pulumi AI
Using getSccAccountNotificationSettings
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 getSccAccountNotificationSettings(args: GetSccAccountNotificationSettingsArgs, opts?: InvokeOptions): Promise<GetSccAccountNotificationSettingsResult>
function getSccAccountNotificationSettingsOutput(args: GetSccAccountNotificationSettingsOutputArgs, opts?: InvokeOptions): Output<GetSccAccountNotificationSettingsResult>
def get_scc_account_notification_settings(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSccAccountNotificationSettingsResult
def get_scc_account_notification_settings_output(id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSccAccountNotificationSettingsResult]
func GetSccAccountNotificationSettings(ctx *Context, args *GetSccAccountNotificationSettingsArgs, opts ...InvokeOption) (*GetSccAccountNotificationSettingsResult, error)
func GetSccAccountNotificationSettingsOutput(ctx *Context, args *GetSccAccountNotificationSettingsOutputArgs, opts ...InvokeOption) GetSccAccountNotificationSettingsResultOutput
> Note: This function is named GetSccAccountNotificationSettings
in the Go SDK.
public static class GetSccAccountNotificationSettings
{
public static Task<GetSccAccountNotificationSettingsResult> InvokeAsync(GetSccAccountNotificationSettingsArgs args, InvokeOptions? opts = null)
public static Output<GetSccAccountNotificationSettingsResult> Invoke(GetSccAccountNotificationSettingsInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSccAccountNotificationSettingsResult> getSccAccountNotificationSettings(GetSccAccountNotificationSettingsArgs args, InvokeOptions options)
public static Output<GetSccAccountNotificationSettingsResult> getSccAccountNotificationSettings(GetSccAccountNotificationSettingsArgs args, InvokeOptions options)
fn::invoke:
function: ibm:index/getSccAccountNotificationSettings:getSccAccountNotificationSettings
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- Id string
- id String
- id string
- id str
- id String
getSccAccountNotificationSettings Result
The following output properties are available:
- Id string
- Id string
- id String
- id string
- id str
- id String
Package Details
- Repository
- ibm ibm-cloud/terraform-provider-ibm
- License
- Notes
- This Pulumi package is based on the
ibm
Terraform Provider.