alicloud.message.ServiceService
Explore with Pulumi AI
Create ServiceService Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ServiceService(name: string, args?: ServiceServiceArgs, opts?: CustomResourceOptions);
@overload
def ServiceService(resource_name: str,
args: Optional[ServiceServiceArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ServiceService(resource_name: str,
opts: Optional[ResourceOptions] = None)
func NewServiceService(ctx *Context, name string, args *ServiceServiceArgs, opts ...ResourceOption) (*ServiceService, error)
public ServiceService(string name, ServiceServiceArgs? args = null, CustomResourceOptions? opts = null)
public ServiceService(String name, ServiceServiceArgs args)
public ServiceService(String name, ServiceServiceArgs args, CustomResourceOptions options)
type: alicloud:message:ServiceService
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ServiceServiceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ServiceServiceArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ServiceServiceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ServiceServiceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ServiceServiceArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var serviceServiceResource = new AliCloud.Message.ServiceService("serviceServiceResource");
example, err := message.NewServiceService(ctx, "serviceServiceResource", nil)
var serviceServiceResource = new ServiceService("serviceServiceResource");
service_service_resource = alicloud.message.ServiceService("serviceServiceResource")
const serviceServiceResource = new alicloud.message.ServiceService("serviceServiceResource", {});
type: alicloud:message:ServiceService
properties: {}
ServiceService Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The ServiceService resource accepts the following input properties:
Outputs
All input properties are implicitly available as output properties. Additionally, the ServiceService resource produces the following output properties:
Look up Existing ServiceService Resource
Get an existing ServiceService resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: ServiceServiceState, opts?: CustomResourceOptions): ServiceService
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
status: Optional[str] = None) -> ServiceService
func GetServiceService(ctx *Context, name string, id IDInput, state *ServiceServiceState, opts ...ResourceOption) (*ServiceService, error)
public static ServiceService Get(string name, Input<string> id, ServiceServiceState? state, CustomResourceOptions? opts = null)
public static ServiceService get(String name, Output<String> id, ServiceServiceState state, CustomResourceOptions options)
resources: _: type: alicloud:message:ServiceService get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Status string
- The status of the Service.
- Status string
- The status of the Service.
- status String
- The status of the Service.
- status string
- The status of the Service.
- status str
- The status of the Service.
- status String
- The status of the Service.
Package Details
- Repository
- Alibaba Cloud pulumi/pulumi-alicloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
alicloud
Terraform Provider.