1. Packages
  2. Akamai
  3. API Docs
  4. getPropertyIncludes
Akamai v7.1.0 published on Wednesday, Apr 24, 2024 by Pulumi

akamai.getPropertyIncludes

Explore with Pulumi AI

akamai logo
Akamai v7.1.0 published on Wednesday, Apr 24, 2024 by Pulumi

    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:

    getPropertyIncludes Result

    The following output properties are available:

    ContractId string
    GroupId string
    Id string
    The provider-assigned unique ID for this managed resource.
    Includes List<GetPropertyIncludesInclude>
    ParentProperty GetPropertyIncludesParentProperty
    Type string
    ContractId string
    GroupId string
    Id string
    The provider-assigned unique ID for this managed resource.
    Includes []GetPropertyIncludesInclude
    ParentProperty GetPropertyIncludesParentProperty
    Type string
    contractId String
    groupId String
    id String
    The provider-assigned unique ID for this managed resource.
    includes List<GetPropertyIncludesInclude>
    parentProperty GetPropertyIncludesParentProperty
    type String
    contractId string
    groupId string
    id string
    The provider-assigned unique ID for this managed resource.
    includes GetPropertyIncludesInclude[]
    parentProperty GetPropertyIncludesParentProperty
    type string
    contractId String
    groupId String
    id String
    The provider-assigned unique ID for this managed resource.
    includes List<Property Map>
    parentProperty Property Map
    type String

    Supporting Types

    GetPropertyIncludesInclude

    Id string
    The include's unique identifier
    LatestVersion int
    Specifies the most recent version of the include
    Name string
    A descriptive name for the include
    ProductionVersion string
    The most recent version to be activated to the production network
    StagingVersion string
    The most recent version to be activated to the staging network
    Type string
    Specifies the type of the include, either MICROSERVICES or COMMON_SETTINGS
    Id string
    The include's unique identifier
    LatestVersion int
    Specifies the most recent version of the include
    Name string
    A descriptive name for the include
    ProductionVersion string
    The most recent version to be activated to the production network
    StagingVersion string
    The most recent version to be activated to the staging network
    Type string
    Specifies the type of the include, either MICROSERVICES or COMMON_SETTINGS
    id String
    The include's unique identifier
    latestVersion Integer
    Specifies the most recent version of the include
    name String
    A descriptive name for the include
    productionVersion String
    The most recent version to be activated to the production network
    stagingVersion String
    The most recent version to be activated to the staging network
    type String
    Specifies the type of the include, either MICROSERVICES or COMMON_SETTINGS
    id string
    The include's unique identifier
    latestVersion number
    Specifies the most recent version of the include
    name string
    A descriptive name for the include
    productionVersion string
    The most recent version to be activated to the production network
    stagingVersion string
    The most recent version to be activated to the staging network
    type string
    Specifies the type of the include, either MICROSERVICES or COMMON_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 or COMMON_SETTINGS
    id String
    The include's unique identifier
    latestVersion Number
    Specifies the most recent version of the include
    name String
    A descriptive name for the include
    productionVersion String
    The most recent version to be activated to the production network
    stagingVersion String
    The most recent version to be activated to the staging network
    type String
    Specifies the type of the include, either MICROSERVICES or COMMON_SETTINGS

    GetPropertyIncludesParentProperty

    Id string
    The property's unique identifier
    Version int
    The property's version for which the data is requested
    Id string
    The property's unique identifier
    Version int
    The property's version for which the data is requested
    id String
    The property's unique identifier
    version Integer
    The property's version for which the data is requested
    id string
    The property's unique identifier
    version number
    The property's version for which the data is requested
    id str
    The property's unique identifier
    version int
    The property's version for which the data is requested
    id String
    The property's unique identifier
    version Number
    The property's version for which the data is requested

    Package Details

    Repository
    Akamai pulumi/pulumi-akamai
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the akamai Terraform Provider.
    akamai logo
    Akamai v7.1.0 published on Wednesday, Apr 24, 2024 by Pulumi