EndpointAclPolicyArgs

data class EndpointAclPolicyArgs(val description: Output<String>? = null, val endpointType: Output<String>? = null, val entry: Output<String>? = null, val instanceId: Output<String>? = null, val moduleName: Output<String>? = null) : ConvertibleToJava<EndpointAclPolicyArgs>

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>

Constructors

Link copied to clipboard
fun EndpointAclPolicyArgs(description: Output<String>? = null, endpointType: Output<String>? = null, entry: Output<String>? = null, instanceId: Output<String>? = null, moduleName: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): EndpointAclPolicyArgs

Properties

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

The description of the entry.

Link copied to clipboard
val endpointType: Output<String>? = null

The type of endpoint. Valid values: internet.

Link copied to clipboard
val entry: Output<String>? = null

The IP segment that allowed to access.

Link copied to clipboard
val instanceId: Output<String>? = null

The ID of the CR Instance.

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

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