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:
- Asset
Id string - Contract
Id string - Group
Id string - Id string
- The provider-assigned unique ID for this managed resource.
- Latest
Version int - Name string
- Note string
- Product
Id string - Production
Version int - Property
Id string - Property
Type string - Rule
Format string - Rules string
- Staging
Version int - Version int
- Asset
Id string - Contract
Id string - Group
Id string - Id string
- The provider-assigned unique ID for this managed resource.
- Latest
Version int - Name string
- Note string
- Product
Id string - Production
Version int - Property
Id string - Property
Type string - Rule
Format string - Rules string
- Staging
Version int - Version int
- asset
Id String - contract
Id String - group
Id String - id String
- The provider-assigned unique ID for this managed resource.
- latest
Version Integer - name String
- note String
- product
Id String - production
Version Integer - property
Id String - property
Type String - rule
Format String - rules String
- staging
Version Integer - version Integer
- asset
Id string - contract
Id string - group
Id string - id string
- The provider-assigned unique ID for this managed resource.
- latest
Version number - name string
- note string
- product
Id string - production
Version number - property
Id string - property
Type string - rule
Format string - rules string
- staging
Version 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 - property_
type str - rule_
format str - rules str
- staging_
version int - version int
- asset
Id String - contract
Id String - group
Id String - id String
- The provider-assigned unique ID for this managed resource.
- latest
Version Number - name String
- note String
- product
Id String - production
Version Number - property
Id String - property
Type String - rule
Format String - rules String
- staging
Version Number - version Number
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamaiTerraform Provider.
