Akamai v7.4.1 published on Tuesday, Sep 24, 2024 by Pulumi
akamai.PropertyActivation
Explore with Pulumi AI
Create PropertyActivation Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new PropertyActivation(name: string, args: PropertyActivationArgs, opts?: CustomResourceOptions);
@overload
def PropertyActivation(resource_name: str,
args: PropertyActivationArgs,
opts: Optional[ResourceOptions] = None)
@overload
def PropertyActivation(resource_name: str,
opts: Optional[ResourceOptions] = None,
contacts: Optional[Sequence[str]] = None,
property_id: Optional[str] = None,
version: Optional[int] = None,
activation_id: Optional[str] = None,
auto_acknowledge_rule_warnings: Optional[bool] = None,
compliance_record: Optional[PropertyActivationComplianceRecordArgs] = None,
network: Optional[str] = None,
note: Optional[str] = None,
rule_errors: Optional[Sequence[PropertyActivationRuleErrorArgs]] = None,
timeouts: Optional[PropertyActivationTimeoutsArgs] = 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.
Parameters
- 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.
Constructor example
The following reference example uses placeholder values for all input properties.
var propertyActivationResource = new Akamai.PropertyActivation("propertyActivationResource", new()
{
Contacts = new[]
{
"string",
},
PropertyId = "string",
Version = 0,
ActivationId = "string",
AutoAcknowledgeRuleWarnings = false,
ComplianceRecord = new Akamai.Inputs.PropertyActivationComplianceRecordArgs
{
NoncomplianceReasonEmergency = new Akamai.Inputs.PropertyActivationComplianceRecordNoncomplianceReasonEmergencyArgs
{
TicketId = "string",
},
NoncomplianceReasonNoProductionTraffic = new Akamai.Inputs.PropertyActivationComplianceRecordNoncomplianceReasonNoProductionTrafficArgs
{
TicketId = "string",
},
NoncomplianceReasonNone = new Akamai.Inputs.PropertyActivationComplianceRecordNoncomplianceReasonNoneArgs
{
CustomerEmail = "string",
PeerReviewedBy = "string",
TicketId = "string",
UnitTested = false,
},
NoncomplianceReasonOther = new Akamai.Inputs.PropertyActivationComplianceRecordNoncomplianceReasonOtherArgs
{
OtherNoncomplianceReason = "string",
TicketId = "string",
},
},
Network = "string",
Note = "string",
RuleErrors = new[]
{
new Akamai.Inputs.PropertyActivationRuleErrorArgs
{
BehaviorName = "string",
Detail = "string",
ErrorLocation = "string",
Instance = "string",
StatusCode = 0,
Title = "string",
Type = "string",
},
},
Timeouts = new Akamai.Inputs.PropertyActivationTimeoutsArgs
{
Default = "string",
},
});
example, err := akamai.NewPropertyActivation(ctx, "propertyActivationResource", &akamai.PropertyActivationArgs{
Contacts: pulumi.StringArray{
pulumi.String("string"),
},
PropertyId: pulumi.String("string"),
Version: pulumi.Int(0),
ActivationId: pulumi.String("string"),
AutoAcknowledgeRuleWarnings: pulumi.Bool(false),
ComplianceRecord: &akamai.PropertyActivationComplianceRecordArgs{
NoncomplianceReasonEmergency: &akamai.PropertyActivationComplianceRecordNoncomplianceReasonEmergencyArgs{
TicketId: pulumi.String("string"),
},
NoncomplianceReasonNoProductionTraffic: &akamai.PropertyActivationComplianceRecordNoncomplianceReasonNoProductionTrafficArgs{
TicketId: pulumi.String("string"),
},
NoncomplianceReasonNone: &akamai.PropertyActivationComplianceRecordNoncomplianceReasonNoneArgs{
CustomerEmail: pulumi.String("string"),
PeerReviewedBy: pulumi.String("string"),
TicketId: pulumi.String("string"),
UnitTested: pulumi.Bool(false),
},
NoncomplianceReasonOther: &akamai.PropertyActivationComplianceRecordNoncomplianceReasonOtherArgs{
OtherNoncomplianceReason: pulumi.String("string"),
TicketId: pulumi.String("string"),
},
},
Network: pulumi.String("string"),
Note: pulumi.String("string"),
RuleErrors: akamai.PropertyActivationRuleErrorArray{
&akamai.PropertyActivationRuleErrorArgs{
BehaviorName: pulumi.String("string"),
Detail: pulumi.String("string"),
ErrorLocation: pulumi.String("string"),
Instance: pulumi.String("string"),
StatusCode: pulumi.Int(0),
Title: pulumi.String("string"),
Type: pulumi.String("string"),
},
},
Timeouts: &akamai.PropertyActivationTimeoutsArgs{
Default: pulumi.String("string"),
},
})
var propertyActivationResource = new PropertyActivation("propertyActivationResource", PropertyActivationArgs.builder()
.contacts("string")
.propertyId("string")
.version(0)
.activationId("string")
.autoAcknowledgeRuleWarnings(false)
.complianceRecord(PropertyActivationComplianceRecordArgs.builder()
.noncomplianceReasonEmergency(PropertyActivationComplianceRecordNoncomplianceReasonEmergencyArgs.builder()
.ticketId("string")
.build())
.noncomplianceReasonNoProductionTraffic(PropertyActivationComplianceRecordNoncomplianceReasonNoProductionTrafficArgs.builder()
.ticketId("string")
.build())
.noncomplianceReasonNone(PropertyActivationComplianceRecordNoncomplianceReasonNoneArgs.builder()
.customerEmail("string")
.peerReviewedBy("string")
.ticketId("string")
.unitTested(false)
.build())
.noncomplianceReasonOther(PropertyActivationComplianceRecordNoncomplianceReasonOtherArgs.builder()
.otherNoncomplianceReason("string")
.ticketId("string")
.build())
.build())
.network("string")
.note("string")
.ruleErrors(PropertyActivationRuleErrorArgs.builder()
.behaviorName("string")
.detail("string")
.errorLocation("string")
.instance("string")
.statusCode(0)
.title("string")
.type("string")
.build())
.timeouts(PropertyActivationTimeoutsArgs.builder()
.default_("string")
.build())
.build());
property_activation_resource = akamai.PropertyActivation("propertyActivationResource",
contacts=["string"],
property_id="string",
version=0,
activation_id="string",
auto_acknowledge_rule_warnings=False,
compliance_record=akamai.PropertyActivationComplianceRecordArgs(
noncompliance_reason_emergency=akamai.PropertyActivationComplianceRecordNoncomplianceReasonEmergencyArgs(
ticket_id="string",
),
noncompliance_reason_no_production_traffic=akamai.PropertyActivationComplianceRecordNoncomplianceReasonNoProductionTrafficArgs(
ticket_id="string",
),
noncompliance_reason_none=akamai.PropertyActivationComplianceRecordNoncomplianceReasonNoneArgs(
customer_email="string",
peer_reviewed_by="string",
ticket_id="string",
unit_tested=False,
),
noncompliance_reason_other=akamai.PropertyActivationComplianceRecordNoncomplianceReasonOtherArgs(
other_noncompliance_reason="string",
ticket_id="string",
),
),
network="string",
note="string",
rule_errors=[akamai.PropertyActivationRuleErrorArgs(
behavior_name="string",
detail="string",
error_location="string",
instance="string",
status_code=0,
title="string",
type="string",
)],
timeouts=akamai.PropertyActivationTimeoutsArgs(
default="string",
))
const propertyActivationResource = new akamai.PropertyActivation("propertyActivationResource", {
contacts: ["string"],
propertyId: "string",
version: 0,
activationId: "string",
autoAcknowledgeRuleWarnings: false,
complianceRecord: {
noncomplianceReasonEmergency: {
ticketId: "string",
},
noncomplianceReasonNoProductionTraffic: {
ticketId: "string",
},
noncomplianceReasonNone: {
customerEmail: "string",
peerReviewedBy: "string",
ticketId: "string",
unitTested: false,
},
noncomplianceReasonOther: {
otherNoncomplianceReason: "string",
ticketId: "string",
},
},
network: "string",
note: "string",
ruleErrors: [{
behaviorName: "string",
detail: "string",
errorLocation: "string",
instance: "string",
statusCode: 0,
title: "string",
type: "string",
}],
timeouts: {
"default": "string",
},
});
type: akamai:PropertyActivation
properties:
activationId: string
autoAcknowledgeRuleWarnings: false
complianceRecord:
noncomplianceReasonEmergency:
ticketId: string
noncomplianceReasonNoProductionTraffic:
ticketId: string
noncomplianceReasonNone:
customerEmail: string
peerReviewedBy: string
ticketId: string
unitTested: false
noncomplianceReasonOther:
otherNoncomplianceReason: string
ticketId: string
contacts:
- string
network: string
note: string
propertyId: string
ruleErrors:
- behaviorName: string
detail: string
errorLocation: string
instance: string
statusCode: 0
title: string
type: string
timeouts:
default: string
version: 0
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>
- Property
Id string - Version int
- Activation
Id string - Auto
Acknowledge boolRule Warnings - Automatically acknowledge all rule warnings for activation to continue. Default is false
- Compliance
Record PropertyActivation Compliance Record - Provides an audit record when activating on a production network
- Network string
- Note string
- assigns a log message to the activation request
- Rule
Errors List<PropertyActivation Rule Error> - Timeouts
Property
Activation Timeouts - Enables to set timeout for processing
- Contacts []string
- Property
Id string - Version int
- Activation
Id string - Auto
Acknowledge boolRule Warnings - Automatically acknowledge all rule warnings for activation to continue. Default is false
- Compliance
Record PropertyActivation Compliance Record Args - Provides an audit record when activating on a production network
- Network string
- Note string
- assigns a log message to the activation request
- Rule
Errors []PropertyActivation Rule Error Args - Timeouts
Property
Activation Timeouts Args - Enables to set timeout for processing
- contacts List<String>
- property
Id String - version Integer
- activation
Id String - auto
Acknowledge BooleanRule Warnings - Automatically acknowledge all rule warnings for activation to continue. Default is false
- compliance
Record PropertyActivation Compliance Record - Provides an audit record when activating on a production network
- network String
- note String
- assigns a log message to the activation request
- rule
Errors List<PropertyActivation Rule Error> - timeouts
Property
Activation Timeouts - Enables to set timeout for processing
- contacts string[]
- property
Id string - version number
- activation
Id string - auto
Acknowledge booleanRule Warnings - Automatically acknowledge all rule warnings for activation to continue. Default is false
- compliance
Record PropertyActivation Compliance Record - Provides an audit record when activating on a production network
- network string
- note string
- assigns a log message to the activation request
- rule
Errors PropertyActivation Rule Error[] - timeouts
Property
Activation Timeouts - Enables to set timeout for processing
- contacts Sequence[str]
- property_
id str - version int
- activation_
id str - auto_
acknowledge_ boolrule_ warnings - Automatically acknowledge all rule warnings for activation to continue. Default is false
- compliance_
record PropertyActivation Compliance Record Args - 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[PropertyActivation Rule Error Args] - timeouts
Property
Activation Timeouts Args - Enables to set timeout for processing
- contacts List<String>
- property
Id String - version Number
- activation
Id String - auto
Acknowledge BooleanRule Warnings - Automatically acknowledge all rule warnings for activation to continue. Default is false
- compliance
Record Property Map - Provides an audit record when activating on a production network
- network String
- note String
- assigns a log message to the activation request
- rule
Errors 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:
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.
- Activation
Id string - Auto
Acknowledge boolRule Warnings - Automatically acknowledge all rule warnings for activation to continue. Default is false
- Compliance
Record PropertyActivation Compliance Record - 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
- Property
Id string - Rule
Errors List<PropertyActivation Rule Error> - Status string
- Timeouts
Property
Activation Timeouts - Enables to set timeout for processing
- Version int
- Warnings string
- Activation
Id string - Auto
Acknowledge boolRule Warnings - Automatically acknowledge all rule warnings for activation to continue. Default is false
- Compliance
Record PropertyActivation Compliance Record Args - 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
- Property
Id string - Rule
Errors []PropertyActivation Rule Error Args - Status string
- Timeouts
Property
Activation Timeouts Args - Enables to set timeout for processing
- Version int
- Warnings string
- activation
Id String - auto
Acknowledge BooleanRule Warnings - Automatically acknowledge all rule warnings for activation to continue. Default is false
- compliance
Record PropertyActivation Compliance Record - 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
- property
Id String - rule
Errors List<PropertyActivation Rule Error> - status String
- timeouts
Property
Activation Timeouts - Enables to set timeout for processing
- version Integer
- warnings String
- activation
Id string - auto
Acknowledge booleanRule Warnings - Automatically acknowledge all rule warnings for activation to continue. Default is false
- compliance
Record PropertyActivation Compliance Record - 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
- property
Id string - rule
Errors PropertyActivation Rule Error[] - status string
- timeouts
Property
Activation Timeouts - Enables to set timeout for processing
- version number
- warnings string
- activation_
id str - auto_
acknowledge_ boolrule_ warnings - Automatically acknowledge all rule warnings for activation to continue. Default is false
- compliance_
record PropertyActivation Compliance Record Args - 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[PropertyActivation Rule Error Args] - status str
- timeouts
Property
Activation Timeouts Args - Enables to set timeout for processing
- version int
- warnings str
- activation
Id String - auto
Acknowledge BooleanRule Warnings - Automatically acknowledge all rule warnings for activation to continue. Default is false
- compliance
Record 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
- property
Id String - rule
Errors List<Property Map> - status String
- timeouts Property Map
- Enables to set timeout for processing
- version Number
- warnings String
Supporting Types
PropertyActivationComplianceRecord, PropertyActivationComplianceRecordArgs
- Noncompliance
Reason PropertyEmergency Activation Compliance Record Noncompliance Reason Emergency - Provides an audit record when activating on a production network with noncompliance reason as
EMERGENCY
- Noncompliance
Reason PropertyNo Production Traffic Activation Compliance Record Noncompliance Reason No Production Traffic - Provides an audit record when activating on a production network with noncompliance reason as
NO_PRODUCTION_TRAFFIC
- Noncompliance
Reason PropertyNone Activation Compliance Record Noncompliance Reason None - Provides an audit record when activating on a production network with noncompliance reason as
NONE
- Noncompliance
Reason PropertyOther Activation Compliance Record Noncompliance Reason Other - Provides an audit record when activating on a production network with noncompliance reason as
OTHER
- Noncompliance
Reason PropertyEmergency Activation Compliance Record Noncompliance Reason Emergency - Provides an audit record when activating on a production network with noncompliance reason as
EMERGENCY
- Noncompliance
Reason PropertyNo Production Traffic Activation Compliance Record Noncompliance Reason No Production Traffic - Provides an audit record when activating on a production network with noncompliance reason as
NO_PRODUCTION_TRAFFIC
- Noncompliance
Reason PropertyNone Activation Compliance Record Noncompliance Reason None - Provides an audit record when activating on a production network with noncompliance reason as
NONE
- Noncompliance
Reason PropertyOther Activation Compliance Record Noncompliance Reason Other - Provides an audit record when activating on a production network with noncompliance reason as
OTHER
- noncompliance
Reason PropertyEmergency Activation Compliance Record Noncompliance Reason Emergency - Provides an audit record when activating on a production network with noncompliance reason as
EMERGENCY
- noncompliance
Reason PropertyNo Production Traffic Activation Compliance Record Noncompliance Reason No Production Traffic - Provides an audit record when activating on a production network with noncompliance reason as
NO_PRODUCTION_TRAFFIC
- noncompliance
Reason PropertyNone Activation Compliance Record Noncompliance Reason None - Provides an audit record when activating on a production network with noncompliance reason as
NONE
- noncompliance
Reason PropertyOther Activation Compliance Record Noncompliance Reason Other - Provides an audit record when activating on a production network with noncompliance reason as
OTHER
- noncompliance
Reason PropertyEmergency Activation Compliance Record Noncompliance Reason Emergency - Provides an audit record when activating on a production network with noncompliance reason as
EMERGENCY
- noncompliance
Reason PropertyNo Production Traffic Activation Compliance Record Noncompliance Reason No Production Traffic - Provides an audit record when activating on a production network with noncompliance reason as
NO_PRODUCTION_TRAFFIC
- noncompliance
Reason PropertyNone Activation Compliance Record Noncompliance Reason None - Provides an audit record when activating on a production network with noncompliance reason as
NONE
- noncompliance
Reason PropertyOther Activation Compliance Record Noncompliance Reason Other - Provides an audit record when activating on a production network with noncompliance reason as
OTHER
- noncompliance_
reason_ Propertyemergency Activation Compliance Record Noncompliance Reason Emergency - Provides an audit record when activating on a production network with noncompliance reason as
EMERGENCY
- noncompliance_
reason_ Propertyno_ production_ traffic Activation Compliance Record Noncompliance Reason No Production Traffic - Provides an audit record when activating on a production network with noncompliance reason as
NO_PRODUCTION_TRAFFIC
- noncompliance_
reason_ Propertynone Activation Compliance Record Noncompliance Reason None - Provides an audit record when activating on a production network with noncompliance reason as
NONE
- noncompliance_
reason_ Propertyother Activation Compliance Record Noncompliance Reason Other - Provides an audit record when activating on a production network with noncompliance reason as
OTHER
- noncompliance
Reason Property MapEmergency - Provides an audit record when activating on a production network with noncompliance reason as
EMERGENCY
- noncompliance
Reason Property MapNo Production Traffic - Provides an audit record when activating on a production network with noncompliance reason as
NO_PRODUCTION_TRAFFIC
- noncompliance
Reason Property MapNone - Provides an audit record when activating on a production network with noncompliance reason as
NONE
- noncompliance
Reason Property MapOther - Provides an audit record when activating on a production network with noncompliance reason as
OTHER
PropertyActivationComplianceRecordNoncomplianceReasonEmergency, PropertyActivationComplianceRecordNoncomplianceReasonEmergencyArgs
- Ticket
Id string - Identifies the ticket that describes the need for the activation
- Ticket
Id string - Identifies the ticket that describes the need for the activation
- ticket
Id String - Identifies the ticket that describes the need for the activation
- ticket
Id string - Identifies the ticket that describes the need for the activation
- ticket_
id str - Identifies the ticket that describes the need for the activation
- ticket
Id String - Identifies the ticket that describes the need for the activation
PropertyActivationComplianceRecordNoncomplianceReasonNoProductionTraffic, PropertyActivationComplianceRecordNoncomplianceReasonNoProductionTrafficArgs
- Ticket
Id string - Identifies the ticket that describes the need for the activation
- Ticket
Id string - Identifies the ticket that describes the need for the activation
- ticket
Id String - Identifies the ticket that describes the need for the activation
- ticket
Id string - Identifies the ticket that describes the need for the activation
- ticket_
id str - Identifies the ticket that describes the need for the activation
- ticket
Id String - Identifies the ticket that describes the need for the activation
PropertyActivationComplianceRecordNoncomplianceReasonNone, PropertyActivationComplianceRecordNoncomplianceReasonNoneArgs
- Customer
Email string - Identifies the customer
- Peer
Reviewed stringBy - Identifies person who has independently approved the activation request
- Ticket
Id string - Identifies the ticket that describes the need for the activation
- Unit
Tested bool - Whether the metadata to activate has been fully tested
- Customer
Email string - Identifies the customer
- Peer
Reviewed stringBy - Identifies person who has independently approved the activation request
- Ticket
Id string - Identifies the ticket that describes the need for the activation
- Unit
Tested bool - Whether the metadata to activate has been fully tested
- customer
Email String - Identifies the customer
- peer
Reviewed StringBy - Identifies person who has independently approved the activation request
- ticket
Id String - Identifies the ticket that describes the need for the activation
- unit
Tested Boolean - Whether the metadata to activate has been fully tested
- customer
Email string - Identifies the customer
- peer
Reviewed stringBy - Identifies person who has independently approved the activation request
- ticket
Id string - Identifies the ticket that describes the need for the activation
- unit
Tested boolean - Whether the metadata to activate has been fully tested
- customer_
email str - Identifies the customer
- peer_
reviewed_ strby - 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
- customer
Email String - Identifies the customer
- peer
Reviewed StringBy - Identifies person who has independently approved the activation request
- ticket
Id String - Identifies the ticket that describes the need for the activation
- unit
Tested Boolean - Whether the metadata to activate has been fully tested
PropertyActivationComplianceRecordNoncomplianceReasonOther, PropertyActivationComplianceRecordNoncomplianceReasonOtherArgs
- Other
Noncompliance stringReason - Describes the reason why the activation must occur immediately, out of compliance with the standard procedure
- Ticket
Id string - Identifies the ticket that describes the need for the activation
- Other
Noncompliance stringReason - Describes the reason why the activation must occur immediately, out of compliance with the standard procedure
- Ticket
Id string - Identifies the ticket that describes the need for the activation
- other
Noncompliance StringReason - Describes the reason why the activation must occur immediately, out of compliance with the standard procedure
- ticket
Id String - Identifies the ticket that describes the need for the activation
- other
Noncompliance stringReason - Describes the reason why the activation must occur immediately, out of compliance with the standard procedure
- ticket
Id string - Identifies the ticket that describes the need for the activation
- other_
noncompliance_ strreason - 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
- other
Noncompliance StringReason - Describes the reason why the activation must occur immediately, out of compliance with the standard procedure
- ticket
Id String - Identifies the ticket that describes the need for the activation
PropertyActivationRuleError, PropertyActivationRuleErrorArgs
- Behavior
Name string - Detail string
- Error
Location string - Instance string
- Status
Code int - Title string
- Type string
- Behavior
Name string - Detail string
- Error
Location string - Instance string
- Status
Code int - Title string
- Type string
- behavior
Name String - detail String
- error
Location String - instance String
- status
Code Integer - title String
- type String
- behavior
Name string - detail string
- error
Location string - instance string
- status
Code number - title string
- type string
- behavior_
name str - detail str
- error_
location str - instance str
- status_
code int - title str
- type str
- behavior
Name String - detail String
- error
Location String - instance String
- status
Code Number - title String
- type String
PropertyActivationTimeouts, PropertyActivationTimeoutsArgs
- Default string
- Default string
- default_ String
- default string
- default str
- default String
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
akamai
Terraform Provider.