Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi
akamai.getPropertiesSearch
Explore with Pulumi AI
Using getPropertiesSearch
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 getPropertiesSearch(args: GetPropertiesSearchArgs, opts?: InvokeOptions): Promise<GetPropertiesSearchResult>
function getPropertiesSearchOutput(args: GetPropertiesSearchOutputArgs, opts?: InvokeOptions): Output<GetPropertiesSearchResult>def get_properties_search(key: Optional[str] = None,
                          value: Optional[str] = None,
                          opts: Optional[InvokeOptions] = None) -> GetPropertiesSearchResult
def get_properties_search_output(key: Optional[pulumi.Input[str]] = None,
                          value: Optional[pulumi.Input[str]] = None,
                          opts: Optional[InvokeOptions] = None) -> Output[GetPropertiesSearchResult]func GetPropertiesSearch(ctx *Context, args *GetPropertiesSearchArgs, opts ...InvokeOption) (*GetPropertiesSearchResult, error)
func GetPropertiesSearchOutput(ctx *Context, args *GetPropertiesSearchOutputArgs, opts ...InvokeOption) GetPropertiesSearchResultOutput> Note: This function is named GetPropertiesSearch in the Go SDK.
public static class GetPropertiesSearch 
{
    public static Task<GetPropertiesSearchResult> InvokeAsync(GetPropertiesSearchArgs args, InvokeOptions? opts = null)
    public static Output<GetPropertiesSearchResult> Invoke(GetPropertiesSearchInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetPropertiesSearchResult> getPropertiesSearch(GetPropertiesSearchArgs args, InvokeOptions options)
public static Output<GetPropertiesSearchResult> getPropertiesSearch(GetPropertiesSearchArgs args, InvokeOptions options)
fn::invoke:
  function: akamai:index/getPropertiesSearch:getPropertiesSearch
  arguments:
    # arguments dictionaryThe following arguments are supported:
getPropertiesSearch Result
The following output properties are available:
- Id string
- The provider-assigned unique ID for this managed resource.
- Key string
- Properties
List<GetProperties Search Property> 
- Value string
- Id string
- The provider-assigned unique ID for this managed resource.
- Key string
- Properties
[]GetProperties Search Property 
- Value string
- id String
- The provider-assigned unique ID for this managed resource.
- key String
- properties
List<GetProperties Search Property> 
- value String
- id string
- The provider-assigned unique ID for this managed resource.
- key string
- properties
GetProperties Search Property[] 
- value string
- id str
- The provider-assigned unique ID for this managed resource.
- key str
- properties
Sequence[GetProperties Search Property] 
- value str
- id String
- The provider-assigned unique ID for this managed resource.
- key String
- properties List<Property Map>
- value String
Supporting Types
GetPropertiesSearchProperty   
- AccountId string
- AssetId string
- ContractId string
- EdgeHostname string
- GroupId string
- Hostname string
- ProductionStatus string
- PropertyId string
- PropertyName string
- PropertyVersion int
- StagingStatus string
- UpdatedBy stringUser 
- UpdatedDate string
- AccountId string
- AssetId string
- ContractId string
- EdgeHostname string
- GroupId string
- Hostname string
- ProductionStatus string
- PropertyId string
- PropertyName string
- PropertyVersion int
- StagingStatus string
- UpdatedBy stringUser 
- UpdatedDate string
- accountId String
- assetId String
- contractId String
- edgeHostname String
- groupId String
- hostname String
- productionStatus String
- propertyId String
- propertyName String
- propertyVersion Integer
- stagingStatus String
- updatedBy StringUser 
- updatedDate String
- accountId string
- assetId string
- contractId string
- edgeHostname string
- groupId string
- hostname string
- productionStatus string
- propertyId string
- propertyName string
- propertyVersion number
- stagingStatus string
- updatedBy stringUser 
- updatedDate string
- account_id str
- asset_id str
- contract_id str
- edge_hostname str
- group_id str
- hostname str
- production_status str
- property_id str
- property_name str
- property_version int
- staging_status str
- updated_by_ struser 
- updated_date str
- accountId String
- assetId String
- contractId String
- edgeHostname String
- groupId String
- hostname String
- productionStatus String
- propertyId String
- propertyName String
- propertyVersion Number
- stagingStatus String
- updatedBy StringUser 
- updatedDate String
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the akamaiTerraform Provider.