Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi
akamai.getProperty
Explore with Pulumi AI
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)
public static Output<GetPropertyResult> getProperty(GetPropertyArgs args, InvokeOptions options)
fn::invoke:
  function: akamai:index/getProperty:getProperty
  arguments:
    # arguments dictionaryThe following arguments are supported:
getProperty Result
The following output properties are available:
- AssetId string
- 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
- AssetId string
- 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
- assetId String
- 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
- assetId string
- 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
- asset_id str
- 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
- assetId String
- 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 akamaiTerraform Provider.