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

akamai.getPropertyInclude

Explore with Pulumi AI

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

    Using getPropertyInclude

    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 getPropertyInclude(args: GetPropertyIncludeArgs, opts?: InvokeOptions): Promise<GetPropertyIncludeResult>
    function getPropertyIncludeOutput(args: GetPropertyIncludeOutputArgs, opts?: InvokeOptions): Output<GetPropertyIncludeResult>
    def get_property_include(contract_id: Optional[str] = None,
                             group_id: Optional[str] = None,
                             include_id: Optional[str] = None,
                             opts: Optional[InvokeOptions] = None) -> GetPropertyIncludeResult
    def get_property_include_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[GetPropertyIncludeResult]
    func LookupPropertyInclude(ctx *Context, args *LookupPropertyIncludeArgs, opts ...InvokeOption) (*LookupPropertyIncludeResult, error)
    func LookupPropertyIncludeOutput(ctx *Context, args *LookupPropertyIncludeOutputArgs, opts ...InvokeOption) LookupPropertyIncludeResultOutput

    > Note: This function is named LookupPropertyInclude in the Go SDK.

    public static class GetPropertyInclude 
    {
        public static Task<GetPropertyIncludeResult> InvokeAsync(GetPropertyIncludeArgs args, InvokeOptions? opts = null)
        public static Output<GetPropertyIncludeResult> Invoke(GetPropertyIncludeInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetPropertyIncludeResult> getPropertyInclude(GetPropertyIncludeArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: akamai:index/getPropertyInclude:getPropertyInclude
      arguments:
        # arguments dictionary

    The 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
    contractId String
    groupId String
    includeId String

    getPropertyInclude Result

    The following output properties are available:

    ContractId string
    GroupId string
    Id string
    IncludeId string
    LatestVersion int
    Name string
    ProductionVersion int
    StagingVersion int
    Type string
    ContractId string
    GroupId string
    Id string
    IncludeId string
    LatestVersion int
    Name string
    ProductionVersion int
    StagingVersion int
    Type string
    contractId String
    groupId String
    id String
    includeId String
    latestVersion Integer
    name String
    productionVersion Integer
    stagingVersion Integer
    type String
    contractId string
    groupId string
    id string
    includeId string
    latestVersion number
    name string
    productionVersion number
    stagingVersion number
    type string
    contractId String
    groupId String
    id String
    includeId String
    latestVersion Number
    name String
    productionVersion Number
    stagingVersion Number
    type String

    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