1. Packages
  2. Google Cloud Native
  3. API Docs
  4. apigee
  5. apigee/v1
  6. Reference

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.31.1 published on Thursday, Jul 20, 2023 by Pulumi

google-native.apigee/v1.Reference

Explore with Pulumi AI

google-native logo

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.31.1 published on Thursday, Jul 20, 2023 by Pulumi

    Creates a Reference in the specified environment.

    Create Reference Resource

    new Reference(name: string, args: ReferenceArgs, opts?: CustomResourceOptions);
    @overload
    def Reference(resource_name: str,
                  opts: Optional[ResourceOptions] = None,
                  description: Optional[str] = None,
                  environment_id: Optional[str] = None,
                  name: Optional[str] = None,
                  organization_id: Optional[str] = None,
                  refers: Optional[str] = None,
                  resource_type: Optional[str] = None)
    @overload
    def Reference(resource_name: str,
                  args: ReferenceArgs,
                  opts: Optional[ResourceOptions] = None)
    func NewReference(ctx *Context, name string, args ReferenceArgs, opts ...ResourceOption) (*Reference, error)
    public Reference(string name, ReferenceArgs args, CustomResourceOptions? opts = null)
    public Reference(String name, ReferenceArgs args)
    public Reference(String name, ReferenceArgs args, CustomResourceOptions options)
    
    type: google-native:apigee/v1:Reference
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args ReferenceArgs
    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 ReferenceArgs
    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 ReferenceArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ReferenceArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ReferenceArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

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

    EnvironmentId string
    OrganizationId string
    Refers string

    The id of the resource to which this reference refers. Must be the id of a resource that exists in the parent environment and is of the given resource_type.

    Description string

    Optional. A human-readable description of this reference.

    Name string

    The resource id of this reference. Values must match the regular expression [\w\s-.]+.

    ResourceType string

    The type of resource referred to by this reference. Valid values are 'KeyStore' or 'TrustStore'.

    EnvironmentId string
    OrganizationId string
    Refers string

    The id of the resource to which this reference refers. Must be the id of a resource that exists in the parent environment and is of the given resource_type.

    Description string

    Optional. A human-readable description of this reference.

    Name string

    The resource id of this reference. Values must match the regular expression [\w\s-.]+.

    ResourceType string

    The type of resource referred to by this reference. Valid values are 'KeyStore' or 'TrustStore'.

    environmentId String
    organizationId String
    refers String

    The id of the resource to which this reference refers. Must be the id of a resource that exists in the parent environment and is of the given resource_type.

    description String

    Optional. A human-readable description of this reference.

    name String

    The resource id of this reference. Values must match the regular expression [\w\s-.]+.

    resourceType String

    The type of resource referred to by this reference. Valid values are 'KeyStore' or 'TrustStore'.

    environmentId string
    organizationId string
    refers string

    The id of the resource to which this reference refers. Must be the id of a resource that exists in the parent environment and is of the given resource_type.

    description string

    Optional. A human-readable description of this reference.

    name string

    The resource id of this reference. Values must match the regular expression [\w\s-.]+.

    resourceType string

    The type of resource referred to by this reference. Valid values are 'KeyStore' or 'TrustStore'.

    environment_id str
    organization_id str
    refers str

    The id of the resource to which this reference refers. Must be the id of a resource that exists in the parent environment and is of the given resource_type.

    description str

    Optional. A human-readable description of this reference.

    name str

    The resource id of this reference. Values must match the regular expression [\w\s-.]+.

    resource_type str

    The type of resource referred to by this reference. Valid values are 'KeyStore' or 'TrustStore'.

    environmentId String
    organizationId String
    refers String

    The id of the resource to which this reference refers. Must be the id of a resource that exists in the parent environment and is of the given resource_type.

    description String

    Optional. A human-readable description of this reference.

    name String

    The resource id of this reference. Values must match the regular expression [\w\s-.]+.

    resourceType String

    The type of resource referred to by this reference. Valid values are 'KeyStore' or 'TrustStore'.

    Outputs

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

    Google Cloud Native is in preview. Google Cloud Classic is fully supported.

    Google Cloud Native v0.31.1 published on Thursday, Jul 20, 2023 by Pulumi