Akamai v7.2.0 published on Friday, May 31, 2024 by Pulumi
akamai.getPropertyActivation
Explore with Pulumi AI
Using getPropertyActivation
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 getPropertyActivation(args: GetPropertyActivationArgs, opts?: InvokeOptions): Promise<GetPropertyActivationResult>
function getPropertyActivationOutput(args: GetPropertyActivationOutputArgs, opts?: InvokeOptions): Output<GetPropertyActivationResult>
def get_property_activation(network: Optional[str] = None,
property_id: Optional[str] = None,
version: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetPropertyActivationResult
def get_property_activation_output(network: Optional[pulumi.Input[str]] = None,
property_id: Optional[pulumi.Input[str]] = None,
version: Optional[pulumi.Input[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetPropertyActivationResult]
func LookupPropertyActivation(ctx *Context, args *LookupPropertyActivationArgs, opts ...InvokeOption) (*LookupPropertyActivationResult, error)
func LookupPropertyActivationOutput(ctx *Context, args *LookupPropertyActivationOutputArgs, opts ...InvokeOption) LookupPropertyActivationResultOutput
> Note: This function is named LookupPropertyActivation
in the Go SDK.
public static class GetPropertyActivation
{
public static Task<GetPropertyActivationResult> InvokeAsync(GetPropertyActivationArgs args, InvokeOptions? opts = null)
public static Output<GetPropertyActivationResult> Invoke(GetPropertyActivationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetPropertyActivationResult> getPropertyActivation(GetPropertyActivationArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: akamai:index/getPropertyActivation:getPropertyActivation
arguments:
# arguments dictionary
The following arguments are supported:
- Property
Id string - Network string
- Version int
- Property
Id string - Network string
- Version int
- property
Id String - network String
- version Integer
- property
Id string - network string
- version number
- property_
id str - network str
- version int
- property
Id String - network String
- version Number
getPropertyActivation Result
The following output properties are available:
- Activation
Id string - Contacts List<string>
- Errors string
- Id string
- The provider-assigned unique ID for this managed resource.
- Note string
- Property
Id string - Status string
- Warnings string
- Network string
- Version int
- Activation
Id string - Contacts []string
- Errors string
- Id string
- The provider-assigned unique ID for this managed resource.
- Note string
- Property
Id string - Status string
- Warnings string
- Network string
- Version int
- activation
Id String - contacts List<String>
- errors String
- id String
- The provider-assigned unique ID for this managed resource.
- note String
- property
Id String - status String
- warnings String
- network String
- version Integer
- activation
Id string - contacts string[]
- errors string
- id string
- The provider-assigned unique ID for this managed resource.
- note string
- property
Id string - status string
- warnings string
- network string
- version number
- activation_
id str - contacts Sequence[str]
- errors str
- id str
- The provider-assigned unique ID for this managed resource.
- note str
- property_
id str - status str
- warnings str
- network str
- version int
- activation
Id String - contacts List<String>
- errors String
- id String
- The provider-assigned unique ID for this managed resource.
- note String
- property
Id String - status String
- warnings String
- network String
- version Number
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamai
Terraform Provider.