getProperty
Using getProperty
function getProperty(args: GetPropertyArgs, opts?: InvokeOptions): Promise<GetPropertyResult>
def get_property(name: Optional[str] = None,
version: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetPropertyResult
func LookupProperty(ctx *Context, args *LookupPropertyArgs, opts ...InvokeOption) (*LookupPropertyResult, error)
Note: This function is named
LookupProperty
in the Go SDK.
public static class GetProperty {
public static Task<GetPropertyResult> InvokeAsync(GetPropertyArgs args, InvokeOptions? opts = null)
}
The following arguments are supported:
getProperty Result
The following output properties are available:
Package Details
- Repository
- https://github.com/pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamai
Terraform Provider.