akamai logo
Akamai v4.4.0, Apr 18 23

akamai.EdgeKv

Explore with Pulumi AI

Create EdgeKv Resource

new EdgeKv(name: string, args: EdgeKvArgs, opts?: CustomResourceOptions);
@overload
def EdgeKv(resource_name: str,
           opts: Optional[ResourceOptions] = None,
           geo_location: Optional[str] = None,
           group_id: Optional[int] = None,
           initial_datas: Optional[Sequence[EdgeKvInitialDataArgs]] = None,
           namespace_name: Optional[str] = None,
           network: Optional[str] = None,
           retention_in_seconds: Optional[int] = None)
@overload
def EdgeKv(resource_name: str,
           args: EdgeKvArgs,
           opts: Optional[ResourceOptions] = None)
func NewEdgeKv(ctx *Context, name string, args EdgeKvArgs, opts ...ResourceOption) (*EdgeKv, error)
public EdgeKv(string name, EdgeKvArgs args, CustomResourceOptions? opts = null)
public EdgeKv(String name, EdgeKvArgs args)
public EdgeKv(String name, EdgeKvArgs args, CustomResourceOptions options)
type: akamai:EdgeKv
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args EdgeKvArgs
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 EdgeKvArgs
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 EdgeKvArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args EdgeKvArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args EdgeKvArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

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

GroupId int

Namespace ACC group ID. It will be used in EdgeKV API v2. Not updatable.

NamespaceName string

Name for the EKV namespace

Network string

The network on which the namespace will be activated

RetentionInSeconds int

Retention period for data in this namespace. An update of this value will just affect new EKV items.

GeoLocation string

Storage location for data

InitialDatas List<EdgeKvInitialDataArgs>

List of pairs to initialize the namespace. Just meaningful for creation, updates will be ignored.

GroupId int

Namespace ACC group ID. It will be used in EdgeKV API v2. Not updatable.

NamespaceName string

Name for the EKV namespace

Network string

The network on which the namespace will be activated

RetentionInSeconds int

Retention period for data in this namespace. An update of this value will just affect new EKV items.

GeoLocation string

Storage location for data

InitialDatas []EdgeKvInitialDataArgs

List of pairs to initialize the namespace. Just meaningful for creation, updates will be ignored.

groupId Integer

Namespace ACC group ID. It will be used in EdgeKV API v2. Not updatable.

namespaceName String

Name for the EKV namespace

network String

The network on which the namespace will be activated

retentionInSeconds Integer

Retention period for data in this namespace. An update of this value will just affect new EKV items.

geoLocation String

Storage location for data

initialDatas List<EdgeKvInitialDataArgs>

List of pairs to initialize the namespace. Just meaningful for creation, updates will be ignored.

groupId number

Namespace ACC group ID. It will be used in EdgeKV API v2. Not updatable.

namespaceName string

Name for the EKV namespace

network string

The network on which the namespace will be activated

retentionInSeconds number

Retention period for data in this namespace. An update of this value will just affect new EKV items.

geoLocation string

Storage location for data

initialDatas EdgeKvInitialDataArgs[]

List of pairs to initialize the namespace. Just meaningful for creation, updates will be ignored.

group_id int

Namespace ACC group ID. It will be used in EdgeKV API v2. Not updatable.

namespace_name str

Name for the EKV namespace

network str

The network on which the namespace will be activated

retention_in_seconds int

Retention period for data in this namespace. An update of this value will just affect new EKV items.

geo_location str

Storage location for data

initial_datas Sequence[EdgeKvInitialDataArgs]

List of pairs to initialize the namespace. Just meaningful for creation, updates will be ignored.

groupId Number

Namespace ACC group ID. It will be used in EdgeKV API v2. Not updatable.

namespaceName String

Name for the EKV namespace

network String

The network on which the namespace will be activated

retentionInSeconds Number

Retention period for data in this namespace. An update of this value will just affect new EKV items.

geoLocation String

Storage location for data

initialDatas List<Property Map>

List of pairs to initialize the namespace. Just meaningful for creation, updates will be ignored.

Outputs

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

Id string

The provider-assigned unique ID for this managed resource.

Id string

