Import
Cloud Monitor Service Agent Config can be imported using the id, e.g.
$ pulumi import alicloud:cloudmonitor/serviceAgentConfig:ServiceAgentConfig example <Alibaba Cloud Account ID>
Create ServiceAgentConfig Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ServiceAgentConfig(name: string, args?: ServiceAgentConfigArgs, opts?: CustomResourceOptions);@overload
def ServiceAgentConfig(resource_name: str,
args: Optional[ServiceAgentConfigArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def ServiceAgentConfig(resource_name: str,
opts: Optional[ResourceOptions] = None,
enable_install_agent_new_ecs: Optional[bool] = None)func NewServiceAgentConfig(ctx *Context, name string, args *ServiceAgentConfigArgs, opts ...ResourceOption) (*ServiceAgentConfig, error)public ServiceAgentConfig(string name, ServiceAgentConfigArgs? args = null, CustomResourceOptions? opts = null)
public ServiceAgentConfig(String name, ServiceAgentConfigArgs args)
public ServiceAgentConfig(String name, ServiceAgentConfigArgs args, CustomResourceOptions options)
type: alicloud:cloudmonitor:ServiceAgentConfig
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 ServiceAgentConfigArgs
- 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 ServiceAgentConfigArgs
- 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 ServiceAgentConfigArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ServiceAgentConfigArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ServiceAgentConfigArgs
- 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 serviceAgentConfigResource = new AliCloud.CloudMonitor.ServiceAgentConfig("serviceAgentConfigResource", new()
{
EnableInstallAgentNewEcs = false,
});
example, err := cloudmonitor.NewServiceAgentConfig(ctx, "serviceAgentConfigResource", &cloudmonitor.ServiceAgentConfigArgs{
EnableInstallAgentNewEcs: pulumi.Bool(false),
})
var serviceAgentConfigResource = new ServiceAgentConfig("serviceAgentConfigResource", ServiceAgentConfigArgs.builder()
.enableInstallAgentNewEcs(false)
.build());
service_agent_config_resource = alicloud.cloudmonitor.ServiceAgentConfig("serviceAgentConfigResource", enable_install_agent_new_ecs=False)
const serviceAgentConfigResource = new alicloud.cloudmonitor.ServiceAgentConfig("serviceAgentConfigResource", {enableInstallAgentNewEcs: false});
type: alicloud:cloudmonitor:ServiceAgentConfig
properties:
enableInstallAgentNewEcs: false
ServiceAgentConfig 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 ServiceAgentConfig resource accepts the following input properties:
- Enable
Install boolAgent New Ecs - Whether the cloud monitoring plug-in is automatically installed on the newly purchased ECS host. Value:
- true (default): The cloud monitoring plug-in is automatically installed on the newly purchased ECS host.
- false: The cloud monitoring plug-in is not automatically installed on the newly purchased ECS host.
- Enable
Install boolAgent New Ecs - Whether the cloud monitoring plug-in is automatically installed on the newly purchased ECS host. Value:
- true (default): The cloud monitoring plug-in is automatically installed on the newly purchased ECS host.
- false: The cloud monitoring plug-in is not automatically installed on the newly purchased ECS host.
- enable
Install BooleanAgent New Ecs - Whether the cloud monitoring plug-in is automatically installed on the newly purchased ECS host. Value:
- true (default): The cloud monitoring plug-in is automatically installed on the newly purchased ECS host.
- false: The cloud monitoring plug-in is not automatically installed on the newly purchased ECS host.
- enable
Install booleanAgent New Ecs - Whether the cloud monitoring plug-in is automatically installed on the newly purchased ECS host. Value:
- true (default): The cloud monitoring plug-in is automatically installed on the newly purchased ECS host.
- false: The cloud monitoring plug-in is not automatically installed on the newly purchased ECS host.
- enable_
install_ boolagent_ new_ ecs - Whether the cloud monitoring plug-in is automatically installed on the newly purchased ECS host. Value:
- true (default): The cloud monitoring plug-in is automatically installed on the newly purchased ECS host.
- false: The cloud monitoring plug-in is not automatically installed on the newly purchased ECS host.
- enable
Install BooleanAgent New Ecs - Whether the cloud monitoring plug-in is automatically installed on the newly purchased ECS host. Value:
- true (default): The cloud monitoring plug-in is automatically installed on the newly purchased ECS host.
- false: The cloud monitoring plug-in is not automatically installed on the newly purchased ECS host.
Outputs
All input properties are implicitly available as output properties. Additionally, the ServiceAgentConfig resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing ServiceAgentConfig Resource
Get an existing ServiceAgentConfig 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?: ServiceAgentConfigState, opts?: CustomResourceOptions): ServiceAgentConfig@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
enable_install_agent_new_ecs: Optional[bool] = None) -> ServiceAgentConfigfunc GetServiceAgentConfig(ctx *Context, name string, id IDInput, state *ServiceAgentConfigState, opts ...ResourceOption) (*ServiceAgentConfig, error)public static ServiceAgentConfig Get(string name, Input<string> id, ServiceAgentConfigState? state, CustomResourceOptions? opts = null)public static ServiceAgentConfig get(String name, Output<String> id, ServiceAgentConfigState state, CustomResourceOptions options)resources: _: type: alicloud:cloudmonitor:ServiceAgentConfig 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.
- Enable
Install boolAgent New Ecs - Whether the cloud monitoring plug-in is automatically installed on the newly purchased ECS host. Value:
- true (default): The cloud monitoring plug-in is automatically installed on the newly purchased ECS host.
- false: The cloud monitoring plug-in is not automatically installed on the newly purchased ECS host.
- Enable
Install boolAgent New Ecs - Whether the cloud monitoring plug-in is automatically installed on the newly purchased ECS host. Value:
- true (default): The cloud monitoring plug-in is automatically installed on the newly purchased ECS host.
- false: The cloud monitoring plug-in is not automatically installed on the newly purchased ECS host.
- enable
Install BooleanAgent New Ecs - Whether the cloud monitoring plug-in is automatically installed on the newly purchased ECS host. Value:
- true (default): The cloud monitoring plug-in is automatically installed on the newly purchased ECS host.
- false: The cloud monitoring plug-in is not automatically installed on the newly purchased ECS host.
- enable
Install booleanAgent New Ecs - Whether the cloud monitoring plug-in is automatically installed on the newly purchased ECS host. Value:
- true (default): The cloud monitoring plug-in is automatically installed on the newly purchased ECS host.
- false: The cloud monitoring plug-in is not automatically installed on the newly purchased ECS host.
- enable_
install_ boolagent_ new_ ecs - Whether the cloud monitoring plug-in is automatically installed on the newly purchased ECS host. Value:
- true (default): The cloud monitoring plug-in is automatically installed on the newly purchased ECS host.
- false: The cloud monitoring plug-in is not automatically installed on the newly purchased ECS host.
- enable
Install BooleanAgent New Ecs - Whether the cloud monitoring plug-in is automatically installed on the newly purchased ECS host. Value:
- true (default): The cloud monitoring plug-in is automatically installed on the newly purchased ECS host.
- false: The cloud monitoring plug-in is not automatically installed on the newly purchased ECS host.
Package Details
- Repository
- Alibaba Cloud pulumi/pulumi-alicloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
alicloudTerraform Provider.
