1. Packages
  2. Akamai
  3. API Docs
  4. getProperties
Akamai v6.4.0 published on Tuesday, Feb 20, 2024 by Pulumi

akamai.getProperties

Explore with Pulumi AI

akamai logo
Akamai v6.4.0 published on Tuesday, Feb 20, 2024 by Pulumi

    Using getProperties

    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 getProperties(args: GetPropertiesArgs, opts?: InvokeOptions): Promise<GetPropertiesResult>
    function getPropertiesOutput(args: GetPropertiesOutputArgs, opts?: InvokeOptions): Output<GetPropertiesResult>
    def get_properties(contract_id: Optional[str] = None,
                       group_id: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetPropertiesResult
    def get_properties_output(contract_id: Optional[pulumi.Input[str]] = None,
                       group_id: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetPropertiesResult]
    func GetProperties(ctx *Context, args *GetPropertiesArgs, opts ...InvokeOption) (*GetPropertiesResult, error)
    func GetPropertiesOutput(ctx *Context, args *GetPropertiesOutputArgs, opts ...InvokeOption) GetPropertiesResultOutput

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

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

    The following arguments are supported:

    ContractId string
    GroupId string
    ContractId string
    GroupId string
    contractId String
    groupId String
    contractId string
    groupId string
    contractId String
    groupId String

    getProperties Result

    The following output properties are available:

    ContractId string
    GroupId string
    Id string
    The provider-assigned unique ID for this managed resource.
    Properties List<GetPropertiesProperty>
    ContractId string
    GroupId string
    Id string
    The provider-assigned unique ID for this managed resource.
    Properties []GetPropertiesProperty
    contractId String
    groupId String
    id String
    The provider-assigned unique ID for this managed resource.
    properties List<GetPropertiesProperty>
    contractId string
    groupId string
    id string
    The provider-assigned unique ID for this managed resource.
    properties GetPropertiesProperty[]
    contract_id str
    group_id str
    id str
    The provider-assigned unique ID for this managed resource.
    properties Sequence[GetPropertiesProperty]
    contractId String
    groupId String
    id String
    The provider-assigned unique ID for this managed resource.
    properties List<Property Map>

    Supporting Types

    GetPropertiesProperty

    contractId String
    groupId String
    latestVersion Integer
    note String
    productId String
    productionVersion Integer
    propertyId String
    propertyName String
    ruleFormat String
    stagingVersion Integer

    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 v6.4.0 published on Tuesday, Feb 20, 2024 by Pulumi