google-native logo
Google Cloud Native v0.28.0, Feb 2 23

google-native.apigee/v1.EnvironmentEntry

Creates key value entries in a key value map scoped to an organization, environment, or API proxy. Note: Supported for Apigee hybrid 1.8.x and higher.

Create EnvironmentEntry Resource

new EnvironmentEntry(name: string, args: EnvironmentEntryArgs, opts?: CustomResourceOptions);
@overload
def EnvironmentEntry(resource_name: str,
                     opts: Optional[ResourceOptions] = None,
                     environment_id: Optional[str] = None,
                     keyvaluemap_id: Optional[str] = None,
                     name: Optional[str] = None,
                     organization_id: Optional[str] = None,
                     value: Optional[str] = None)
@overload
def EnvironmentEntry(resource_name: str,
                     args: EnvironmentEntryArgs,
                     opts: Optional[ResourceOptions] = None)
func NewEnvironmentEntry(ctx *Context, name string, args EnvironmentEntryArgs, opts ...ResourceOption) (*EnvironmentEntry, error)
public EnvironmentEntry(string name, EnvironmentEntryArgs args, CustomResourceOptions? opts = null)
public EnvironmentEntry(String name, EnvironmentEntryArgs args)
public EnvironmentEntry(String name, EnvironmentEntryArgs args, CustomResourceOptions options)
type: google-native:apigee/v1:EnvironmentEntry
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

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

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

EnvironmentId string
KeyvaluemapId string
OrganizationId string
Value string

Data or payload that is being retrieved and associated with the unique key.

Name string

Resource URI that can be used to identify the scope of the key value map entries.

EnvironmentId string
KeyvaluemapId string
OrganizationId string
Value string

Data or payload that is being retrieved and associated with the unique key.

Name string

Resource URI that can be used to identify the scope of the key value map entries.

environmentId String
keyvaluemapId String
organizationId String
value String

Data or payload that is being retrieved and associated with the unique key.

name String

Resource URI that can be used to identify the scope of the key value map entries.

environmentId string
keyvaluemapId string
organizationId string
value string

Data or payload that is being retrieved and associated with the unique key.

name string

Resource URI that can be used to identify the scope of the key value map entries.

environment_id str
keyvaluemap_id str
organization_id str
value str

Data or payload that is being retrieved and associated with the unique key.

name str

Resource URI that can be used to identify the scope of the key value map entries.

environmentId String
keyvaluemapId String
organizationId String
value String

Data or payload that is being retrieved and associated with the unique key.

name String

Resource URI that can be used to identify the scope of the key value map entries.

Outputs

All input properties are implicitly available as output properties. Additionally, the EnvironmentEntry 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.

Package Details

Repository
Google Cloud Native pulumi/pulumi-google-native
License
Apache-2.0