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::Organization::ServiceControlPolicy
Using getServiceControlPolicy
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 getServiceControlPolicy(args: GetServiceControlPolicyArgs, opts?: InvokeOptions): Promise<GetServiceControlPolicyResult>
function getServiceControlPolicyOutput(args: GetServiceControlPolicyOutputArgs, opts?: InvokeOptions): Output<GetServiceControlPolicyResult>def get_service_control_policy(id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetServiceControlPolicyResult
def get_service_control_policy_output(id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetServiceControlPolicyResult]func LookupServiceControlPolicy(ctx *Context, args *LookupServiceControlPolicyArgs, opts ...InvokeOption) (*LookupServiceControlPolicyResult, error)
func LookupServiceControlPolicyOutput(ctx *Context, args *LookupServiceControlPolicyOutputArgs, opts ...InvokeOption) LookupServiceControlPolicyResultOutput> Note: This function is named LookupServiceControlPolicy in the Go SDK.
public static class GetServiceControlPolicy
{
public static Task<GetServiceControlPolicyResult> InvokeAsync(GetServiceControlPolicyArgs args, InvokeOptions? opts = null)
public static Output<GetServiceControlPolicyResult> Invoke(GetServiceControlPolicyInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetServiceControlPolicyResult> getServiceControlPolicy(GetServiceControlPolicyArgs args, InvokeOptions options)
public static Output<GetServiceControlPolicyResult> getServiceControlPolicy(GetServiceControlPolicyArgs args, InvokeOptions options)
fn::invoke:
function: volcenginecc:organization/getServiceControlPolicy:getServiceControlPolicy
arguments:
# arguments dictionarydata "volcenginecc_organization_getservicecontrolpolicy" "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.
getServiceControlPolicy Result
The following output properties are available:
- Create
Date string - Creation time.
- Description string
- Description.
- Id string
- Uniquely identifies the resource.
- Policy
Id string - Policy ID.
- Policy
Name string - Policy name.
- Policy
Type string - Policy type.
- Statement string
- Policy expression.
- Targets
List<Volcengine.
Get Service Control Policy Target> - List of bound target objects.
- Update
Date string - Update time.
- Create
Date string - Creation time.
- Description string
- Description.
- Id string
- Uniquely identifies the resource.
- Policy
Id string - Policy ID.
- Policy
Name string - Policy name.
- Policy
Type string - Policy type.
- Statement string
- Policy expression.
- Targets
[]Get
Service Control Policy Target - List of bound target objects.
- Update
Date string - Update time.
- create_
date string - Creation time.
- description string
- Description.
- id string
- Uniquely identifies the resource.
- policy_
id string - Policy ID.
- policy_
name string - Policy name.
- policy_
type string - Policy type.
- statement string
- Policy expression.
- targets list(object)
- List of bound target objects.
- update_
date string - Update time.
- create
Date String - Creation time.
- description String
- Description.
- id String
- Uniquely identifies the resource.
- policy
Id String - Policy ID.
- policy
Name String - Policy name.
- policy
Type String - Policy type.
- statement String
- Policy expression.
- targets
List<Get
Service Control Policy Target> - List of bound target objects.
- update
Date String - Update time.
- create
Date string - Creation time.
- description string
- Description.
- id string
- Uniquely identifies the resource.
- policy
Id string - Policy ID.
- policy
Name string - Policy name.
- policy
Type string - Policy type.
- statement string
- Policy expression.
- targets
Get
Service Control Policy Target[] - List of bound target objects.
- update
Date string - Update time.
- create_
date str - Creation time.
- description str
- Description.
- id str
- Uniquely identifies the resource.
- policy_
id str - Policy ID.
- policy_
name str - Policy name.
- policy_
type str - Policy type.
- statement str
- Policy expression.
- targets
Sequence[Get
Service Control Policy Target] - List of bound target objects.
- update_
date str - Update time.
- create
Date String - Creation time.
- description String
- Description.
- id String
- Uniquely identifies the resource.
- policy
Id String - Policy ID.
- policy
Name String - Policy name.
- policy
Type String - Policy type.
- statement String
- Policy expression.
- targets List<Property Map>
- List of bound target objects.
- update
Date String - Update time.
Supporting Types
GetServiceControlPolicyTarget
- Attached
Time string - Binding time.
- Target
Id string - Target ID.
- Target
Name string - Target name.
- Target
Type string - Target type: 1. OU 2. Account.
- Attached
Time string - Binding time.
- Target
Id string - Target ID.
- Target
Name string - Target name.
- Target
Type string - Target type: 1. OU 2. Account.
- attached_
time string - Binding time.
- target_
id string - Target ID.
- target_
name string - Target name.
- target_
type string - Target type: 1. OU 2. Account.
- attached
Time String - Binding time.
- target
Id String - Target ID.
- target
Name String - Target name.
- target
Type String - Target type: 1. OU 2. Account.
- attached
Time string - Binding time.
- target
Id string - Target ID.
- target
Name string - Target name.
- target
Type string - Target type: 1. OU 2. Account.
- attached_
time str - Binding time.
- target_
id str - Target ID.
- target_
name str - Target name.
- target_
type str - Target type: 1. OU 2. Account.
- attached
Time String - Binding time.
- target
Id String - Target ID.
- target
Name String - Target name.
- target
Type String - Target type: 1. OU 2. Account.
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
