Viewing docs for volcenginecc v0.0.35
published on Thursday, May 14, 2026 by Volcengine
published on Thursday, May 14, 2026 by Volcengine
Viewing docs for volcenginecc v0.0.35
published on Thursday, May 14, 2026 by Volcengine
published on Thursday, May 14, 2026 by Volcengine
Data Source schema for Volcengine::CR::EndpointAclPolicy
Using getEndpointAclPolicy
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getEndpointAclPolicy(args: GetEndpointAclPolicyArgs, opts?: InvokeOptions): Promise<GetEndpointAclPolicyResult>
function getEndpointAclPolicyOutput(args: GetEndpointAclPolicyOutputArgs, opts?: InvokeOptions): Output<GetEndpointAclPolicyResult>def get_endpoint_acl_policy(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetEndpointAclPolicyResult
def get_endpoint_acl_policy_output(id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetEndpointAclPolicyResult]func LookupEndpointAclPolicy(ctx *Context, args *LookupEndpointAclPolicyArgs, opts ...InvokeOption) (*LookupEndpointAclPolicyResult, error)
func LookupEndpointAclPolicyOutput(ctx *Context, args *LookupEndpointAclPolicyOutputArgs, opts ...InvokeOption) LookupEndpointAclPolicyResultOutput> Note: This function is named LookupEndpointAclPolicy in the Go SDK.
public static class GetEndpointAclPolicy
{
public static Task<GetEndpointAclPolicyResult> InvokeAsync(GetEndpointAclPolicyArgs args, InvokeOptions? opts = null)
public static Output<GetEndpointAclPolicyResult> Invoke(GetEndpointAclPolicyInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetEndpointAclPolicyResult> getEndpointAclPolicy(GetEndpointAclPolicyArgs args, InvokeOptions options)
public static Output<GetEndpointAclPolicyResult> getEndpointAclPolicy(GetEndpointAclPolicyArgs args, InvokeOptions options)
fn::invoke:
function: volcenginecc:cr/getEndpointAclPolicy:getEndpointAclPolicy
arguments:
# arguments dictionarydata "volcenginecc_cr_getendpointaclpolicy" "name" {
# arguments
}The following arguments are supported:
- Id string
- Uniquely identifies the resource.
- Id string
- Uniquely identifies the resource.
- id string
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
- id string
- Uniquely identifies the resource.
- id str
- Uniquely identifies the resource.
- id String
- Uniquely identifies the resource.
getEndpointAclPolicy Result
The following output properties are available:
- Description string
- Description of the allowlist IPs
- Entry string
- Allowlist IPs to be added
- Id string
- Uniquely identifies the resource.
- Registry string
- Name of the image repository instance. On the Instance List page in the Image Repository Console, obtain the instance name
- Type string
- Network type of the allowlist; currently only Public is supported
- Description string
- Description of the allowlist IPs
- Entry string
- Allowlist IPs to be added
- Id string
- Uniquely identifies the resource.
- Registry string
- Name of the image repository instance. On the Instance List page in the Image Repository Console, obtain the instance name
- Type string
- Network type of the allowlist; currently only Public is supported
- description string
- Description of the allowlist IPs
- entry string
- Allowlist IPs to be added
- id string
- Uniquely identifies the resource.
- registry string
- Name of the image repository instance. On the Instance List page in the Image Repository Console, obtain the instance name
- type string
- Network type of the allowlist; currently only Public is supported
- description String
- Description of the allowlist IPs
- entry String
- Allowlist IPs to be added
- id String
- Uniquely identifies the resource.
- registry String
- Name of the image repository instance. On the Instance List page in the Image Repository Console, obtain the instance name
- type String
- Network type of the allowlist; currently only Public is supported
- description string
- Description of the allowlist IPs
- entry string
- Allowlist IPs to be added
- id string
- Uniquely identifies the resource.
- registry string
- Name of the image repository instance. On the Instance List page in the Image Repository Console, obtain the instance name
- type string
- Network type of the allowlist; currently only Public is supported
- description str
- Description of the allowlist IPs
- entry str
- Allowlist IPs to be added
- id str
- Uniquely identifies the resource.
- registry str
- Name of the image repository instance. On the Instance List page in the Image Repository Console, obtain the instance name
- type str
- Network type of the allowlist; currently only Public is supported
- description String
- Description of the allowlist IPs
- entry String
- Allowlist IPs to be added
- id String
- Uniquely identifies the resource.
- registry String
- Name of the image repository instance. On the Instance List page in the Image Repository Console, obtain the instance name
- type String
- Network type of the allowlist; currently only Public is supported
Package Details
- Repository
- volcenginecc volcengine/pulumi-volcenginecc
- License
- MPL-2.0
- Notes
- This Pulumi package is based on the
volcengineccTerraform Provider.
Viewing docs for volcenginecc v0.0.35
published on Thursday, May 14, 2026 by Volcengine
published on Thursday, May 14, 2026 by Volcengine
