1. Packages
  2. Alibaba Cloud
  3. API Docs
  4. fc
  5. Service
Alibaba Cloud v3.51.0 published on Saturday, Mar 23, 2024 by Pulumi

alicloud.fc.Service

Explore with Pulumi AI

alicloud logo
Alibaba Cloud v3.51.0 published on Saturday, Mar 23, 2024 by Pulumi

    Create Service Resource

    new Service(name: string, args?: ServiceArgs, opts?: CustomResourceOptions);
    @overload
    def Service(resource_name: str,
                opts: Optional[ResourceOptions] = None,
                description: Optional[str] = None,
                internet_access: Optional[bool] = None,
                log_config: Optional[ServiceLogConfigArgs] = None,
                name: Optional[str] = None,
                name_prefix: Optional[str] = None,
                nas_config: Optional[ServiceNasConfigArgs] = None,
                publish: Optional[bool] = None,
                role: Optional[str] = None,
                tags: Optional[Mapping[str, str]] = None,
                tracing_config: Optional[ServiceTracingConfigArgs] = None,
                vpc_config: Optional[ServiceVpcConfigArgs] = None)
    @overload
    def Service(resource_name: str,
                args: Optional[ServiceArgs] = None,
                opts: Optional[ResourceOptions] = None)
    func NewService(ctx *Context, name string, args *ServiceArgs, opts ...ResourceOption) (*Service, error)
    public Service(string name, ServiceArgs? args = null, CustomResourceOptions? opts = null)
    public Service(String name, ServiceArgs args)
    public Service(String name, ServiceArgs args, CustomResourceOptions options)
    
    type: alicloud:fc:Service
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args ServiceArgs
    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 ServiceArgs
    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 ServiceArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ServiceArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ServiceArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    Service Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The Service resource accepts the following input properties:

    Outputs

    All input properties are implicitly available as output properties. Additionally, the Service resource produces the following output properties:

    Id string
    The provider-assigned unique ID for this managed resource.
    LastModified string
    ServiceId string
    Version string
    Id string
    The provider-assigned unique ID for this managed resource.
    LastModified string
    ServiceId string
    Version string
    id String
    The provider-assigned unique ID for this managed resource.
    lastModified String
    serviceId String
    version String
    id string
    The provider-assigned unique ID for this managed resource.
    lastModified string
    serviceId string
    version string
    id str
    The provider-assigned unique ID for this managed resource.
    last_modified str
    service_id str
    version str
    id String
    The provider-assigned unique ID for this managed resource.
    lastModified String
    serviceId String
    version String

    Look up Existing Service Resource

    Get an existing Service 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?: ServiceState, opts?: CustomResourceOptions): Service
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            description: Optional[str] = None,
            internet_access: Optional[bool] = None,
            last_modified: Optional[str] = None,
            log_config: Optional[ServiceLogConfigArgs] = None,
            name: Optional[str] = None,
            name_prefix: Optional[str] = None,
            nas_config: Optional[ServiceNasConfigArgs] = None,
            publish: Optional[bool] = None,
            role: Optional[str] = None,
            service_id: Optional[str] = None,
            tags: Optional[Mapping[str, str]] = None,
            tracing_config: Optional[ServiceTracingConfigArgs] = None,
            version: Optional[str] = None,
            vpc_config: Optional[ServiceVpcConfigArgs] = None) -> Service
    func GetService(ctx *Context, name string, id IDInput, state *ServiceState, opts ...ResourceOption) (*Service, error)
    public static Service Get(string name, Input<string> id, ServiceState? state, CustomResourceOptions? opts = null)
    public static Service get(String name, Output<String> id, ServiceState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    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.
    The following state arguments are supported:

    Supporting Types

    ServiceLogConfig, ServiceLogConfigArgs

    Logstore string
    The log store name of Alicloud Simple Log Service.
    Project string
    The project name of the Alicloud Simple Log Service.
    EnableInstanceMetrics bool
    Enable instance level metrics.
    EnableRequestMetrics bool
    Enable request level metrics.
    Logstore string
    The log store name of Alicloud Simple Log Service.
    Project string
    The project name of the Alicloud Simple Log Service.
    EnableInstanceMetrics bool
    Enable instance level metrics.
    EnableRequestMetrics bool
    Enable request level metrics.
    logstore String
    The log store name of Alicloud Simple Log Service.
    project String
    The project name of the Alicloud Simple Log Service.
    enableInstanceMetrics Boolean
    Enable instance level metrics.
    enableRequestMetrics Boolean
    Enable request level metrics.
    logstore string
    The log store name of Alicloud Simple Log Service.
    project string
    The project name of the Alicloud Simple Log Service.
    enableInstanceMetrics boolean
    Enable instance level metrics.
    enableRequestMetrics boolean
    Enable request level metrics.
    logstore str
    The log store name of Alicloud Simple Log Service.
    project str
    The project name of the Alicloud Simple Log Service.
    enable_instance_metrics bool
    Enable instance level metrics.
    enable_request_metrics bool
    Enable request level metrics.
    logstore String
    The log store name of Alicloud Simple Log Service.
    project String
    The project name of the Alicloud Simple Log Service.
    enableInstanceMetrics Boolean
    Enable instance level metrics.
    enableRequestMetrics Boolean
    Enable request level metrics.

    ServiceNasConfig, ServiceNasConfigArgs

    GroupId int
    The group id of your NAS file system.
    MountPoints List<Pulumi.AliCloud.FC.Inputs.ServiceNasConfigMountPoint>
    Config the NAS mount points.See mount_points below.
    UserId int
    The user id of your NAS file system.
    GroupId int
    The group id of your NAS file system.
    MountPoints []ServiceNasConfigMountPoint
    Config the NAS mount points.See mount_points below.
    UserId int
    The user id of your NAS file system.
    groupId Integer
    The group id of your NAS file system.
    mountPoints List<ServiceNasConfigMountPoint>
    Config the NAS mount points.See mount_points below.
    userId Integer
    The user id of your NAS file system.
    groupId number
    The group id of your NAS file system.
    mountPoints ServiceNasConfigMountPoint[]
    Config the NAS mount points.See mount_points below.
    userId number
    The user id of your NAS file system.
    group_id int
    The group id of your NAS file system.
    mount_points Sequence[ServiceNasConfigMountPoint]
    Config the NAS mount points.See mount_points below.
    user_id int
    The user id of your NAS file system.
    groupId Number
    The group id of your NAS file system.
    mountPoints List<Property Map>
    Config the NAS mount points.See mount_points below.
    userId Number
    The user id of your NAS file system.

    ServiceNasConfigMountPoint, ServiceNasConfigMountPointArgs

    MountDir string
    The local address where to mount your remote NAS directory.
    ServerAddr string
    The address of the remote NAS directory.
    MountDir string
    The local address where to mount your remote NAS directory.
    ServerAddr string
    The address of the remote NAS directory.
    mountDir String
    The local address where to mount your remote NAS directory.
    serverAddr String
    The address of the remote NAS directory.
    mountDir string
    The local address where to mount your remote NAS directory.
    serverAddr string
    The address of the remote NAS directory.
    mount_dir str
    The local address where to mount your remote NAS directory.
    server_addr str
    The address of the remote NAS directory.
    mountDir String
    The local address where to mount your remote NAS directory.
    serverAddr String
    The address of the remote NAS directory.

    ServiceTracingConfig, ServiceTracingConfigArgs

    Params Dictionary<string, object>
    Tracing parameters, which type is map[string]string. When the protocol type is Jaeger, the key is "endpoint" and the value is your tracing intranet endpoint. For example endpoint: http://tracing-analysis-dc-hz.aliyuncs.com/adapt_xxx/api/traces.
    Type string
    Tracing protocol type. Currently, only Jaeger is supported.
    Params map[string]interface{}
    Tracing parameters, which type is map[string]string. When the protocol type is Jaeger, the key is "endpoint" and the value is your tracing intranet endpoint. For example endpoint: http://tracing-analysis-dc-hz.aliyuncs.com/adapt_xxx/api/traces.
    Type string
    Tracing protocol type. Currently, only Jaeger is supported.
    params Map<String,Object>
    Tracing parameters, which type is map[string]string. When the protocol type is Jaeger, the key is "endpoint" and the value is your tracing intranet endpoint. For example endpoint: http://tracing-analysis-dc-hz.aliyuncs.com/adapt_xxx/api/traces.
    type String
    Tracing protocol type. Currently, only Jaeger is supported.
    params {[key: string]: any}
    Tracing parameters, which type is map[string]string. When the protocol type is Jaeger, the key is "endpoint" and the value is your tracing intranet endpoint. For example endpoint: http://tracing-analysis-dc-hz.aliyuncs.com/adapt_xxx/api/traces.
    type string
    Tracing protocol type. Currently, only Jaeger is supported.
    params Mapping[str, Any]
    Tracing parameters, which type is map[string]string. When the protocol type is Jaeger, the key is "endpoint" and the value is your tracing intranet endpoint. For example endpoint: http://tracing-analysis-dc-hz.aliyuncs.com/adapt_xxx/api/traces.
    type str
    Tracing protocol type. Currently, only Jaeger is supported.
    params Map<Any>
    Tracing parameters, which type is map[string]string. When the protocol type is Jaeger, the key is "endpoint" and the value is your tracing intranet endpoint. For example endpoint: http://tracing-analysis-dc-hz.aliyuncs.com/adapt_xxx/api/traces.
    type String
    Tracing protocol type. Currently, only Jaeger is supported.

    ServiceVpcConfig, ServiceVpcConfigArgs

    SecurityGroupId string
    A security group ID associated with the Function Compute Service.
    VswitchIds List<string>
    A list of vswitch IDs associated with the Function Compute Service.
    VpcId string
    A vpc ID associated with the Function Compute Service.
    SecurityGroupId string
    A security group ID associated with the Function Compute Service.
    VswitchIds []string
    A list of vswitch IDs associated with the Function Compute Service.
    VpcId string
    A vpc ID associated with the Function Compute Service.
    securityGroupId String
    A security group ID associated with the Function Compute Service.
    vswitchIds List<String>
    A list of vswitch IDs associated with the Function Compute Service.
    vpcId String
    A vpc ID associated with the Function Compute Service.
    securityGroupId string
    A security group ID associated with the Function Compute Service.
    vswitchIds string[]
    A list of vswitch IDs associated with the Function Compute Service.
    vpcId string
    A vpc ID associated with the Function Compute Service.
    security_group_id str
    A security group ID associated with the Function Compute Service.
    vswitch_ids Sequence[str]
    A list of vswitch IDs associated with the Function Compute Service.
    vpc_id str
    A vpc ID associated with the Function Compute Service.
    securityGroupId String
    A security group ID associated with the Function Compute Service.
    vswitchIds List<String>
    A list of vswitch IDs associated with the Function Compute Service.
    vpcId String
    A vpc ID associated with the Function Compute Service.

    Package Details

    Repository
    Alibaba Cloud pulumi/pulumi-alicloud
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the alicloud Terraform Provider.
    alicloud logo
    Alibaba Cloud v3.51.0 published on Saturday, Mar 23, 2024 by Pulumi