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

akamai.CloudletsPolicy

Explore with Pulumi AI

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

    Create CloudletsPolicy Resource

    new CloudletsPolicy(name: string, args: CloudletsPolicyArgs, opts?: CustomResourceOptions);
    @overload
    def CloudletsPolicy(resource_name: str,
                        opts: Optional[ResourceOptions] = None,
                        cloudlet_code: Optional[str] = None,
                        description: Optional[str] = None,
                        group_id: Optional[str] = None,
                        match_rule_format: Optional[str] = None,
                        match_rules: Optional[str] = None,
                        name: Optional[str] = None)
    @overload
    def CloudletsPolicy(resource_name: str,
                        args: CloudletsPolicyArgs,
                        opts: Optional[ResourceOptions] = None)
    func NewCloudletsPolicy(ctx *Context, name string, args CloudletsPolicyArgs, opts ...ResourceOption) (*CloudletsPolicy, error)
    public CloudletsPolicy(string name, CloudletsPolicyArgs args, CustomResourceOptions? opts = null)
    public CloudletsPolicy(String name, CloudletsPolicyArgs args)
    public CloudletsPolicy(String name, CloudletsPolicyArgs args, CustomResourceOptions options)
    
    type: akamai:CloudletsPolicy
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args CloudletsPolicyArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args CloudletsPolicyArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args CloudletsPolicyArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args CloudletsPolicyArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args CloudletsPolicyArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    CloudletsPolicy Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The CloudletsPolicy resource accepts the following input properties:

    CloudletCode string

    Code for the type of Cloudlet (ALB, AP, AS, CD, ER, FR, IG, or VP)

    GroupId string

    Defines the group association for the policy. You must have edit privileges for the group

    Description string

    The description of this specific policy

    MatchRuleFormat string

    The version of the Cloudlet specific matchRules

    MatchRules string

    A JSON structure that defines the rules for this policy

    Name string

    The name of the policy. The name must be unique

    CloudletCode string

    Code for the type of Cloudlet (ALB, AP, AS, CD, ER, FR, IG, or VP)

    GroupId string

    Defines the group association for the policy. You must have edit privileges for the group

    Description string

    The description of this specific policy

    MatchRuleFormat string

    The version of the Cloudlet specific matchRules

    MatchRules string

    A JSON structure that defines the rules for this policy

    Name string

    The name of the policy. The name must be unique

    cloudletCode String

    Code for the type of Cloudlet (ALB, AP, AS, CD, ER, FR, IG, or VP)

    groupId String

    Defines the group association for the policy. You must have edit privileges for the group

    description String

    The description of this specific policy

    matchRuleFormat String

    The version of the Cloudlet specific matchRules

    matchRules String

    A JSON structure that defines the rules for this policy

    name String

    The name of the policy. The name must be unique

    cloudletCode string

    Code for the type of Cloudlet (ALB, AP, AS, CD, ER, FR, IG, or VP)

    groupId string

    Defines the group association for the policy. You must have edit privileges for the group

    description string

    The description of this specific policy

    matchRuleFormat string

    The version of the Cloudlet specific matchRules

    matchRules string

    A JSON structure that defines the rules for this policy

    name string

    The name of the policy. The name must be unique

    cloudlet_code str

    Code for the type of Cloudlet (ALB, AP, AS, CD, ER, FR, IG, or VP)

    group_id str

    Defines the group association for the policy. You must have edit privileges for the group

    description str

    The description of this specific policy

    match_rule_format str

    The version of the Cloudlet specific matchRules

    match_rules str

    A JSON structure that defines the rules for this policy

    name str

    The name of the policy. The name must be unique

    cloudletCode String

    Code for the type of Cloudlet (ALB, AP, AS, CD, ER, FR, IG, or VP)

    groupId String

    Defines the group association for the policy. You must have edit privileges for the group

    description String

    The description of this specific policy

    matchRuleFormat String

    The version of the Cloudlet specific matchRules

    matchRules String

    A JSON structure that defines the rules for this policy

    name String

    The name of the policy. The name must be unique

    Outputs

    All input properties are implicitly available as output properties. Additionally, the CloudletsPolicy resource produces the following output properties:

    CloudletId int

    An integer that corresponds to a Cloudlets policy type (0 or 9)

    Id string

    The provider-assigned unique ID for this managed resource.

    Version int

    The version number of the policy

    Warnings string

    A JSON encoded list of warnings

    CloudletId int

    An integer that corresponds to a Cloudlets policy type (0 or 9)

    Id string

    The provider-assigned unique ID for this managed resource.

    Version int

    The version number of the policy

    Warnings string

    A JSON encoded list of warnings

    cloudletId Integer

    An integer that corresponds to a Cloudlets policy type (0 or 9)

    id String

    The provider-assigned unique ID for this managed resource.

    version Integer

    The version number of the policy

    warnings String

    A JSON encoded list of warnings

    cloudletId number

    An integer that corresponds to a Cloudlets policy type (0 or 9)

    id string

    The provider-assigned unique ID for this managed resource.

    version number

    The version number of the policy

    warnings string

    A JSON encoded list of warnings

    cloudlet_id int

    An integer that corresponds to a Cloudlets policy type (0 or 9)

    id str

    The provider-assigned unique ID for this managed resource.

    version int

    The version number of the policy

    warnings str

    A JSON encoded list of warnings

    cloudletId Number

    An integer that corresponds to a Cloudlets policy type (0 or 9)

    id String

    The provider-assigned unique ID for this managed resource.

    version Number

    The version number of the policy

    warnings String

    A JSON encoded list of warnings

    Look up Existing CloudletsPolicy Resource

    Get an existing CloudletsPolicy resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

    public static get(name: string, id: Input<ID>, state?: CloudletsPolicyState, opts?: CustomResourceOptions): CloudletsPolicy
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            cloudlet_code: Optional[str] = None,
            cloudlet_id: Optional[int] = None,
            description: Optional[str] = None,
            group_id: Optional[str] = None,
            match_rule_format: Optional[str] = None,
            match_rules: Optional[str] = None,
            name: Optional[str] = None,
            version: Optional[int] = None,
            warnings: Optional[str] = None) -> CloudletsPolicy
    func GetCloudletsPolicy(ctx *Context, name string, id IDInput, state *CloudletsPolicyState, opts ...ResourceOption) (*CloudletsPolicy, error)
    public static CloudletsPolicy Get(string name, Input<string> id, CloudletsPolicyState? state, CustomResourceOptions? opts = null)
    public static CloudletsPolicy get(String name, Output<String> id, CloudletsPolicyState state, CustomResourceOptions options)
    Resource lookup is not supported in YAML
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    resource_name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    name
    The unique name of the resulting resource.
    id
    The unique provider ID of the resource to lookup.
    state
    Any extra arguments used during the lookup.
    opts
    A bag of options that control this resource's behavior.
    The following state arguments are supported:
    CloudletCode string

    Code for the type of Cloudlet (ALB, AP, AS, CD, ER, FR, IG, or VP)

    CloudletId int

    An integer that corresponds to a Cloudlets policy type (0 or 9)

    Description string

    The description of this specific policy

    GroupId string

    Defines the group association for the policy. You must have edit privileges for the group

    MatchRuleFormat string

    The version of the Cloudlet specific matchRules

    MatchRules string

    A JSON structure that defines the rules for this policy

    Name string

    The name of the policy. The name must be unique

    Version int

    The version number of the policy

    Warnings string

    A JSON encoded list of warnings

    CloudletCode string

    Code for the type of Cloudlet (ALB, AP, AS, CD, ER, FR, IG, or VP)

    CloudletId int

    An integer that corresponds to a Cloudlets policy type (0 or 9)

    Description string

    The description of this specific policy

    GroupId string

    Defines the group association for the policy. You must have edit privileges for the group

    MatchRuleFormat string

    The version of the Cloudlet specific matchRules

    MatchRules string

    A JSON structure that defines the rules for this policy

    Name string

    The name of the policy. The name must be unique

    Version int

    The version number of the policy

    Warnings string

    A JSON encoded list of warnings

    cloudletCode String

    Code for the type of Cloudlet (ALB, AP, AS, CD, ER, FR, IG, or VP)

    cloudletId Integer

    An integer that corresponds to a Cloudlets policy type (0 or 9)

    description String

    The description of this specific policy

    groupId String

    Defines the group association for the policy. You must have edit privileges for the group

    matchRuleFormat String

    The version of the Cloudlet specific matchRules

    matchRules String

    A JSON structure that defines the rules for this policy

    name String

    The name of the policy. The name must be unique

    version Integer

    The version number of the policy

    warnings String

    A JSON encoded list of warnings

    cloudletCode string

    Code for the type of Cloudlet (ALB, AP, AS, CD, ER, FR, IG, or VP)

    cloudletId number

    An integer that corresponds to a Cloudlets policy type (0 or 9)

    description string

    The description of this specific policy

    groupId string

    Defines the group association for the policy. You must have edit privileges for the group

    matchRuleFormat string

    The version of the Cloudlet specific matchRules

    matchRules string

    A JSON structure that defines the rules for this policy

    name string

    The name of the policy. The name must be unique

    version number

    The version number of the policy

    warnings string

    A JSON encoded list of warnings

    cloudlet_code str

    Code for the type of Cloudlet (ALB, AP, AS, CD, ER, FR, IG, or VP)

    cloudlet_id int

    An integer that corresponds to a Cloudlets policy type (0 or 9)

    description str

    The description of this specific policy

    group_id str

    Defines the group association for the policy. You must have edit privileges for the group

    match_rule_format str

    The version of the Cloudlet specific matchRules

    match_rules str

    A JSON structure that defines the rules for this policy

    name str

    The name of the policy. The name must be unique

    version int

    The version number of the policy

    warnings str

    A JSON encoded list of warnings

    cloudletCode String

    Code for the type of Cloudlet (ALB, AP, AS, CD, ER, FR, IG, or VP)

    cloudletId Number

    An integer that corresponds to a Cloudlets policy type (0 or 9)

    description String

    The description of this specific policy

    groupId String

    Defines the group association for the policy. You must have edit privileges for the group

    matchRuleFormat String

    The version of the Cloudlet specific matchRules

    matchRules String

    A JSON structure that defines the rules for this policy

    name String

    The name of the policy. The name must be unique

    version Number

    The version number of the policy

    warnings String

    A JSON encoded list of warnings

    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