1. Packages
  2. Akamai
  3. API Docs
  4. getProperty
Akamai v7.0.0 published on Monday, Apr 8, 2024 by Pulumi

akamai.getProperty

Explore with Pulumi AI

akamai logo
Akamai v7.0.0 published on Monday, Apr 8, 2024 by Pulumi

    Using getProperty

    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 getProperty(args: GetPropertyArgs, opts?: InvokeOptions): Promise<GetPropertyResult>
    function getPropertyOutput(args: GetPropertyOutputArgs, opts?: InvokeOptions): Output<GetPropertyResult>
    def get_property(name: Optional[str] = None,
                     version: Optional[int] = None,
                     opts: Optional[InvokeOptions] = None) -> GetPropertyResult
    def get_property_output(name: Optional[pulumi.Input[str]] = None,
                     version: Optional[pulumi.Input[int]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetPropertyResult]
    func LookupProperty(ctx *Context, args *LookupPropertyArgs, opts ...InvokeOption) (*LookupPropertyResult, error)
    func LookupPropertyOutput(ctx *Context, args *LookupPropertyOutputArgs, opts ...InvokeOption) LookupPropertyResultOutput

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

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

    The following arguments are supported:

    Name string
    Version int
    Name string
    Version int
    name String
    version Integer
    name string
    version number
    name str
    version int
    name String
    version Number

    getProperty Result

    The following output properties are available:

    ContractId string
    GroupId string
    Id string
    The provider-assigned unique ID for this managed resource.
    LatestVersion int
    Name string
    Note string
    ProductId string
    ProductionVersion int
    PropertyId string
    RuleFormat string
    Rules string
    StagingVersion int
    Version int
    ContractId string
    GroupId string
    Id string
    The provider-assigned unique ID for this managed resource.
    LatestVersion int
    Name string
    Note string
    ProductId string
    ProductionVersion int
    PropertyId string
    RuleFormat string
    Rules string
    StagingVersion int
    Version int
    contractId String
    groupId String
    id String
    The provider-assigned unique ID for this managed resource.
    latestVersion Integer
    name String
    note String
    productId String
    productionVersion Integer
    propertyId String
    ruleFormat String
    rules String
    stagingVersion Integer
    version Integer
    contractId string
    groupId string
    id string
    The provider-assigned unique ID for this managed resource.
    latestVersion number
    name string
    note string
    productId string
    productionVersion number
    propertyId string
    ruleFormat string
    rules string
    stagingVersion number
    version number
    contract_id str
    group_id str
    id str
    The provider-assigned unique ID for this managed resource.
    latest_version int
    name str
    note str
    product_id str
    production_version int
    property_id str
    rule_format str
    rules str
    staging_version int
    version int
    contractId String
    groupId String
    id String
    The provider-assigned unique ID for this managed resource.
    latestVersion Number
    name String
    note String
    productId String
    productionVersion Number
    propertyId String
    ruleFormat String
    rules String
    stagingVersion Number
    version Number

    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.0.0 published on Monday, Apr 8, 2024 by Pulumi