Akamai v7.2.0 published on Friday, May 31, 2024 by Pulumi
akamai.getPropertyIncludeParents
Explore with Pulumi AI
Using getPropertyIncludeParents
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 getPropertyIncludeParents(args: GetPropertyIncludeParentsArgs, opts?: InvokeOptions): Promise<GetPropertyIncludeParentsResult>
function getPropertyIncludeParentsOutput(args: GetPropertyIncludeParentsOutputArgs, opts?: InvokeOptions): Output<GetPropertyIncludeParentsResult>def get_property_include_parents(contract_id: Optional[str] = None,
                                 group_id: Optional[str] = None,
                                 include_id: Optional[str] = None,
                                 opts: Optional[InvokeOptions] = None) -> GetPropertyIncludeParentsResult
def get_property_include_parents_output(contract_id: Optional[pulumi.Input[str]] = None,
                                 group_id: Optional[pulumi.Input[str]] = None,
                                 include_id: Optional[pulumi.Input[str]] = None,
                                 opts: Optional[InvokeOptions] = None) -> Output[GetPropertyIncludeParentsResult]func GetPropertyIncludeParents(ctx *Context, args *GetPropertyIncludeParentsArgs, opts ...InvokeOption) (*GetPropertyIncludeParentsResult, error)
func GetPropertyIncludeParentsOutput(ctx *Context, args *GetPropertyIncludeParentsOutputArgs, opts ...InvokeOption) GetPropertyIncludeParentsResultOutput> Note: This function is named GetPropertyIncludeParents in the Go SDK.
public static class GetPropertyIncludeParents 
{
    public static Task<GetPropertyIncludeParentsResult> InvokeAsync(GetPropertyIncludeParentsArgs args, InvokeOptions? opts = null)
    public static Output<GetPropertyIncludeParentsResult> Invoke(GetPropertyIncludeParentsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPropertyIncludeParentsResult> getPropertyIncludeParents(GetPropertyIncludeParentsArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: akamai:index/getPropertyIncludeParents:getPropertyIncludeParents
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ContractId string
- GroupId string
- IncludeId string
- ContractId string
- GroupId string
- IncludeId string
- contractId String
- groupId String
- includeId String
- contractId string
- groupId string
- includeId string
- contract_id str
- group_id str
- include_id str
- contractId String
- groupId String
- includeId String
getPropertyIncludeParents Result
The following output properties are available:
- ContractId string
- GroupId string
- Id string
- The provider-assigned unique ID for this managed resource.
- IncludeId string
- Parents
List<GetProperty Include Parents Parent> 
- ContractId string
- GroupId string
- Id string
- The provider-assigned unique ID for this managed resource.
- IncludeId string
- Parents
[]GetProperty Include Parents Parent 
- contractId String
- groupId String
- id String
- The provider-assigned unique ID for this managed resource.
- includeId String
- parents
List<GetProperty Include Parents Parent> 
- contractId string
- groupId string
- id string
- The provider-assigned unique ID for this managed resource.
- includeId string
- parents
GetProperty Include Parents Parent[] 
- contract_id str
- group_id str
- id str
- The provider-assigned unique ID for this managed resource.
- include_id str
- parents
Sequence[GetProperty Include Parents Parent] 
- contractId String
- groupId String
- id String
- The provider-assigned unique ID for this managed resource.
- includeId String
- parents List<Property Map>
Supporting Types
GetPropertyIncludeParentsParent    
- Id string
- The property's unique identifier
- IsInclude boolUsed In Production Version 
- Indicates if the include is used in the production network
- IsInclude boolUsed In Staging Version 
- Indicates if the include is used in the staging network
- Name string
- A descriptive name for the property
- ProductionVersion string
- The most recent property version to be activated to the production network
- StagingVersion string
- The most recent property version to be activated to the staging network
- Id string
- The property's unique identifier
- IsInclude boolUsed In Production Version 
- Indicates if the include is used in the production network
- IsInclude boolUsed In Staging Version 
- Indicates if the include is used in the staging network
- Name string
- A descriptive name for the property
- ProductionVersion string
- The most recent property version to be activated to the production network
- StagingVersion string
- The most recent property version to be activated to the staging network
- id String
- The property's unique identifier
- isInclude BooleanUsed In Production Version 
- Indicates if the include is used in the production network
- isInclude BooleanUsed In Staging Version 
- Indicates if the include is used in the staging network
- name String
- A descriptive name for the property
- productionVersion String
- The most recent property version to be activated to the production network
- stagingVersion String
- The most recent property version to be activated to the staging network
- id string
- The property's unique identifier
- isInclude booleanUsed In Production Version 
- Indicates if the include is used in the production network
- isInclude booleanUsed In Staging Version 
- Indicates if the include is used in the staging network
- name string
- A descriptive name for the property
- productionVersion string
- The most recent property version to be activated to the production network
- stagingVersion string
- The most recent property version to be activated to the staging network
- id str
- The property's unique identifier
- is_include_ boolused_ in_ production_ version 
- Indicates if the include is used in the production network
- is_include_ boolused_ in_ staging_ version 
- Indicates if the include is used in the staging network
- name str
- A descriptive name for the property
- production_version str
- The most recent property version to be activated to the production network
- staging_version str
- The most recent property version to be activated to the staging network
- id String
- The property's unique identifier
- isInclude BooleanUsed In Production Version 
- Indicates if the include is used in the production network
- isInclude BooleanUsed In Staging Version 
- Indicates if the include is used in the staging network
- name String
- A descriptive name for the property
- productionVersion String
- The most recent property version to be activated to the production network
- stagingVersion String
- The most recent property version to be activated to the staging network
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the akamaiTerraform Provider.