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 dictionary
The following arguments are supported:
- Contract
Id string - Group
Id string - Include
Id string
- Contract
Id string - Group
Id string - Include
Id string
- contract
Id String - group
Id String - include
Id String
- contract
Id string - group
Id string - include
Id string
- contract_
id str - group_
id str - include_
id str
- contract
Id String - group
Id String - include
Id String
getPropertyIncludeParents Result
The following output properties are available:
- Contract
Id string - Group
Id string - Id string
- The provider-assigned unique ID for this managed resource.
- Include
Id string - Parents
List<Get
Property Include Parents Parent>
- Contract
Id string - Group
Id string - Id string
- The provider-assigned unique ID for this managed resource.
- Include
Id string - Parents
[]Get
Property Include Parents Parent
- contract
Id String - group
Id String - id String
- The provider-assigned unique ID for this managed resource.
- include
Id String - parents
List<Get
Property Include Parents Parent>
- contract
Id string - group
Id string - id string
- The provider-assigned unique ID for this managed resource.
- include
Id string - parents
Get
Property 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[Get
Property Include Parents Parent]
- contract
Id String - group
Id String - id String
- The provider-assigned unique ID for this managed resource.
- include
Id String - parents List<Property Map>
Supporting Types
GetPropertyIncludeParentsParent
- Id string
- 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 string
- A descriptive name for the property
- Production
Version string - The most recent property version to be activated to the production network
- Staging
Version string - The most recent property version to be activated to the staging network
- Id string
- 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 string
- A descriptive name for the property
- Production
Version string - The most recent property version to be activated to the production network
- Staging
Version string - The most recent property version to be activated to the staging network
- id String
- The property's unique identifier
- is
Include BooleanUsed In Production Version - Indicates if the include is used in the production network
- is
Include BooleanUsed In Staging Version - Indicates if the include is used in the staging network
- name String
- A descriptive name for the property
- production
Version String - The most recent property version to be activated to the production network
- staging
Version String - The most recent property version to be activated to the staging network
- id string
- The property's unique identifier
- is
Include booleanUsed In Production Version - Indicates if the include is used in the production network
- is
Include booleanUsed In Staging Version - Indicates if the include is used in the staging network
- name string
- A descriptive name for the property
- production
Version string - The most recent property version to be activated to the production network
- staging
Version 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
- is
Include BooleanUsed In Production Version - Indicates if the include is used in the production network
- is
Include BooleanUsed In Staging Version - Indicates if the include is used in the staging network
- name String
- A descriptive name for the property
- production
Version String - The most recent property version to be activated to the production network
- staging
Version 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
akamai
Terraform Provider.