Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.apigee/v1.EnvgroupAttachment
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
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:
- Envgroup
Id string - Environment string
ID of the attached environment.
- Organization
Id string - Name string
ID of the environment group attachment.
- Envgroup
Id string - Environment string
ID of the attached environment.
- Organization
Id string - Name string
ID of the environment group attachment.
- envgroup
Id String - environment String
ID of the attached environment.
- organization
Id String - name String
ID of the environment group attachment.
- envgroup
Id string - environment string
ID of the attached environment.
- organization
Id 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.
- envgroup
Id String - environment String
ID of the attached environment.
- organization
Id 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:
- Created
At string The time at which the environment group attachment was created as milliseconds since epoch.
- Environment
Group stringId ID of the environment group.
- Id string
The provider-assigned unique ID for this managed resource.
- Created
At string The time at which the environment group attachment was created as milliseconds since epoch.
- Environment
Group stringId ID of the environment group.
- Id string
The provider-assigned unique ID for this managed resource.
- created
At String The time at which the environment group attachment was created as milliseconds since epoch.
- environment
Group StringId ID of the environment group.
- id String
The provider-assigned unique ID for this managed resource.
- created
At string The time at which the environment group attachment was created as milliseconds since epoch.
- environment
Group stringId 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_ strid ID of the environment group.
- id str
The provider-assigned unique ID for this managed resource.
- created
At String The time at which the environment group attachment was created as milliseconds since epoch.
- environment
Group StringId 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
Google Cloud Native is in preview. Google Cloud Classic is fully supported.