Akamai v7.5.0 published on Friday, Oct 11, 2024 by Pulumi
akamai.getPropertyIncludes
Explore with Pulumi AI
Using getPropertyIncludes
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 getPropertyIncludes(args: GetPropertyIncludesArgs, opts?: InvokeOptions): Promise<GetPropertyIncludesResult>
function getPropertyIncludesOutput(args: GetPropertyIncludesOutputArgs, opts?: InvokeOptions): Output<GetPropertyIncludesResult>
def get_property_includes(contract_id: Optional[str] = None,
group_id: Optional[str] = None,
parent_property: Optional[GetPropertyIncludesParentProperty] = None,
type: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetPropertyIncludesResult
def get_property_includes_output(contract_id: Optional[pulumi.Input[str]] = None,
group_id: Optional[pulumi.Input[str]] = None,
parent_property: Optional[pulumi.Input[GetPropertyIncludesParentPropertyArgs]] = None,
type: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPropertyIncludesResult]
func GetPropertyIncludes(ctx *Context, args *GetPropertyIncludesArgs, opts ...InvokeOption) (*GetPropertyIncludesResult, error)
func GetPropertyIncludesOutput(ctx *Context, args *GetPropertyIncludesOutputArgs, opts ...InvokeOption) GetPropertyIncludesResultOutput
> Note: This function is named GetPropertyIncludes
in the Go SDK.
public static class GetPropertyIncludes
{
public static Task<GetPropertyIncludesResult> InvokeAsync(GetPropertyIncludesArgs args, InvokeOptions? opts = null)
public static Output<GetPropertyIncludesResult> Invoke(GetPropertyIncludesInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetPropertyIncludesResult> getPropertyIncludes(GetPropertyIncludesArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: akamai:index/getPropertyIncludes:getPropertyIncludes
arguments:
# arguments dictionary
The following arguments are supported:
- Contract
Id string - Group
Id string - Parent
Property GetProperty Includes Parent Property - Type string
- Contract
Id string - Group
Id string - Parent
Property GetProperty Includes Parent Property - Type string
- contract
Id String - group
Id String - parent
Property GetProperty Includes Parent Property - type String
- contract
Id string - group
Id string - parent
Property GetProperty Includes Parent Property - type string
- contract
Id String - group
Id String - parent
Property Property Map - type String
getPropertyIncludes Result
The following output properties are available:
- Contract
Id string - Group
Id string - Id string
- The provider-assigned unique ID for this managed resource.
- Includes
List<Get
Property Includes Include> - Parent
Property GetProperty Includes Parent Property - Type string
- Contract
Id string - Group
Id string - Id string
- The provider-assigned unique ID for this managed resource.
- Includes
[]Get
Property Includes Include - Parent
Property GetProperty Includes Parent Property - Type string
- contract
Id String - group
Id String - id String
- The provider-assigned unique ID for this managed resource.
- includes
List<Get
Property Includes Include> - parent
Property GetProperty Includes Parent Property - type String
- contract
Id string - group
Id string - id string
- The provider-assigned unique ID for this managed resource.
- includes
Get
Property Includes Include[] - parent
Property GetProperty Includes Parent Property - type string
- contract_
id str - group_
id str - id str
- The provider-assigned unique ID for this managed resource.
- includes
Sequence[Get
Property Includes Include] - parent_
property GetProperty Includes Parent Property - type str
- contract
Id String - group
Id String - id String
- The provider-assigned unique ID for this managed resource.
- includes List<Property Map>
- parent
Property Property Map - type String
Supporting Types
GetPropertyIncludesInclude
- Id string
- The include's unique identifier
- Latest
Version int - Specifies the most recent version of the include
- Name string
- A descriptive name for the include
- Production
Version string - The most recent version to be activated to the production network
- Staging
Version string - The most recent version to be activated to the staging network
- Type string
- Specifies the type of the include, either
MICROSERVICES
orCOMMON_SETTINGS
- Id string
- The include's unique identifier
- Latest
Version int - Specifies the most recent version of the include
- Name string
- A descriptive name for the include
- Production
Version string - The most recent version to be activated to the production network
- Staging
Version string - The most recent version to be activated to the staging network
- Type string
- Specifies the type of the include, either
MICROSERVICES
orCOMMON_SETTINGS
- id String
- The include's unique identifier
- latest
Version Integer - Specifies the most recent version of the include
- name String
- A descriptive name for the include
- production
Version String - The most recent version to be activated to the production network
- staging
Version String - The most recent version to be activated to the staging network
- type String
- Specifies the type of the include, either
MICROSERVICES
orCOMMON_SETTINGS
- id string
- The include's unique identifier
- latest
Version number - Specifies the most recent version of the include
- name string
- A descriptive name for the include
- production
Version string - The most recent version to be activated to the production network
- staging
Version string - The most recent version to be activated to the staging network
- type string
- Specifies the type of the include, either
MICROSERVICES
orCOMMON_SETTINGS
- id str
- The include's unique identifier
- latest_
version int - Specifies the most recent version of the include
- name str
- A descriptive name for the include
- production_
version str - The most recent version to be activated to the production network
- staging_
version str - The most recent version to be activated to the staging network
- type str
- Specifies the type of the include, either
MICROSERVICES
orCOMMON_SETTINGS
- id String
- The include's unique identifier
- latest
Version Number - Specifies the most recent version of the include
- name String
- A descriptive name for the include
- production
Version String - The most recent version to be activated to the production network
- staging
Version String - The most recent version to be activated to the staging network
- type String
- Specifies the type of the include, either
MICROSERVICES
orCOMMON_SETTINGS
GetPropertyIncludesParentProperty
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamai
Terraform Provider.