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

google-native.apigee/v1.EnvgroupAttachment

Creates a new attachment of an environment to an environment group.

Create EnvgroupAttachment Resource

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

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

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

EnvgroupId string
Environment string

ID of the attached environment.

OrganizationId string
Name string

ID of the environment group attachment.

EnvgroupId string
Environment string

ID of the attached environment.

OrganizationId string
Name string

ID of the environment group attachment.

envgroupId String
environment String

ID of the attached environment.

organizationId String
name String

ID of the environment group attachment.

envgroupId string
environment string

ID of the attached environment.

organizationId string
name string

ID of the environment group attachment.

envgroup_id str
environment str

ID of the attached environment.

organization_id str
name str

ID of the environment group attachment.

envgroupId String
environment String

ID of the attached environment.

organizationId String
name String

ID of the environment group attachment.

Outputs

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

CreatedAt string

The time at which the environment group attachment was created as milliseconds since epoch.

EnvironmentGroupId string

ID of the environment group.

Id string

The provider-assigned unique ID for this managed resource.

CreatedAt string

The time at which the environment group attachment was created as milliseconds since epoch.

EnvironmentGroupId string

ID of the environment group.

Id string

The provider-assigned unique ID for this managed resource.

createdAt String

The time at which the environment group attachment was created as milliseconds since epoch.

environmentGroupId String

ID of the environment group.

id String

The provider-assigned unique ID for this managed resource.

createdAt string

The time at which the environment group attachment was created as milliseconds since epoch.

environmentGroupId string

ID of the environment group.

id string

The provider-assigned unique ID for this managed resource.

created_at str

The time at which the environment group attachment was created as milliseconds since epoch.

environment_group_id str

ID of the environment group.

id str

The provider-assigned unique ID for this managed resource.

createdAt String

The time at which the environment group attachment was created as milliseconds since epoch.

environmentGroupId String

ID of the environment group.

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