alicloud.message.ServiceEndpoint
Explore with Pulumi AI
Import
Message Service Endpoint can be imported using the id, e.g.
$ pulumi import alicloud:message/serviceEndpoint:ServiceEndpoint example <id>
Create ServiceEndpoint Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ServiceEndpoint(name: string, args: ServiceEndpointArgs, opts?: CustomResourceOptions);
@overload
def ServiceEndpoint(resource_name: str,
args: ServiceEndpointArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ServiceEndpoint(resource_name: str,
opts: Optional[ResourceOptions] = None,
endpoint_enabled: Optional[bool] = None,
endpoint_type: Optional[str] = None)
func NewServiceEndpoint(ctx *Context, name string, args ServiceEndpointArgs, opts ...ResourceOption) (*ServiceEndpoint, error)
public ServiceEndpoint(string name, ServiceEndpointArgs args, CustomResourceOptions? opts = null)
public ServiceEndpoint(String name, ServiceEndpointArgs args)
public ServiceEndpoint(String name, ServiceEndpointArgs args, CustomResourceOptions options)
type: alicloud:message:ServiceEndpoint
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 ServiceEndpointArgs
- 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 ServiceEndpointArgs
- 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 ServiceEndpointArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ServiceEndpointArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ServiceEndpointArgs
- 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 serviceEndpointResource = new AliCloud.Message.ServiceEndpoint("serviceEndpointResource", new()
{
EndpointEnabled = false,
EndpointType = "string",
});
example, err := message.NewServiceEndpoint(ctx, "serviceEndpointResource", &message.ServiceEndpointArgs{
EndpointEnabled: pulumi.Bool(false),
EndpointType: pulumi.String("string"),
})
var serviceEndpointResource = new ServiceEndpoint("serviceEndpointResource", ServiceEndpointArgs.builder()
.endpointEnabled(false)
.endpointType("string")
.build());
service_endpoint_resource = alicloud.message.ServiceEndpoint("serviceEndpointResource",
endpoint_enabled=False,
endpoint_type="string")
const serviceEndpointResource = new alicloud.message.ServiceEndpoint("serviceEndpointResource", {
endpointEnabled: false,
endpointType: "string",
});
type: alicloud:message:ServiceEndpoint
properties:
endpointEnabled: false
endpointType: string
ServiceEndpoint 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 ServiceEndpoint resource accepts the following input properties:
- Endpoint
Enabled bool - Specifies whether the endpoint is enabled. Valid values:
- Endpoint
Type string - Access point type. Value:
- public: indicates a public access point. (Currently only public is supported)
- Endpoint
Enabled bool - Specifies whether the endpoint is enabled. Valid values:
- Endpoint
Type string - Access point type. Value:
- public: indicates a public access point. (Currently only public is supported)
- endpoint
Enabled Boolean - Specifies whether the endpoint is enabled. Valid values:
- endpoint
Type String - Access point type. Value:
- public: indicates a public access point. (Currently only public is supported)
- endpoint
Enabled boolean - Specifies whether the endpoint is enabled. Valid values:
- endpoint
Type string - Access point type. Value:
- public: indicates a public access point. (Currently only public is supported)
- endpoint_
enabled bool - Specifies whether the endpoint is enabled. Valid values:
- endpoint_
type str - Access point type. Value:
- public: indicates a public access point. (Currently only public is supported)
- endpoint
Enabled Boolean - Specifies whether the endpoint is enabled. Valid values:
- endpoint
Type String - Access point type. Value:
- public: indicates a public access point. (Currently only public is supported)
Outputs
All input properties are implicitly available as output properties. Additionally, the ServiceEndpoint 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 ServiceEndpoint Resource
Get an existing ServiceEndpoint 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?: ServiceEndpointState, opts?: CustomResourceOptions): ServiceEndpoint
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
endpoint_enabled: Optional[bool] = None,
endpoint_type: Optional[str] = None) -> ServiceEndpoint
func GetServiceEndpoint(ctx *Context, name string, id IDInput, state *ServiceEndpointState, opts ...ResourceOption) (*ServiceEndpoint, error)
public static ServiceEndpoint Get(string name, Input<string> id, ServiceEndpointState? state, CustomResourceOptions? opts = null)
public static ServiceEndpoint get(String name, Output<String> id, ServiceEndpointState state, CustomResourceOptions options)
resources: _: type: alicloud:message:ServiceEndpoint 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.
- Endpoint
Enabled bool - Specifies whether the endpoint is enabled. Valid values:
- Endpoint
Type string - Access point type. Value:
- public: indicates a public access point. (Currently only public is supported)
- Endpoint
Enabled bool - Specifies whether the endpoint is enabled. Valid values:
- Endpoint
Type string - Access point type. Value:
- public: indicates a public access point. (Currently only public is supported)
- endpoint
Enabled Boolean - Specifies whether the endpoint is enabled. Valid values:
- endpoint
Type String - Access point type. Value:
- public: indicates a public access point. (Currently only public is supported)
- endpoint
Enabled boolean - Specifies whether the endpoint is enabled. Valid values:
- endpoint
Type string - Access point type. Value:
- public: indicates a public access point. (Currently only public is supported)
- endpoint_
enabled bool - Specifies whether the endpoint is enabled. Valid values:
- endpoint_
type str - Access point type. Value:
- public: indicates a public access point. (Currently only public is supported)
- endpoint
Enabled Boolean - Specifies whether the endpoint is enabled. Valid values:
- endpoint
Type String - Access point type. Value:
- public: indicates a public access point. (Currently only public is supported)
Package Details
- Repository
- Alibaba Cloud pulumi/pulumi-alicloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
alicloud
Terraform Provider.