tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack
tencentcloud.getSsmServiceStatus
Explore with Pulumi AI
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack
Use this data source to query detailed information of ssm service_status
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const example = tencentcloud.getSsmServiceStatus({});
import pulumi
import pulumi_tencentcloud as tencentcloud
example = tencentcloud.get_ssm_service_status()
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/tencentcloud/tencentcloud"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := tencentcloud.GetSsmServiceStatus(ctx, &tencentcloud.GetSsmServiceStatusArgs{}, nil)
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Tencentcloud = Pulumi.Tencentcloud;
return await Deployment.RunAsync(() =>
{
var example = Tencentcloud.GetSsmServiceStatus.Invoke();
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.tencentcloud.TencentcloudFunctions;
import com.pulumi.tencentcloud.inputs.GetSsmServiceStatusArgs;
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 example = TencentcloudFunctions.getSsmServiceStatus();
}
}
variables:
example:
fn::invoke:
function: tencentcloud:getSsmServiceStatus
arguments: {}
Using getSsmServiceStatus
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 getSsmServiceStatus(args: GetSsmServiceStatusArgs, opts?: InvokeOptions): Promise<GetSsmServiceStatusResult>
function getSsmServiceStatusOutput(args: GetSsmServiceStatusOutputArgs, opts?: InvokeOptions): Output<GetSsmServiceStatusResult>
def get_ssm_service_status(id: Optional[str] = None,
result_output_file: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSsmServiceStatusResult
def get_ssm_service_status_output(id: Optional[pulumi.Input[str]] = None,
result_output_file: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSsmServiceStatusResult]
func GetSsmServiceStatus(ctx *Context, args *GetSsmServiceStatusArgs, opts ...InvokeOption) (*GetSsmServiceStatusResult, error)
func GetSsmServiceStatusOutput(ctx *Context, args *GetSsmServiceStatusOutputArgs, opts ...InvokeOption) GetSsmServiceStatusResultOutput
> Note: This function is named GetSsmServiceStatus
in the Go SDK.
public static class GetSsmServiceStatus
{
public static Task<GetSsmServiceStatusResult> InvokeAsync(GetSsmServiceStatusArgs args, InvokeOptions? opts = null)
public static Output<GetSsmServiceStatusResult> Invoke(GetSsmServiceStatusInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetSsmServiceStatusResult> getSsmServiceStatus(GetSsmServiceStatusArgs args, InvokeOptions options)
public static Output<GetSsmServiceStatusResult> getSsmServiceStatus(GetSsmServiceStatusArgs args, InvokeOptions options)
fn::invoke:
function: tencentcloud:index/getSsmServiceStatus:getSsmServiceStatus
arguments:
# arguments dictionary
The following arguments are supported:
- Id string
- Result
Output stringFile - Used to save results.
- Id string
- Result
Output stringFile - Used to save results.
- id String
- result
Output StringFile - Used to save results.
- id string
- result
Output stringFile - Used to save results.
- id str
- result_
output_ strfile - Used to save results.
- id String
- result
Output StringFile - Used to save results.
getSsmServiceStatus Result
The following output properties are available:
- Access
Key boolEscrow Enabled - True means that the user can already use the key safe hosting function, false means that the user cannot use the key safe hosting function temporarily.
- Id string
- Invalid
Type double - Service unavailability type: 0-Not purchased, 1-Normal, 2-Service suspended due to arrears, 3-Resource release.
- Service
Enabled bool - True means the service has been activated, false means the service has not been activated yet.
- Result
Output stringFile
- Access
Key boolEscrow Enabled - True means that the user can already use the key safe hosting function, false means that the user cannot use the key safe hosting function temporarily.
- Id string
- Invalid
Type float64 - Service unavailability type: 0-Not purchased, 1-Normal, 2-Service suspended due to arrears, 3-Resource release.
- Service
Enabled bool - True means the service has been activated, false means the service has not been activated yet.
- Result
Output stringFile
- access
Key BooleanEscrow Enabled - True means that the user can already use the key safe hosting function, false means that the user cannot use the key safe hosting function temporarily.
- id String
- invalid
Type Double - Service unavailability type: 0-Not purchased, 1-Normal, 2-Service suspended due to arrears, 3-Resource release.
- service
Enabled Boolean - True means the service has been activated, false means the service has not been activated yet.
- result
Output StringFile
- access
Key booleanEscrow Enabled - True means that the user can already use the key safe hosting function, false means that the user cannot use the key safe hosting function temporarily.
- id string
- invalid
Type number - Service unavailability type: 0-Not purchased, 1-Normal, 2-Service suspended due to arrears, 3-Resource release.
- service
Enabled boolean - True means the service has been activated, false means the service has not been activated yet.
- result
Output stringFile
- access_
key_ boolescrow_ enabled - True means that the user can already use the key safe hosting function, false means that the user cannot use the key safe hosting function temporarily.
- id str
- invalid_
type float - Service unavailability type: 0-Not purchased, 1-Normal, 2-Service suspended due to arrears, 3-Resource release.
- service_
enabled bool - True means the service has been activated, false means the service has not been activated yet.
- result_
output_ strfile
- access
Key BooleanEscrow Enabled - True means that the user can already use the key safe hosting function, false means that the user cannot use the key safe hosting function temporarily.
- id String
- invalid
Type Number - Service unavailability type: 0-Not purchased, 1-Normal, 2-Service suspended due to arrears, 3-Resource release.
- service
Enabled Boolean - True means the service has been activated, false means the service has not been activated yet.
- result
Output StringFile
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloud
Terraform Provider.
tencentcloud 1.81.189 published on Wednesday, Apr 30, 2025 by tencentcloudstack