EndpointAclPolicy

Provides a CR Endpoint Acl Policy resource. For information about CR Endpoint Acl Policy and how to use it, see What is Endpoint Acl Policy.

NOTE: Available in v1.139.0+.

Import

CR Endpoint Acl Policy can be imported using the id, e.g.

$ pulumi import alicloud:cr/endpointAclPolicy:EndpointAclPolicy example <instance_id>:<endpoint_type>:<entry>

Properties

Link copied to clipboard
val description: Output<String>?

The description of the entry.

Link copied to clipboard
val endpointType: Output<String>

The type of endpoint. Valid values: internet.

Link copied to clipboard
val entry: Output<String>

The IP segment that allowed to access.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val instanceId: Output<String>

The ID of the CR Instance.

Link copied to clipboard
val moduleName: Output<String>?

The module that needs to set the access policy. Valid values: Registry.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val urn: Output<String>