Akamai v7.5.0 published on Friday, Oct 11, 2024 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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: akamai:index/getPropertiesSearch:getPropertiesSearch
arguments:
# arguments dictionary
The 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<Get
Properties Search Property> - Value string
- Id string
- The provider-assigned unique ID for this managed resource.
- Key string
- Properties
[]Get
Properties Search Property - Value string
- id String
- The provider-assigned unique ID for this managed resource.
- key String
- properties
List<Get
Properties Search Property> - value String
- id string
- The provider-assigned unique ID for this managed resource.
- key string
- properties
Get
Properties Search Property[] - value string
- id str
- The provider-assigned unique ID for this managed resource.
- key str
- properties
Sequence[Get
Properties 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
- Account
Id string - Asset
Id string - Contract
Id string - Edge
Hostname string - Group
Id string - Hostname string
- Production
Status string - Property
Id string - Property
Name string - Property
Version int - Staging
Status string - Updated
By stringUser - Updated
Date string
- Account
Id string - Asset
Id string - Contract
Id string - Edge
Hostname string - Group
Id string - Hostname string
- Production
Status string - Property
Id string - Property
Name string - Property
Version int - Staging
Status string - Updated
By stringUser - Updated
Date string
- account
Id String - asset
Id String - contract
Id String - edge
Hostname String - group
Id String - hostname String
- production
Status String - property
Id String - property
Name String - property
Version Integer - staging
Status String - updated
By StringUser - updated
Date String
- account
Id string - asset
Id string - contract
Id string - edge
Hostname string - group
Id string - hostname string
- production
Status string - property
Id string - property
Name string - property
Version number - staging
Status string - updated
By stringUser - updated
Date 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
- account
Id String - asset
Id String - contract
Id String - edge
Hostname String - group
Id String - hostname String
- production
Status String - property
Id String - property
Name String - property
Version Number - staging
Status String - updated
By StringUser - updated
Date String
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamai
Terraform Provider.