The provider-assigned unique ID for this managed resource.

id String

The provider-assigned unique ID for this managed resource.

id string

The provider-assigned unique ID for this managed resource.

id str

The provider-assigned unique ID for this managed resource.

id String

The provider-assigned unique ID for this managed resource.

Look up Existing EdgeKv Resource

Get an existing EdgeKv 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?: EdgeKvState, opts?: CustomResourceOptions): EdgeKv
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        geo_location: Optional[str] = None,
        group_id: Optional[int] = None,
        initial_datas: Optional[Sequence[EdgeKvInitialDataArgs]] = None,
        namespace_name: Optional[str] = None,
        network: Optional[str] = None,
        retention_in_seconds: Optional[int] = None) -> EdgeKv
func GetEdgeKv(ctx *Context, name string, id IDInput, state *EdgeKvState, opts ...ResourceOption) (*EdgeKv, error)
public static EdgeKv Get(string name, Input<string> id, EdgeKvState? state, CustomResourceOptions? opts = null)
public static EdgeKv get(String name, Output<String> id, EdgeKvState 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:
GeoLocation string

Storage location for data

GroupId int

Namespace ACC group ID. It will be used in EdgeKV API v2. Not updatable.

InitialDatas List<EdgeKvInitialDataArgs>

List of pairs to initialize the namespace. Just meaningful for creation, updates will be ignored.

NamespaceName string

Name for the EKV namespace

Network string

The network on which the namespace will be activated

RetentionInSeconds int

Retention period for data in this namespace. An update of this value will just affect new EKV items.

GeoLocation string

Storage location for data

GroupId int

Namespace ACC group ID. It will be used in EdgeKV API v2. Not updatable.

InitialDatas []EdgeKvInitialDataArgs

List of pairs to initialize the namespace. Just meaningful for creation, updates will be ignored.

NamespaceName string

Name for the EKV namespace

Network string

The network on which the namespace will be activated

RetentionInSeconds int

Retention period for data in this namespace. An update of this value will just affect new EKV items.

geoLocation String

Storage location for data

groupId Integer

Namespace ACC group ID. It will be used in EdgeKV API v2. Not updatable.

initialDatas List<EdgeKvInitialDataArgs>

List of pairs to initialize the namespace. Just meaningful for creation, updates will be ignored.

namespaceName String

Name for the EKV namespace

network String

The network on which the namespace will be activated

retentionInSeconds Integer

Retention period for data in this namespace. An update of this value will just affect new EKV items.

geoLocation string

Storage location for data

groupId number

Namespace ACC group ID. It will be used in EdgeKV API v2. Not updatable.

initialDatas EdgeKvInitialDataArgs[]

List of pairs to initialize the namespace. Just meaningful for creation, updates will be ignored.

namespaceName string

Name for the EKV namespace

network string

The network on which the namespace will be activated

retentionInSeconds number

Retention period for data in this namespace. An update of this value will just affect new EKV items.

geo_location str

Storage location for data

group_id int

Namespace ACC group ID. It will be used in EdgeKV API v2. Not updatable.

initial_datas Sequence[EdgeKvInitialDataArgs]

List of pairs to initialize the namespace. Just meaningful for creation, updates will be ignored.

namespace_name str

Name for the EKV namespace

network str

The network on which the namespace will be activated

retention_in_seconds int

Retention period for data in this namespace. An update of this value will just affect new EKV items.

geoLocation String

Storage location for data

groupId Number

Namespace ACC group ID. It will be used in EdgeKV API v2. Not updatable.

initialDatas List<Property Map>

List of pairs to initialize the namespace. Just meaningful for creation, updates will be ignored.

namespaceName String

Name for the EKV namespace

network String

The network on which the namespace will be activated

retentionInSeconds Number

Retention period for data in this namespace. An update of this value will just affect new EKV items.

Supporting Types

EdgeKvInitialData

Key string
Value string
Group string
Key string
Value string
Group string
key String
value String
group String
key string
value string
group string
key str
value str
group str
key String
value String
group String

Package Details

Repository
Akamai pulumi/pulumi-akamai
License
Apache-2.0
Notes

This Pulumi package is based on the akamai Terraform Provider.