akamai.EdgeWorker
Explore with Pulumi AI
Create EdgeWorker Resource
new EdgeWorker(name: string, args: EdgeWorkerArgs, opts?: CustomResourceOptions);
@overload
def EdgeWorker(resource_name: str,
opts: Optional[ResourceOptions] = None,
group_id: Optional[int] = None,
local_bundle: Optional[str] = None,
name: Optional[str] = None,
resource_tier_id: Optional[int] = None)
@overload
def EdgeWorker(resource_name: str,
args: EdgeWorkerArgs,
opts: Optional[ResourceOptions] = None)
func NewEdgeWorker(ctx *Context, name string, args EdgeWorkerArgs, opts ...ResourceOption) (*EdgeWorker, error)
public EdgeWorker(string name, EdgeWorkerArgs args, CustomResourceOptions? opts = null)
public EdgeWorker(String name, EdgeWorkerArgs args)
public EdgeWorker(String name, EdgeWorkerArgs args, CustomResourceOptions options)
type: akamai:EdgeWorker
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args EdgeWorkerArgs
- 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 EdgeWorkerArgs
- 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 EdgeWorkerArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args EdgeWorkerArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args EdgeWorkerArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
EdgeWorker 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 EdgeWorker resource accepts the following input properties:
- Group
Id int Defines the group association for the EdgeWorker
- Resource
Tier intId The unique identifier of a resource tier
- Local
Bundle string The path to the EdgeWorkers tgz code bundle
- Name string
The EdgeWorker name
- Group
Id int Defines the group association for the EdgeWorker
- Resource
Tier intId The unique identifier of a resource tier
- Local
Bundle string The path to the EdgeWorkers tgz code bundle
- Name string
The EdgeWorker name
- group
Id Integer Defines the group association for the EdgeWorker
- resource
Tier IntegerId The unique identifier of a resource tier
- local
Bundle String The path to the EdgeWorkers tgz code bundle
- name String
The EdgeWorker name
- group
Id number Defines the group association for the EdgeWorker
- resource
Tier numberId The unique identifier of a resource tier
- local
Bundle string The path to the EdgeWorkers tgz code bundle
- name string
The EdgeWorker name
- group_
id int Defines the group association for the EdgeWorker
- resource_
tier_ intid The unique identifier of a resource tier
- local_
bundle str The path to the EdgeWorkers tgz code bundle
- name str
The EdgeWorker name
- group
Id Number Defines the group association for the EdgeWorker
- resource
Tier NumberId The unique identifier of a resource tier
- local
Bundle String The path to the EdgeWorkers tgz code bundle
- name String
The EdgeWorker name
Outputs
All input properties are implicitly available as output properties. Additionally, the EdgeWorker resource produces the following output properties:
- Edgeworker
Id int The unique identifier of the EdgeWorker
- Id string
The provider-assigned unique ID for this managed resource.
- Local
Bundle stringHash The local bundle hash for the EdgeWorker
- Version string
The bundle version
- Warnings List<string>
The list of warnings returned by EdgeWorker validation
- Edgeworker
Id int The unique identifier of the EdgeWorker
- Id string
The provider-assigned unique ID for this managed resource.
- Local
Bundle stringHash The local bundle hash for the EdgeWorker
- Version string
The bundle version
- Warnings []string
The list of warnings returned by EdgeWorker validation
- edgeworker
Id Integer The unique identifier of the EdgeWorker
- id String
The provider-assigned unique ID for this managed resource.
- local
Bundle StringHash The local bundle hash for the EdgeWorker
- version String
The bundle version
- warnings List<String>
The list of warnings returned by EdgeWorker validation
- edgeworker
Id number The unique identifier of the EdgeWorker
- id string
The provider-assigned unique ID for this managed resource.
- local
Bundle stringHash The local bundle hash for the EdgeWorker
- version string
The bundle version
- warnings string[]
The list of warnings returned by EdgeWorker validation
- edgeworker_
id int The unique identifier of the EdgeWorker
- id str
The provider-assigned unique ID for this managed resource.
- local_
bundle_ strhash The local bundle hash for the EdgeWorker
- version str
The bundle version
- warnings Sequence[str]
The list of warnings returned by EdgeWorker validation
- edgeworker
Id Number The unique identifier of the EdgeWorker
- id String
The provider-assigned unique ID for this managed resource.
- local
Bundle StringHash The local bundle hash for the EdgeWorker
- version String
The bundle version
- warnings List<String>
The list of warnings returned by EdgeWorker validation
Look up Existing EdgeWorker Resource
Get an existing EdgeWorker 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?: EdgeWorkerState, opts?: CustomResourceOptions): EdgeWorker
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
edgeworker_id: Optional[int] = None,
group_id: Optional[int] = None,
local_bundle: Optional[str] = None,
local_bundle_hash: Optional[str] = None,
name: Optional[str] = None,
resource_tier_id: Optional[int] = None,
version: Optional[str] = None,
warnings: Optional[Sequence[str]] = None) -> EdgeWorker
func GetEdgeWorker(ctx *Context, name string, id IDInput, state *EdgeWorkerState, opts ...ResourceOption) (*EdgeWorker, error)
public static EdgeWorker Get(string name, Input<string> id, EdgeWorkerState? state, CustomResourceOptions? opts = null)
public static EdgeWorker get(String name, Output<String> id, EdgeWorkerState 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.
- Edgeworker
Id int The unique identifier of the EdgeWorker
- Group
Id int Defines the group association for the EdgeWorker
- Local
Bundle string The path to the EdgeWorkers tgz code bundle
- Local
Bundle stringHash The local bundle hash for the EdgeWorker
- Name string
The EdgeWorker name
- Resource
Tier intId The unique identifier of a resource tier
- Version string
The bundle version
- Warnings List<string>
The list of warnings returned by EdgeWorker validation
- Edgeworker
Id int The unique identifier of the EdgeWorker
- Group
Id int Defines the group association for the EdgeWorker
- Local
Bundle string The path to the EdgeWorkers tgz code bundle
- Local
Bundle stringHash The local bundle hash for the EdgeWorker
- Name string
The EdgeWorker name
- Resource
Tier intId The unique identifier of a resource tier
- Version string
The bundle version
- Warnings []string
The list of warnings returned by EdgeWorker validation
- edgeworker
Id Integer The unique identifier of the EdgeWorker
- group
Id Integer Defines the group association for the EdgeWorker
- local
Bundle String The path to the EdgeWorkers tgz code bundle
- local
Bundle StringHash The local bundle hash for the EdgeWorker
- name String
The EdgeWorker name
- resource
Tier IntegerId The unique identifier of a resource tier
- version String
The bundle version
- warnings List<String>
The list of warnings returned by EdgeWorker validation
- edgeworker
Id number The unique identifier of the EdgeWorker
- group
Id number Defines the group association for the EdgeWorker
- local
Bundle string The path to the EdgeWorkers tgz code bundle
- local
Bundle stringHash The local bundle hash for the EdgeWorker
- name string
The EdgeWorker name
- resource
Tier numberId The unique identifier of a resource tier
- version string
The bundle version
- warnings string[]
The list of warnings returned by EdgeWorker validation
- edgeworker_
id int The unique identifier of the EdgeWorker
- group_
id int Defines the group association for the EdgeWorker
- local_
bundle str The path to the EdgeWorkers tgz code bundle
- local_
bundle_ strhash The local bundle hash for the EdgeWorker
- name str
The EdgeWorker name
- resource_
tier_ intid The unique identifier of a resource tier
- version str
The bundle version
- warnings Sequence[str]
The list of warnings returned by EdgeWorker validation
- edgeworker
Id Number The unique identifier of the EdgeWorker
- group
Id Number Defines the group association for the EdgeWorker
- local
Bundle String The path to the EdgeWorkers tgz code bundle
- local
Bundle StringHash The local bundle hash for the EdgeWorker
- name String
The EdgeWorker name
- resource
Tier NumberId The unique identifier of a resource tier
- version String
The bundle version
- warnings List<String>
The list of warnings returned by EdgeWorker validation
Package Details
- Repository
- Akamai pulumi/pulumi-akamai
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
akamai
Terraform Provider.