akamai.CloudwrapperConfiguration
Explore with Pulumi AI
Create CloudwrapperConfiguration Resource
new CloudwrapperConfiguration(name: string, args: CloudwrapperConfigurationArgs, opts?: CustomResourceOptions);
@overload
def CloudwrapperConfiguration(resource_name: str,
opts: Optional[ResourceOptions] = None,
capacity_alerts_threshold: Optional[int] = None,
comments: Optional[str] = None,
config_name: Optional[str] = None,
contract_id: Optional[str] = None,
locations: Optional[Sequence[CloudwrapperConfigurationLocationArgs]] = None,
notification_emails: Optional[Sequence[str]] = None,
property_ids: Optional[Sequence[str]] = None,
retain_idle_objects: Optional[bool] = None,
timeouts: Optional[CloudwrapperConfigurationTimeoutsArgs] = None)
@overload
def CloudwrapperConfiguration(resource_name: str,
args: CloudwrapperConfigurationArgs,
opts: Optional[ResourceOptions] = None)
func NewCloudwrapperConfiguration(ctx *Context, name string, args CloudwrapperConfigurationArgs, opts ...ResourceOption) (*CloudwrapperConfiguration, error)
public CloudwrapperConfiguration(string name, CloudwrapperConfigurationArgs args, CustomResourceOptions? opts = null)
public CloudwrapperConfiguration(String name, CloudwrapperConfigurationArgs args)
public CloudwrapperConfiguration(String name, CloudwrapperConfigurationArgs args, CustomResourceOptions options)
type: akamai:CloudwrapperConfiguration
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CloudwrapperConfigurationArgs
- 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 CloudwrapperConfigurationArgs
- 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 CloudwrapperConfigurationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CloudwrapperConfigurationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args CloudwrapperConfigurationArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
CloudwrapperConfiguration 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 CloudwrapperConfiguration resource accepts the following input properties:
- Comments string
Additional information you provide to differentiate or track changes of the configuration.
- Config
Name string Name of the configuration.
- Contract
Id string Contract ID having Cloud Wrapper entitlement.
- Property
Ids List<string> List of properties belonging to eligible products.
- Capacity
Alerts intThreshold Capacity Alerts enablement information for the configuration. The Alert Threshold should be between 50 and 100.
- Locations
List<Cloudwrapper
Configuration Location> List of locations to use with the configuration.
- Notification
Emails List<string> Email addresses to use for notifications.
- Retain
Idle boolObjects Retain idle objects beyond their max idle lifetime.
- Timeouts
Cloudwrapper
Configuration Timeouts
- Comments string
Additional information you provide to differentiate or track changes of the configuration.
- Config
Name string Name of the configuration.
- Contract
Id string Contract ID having Cloud Wrapper entitlement.
- Property
Ids []string List of properties belonging to eligible products.
- Capacity
Alerts intThreshold Capacity Alerts enablement information for the configuration. The Alert Threshold should be between 50 and 100.
- Locations
[]Cloudwrapper
Configuration Location Args List of locations to use with the configuration.
- Notification
Emails []string Email addresses to use for notifications.
- Retain
Idle boolObjects Retain idle objects beyond their max idle lifetime.
- Timeouts
Cloudwrapper
Configuration Timeouts Args
- comments String
Additional information you provide to differentiate or track changes of the configuration.
- config
Name String Name of the configuration.
- contract
Id String Contract ID having Cloud Wrapper entitlement.
- property
Ids List<String> List of properties belonging to eligible products.
- capacity
Alerts IntegerThreshold Capacity Alerts enablement information for the configuration. The Alert Threshold should be between 50 and 100.
- locations
List<Cloudwrapper
Configuration Location> List of locations to use with the configuration.
- notification
Emails List<String> Email addresses to use for notifications.
- retain
Idle BooleanObjects Retain idle objects beyond their max idle lifetime.
- timeouts
Cloudwrapper
Configuration Timeouts
- comments string
Additional information you provide to differentiate or track changes of the configuration.
- config
Name string Name of the configuration.
- contract
Id string Contract ID having Cloud Wrapper entitlement.
- property
Ids string[] List of properties belonging to eligible products.
- capacity
Alerts numberThreshold Capacity Alerts enablement information for the configuration. The Alert Threshold should be between 50 and 100.
- locations
Cloudwrapper
Configuration Location[] List of locations to use with the configuration.
- notification
Emails string[] Email addresses to use for notifications.
- retain
Idle booleanObjects Retain idle objects beyond their max idle lifetime.
- timeouts
Cloudwrapper
Configuration Timeouts
- comments str
Additional information you provide to differentiate or track changes of the configuration.
- config_
name str Name of the configuration.
- contract_
id str Contract ID having Cloud Wrapper entitlement.
- property_
ids Sequence[str] List of properties belonging to eligible products.
- capacity_
alerts_ intthreshold Capacity Alerts enablement information for the configuration. The Alert Threshold should be between 50 and 100.
- locations
Sequence[Cloudwrapper
Configuration Location Args] List of locations to use with the configuration.
- notification_
emails Sequence[str] Email addresses to use for notifications.
- retain_
idle_ boolobjects Retain idle objects beyond their max idle lifetime.
- timeouts
Cloudwrapper
Configuration Timeouts Args
- comments String
Additional information you provide to differentiate or track changes of the configuration.
- config
Name String Name of the configuration.
- contract
Id String Contract ID having Cloud Wrapper entitlement.
- property
Ids List<String> List of properties belonging to eligible products.
- capacity
Alerts NumberThreshold Capacity Alerts enablement information for the configuration. The Alert Threshold should be between 50 and 100.
- locations List<Property Map>
List of locations to use with the configuration.
- notification
Emails List<String> Email addresses to use for notifications.
- retain
Idle BooleanObjects Retain idle objects beyond their max idle lifetime.
- timeouts Property Map
Outputs
All input properties are implicitly available as output properties. Additionally, the CloudwrapperConfiguration resource produces the following output properties:
Look up Existing CloudwrapperConfiguration Resource
Get an existing CloudwrapperConfiguration 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?: CloudwrapperConfigurationState, opts?: CustomResourceOptions): CloudwrapperConfiguration
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
capacity_alerts_threshold: Optional[int] = None,
comments: Optional[str] = None,
config_name: Optional[str] = None,
contract_id: Optional[str] = None,
locations: Optional[Sequence[CloudwrapperConfigurationLocationArgs]] = None,
notification_emails: Optional[Sequence[str]] = None,
property_ids: Optional[Sequence[str]] = None,
retain_idle_objects: Optional[bool] = None,
revision: Optional[str] = None,
timeouts: Optional[CloudwrapperConfigurationTimeoutsArgs] = None) -> CloudwrapperConfiguration
func GetCloudwrapperConfiguration(ctx *Context, name string, id IDInput, state *CloudwrapperConfigurationState, opts ...ResourceOption) (*CloudwrapperConfiguration, error)
public static CloudwrapperConfiguration Get(string name, Input<string> id, CloudwrapperConfigurationState? state, CustomResourceOptions? opts = null)
public static CloudwrapperConfiguration get(String name, Output<String> id, CloudwrapperConfigurationState 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.
- Capacity
Alerts intThreshold Capacity Alerts enablement information for the configuration. The Alert Threshold should be between 50 and 100.
- Comments string
Additional information you provide to differentiate or track changes of the configuration.
- Config
Name string Name of the configuration.
- Contract
Id string Contract ID having Cloud Wrapper entitlement.
- Locations
List<Cloudwrapper
Configuration Location> List of locations to use with the configuration.
- Notification
Emails List<string> Email addresses to use for notifications.
- Property
Ids List<string> List of properties belonging to eligible products.
- Retain
Idle boolObjects Retain idle objects beyond their max idle lifetime.
- Revision string
Unique hash value of the configuration.
- Timeouts
Cloudwrapper
Configuration Timeouts
- Capacity
Alerts intThreshold Capacity Alerts enablement information for the configuration. The Alert Threshold should be between 50 and 100.
- Comments string
Additional information you provide to differentiate or track changes of the configuration.
- Config
Name string Name of the configuration.
- Contract
Id string Contract ID having Cloud Wrapper entitlement.
- Locations
[]Cloudwrapper
Configuration Location Args List of locations to use with the configuration.
- Notification
Emails []string Email addresses to use for notifications.
- Property
Ids []string List of properties belonging to eligible products.
- Retain
Idle boolObjects Retain idle objects beyond their max idle lifetime.
- Revision string
Unique hash value of the configuration.
- Timeouts
Cloudwrapper
Configuration Timeouts Args
- capacity
Alerts IntegerThreshold Capacity Alerts enablement information for the configuration. The Alert Threshold should be between 50 and 100.
- comments String
Additional information you provide to differentiate or track changes of the configuration.
- config
Name String Name of the configuration.
- contract
Id String Contract ID having Cloud Wrapper entitlement.
- locations
List<Cloudwrapper
Configuration Location> List of locations to use with the configuration.
- notification
Emails List<String> Email addresses to use for notifications.
- property
Ids List<String> List of properties belonging to eligible products.
- retain
Idle BooleanObjects Retain idle objects beyond their max idle lifetime.
- revision String
Unique hash value of the configuration.
- timeouts
Cloudwrapper
Configuration Timeouts
- capacity
Alerts numberThreshold Capacity Alerts enablement information for the configuration. The Alert Threshold should be between 50 and 100.
- comments string
Additional information you provide to differentiate or track changes of the configuration.
- config
Name string Name of the configuration.
- contract
Id string Contract ID having Cloud Wrapper entitlement.
- locations
Cloudwrapper
Configuration Location[] List of locations to use with the configuration.
- notification
Emails string[] Email addresses to use for notifications.
- property
Ids string[] List of properties belonging to eligible products.
- retain
Idle booleanObjects Retain idle objects beyond their max idle lifetime.
- revision string
Unique hash value of the configuration.
- timeouts
Cloudwrapper
Configuration Timeouts
- capacity_
alerts_ intthreshold Capacity Alerts enablement information for the configuration. The Alert Threshold should be between 50 and 100.
- comments str
Additional information you provide to differentiate or track changes of the configuration.
- config_
name str Name of the configuration.
- contract_
id str Contract ID having Cloud Wrapper entitlement.
- locations
Sequence[Cloudwrapper
Configuration Location Args] List of locations to use with the configuration.
- notification_
emails Sequence[str] Email addresses to use for notifications.
- property_
ids Sequence[str] List of properties belonging to eligible products.
- retain_
idle_ boolobjects Retain idle objects beyond their max idle lifetime.
- revision str
Unique hash value of the configuration.
- timeouts
Cloudwrapper
Configuration Timeouts Args
- capacity
Alerts NumberThreshold Capacity Alerts enablement information for the configuration. The Alert Threshold should be between 50 and 100.
- comments String
Additional information you provide to differentiate or track changes of the configuration.
- config
Name String Name of the configuration.
- contract
Id String Contract ID having Cloud Wrapper entitlement.
- locations List<Property Map>
List of locations to use with the configuration.
- notification
Emails List<String> Email addresses to use for notifications.
- property
Ids List<String> List of properties belonging to eligible products.
- retain
Idle BooleanObjects Retain idle objects beyond their max idle lifetime.
- revision String
Unique hash value of the configuration.
- timeouts Property Map
Supporting Types
CloudwrapperConfigurationLocation, CloudwrapperConfigurationLocationArgs
- comments String
- traffic
Type NumberId - capacity Property Map
CloudwrapperConfigurationLocationCapacity, CloudwrapperConfigurationLocationCapacityArgs
CloudwrapperConfigurationTimeouts, CloudwrapperConfigurationTimeoutsArgs
- Delete string
- Delete string
- delete String
- delete string
- delete str
- delete String
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
akamai
Terraform Provider.