Akamai v7.5.0 published on Friday, Oct 11, 2024 by Pulumi
akamai.getProperty
Explore with Pulumi AI
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)
// Output-based functions aren't available in Java yet
fn::invoke:
function: akamai:index/getProperty:getProperty
arguments:
# arguments dictionary
The following arguments are supported:
getProperty Result
The following output properties are available:
- 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 - Rule
Format string - Rules string
- Staging
Version int - Version int
- 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 - Rule
Format string - Rules string
- Staging
Version int - Version int
- 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 - rule
Format String - rules String
- staging
Version Integer - version Integer
- 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 - rule
Format string - rules string
- staging
Version number - version number
- 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 - rule_
format str - rules str
- staging_
version int - version int
- 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 - 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
akamai
Terraform Provider.