1. Packages
  2. Akamai
  3. API Docs
  4. getCloudwrapperConfiguration
Akamai v6.2.0 published on Tuesday, Aug 29, 2023 by Pulumi

akamai.getCloudwrapperConfiguration

Explore with Pulumi AI

akamai logo
Akamai v6.2.0 published on Tuesday, Aug 29, 2023 by Pulumi

    Using getCloudwrapperConfiguration

    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 getCloudwrapperConfiguration(args: GetCloudwrapperConfigurationArgs, opts?: InvokeOptions): Promise<GetCloudwrapperConfigurationResult>
    function getCloudwrapperConfigurationOutput(args: GetCloudwrapperConfigurationOutputArgs, opts?: InvokeOptions): Output<GetCloudwrapperConfigurationResult>
    def get_cloudwrapper_configuration(id: Optional[int] = None,
                                       locations: Optional[Sequence[GetCloudwrapperConfigurationLocation]] = None,
                                       multi_cdn_settings: Optional[GetCloudwrapperConfigurationMultiCdnSettings] = None,
                                       opts: Optional[InvokeOptions] = None) -> GetCloudwrapperConfigurationResult
    def get_cloudwrapper_configuration_output(id: Optional[pulumi.Input[int]] = None,
                                       locations: Optional[pulumi.Input[Sequence[pulumi.Input[GetCloudwrapperConfigurationLocationArgs]]]] = None,
                                       multi_cdn_settings: Optional[pulumi.Input[GetCloudwrapperConfigurationMultiCdnSettingsArgs]] = None,
                                       opts: Optional[InvokeOptions] = None) -> Output[GetCloudwrapperConfigurationResult]
    func LookupCloudwrapperConfiguration(ctx *Context, args *LookupCloudwrapperConfigurationArgs, opts ...InvokeOption) (*LookupCloudwrapperConfigurationResult, error)
    func LookupCloudwrapperConfigurationOutput(ctx *Context, args *LookupCloudwrapperConfigurationOutputArgs, opts ...InvokeOption) LookupCloudwrapperConfigurationResultOutput

    > Note: This function is named LookupCloudwrapperConfiguration in the Go SDK.

    public static class GetCloudwrapperConfiguration 
    {
        public static Task<GetCloudwrapperConfigurationResult> InvokeAsync(GetCloudwrapperConfigurationArgs args, InvokeOptions? opts = null)
        public static Output<GetCloudwrapperConfigurationResult> Invoke(GetCloudwrapperConfigurationInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetCloudwrapperConfigurationResult> getCloudwrapperConfiguration(GetCloudwrapperConfigurationArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: akamai:index/getCloudwrapperConfiguration:getCloudwrapperConfiguration
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getCloudwrapperConfiguration Result

    The following output properties are available:

    Supporting Types

    GetCloudwrapperConfigurationLocation

    GetCloudwrapperConfigurationLocationCapacity

    Unit string
    Value int
    Unit string
    Value int
    unit String
    value Integer
    unit string
    value number
    unit str
    value int
    unit String
    value Number

    GetCloudwrapperConfigurationMultiCdnSettings

    GetCloudwrapperConfigurationMultiCdnSettingsBocc

    GetCloudwrapperConfigurationMultiCdnSettingsCdn

    GetCloudwrapperConfigurationMultiCdnSettingsCdnCdnAuthKey

    AuthKeyName string
    ExpiryDate string
    HeaderName string
    Secret string
    AuthKeyName string
    ExpiryDate string
    HeaderName string
    Secret string
    authKeyName String
    expiryDate String
    headerName String
    secret String
    authKeyName string
    expiryDate string
    headerName string
    secret string
    authKeyName String
    expiryDate String
    headerName String
    secret String

    GetCloudwrapperConfigurationMultiCdnSettingsDataStreams

    dataStreamIds List<Integer>
    enabled Boolean
    samplingRate Integer
    dataStreamIds number[]
    enabled boolean
    samplingRate number
    dataStreamIds List<Number>
    enabled Boolean
    samplingRate Number

    GetCloudwrapperConfigurationMultiCdnSettingsOrigin

    Hostname string
    OriginId string
    PropertyId int
    Hostname string
    OriginId string
    PropertyId int
    hostname String
    originId String
    propertyId Integer
    hostname string
    originId string
    propertyId number
    hostname String
    originId String
    propertyId 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 v6.2.0 published on Tuesday, Aug 29, 2023 by Pulumi