1. Packages
  2. Akamai
  3. API Docs
  4. PropertyActivation
Akamai v6.4.0 published on Tuesday, Feb 20, 2024 by Pulumi

akamai.PropertyActivation

Explore with Pulumi AI

akamai logo
Akamai v6.4.0 published on Tuesday, Feb 20, 2024 by Pulumi

    Create PropertyActivation Resource

    new PropertyActivation(name: string, args: PropertyActivationArgs, opts?: CustomResourceOptions);
    @overload
    def PropertyActivation(resource_name: str,
                           opts: Optional[ResourceOptions] = None,
                           activation_id: Optional[str] = None,
                           auto_acknowledge_rule_warnings: Optional[bool] = None,
                           compliance_record: Optional[PropertyActivationComplianceRecordArgs] = None,
                           contacts: Optional[Sequence[str]] = None,
                           network: Optional[str] = None,
                           note: Optional[str] = None,
                           property_id: Optional[str] = None,
                           rule_errors: Optional[Sequence[PropertyActivationRuleErrorArgs]] = None,
                           timeouts: Optional[PropertyActivationTimeoutsArgs] = None,
                           version: Optional[int] = None)
    @overload
    def PropertyActivation(resource_name: str,
                           args: PropertyActivationArgs,
                           opts: Optional[ResourceOptions] = None)
    func NewPropertyActivation(ctx *Context, name string, args PropertyActivationArgs, opts ...ResourceOption) (*PropertyActivation, error)
    public PropertyActivation(string name, PropertyActivationArgs args, CustomResourceOptions? opts = null)
    public PropertyActivation(String name, PropertyActivationArgs args)
    public PropertyActivation(String name, PropertyActivationArgs args, CustomResourceOptions options)
    
    type: akamai:PropertyActivation
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args PropertyActivationArgs
    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 PropertyActivationArgs
    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 PropertyActivationArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args PropertyActivationArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args PropertyActivationArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    PropertyActivation 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 PropertyActivation resource accepts the following input properties:

    Contacts List<string>
    PropertyId string
    Version int
    ActivationId string
    AutoAcknowledgeRuleWarnings bool
    Automatically acknowledge all rule warnings for activation to continue. Default is false
    ComplianceRecord PropertyActivationComplianceRecord
    Provides an audit record when activating on a production network
    Network string
    Note string
    assigns a log message to the activation request
    RuleErrors List<PropertyActivationRuleError>
    Timeouts PropertyActivationTimeouts
    Enables to set timeout for processing
    Contacts []string
    PropertyId string
    Version int
    ActivationId string
    AutoAcknowledgeRuleWarnings bool
    Automatically acknowledge all rule warnings for activation to continue. Default is false
    ComplianceRecord PropertyActivationComplianceRecordArgs
    Provides an audit record when activating on a production network
    Network string
    Note string
    assigns a log message to the activation request
    RuleErrors []PropertyActivationRuleErrorArgs
    Timeouts PropertyActivationTimeoutsArgs
    Enables to set timeout for processing
    contacts List<String>
    propertyId String
    version Integer
    activationId String
    autoAcknowledgeRuleWarnings Boolean
    Automatically acknowledge all rule warnings for activation to continue. Default is false
    complianceRecord PropertyActivationComplianceRecord
    Provides an audit record when activating on a production network
    network String
    note String
    assigns a log message to the activation request
    ruleErrors List<PropertyActivationRuleError>
    timeouts PropertyActivationTimeouts
    Enables to set timeout for processing
    contacts string[]
    propertyId string
    version number
    activationId string
    autoAcknowledgeRuleWarnings boolean
    Automatically acknowledge all rule warnings for activation to continue. Default is false
    complianceRecord PropertyActivationComplianceRecord
    Provides an audit record when activating on a production network
    network string
    note string
    assigns a log message to the activation request
    ruleErrors PropertyActivationRuleError[]
    timeouts PropertyActivationTimeouts
    Enables to set timeout for processing
    contacts Sequence[str]
    property_id str
    version int
    activation_id str
    auto_acknowledge_rule_warnings bool
    Automatically acknowledge all rule warnings for activation to continue. Default is false
    compliance_record PropertyActivationComplianceRecordArgs
    Provides an audit record when activating on a production network
    network str
    note str
    assigns a log message to the activation request
    rule_errors Sequence[PropertyActivationRuleErrorArgs]
    timeouts PropertyActivationTimeoutsArgs
    Enables to set timeout for processing
    contacts List<String>
    propertyId String
    version Number
    activationId String
    autoAcknowledgeRuleWarnings Boolean
    Automatically acknowledge all rule warnings for activation to continue. Default is false
    complianceRecord Property Map
    Provides an audit record when activating on a production network
    network String
    note String
    assigns a log message to the activation request
    ruleErrors List<Property Map>
    timeouts Property Map
    Enables to set timeout for processing

    Outputs

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

    Errors string
    Id string
    The provider-assigned unique ID for this managed resource.
    Status string
    Warnings string
    Errors string
    Id string
    The provider-assigned unique ID for this managed resource.
    Status string
    Warnings string
    errors String
    id String
    The provider-assigned unique ID for this managed resource.
    status String
    warnings String
    errors string
    id string
    The provider-assigned unique ID for this managed resource.
    status string
    warnings string
    errors str
    id str
    The provider-assigned unique ID for this managed resource.
    status str
    warnings str
    errors String
    id String
    The provider-assigned unique ID for this managed resource.
    status String
    warnings String

    Look up Existing PropertyActivation Resource

    Get an existing PropertyActivation 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?: PropertyActivationState, opts?: CustomResourceOptions): PropertyActivation
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            activation_id: Optional[str] = None,
            auto_acknowledge_rule_warnings: Optional[bool] = None,
            compliance_record: Optional[PropertyActivationComplianceRecordArgs] = None,
            contacts: Optional[Sequence[str]] = None,
            errors: Optional[str] = None,
            network: Optional[str] = None,
            note: Optional[str] = None,
            property_id: Optional[str] = None,
            rule_errors: Optional[Sequence[PropertyActivationRuleErrorArgs]] = None,
            status: Optional[str] = None,
            timeouts: Optional[PropertyActivationTimeoutsArgs] = None,
            version: Optional[int] = None,
            warnings: Optional[str] = None) -> PropertyActivation
    func GetPropertyActivation(ctx *Context, name string, id IDInput, state *PropertyActivationState, opts ...ResourceOption) (*PropertyActivation, error)
    public static PropertyActivation Get(string name, Input<string> id, PropertyActivationState? state, CustomResourceOptions? opts = null)
    public static PropertyActivation get(String name, Output<String> id, PropertyActivationState 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:
    ActivationId string
    AutoAcknowledgeRuleWarnings bool
    Automatically acknowledge all rule warnings for activation to continue. Default is false
    ComplianceRecord PropertyActivationComplianceRecord
    Provides an audit record when activating on a production network
    Contacts List<string>
    Errors string
    Network string
    Note string
    assigns a log message to the activation request
    PropertyId string
    RuleErrors List<PropertyActivationRuleError>
    Status string
    Timeouts PropertyActivationTimeouts
    Enables to set timeout for processing
    Version int
    Warnings string
    ActivationId string
    AutoAcknowledgeRuleWarnings bool
    Automatically acknowledge all rule warnings for activation to continue. Default is false
    ComplianceRecord PropertyActivationComplianceRecordArgs
    Provides an audit record when activating on a production network
    Contacts []string
    Errors string
    Network string
    Note string
    assigns a log message to the activation request
    PropertyId string
    RuleErrors []PropertyActivationRuleErrorArgs
    Status string
    Timeouts PropertyActivationTimeoutsArgs
    Enables to set timeout for processing
    Version int
    Warnings string
    activationId String
    autoAcknowledgeRuleWarnings Boolean
    Automatically acknowledge all rule warnings for activation to continue. Default is false
    complianceRecord PropertyActivationComplianceRecord
    Provides an audit record when activating on a production network
    contacts List<String>
    errors String
    network String
    note String
    assigns a log message to the activation request
    propertyId String
    ruleErrors List<PropertyActivationRuleError>
    status String
    timeouts PropertyActivationTimeouts
    Enables to set timeout for processing
    version Integer
    warnings String
    activationId string
    autoAcknowledgeRuleWarnings boolean
    Automatically acknowledge all rule warnings for activation to continue. Default is false
    complianceRecord PropertyActivationComplianceRecord
    Provides an audit record when activating on a production network
    contacts string[]
    errors string
    network string
    note string
    assigns a log message to the activation request
    propertyId string
    ruleErrors PropertyActivationRuleError[]
    status string
    timeouts PropertyActivationTimeouts
    Enables to set timeout for processing
    version number
    warnings string
    activation_id str
    auto_acknowledge_rule_warnings bool
    Automatically acknowledge all rule warnings for activation to continue. Default is false
    compliance_record PropertyActivationComplianceRecordArgs
    Provides an audit record when activating on a production network
    contacts Sequence[str]
    errors str
    network str
    note str
    assigns a log message to the activation request
    property_id str
    rule_errors Sequence[PropertyActivationRuleErrorArgs]
    status str
    timeouts PropertyActivationTimeoutsArgs
    Enables to set timeout for processing
    version int
    warnings str
    activationId String
    autoAcknowledgeRuleWarnings Boolean
    Automatically acknowledge all rule warnings for activation to continue. Default is false
    complianceRecord Property Map
    Provides an audit record when activating on a production network
    contacts List<String>
    errors String
    network String
    note String
    assigns a log message to the activation request
    propertyId String
    ruleErrors List<Property Map>
    status String
    timeouts Property Map
    Enables to set timeout for processing
    version Number
    warnings String

    Supporting Types

    PropertyActivationComplianceRecord, PropertyActivationComplianceRecordArgs

    NoncomplianceReasonEmergency PropertyActivationComplianceRecordNoncomplianceReasonEmergency
    Provides an audit record when activating on a production network with noncompliance reason as EMERGENCY
    NoncomplianceReasonNoProductionTraffic PropertyActivationComplianceRecordNoncomplianceReasonNoProductionTraffic
    Provides an audit record when activating on a production network with noncompliance reason as NO_PRODUCTION_TRAFFIC
    NoncomplianceReasonNone PropertyActivationComplianceRecordNoncomplianceReasonNone
    Provides an audit record when activating on a production network with noncompliance reason as NONE
    NoncomplianceReasonOther PropertyActivationComplianceRecordNoncomplianceReasonOther
    Provides an audit record when activating on a production network with noncompliance reason as OTHER
    NoncomplianceReasonEmergency PropertyActivationComplianceRecordNoncomplianceReasonEmergency
    Provides an audit record when activating on a production network with noncompliance reason as EMERGENCY
    NoncomplianceReasonNoProductionTraffic PropertyActivationComplianceRecordNoncomplianceReasonNoProductionTraffic
    Provides an audit record when activating on a production network with noncompliance reason as NO_PRODUCTION_TRAFFIC
    NoncomplianceReasonNone PropertyActivationComplianceRecordNoncomplianceReasonNone
    Provides an audit record when activating on a production network with noncompliance reason as NONE
    NoncomplianceReasonOther PropertyActivationComplianceRecordNoncomplianceReasonOther
    Provides an audit record when activating on a production network with noncompliance reason as OTHER
    noncomplianceReasonEmergency PropertyActivationComplianceRecordNoncomplianceReasonEmergency
    Provides an audit record when activating on a production network with noncompliance reason as EMERGENCY
    noncomplianceReasonNoProductionTraffic PropertyActivationComplianceRecordNoncomplianceReasonNoProductionTraffic
    Provides an audit record when activating on a production network with noncompliance reason as NO_PRODUCTION_TRAFFIC
    noncomplianceReasonNone PropertyActivationComplianceRecordNoncomplianceReasonNone
    Provides an audit record when activating on a production network with noncompliance reason as NONE
    noncomplianceReasonOther PropertyActivationComplianceRecordNoncomplianceReasonOther
    Provides an audit record when activating on a production network with noncompliance reason as OTHER
    noncomplianceReasonEmergency PropertyActivationComplianceRecordNoncomplianceReasonEmergency
    Provides an audit record when activating on a production network with noncompliance reason as EMERGENCY
    noncomplianceReasonNoProductionTraffic PropertyActivationComplianceRecordNoncomplianceReasonNoProductionTraffic
    Provides an audit record when activating on a production network with noncompliance reason as NO_PRODUCTION_TRAFFIC
    noncomplianceReasonNone PropertyActivationComplianceRecordNoncomplianceReasonNone
    Provides an audit record when activating on a production network with noncompliance reason as NONE
    noncomplianceReasonOther PropertyActivationComplianceRecordNoncomplianceReasonOther
    Provides an audit record when activating on a production network with noncompliance reason as OTHER
    noncompliance_reason_emergency PropertyActivationComplianceRecordNoncomplianceReasonEmergency
    Provides an audit record when activating on a production network with noncompliance reason as EMERGENCY
    noncompliance_reason_no_production_traffic PropertyActivationComplianceRecordNoncomplianceReasonNoProductionTraffic
    Provides an audit record when activating on a production network with noncompliance reason as NO_PRODUCTION_TRAFFIC
    noncompliance_reason_none PropertyActivationComplianceRecordNoncomplianceReasonNone
    Provides an audit record when activating on a production network with noncompliance reason as NONE
    noncompliance_reason_other PropertyActivationComplianceRecordNoncomplianceReasonOther
    Provides an audit record when activating on a production network with noncompliance reason as OTHER
    noncomplianceReasonEmergency Property Map
    Provides an audit record when activating on a production network with noncompliance reason as EMERGENCY
    noncomplianceReasonNoProductionTraffic Property Map
    Provides an audit record when activating on a production network with noncompliance reason as NO_PRODUCTION_TRAFFIC
    noncomplianceReasonNone Property Map
    Provides an audit record when activating on a production network with noncompliance reason as NONE
    noncomplianceReasonOther Property Map
    Provides an audit record when activating on a production network with noncompliance reason as OTHER

    PropertyActivationComplianceRecordNoncomplianceReasonEmergency, PropertyActivationComplianceRecordNoncomplianceReasonEmergencyArgs

    TicketId string
    Identifies the ticket that describes the need for the activation
    TicketId string
    Identifies the ticket that describes the need for the activation
    ticketId String
    Identifies the ticket that describes the need for the activation
    ticketId string
    Identifies the ticket that describes the need for the activation
    ticket_id str
    Identifies the ticket that describes the need for the activation
    ticketId String
    Identifies the ticket that describes the need for the activation

    PropertyActivationComplianceRecordNoncomplianceReasonNoProductionTraffic, PropertyActivationComplianceRecordNoncomplianceReasonNoProductionTrafficArgs

    TicketId string
    Identifies the ticket that describes the need for the activation
    TicketId string
    Identifies the ticket that describes the need for the activation
    ticketId String
    Identifies the ticket that describes the need for the activation
    ticketId string
    Identifies the ticket that describes the need for the activation
    ticket_id str
    Identifies the ticket that describes the need for the activation
    ticketId String
    Identifies the ticket that describes the need for the activation

    PropertyActivationComplianceRecordNoncomplianceReasonNone, PropertyActivationComplianceRecordNoncomplianceReasonNoneArgs

    CustomerEmail string
    Identifies the customer
    PeerReviewedBy string
    Identifies person who has independently approved the activation request
    TicketId string
    Identifies the ticket that describes the need for the activation
    UnitTested bool
    Whether the metadata to activate has been fully tested
    CustomerEmail string
    Identifies the customer
    PeerReviewedBy string
    Identifies person who has independently approved the activation request
    TicketId string
    Identifies the ticket that describes the need for the activation
    UnitTested bool
    Whether the metadata to activate has been fully tested
    customerEmail String
    Identifies the customer
    peerReviewedBy String
    Identifies person who has independently approved the activation request
    ticketId String
    Identifies the ticket that describes the need for the activation
    unitTested Boolean
    Whether the metadata to activate has been fully tested
    customerEmail string
    Identifies the customer
    peerReviewedBy string
    Identifies person who has independently approved the activation request
    ticketId string
    Identifies the ticket that describes the need for the activation
    unitTested boolean
    Whether the metadata to activate has been fully tested
    customer_email str
    Identifies the customer
    peer_reviewed_by str
    Identifies person who has independently approved the activation request
    ticket_id str
    Identifies the ticket that describes the need for the activation
    unit_tested bool
    Whether the metadata to activate has been fully tested
    customerEmail String
    Identifies the customer
    peerReviewedBy String
    Identifies person who has independently approved the activation request
    ticketId String
    Identifies the ticket that describes the need for the activation
    unitTested Boolean
    Whether the metadata to activate has been fully tested

    PropertyActivationComplianceRecordNoncomplianceReasonOther, PropertyActivationComplianceRecordNoncomplianceReasonOtherArgs

    OtherNoncomplianceReason string
    Describes the reason why the activation must occur immediately, out of compliance with the standard procedure
    TicketId string
    Identifies the ticket that describes the need for the activation
    OtherNoncomplianceReason string
    Describes the reason why the activation must occur immediately, out of compliance with the standard procedure
    TicketId string
    Identifies the ticket that describes the need for the activation
    otherNoncomplianceReason String
    Describes the reason why the activation must occur immediately, out of compliance with the standard procedure
    ticketId String
    Identifies the ticket that describes the need for the activation
    otherNoncomplianceReason string
    Describes the reason why the activation must occur immediately, out of compliance with the standard procedure
    ticketId string
    Identifies the ticket that describes the need for the activation
    other_noncompliance_reason str
    Describes the reason why the activation must occur immediately, out of compliance with the standard procedure
    ticket_id str
    Identifies the ticket that describes the need for the activation
    otherNoncomplianceReason String
    Describes the reason why the activation must occur immediately, out of compliance with the standard procedure
    ticketId String
    Identifies the ticket that describes the need for the activation

    PropertyActivationRuleError, PropertyActivationRuleErrorArgs

    BehaviorName string
    Detail string
    ErrorLocation string
    Instance string
    StatusCode int
    Title string
    Type string
    BehaviorName string
    Detail string
    ErrorLocation string
    Instance string
    StatusCode int
    Title string
    Type string
    behaviorName String
    detail String
    errorLocation String
    instance String
    statusCode Integer
    title String
    type String
    behaviorName string
    detail string
    errorLocation string
    instance string
    statusCode number
    title string
    type string
    behaviorName String
    detail String
    errorLocation String
    instance String
    statusCode Number
    title String
    type String

    PropertyActivationTimeouts, PropertyActivationTimeoutsArgs

    Default string
    Default string
    default_ String
    default string
    default String

    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.4.0 published on Tuesday, Feb 20, 2024 by Pulumi