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

akamai.getCloudwrapperProperties

Explore with Pulumi AI

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

    Using getCloudwrapperProperties

    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 getCloudwrapperProperties(args: GetCloudwrapperPropertiesArgs, opts?: InvokeOptions): Promise<GetCloudwrapperPropertiesResult>
    function getCloudwrapperPropertiesOutput(args: GetCloudwrapperPropertiesOutputArgs, opts?: InvokeOptions): Output<GetCloudwrapperPropertiesResult>
    def get_cloudwrapper_properties(contract_ids: Optional[Sequence[str]] = None,
                                    properties: Optional[Sequence[GetCloudwrapperPropertiesProperty]] = None,
                                    unused: Optional[bool] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetCloudwrapperPropertiesResult
    def get_cloudwrapper_properties_output(contract_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                    properties: Optional[pulumi.Input[Sequence[pulumi.Input[GetCloudwrapperPropertiesPropertyArgs]]]] = None,
                                    unused: Optional[pulumi.Input[bool]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetCloudwrapperPropertiesResult]
    func GetCloudwrapperProperties(ctx *Context, args *GetCloudwrapperPropertiesArgs, opts ...InvokeOption) (*GetCloudwrapperPropertiesResult, error)
    func GetCloudwrapperPropertiesOutput(ctx *Context, args *GetCloudwrapperPropertiesOutputArgs, opts ...InvokeOption) GetCloudwrapperPropertiesResultOutput

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

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

    The following arguments are supported:

    getCloudwrapperProperties Result

    The following output properties are available:

    Id string

    Deprecated: Required by the terraform plugin testing framework, always set to akamai.getCloudwrapperProperties

    ContractIds List<string>
    Properties List<GetCloudwrapperPropertiesProperty>
    Unused bool
    Id string

    Deprecated: Required by the terraform plugin testing framework, always set to akamai.getCloudwrapperProperties

    ContractIds []string
    Properties []GetCloudwrapperPropertiesProperty
    Unused bool
    id String

    Deprecated: Required by the terraform plugin testing framework, always set to akamai.getCloudwrapperProperties

    contractIds List<String>
    properties List<GetCloudwrapperPropertiesProperty>
    unused Boolean
    id string

    Deprecated: Required by the terraform plugin testing framework, always set to akamai.getCloudwrapperProperties

    contractIds string[]
    properties GetCloudwrapperPropertiesProperty[]
    unused boolean
    id str

    Deprecated: Required by the terraform plugin testing framework, always set to akamai.getCloudwrapperProperties

    contract_ids Sequence[str]
    properties Sequence[GetCloudwrapperPropertiesProperty]
    unused bool
    id String

    Deprecated: Required by the terraform plugin testing framework, always set to akamai.getCloudwrapperProperties

    contractIds List<String>
    properties List<Property Map>
    unused Boolean

    Supporting Types

    GetCloudwrapperPropertiesProperty

    ContractId string
    Contract ID having Cloud Wrapper entitlement.
    GroupId int
    ID of the group which the property belongs to.
    PropertyId int
    Property ID of the property.
    PropertyName string
    Name of the property belonging to the origin.
    Type string
    The type of property. MEDIA applies to live or video on demand content. WEB applies to website or app content.
    ContractId string
    Contract ID having Cloud Wrapper entitlement.
    GroupId int
    ID of the group which the property belongs to.
    PropertyId int
    Property ID of the property.
    PropertyName string
    Name of the property belonging to the origin.
    Type string
    The type of property. MEDIA applies to live or video on demand content. WEB applies to website or app content.
    contractId String
    Contract ID having Cloud Wrapper entitlement.
    groupId Integer
    ID of the group which the property belongs to.
    propertyId Integer
    Property ID of the property.
    propertyName String
    Name of the property belonging to the origin.
    type String
    The type of property. MEDIA applies to live or video on demand content. WEB applies to website or app content.
    contractId string
    Contract ID having Cloud Wrapper entitlement.
    groupId number
    ID of the group which the property belongs to.
    propertyId number
    Property ID of the property.
    propertyName string
    Name of the property belonging to the origin.
    type string
    The type of property. MEDIA applies to live or video on demand content. WEB applies to website or app content.
    contract_id str
    Contract ID having Cloud Wrapper entitlement.
    group_id int
    ID of the group which the property belongs to.
    property_id int
    Property ID of the property.
    property_name str
    Name of the property belonging to the origin.
    type str
    The type of property. MEDIA applies to live or video on demand content. WEB applies to website or app content.
    contractId String
    Contract ID having Cloud Wrapper entitlement.
    groupId Number
    ID of the group which the property belongs to.
    propertyId Number
    Property ID of the property.
    propertyName String
    Name of the property belonging to the origin.
    type String
    The type of property. MEDIA applies to live or video on demand content. WEB applies to website or app content.

    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