1. Packages
  2. Akamai
  3. API Docs
  4. getPropertyActivation
Akamai v7.1.0 published on Wednesday, Apr 24, 2024 by Pulumi

akamai.getPropertyActivation

Explore with Pulumi AI

akamai logo
Akamai v7.1.0 published on Wednesday, Apr 24, 2024 by Pulumi

    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:

    PropertyId string
    Network string
    Version int
    PropertyId string
    Network string
    Version int
    propertyId String
    network String
    version Integer
    propertyId string
    network string
    version number
    propertyId String
    network String
    version Number

    getPropertyActivation Result

    The following output properties are available:

    ActivationId string
    Contacts List<string>
    Errors string
    Id string
    The provider-assigned unique ID for this managed resource.
    Note string
    PropertyId string
    Status string
    Warnings string
    Network string
    Version int
    ActivationId string
    Contacts []string
    Errors string
    Id string
    The provider-assigned unique ID for this managed resource.
    Note string
    PropertyId string
    Status string
    Warnings string
    Network string
    Version int
    activationId String
    contacts List<String>
    errors String
    id String
    The provider-assigned unique ID for this managed resource.
    note String
    propertyId String
    status String
    warnings String
    network String
    version Integer
    activationId string
    contacts string[]
    errors string
    id string
    The provider-assigned unique ID for this managed resource.
    note string
    propertyId 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
    activationId String
    contacts List<String>
    errors String
    id String
    The provider-assigned unique ID for this managed resource.
    note String
    propertyId 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.
    akamai logo
    Akamai v7.1.0 published on Wednesday, Apr 24, 2024 by Pulumi