Akamai v8.0.0 published on Saturday, Mar 1, 2025 by Pulumi
akamai.getProperties
Explore with Pulumi AI
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)
public static Output<GetPropertiesResult> getProperties(GetPropertiesArgs args, InvokeOptions options)
fn::invoke:
  function: akamai:index/getProperties:getProperties
  arguments:
    # arguments dictionaryThe following arguments are supported:
- ContractId string
- GroupId string
- ContractId string
- GroupId string
- contractId String
- groupId String
- contractId string
- groupId string
- contract_id str
- group_id str
- 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<GetProperties Property> 
- ContractId string
- GroupId string
- Id string
- The provider-assigned unique ID for this managed resource.
- Properties
[]GetProperties Property 
- contractId String
- groupId String
- id String
- The provider-assigned unique ID for this managed resource.
- properties
List<GetProperties Property> 
- contractId string
- groupId string
- id string
- The provider-assigned unique ID for this managed resource.
- properties
GetProperties Property[] 
- contract_id str
- group_id str
- id str
- The provider-assigned unique ID for this managed resource.
- properties
Sequence[GetProperties Property] 
- 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 int
- Note string
- ProductionVersion int
- PropertyId string
- PropertyName string
- StagingVersion int
- ContractId string
- GroupId string
- LatestVersion int
- Note string
- ProductionVersion int
- PropertyId string
- PropertyName string
- StagingVersion int
- contractId String
- groupId String
- latestVersion Integer
- note String
- productionVersion Integer
- propertyId String
- propertyName String
- stagingVersion Integer
- contractId string
- groupId string
- latestVersion number
- note string
- productionVersion number
- propertyId string
- propertyName string
- stagingVersion number
- contract_id str
- group_id str
- latest_version int
- note str
- production_version int
- property_id str
- property_name str
- staging_version int
- contractId String
- groupId String
- latestVersion Number
- note String
- productionVersion Number
- propertyId String
- propertyName String
- stagingVersion Number
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the akamaiTerraform Provider.